@charset "UTF-8";
/* CSS Document */
#Fon1 {
	display:flex;
	max-width: 100%;
	}
#Fon2 {
	display:none;
	}
#Fon3 {
	display:none;
	}
#Fon4 {
	display:none;
	}
#Fon5 {
	display:none;
	}
#Fon6 {
	display:none;
	}
.body2 {
	display: grid;
	grid-template-columns: 100%;
	grid-template-rows: 100%;
	min-height: 100%;
	align-items: center;
	position: relative;
	font-family: roboto;
	}
.Phone {
	position: absolute;
	z-index: 7;
	align-self: start;
	justify-self: center !important;
	margin-top: 15%;
	height: inherit;
	padding-left: 3%;
	padding-right: 3%;
	font-size: 24px;
	font-family: roboto;
	font-weight: 500;
	color:#00456D;
}
.Adress {
	position: absolute;
	z-index: 7;
	align-self: end;
	justify-self: center !important;
	margin-bottom: 10%;
	height: inherit;
	padding-left: 3%;
	padding-right: 3%;
	font-size: 24px;
	font-family: roboto;
	font-weight: 500;
	color:#00456D;
}
.Title {
	position: absolute;
	z-index: 7;
	align-self: start;
	justify-self: center !important;
	width:inherit;
	height: inherit;
	}
#title {
	width: 100%;
	height:auto;
	z-index: 999;
	padding-top: 20%;
	}
.myButton {
	position: absolute;
	align-self: center;
	justify-self: center;
	z-index: 9999;
}
.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #f29c93;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f29c93;
	box-shadow:inset 0px 1px 0px 0px #f29c93;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100));
	background:-moz-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
	background:-webkit-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
	background:-o-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
	background:-ms-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
	background:linear-gradient(to bottom, #fe1a00 5%, #ce0100 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100',GradientType=0);
	background-color:#fe1a00;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #d83526;
	cursor:pointer;
	color:#ffffff;
	font-family: roboto;
	font-size: 100%;
	padding:14px;
	text-decoration:none;
	text-shadow:0px 0px 0px #b23e35;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00));
	background:-moz-linear-gradient(top, #ce0100 5%, #fe1a00 100%);
	background:-webkit-linear-gradient(top, #ce0100 5%, #fe1a00 100%);
	background:-o-linear-gradient(top, #ce0100 5%, #fe1a00 100%);
	background:-ms-linear-gradient(top, #ce0100 5%, #fe1a00 100%);
	background:linear-gradient(to bottom, #ce0100 5%, #fe1a00 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00',GradientType=0);
	background-color:#ce0100;
}


