header {
	margin: auto;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #EFEFEF;
}

header .logo-box {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 1400px;
	width: 100%;
	padding: 20px 0px 20px 0px;
	margin-bottom: 37px;
	border-bottom: 1px solid black;
}

header .logo-box img {
	max-width: 128px;
}

.form-message {
	margin-top: 10px;
	margin-bottom: 10px;
}

header .content {
	max-width: 810px;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

header .content h2 {
	font-weight: 500;
	font-size: 24px;
	line-height: 130%;
	letter-spacing: 0.5px;
	text-align: center;
	text-transform: uppercase;
}

header .content .content-title {
	margin-bottom: 100px;
	max-width: 750px;
}

header .content .content-more {
	margin-bottom: 50px;
}

header .content .content-buttons {
	max-width: 341px;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 13px;
	margin-bottom: 67px;
}

header .content .content-buttons a {
	width: 100%;
	/*font*/
	font-weight: 300;
	font-size: 11px;
	line-height: 110%;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	/*end font*/
	color: white;
	background-color: #000000;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 13px 0px 13px 0px;
	transition: 0.2s;
	cursor: pointer;
}

header .content .content-buttons a:hover {
	background-color: #373737;
}

main {
	margin: auto;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.stats-block {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-row-gap: 45px;
	grid-column-gap: 90px;
	justify-content: center;
	margin-top: 25px;
	margin-bottom: 25px;
	padding-left: 20px;
	padding-right: 20px;
}

.stat {
	display: flex;
	flex-direction: column;
	align-items: center;
	height: auto; /* автоматическая высота */
}

.stat div {
	display: flex;
	flex-direction: column;
	border-bottom: 1px solid black;
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 5px;
	margin-bottom: 13px;
}

.stat div h2 {
	font-weight: 100;
	font-size: 75px;
	line-height: 100%;
	letter-spacing: 0.5px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.stat div span {
	width: 100%;
	font-weight: 500;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 0.5px;
	text-align: center;
	text-transform: uppercase;
}

.stat p {
	font-weight: 500;
	font-size: 11px;
	line-height: 100%;
	letter-spacing: 0.5px;
	text-align: center;
	max-width: 200px;

}

.feedback-block {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #EFEFEF;
	margin-top: 25px;
	padding-bottom: 74px;
	padding-left: 20px;
	padding-right: 20px;
}

.feedback-block h2 {
	font-weight: 500;
	font-size: 24px;
	line-height: 100%;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	margin-top: 62px;
	margin-bottom: 10px;
	text-align: center;
}

.form-container {
	background-color: white;
	max-width: 930px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 42px 0 35px 0;
}

.form-container form {
	display: flex;
	flex-direction: column;
	max-width: 410px;
    width: 100%;
    padding: 10px;
}

.form-container p {
	font-weight: 500;
	font-size: 15px;
	line-height: 100%;
	letter-spacing: 0.5px;
	margin-bottom: 18px;
	padding-left: 8px;
}

.form-container input {
	width: 100%;
	padding-top: 13px;
	padding-bottom: 13px;
	border-bottom: 1px solid black;
	font-weight: 500;
	font-size: 11px;
	line-height: 100%;
	letter-spacing: 8%;
	text-transform: uppercase;
	border-radius: 0px;
	
}

.form-container input::placeholder {
	color: #8D8D8D;
}

.form-bottom {
	margin-top: 60px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	gap:  20px;
}

.form-bottom button {
	background-color: black;
    color: white;
    font-weight: 500;
    font-size: 11px;
    line-height: 100%;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 13px 0px;
    max-width: 220px;
    width: 100%;
    cursor: pointer;
    transition: 0.2s;
}

.form-bottom button:hover {
	background-color: #373737;
}

#formAgree {
	display: none;
}

.active {
	display: block !important;
}

.form-bottom .checkbox {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-start;
	margin-top: 3px;
	gap: 7px;
	cursor: pointer;
}

.form-bottom .checkbox label {
	cursor: pointer;
}

.form-bottom .checkbox svg {
	margin-top: -5px;
}


.form-bottom .checkbox label {
	font-weight: 500;
	font-size: 10px;
	line-height: 100%;
	letter-spacing: 8%;
}

footer {
	margin: auto;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #EFEFEF;
}

footer .footer-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1400px;
	width: 100%;
	padding: 15px 20px 11px 20px;
	border-top: 1px solid black;
}


footer .footer-content p {
	font-weight: 500;
	font-size: 17px;
	line-height: 100%;
	letter-spacing: 0.5px;
}

footer .footer-content .links {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	gap: 30px;
}

footer .footer-content .links a {
	font-weight: 500;
	font-size: 17px;
	line-height: 100%;
	letter-spacing: 0.5px;
	color: black;
}


#goTop {
	cursor: pointer;
	display: none;
}


@media screen and (max-width:  972px) {
	.stats-block {
		grid-template-columns: repeat(1, 1fr);
	}
}

@media screen and (max-width:  480px) {


	header .logo-box img {
		max-width: 123px;
	}

	header .logo-box {
		margin-bottom: 24px;
	}

	header .content h2 {
		font-size: 16px;
	}

	header .content .content-title {
		margin-bottom: 60px;
	}

	header .content .content-more {
		margin-bottom: 28px;
	}

	header .content .content-buttons {
		margin-bottom: 60px;
	}

	header .content .content-buttons a {
		max-width: 220px;
	}

	.stats-block {
		margin-top: 34px;
		grid-row-gap: 20px;
	}

	.stat div h2 {
		font-size: 65px;
		font-weight: 200;
	}

	.stat div span {
		font-size: 12px;
	}

	.stat div {
		margin-bottom: 8px;
		padding-left: 0px;
		padding-right: 0px;
	}

	.stat p {
		font-size: 10px;
	}

	.feedback-block {
		padding-bottom: 20px;
	}

	.feedback-block h2 {
		font-size: 16px;
		margin-bottom: 23px;
	}

	.form-container p {
		display: none;
	}

	.form-container {
		padding-top: 29px;
		padding-bottom: 20px;
	}

	.form-container form {
		padding-top: 0px;
		padding-left: 24px;
		padding-right: 24px;
	}

	.form-bottom {
		margin-top: 78px;
		gap: 10px;
	}

	.form-bottom .checkbox label {
		font-size: 9px;
	}

	footer .footer-content p {
		display: none;
	}

	#goTop {
		display: block;
	}

	footer .footer-content {
		padding: 22px 0px 20px 0px;
	}

	footer .footer-content .links {
		flex-direction: column;
		gap:  10px;
		align-items: flex-start;
	}

}

@media screen and (max-width:  370px) {
	.stat div h2 {
		font-size: 50px;
	}
}