body {
    background-image: url(./fon.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100vw;
    height: 100vh;
    margin: 0;
	font-family: Roboto;
	overflow: hidden;
}
* {
	box-sizing: border-box;
	max-width: 100%;
}
.logo {
	width: 176px;
	margin-bottom: 62px;
}
.main {
	margin: 140px auto 0;
	max-width: 584px;
}
form > .notify {
	margin: 0px;
}
form>p {
	font-style: normal;
	font-weight: 500;
	font-size: 30px;
	line-height: 35px;
	color: #FFFFFF;
	text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
	margin: 0 0px 30px 0;
}
form input {
	border: none;
    outline: none;
}
label.email input{
	padding: 20px 0 20px 20px;
	font-size: 30px;
	line-height: 35px;
	width: 100%;
	border-radius: 8px;
	font-family: Roboto !important;
	font-weight: 300;
	color: #000;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #AAAAAA;
	font-family: Roboto !important;
	font-weight: 300;
}
::-moz-placeholder { /* Firefox 19+ */
	color: #AAAAAA;
	font-family: Roboto !important;
	font-weight: 300;
}
:-ms-input-placeholder { /* IE 10+ */
	color: #AAAAAA;
	font-family: Roboto !important;
	font-weight: 300;
}
:-moz-placeholder { /* Firefox 18- */
	color: #AAAAAA;
	font-family: Roboto !important;
	font-weight: 300;
}
.email::after {
	position: absolute;
    content: url(./email.svg);
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
}
label {
	position: relative;
	margin-bottom: 28px;
	display: block;
}
label.submit input{
	padding: 20px 0 20px 20px;
	font-size: 30px;
	line-height: 35px;
	color: #ffffff;
	text-align: inherit;
	background: linear-gradient(0deg, #CB9D50, #CB9D50), #FFFFFF;
	width: 100%;
	font-weight: 500;
	font-family: Roboto !important;
	border-radius: 8px;
}
label.submit input::-webkit-input-placeholder {
	font-weight: 500;
	font-family: Roboto !important;
}
.submit::after {
	position: absolute;
    content: url(./arrow.svg);
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
}
.bl {
	background: #FFFFFF;
	border: 2px solid #CB9D50;
    box-sizing: border-box;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
	padding: 77px 77px;
	margin: 140px auto 0;
	max-width: 580px;
}
.notify-header {
	font-weight: 500;
	font-size: 35px;
	line-height: 41px;
	color: #333333;
	text-align: center;
	margin: 33px 0 31px;
}
.notify-text {
	font-size: 22px;
	line-height: 26px;
	color: #333333;
	margin: 0 auto 29px;
	max-width: 390px;
	font-weight: 300;
	text-align: center;
}
.error-text {
	font-size: 22px;
	line-height: 26px;
	color: #333333;
	margin: 0;
	font-weight: 300;
	text-align: center;
}
.error {
	padding: 20px;
	font-size: 25px;
	line-height: 28px;
	color: #ffffff;
	background: linear-gradient(0deg, #CB9D50, #CB9D50), #FFFFFF;
	border-radius: 8px;
	width: 100%;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}
.notify-img {
	text-align: center;
}
/*.please-text {
	font-weight: normal;
	font-size: 25px;
	line-height: 29px;
	text-align: center;
}*/
.from-conditions {
	font-weight: normal;
	font-size: 22px;
	line-height: 24px;
	text-align: left;	
}
@media screen and (max-width: 767px){
	body {
		background-position: 80% 50%;
		padding: 0 39px;
	}
	body.error-page {
		background-position: 50% 50%;
	}
	body.suc-page {
		background-position: 15% 50%;
	}
	.main {
		margin: 41px auto 0;
		max-width: 305px;
	}
	.logo {
		width: 92px;
		margin-bottom: 32px;
	}
	form>p {
		font-size: 16px;
		line-height: 19px;
		margin: 0 0px 15px 0;
	}
	label {
		margin-bottom: 15px;
	}
	.bl {
		padding: 30px 30px;
		margin: 111px auto 0;
	}
	.notify-header {
		font-size: 18px;
		line-height: 21px;
		margin: 30px 0 13px 0;
	}
	.notify-text {
		font-size: 16px;
		line-height: 18px;
		margin-bottom: 15px;
	}
	.error-text {
		font-size: 16px; 
		line-height: 18px;
		margin-bottom: 12px;
	}
	/*.please-text {
		font-size: 16px;
		line-height: 18px;
	}*/
	.from-conditions {
		font-size: 14px;
		line-height: 16px;
	}
	.form .notify-img svg {
		width: 44px;
		height: auto;
	}
}
@media screen and (max-width: 767px) {
	form svg {
		width: 92px;
	}
	label.email input, label.submit input {
		padding: 12px 0 12px 12px;
		font-size: 16px;
		line-height: 19px;
	}
	.email::after {
		position: absolute;
		content: ' ';
		top: 50%;
		transform: translateY(-50%);
		right: 15px;
		background-image: url(./email.svg);
		width: 20px;
		height: 16px;
		background-repeat: no-repeat;
		background-size: contain;
	}
	.submit::after {
		position: absolute;
		content: ' ';
		top: 50%;
		transform: translateY(-50%);
		right: 15px;
		background-image: url(./arrow.svg);
		width: 21px;
		height: 21px;
		background-repeat: no-repeat;
		background-size: contain;
	}
	.error {
		padding: 12px 0;
		font-size: 16px;
		line-height: 19px;
		width: 215px;
		margin: auto;
	}
}