.BackgroundPhoneImg{
	width: 100%;
	height: 80%;
	background-image: url(/img/sign.webp);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 80px;
	margin-bottom: 80px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}
.BackgroundPhoneImgCont{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 50%;
}
.BackgroundTextCont{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: black;
}
.BackgroundTextCont1{
	margin-top: 15%;
	font-size: 4vmax;
}
.BackgroundTextCont2{
	margin-top: 10%;
	font-size: 2.3vmax;
}
.BackgroundSocialMedia{
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	width: 100%;
	margin: 5%;
}
.SocialMedia{
	width: 6vmax;
	height: 6vmax;
	margin: 5%;
	cursor: pointer;
}
.BackgroundImg{
	background-image: url(/img/phone_bg.webp);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 70%;
	height: 70%;
}
.FormForApplication{
	display: flex;
	width: 50%;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.FormNumber{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 70%;
}
.FormText1{
	font-size: 3vmax;
	margin-bottom: 5%;
	color:black;
	margin-top: 5%;
}
.FormText2{
	font-size: 1.3vmax;
	margin-bottom: 5%;
	color: black;
}
.PhoneNumber{
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
	align-items: flex-start;
	text-align: left;
}
.PhoneNumber input{
	width: 98%;
	margin-bottom: 5%;
	border: 2px solid #1C0E43;
	font-size: 1.5vmax;
	text-align: center;
}
.PhoneNumber_button{
	text-decoration: none;
	display: inline-block;
	width:100%;
	position: relative;
	overflow: hidden;
	border: 2px solid #1C0E43;
	border-radius: 0.5vmax;
	font-size: 1.5vmax;
	color: white;
	background-color: #b40155;
	margin-bottom: 5%;
	z-index: 0;
}
.PhoneNumber_button:hover {
	background: #1C0E43;
	color: #fff;
	border: 2px solid #b40155;
}
@media (orientation: landscape){
  .BackgroundPhoneImg{
		height: 140%;
		flex-direction: row;
	}
	.BackgroundImg{
		width: 70%;
		height: 100%;
	}
	.BackgroundSocialMedia{
	    width: 70%;
		justify-content: space-between;
	}
	.FormForApplication{
		border-left: 2px solid #1C0E43;
	}
}
@media (orientation: landscape) and (min-width: 1200px){
  .BackgroundPhoneImg{
		flex-direction: row;
		height: 90%;
	}
	.BackgroundTextCont1{
		margin-top: 15%;
		font-size: 3vmax;
	}
	.BackgroundTextCont2{
		margin-top: 10%;
		font-size: 1.3vmax;
	}
	.BackgroundImg{
		width: 80%;
		background-position: top center;
	}
	.BackgroundSocialMedia{
		justify-content: space-around;
	}
	.FormNumber{
		width: 70%;
	}
}
