html, body{
	padding: 0;
	margin: 0;
}

p, ul, h1, h2, h3, h4, h5, h6 {
	margin: 0;
}

.wrapper {
	margin: 0 auto;
	width: 1275px;
	max-width: 100%;
}
form {
	max-width: 100%;
    width: 1104px;
    margin: 0 auto;
    padding-top: 117px;
	background: radial-gradient(50% 50% at 50% 50%, #E3E3E3 61.98%, rgba(0, 0, 0, 0) 100%);
}

h1 {
	margin-top: 67px;
	text-align: center;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 800;
	font-size: 32px;
	line-height: 39px;
	color: #000000;
	
	text-shadow: 
	  -1px -1px 0 #000,
	  1px -1px 0 #000,
	  -1px 1px 0 #000,
	  1px 1px 0 #000,
	  0px 4px 4px rgba(0, 0, 0, 0.25);
}

label {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 800;
	font-size: 20px;
	line-height: 59px;
	color: #000000;
	float: left;
	width: 15%;
	padding-left: 10%;
	text-align: left;
}

input, select{
	float: left;
	width: 75%;
	height: 59px;
	box-sizing: border-box;
	padding: 5px;
	margin-bottom: 20px;
	background: #FFFFFF;
	border-radius: 10px;
	border: none;
}

.doReg{
	font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    background: #852020;
    border-radius: 20px;
    padding: 14px;
    text-decoration: none;
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

.actions{
	display: flex;
    align-items: center;
    justify-content: space-evenly;
	padding-top: 64px;
}

.cancel, .accept{
	display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
	list-style-type: none;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 29px;
	text-decoration: none;
	color: #FFFFFF;
	background: #852020;
	width: 292px;
	height: 56px;
	border-radius: 10px;
}