* {
	box-sizing: border-box;
}

body {
	font-family: "Inter", sans-serif;
}

.form__background {
	min-height: 832px;
	background: url('main-screen.jpg') center center / cover no-repeat;
	padding-top: 32px;
}

.container {
	max-width: 646px;
	margin: 0 auto;
}

.form__box {
	width: 100%;
	padding: 20px 88px;
	border-radius: 24px;
	background-color: #FDF8F8;
	opacity: 70%;
}

.form__box:hover {
	opacity: 100%;
}

form {
	display: flex;
	flex-direction: column;
}

.form__item {
	max-width: 470px;
	height: 28px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

.big {
	height: 96px;
}

input {
	width: 313px;
	height: 28px;
	background-color: #242832;
	border-radius: 8px;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 0.1em;
	color: #d2cecf;
	text-align: center;
}

label, p {
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 0.1em;
	color: #242832;
}


.form__item-input {
	width: 313px;
	height: 28px;
	display: flex;
	justify-content: end;
	align-items: center;
}

select {
	width: 313px;
	height: 28px;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 0.1em;
	color: #d2cecf;
	background-color: #242832;
	text-align: center;
	border-radius: 8px;
}

textarea {
	height: 84px;
	width: 313px;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 0.1em;
	color: #d2cecf;
	background: #242832;
	text-align: center;
	border-radius: 8px;
}

[type="reset"], [type="submit"] {
	width: 150px;
	background-color: #1D8FAE;
}

[type="submit"] {
	background-color: #BD277C;
}

[type="submit"]:active {
	background-color: #242832;
}

[type="reset"]:active {
	background-color: #242832;
}

.form__btns {
	/* width: 530px; */
	width: 100%;
	margin-left: 45px;
	/* change above */
	display: flex;
	justify-content: space-around;
}

input#policy {
	width: 70px;
}

input#man {
	width: 63px;
}

input#woman {
	width: 63px;
}