.feedbackBlock{
	overflow:hidden
}

.feedbackBox{
	width:100vw;
	display:flex;
	flex-direction: column;
	align-items: center;
}

.feedbackContent{
	width:90vw;
	margin:7vw 0;
}

.feedbackTitle{
	font-family: 'Archivo';
	font-style: normal;
	font-weight: 400;
	font-size: 1.5vw;

	text-transform: uppercase;

	color: #182225;
}

.feedbackForm{
	display:flex;
	flex-direction: column;
	align-items: center;
}

.feedbackFormTitle{
	width:55vw;
	font-family: 'Archivo';
	font-style: normal;
	font-weight: 600;
	font-size: 5.5vw;
	line-height: 95.8%;

	text-align: center;
	letter-spacing: -0.03em;
	text-transform: uppercase;
	font-feature-settings: 'liga' off, 'kern' off;

	color: #182225;

	margin:3vw 0;
}

.feedbackBoxAdround{
	box-sizing: border-box;

	background: #FFFFFF;
	border: 0.1vw solid #182225;
	margin-bottom: -0.06vw;
	border-radius: 0.16vw;
}

.feedbackInputs{
	width:46vw;
	margin: 0.6vw 1vw;
	border:0;

	font-family: 'Archivo';
	font-style: italic;
	font-weight: 300;
	font-size: 1vw;
	line-height: 3vw;

	color: #182225;

	outline: none;
}

.feedbackSubmit{
	margin-top: 3vw;
	cursor: pointer;
	width:100%;
	height:7.7vw;

	background: linear-gradient(301.38deg, #008160 19.8%, #00926D 68.94%);
	border-radius: 2px;

	font-family: 'Archivo';
	font-style: normal;
	font-weight: 400;
	font-size: 1.5vw;

	text-align: center;
	text-transform: uppercase;

	color: #FFFFFF;
	border:0;
	border-radius: 0.14vw;
}


@media (max-width: 680px) {
	.feedbackTitle {
		font-size: 4.6vw;
		text-align: center;
	}

	.feedbackFormTitle {
		width: 71vw;
		font-size: 8vw;
		margin: 7vw 0;
	}

	.feedbackInputs {
		width: 82vw;
		font-size: 2.5vw;
		line-height: 7.9vw;
	}

	.feedbackSubmit {
		margin-top: 7vw;
		height: 14.7vw;
		font-size: 3.5vw;
	}

	.feedbackContent {
		width: 82vw;
		margin: 11vw 0;
	}
}