.c-feedback-form-v1 {
		border-radius: 42px;
		overflow: hidden;
		font-family: inherit;
		background: linear-gradient(52.72deg, #2D293C 0%, #3F3678 99.86%);
		width: 100%;
		padding: 84px 72px 80px 72px;
		margin-bottom: 100px;
	}
	.c-feedback-form-v1-block {
		display: grid;
		grid-template-columns: 9fr 8fr;
		grid-gap: 84px;
	}
	.c-feedback-form-v1-head {
		color: white;
		text-transform: uppercase;
		margin-bottom: 28px;
		font-size: 2.5em;
		line-height: 1.3;
		font-weight: 700;
	}
	.c-feedback-form-v1-text {
		font-size: 1em;
		color: white;
		opacity: 0.9;
		font-weight: 400;
		line-height: 1.7;
		margin-bottom: 50px;
	}
	.c-feedback-form-v1-check {
		position: relative;
		color: rgba(255,255,255,0.6);
		font-size: 0.95em;
		line-height: 1.7;
		cursor: pointer;
		display: grid;
		grid-template-columns: 32px 1fr;
		gap: 18px;
		font-weight: 400;
	}
	.c-feedback-form-v1-check a {
		font-weight: 700;
		text-decoration: none;
		color: rgba(255,255,255,0.6);
	}
	.c-feedback-form-v1-check-imgblock {
		width: 32px;
	    height: 32px;
	    border-radius: 100px;
	    background: rgba(255, 255, 255, 0.1);
	    display: flex;
	    align-items: center;
	    justify-content: center;
	}
	.c-feedback-form-v1-check-imgblock svg {
		display: none;
	}
	.c-feedback-form-v1-check-checked .c-feedback-form-v1-check-imgblock svg {
		display: block;
	}
	.c-feedback-form-v1-inputgroup-hidden {
		display: none !important;
	}
	.c-feedback-form-v1-inputgroup {
		display: flex;
		gap: 24px;
		margin-bottom: 24px;
	}
	.c-feedback-form-v1-inputgroup input {
		font-size: 0.95em;
		padding: 0px 18px;
		height: 58px;
		color: rgba(62, 62, 81, 0.8);
		border-radius: 20px;
		background-color: white;
		outline: none;
		border: 1px solid white;
	}
	.c-feedback-form-v1-inputgroup input.c-feedback-error {
		border: 1px solid red;
	}
	.c-feedback-form-v1-inputblock {
		width: 100%;
	}
	.c-feedback-form-v1-textareablock {
		width: 100%;
	}
	.c-feedback-form-v1-textareablock textarea {
		width: 100%;
		min-height: 160px;
		border-radius: 20px;
		padding: 18px 18px;
		border: 1px solid white;
		background-color: white;
	}
	.c-feedback-form-v1-submit {
		height: 58px;
		padding: 0 18px;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 20px;
		background-color: rgba(224, 114, 27, 1);
		border: 1px solid rgba(224, 114, 27, 1);
		color: white;
		text-transform: uppercase;
		font-size: 1em;
		font-weight: 700;
		transition: 0.3s;
	}
	.c-feedback-form-v1-submit:hover {
		transition: 0.3s;
		color: white;
		background-color: #11CC73;
		border: 1px solid #11CC73;
	}
	.c-feedback-form-v1-check-error .c-feedback-form-v1-check-imgblock {
	    background: rgb(255 0 0);
	}

table.c-table-v1 {
	border-collapse: separate;
    border-spacing: 8px; 
    margin-bottom: 40px;   
}
table.c-table-v1 tr {

}
table.c-table-v1 tr th {
	font-size: 1em;
	text-transform: uppercase;
	color: rgba(224, 114, 27, 1);
	font-weight: 700;
	padding: 16px;
	text-align: center;
	background-color: white;
}
table.c-table-v1 tr td {
	text-align: left;
	padding: 25px 20px;
	color: inherit;
	font-size: 1em;
	font-weight: 400;
	line-height: 1.5;
	border-radius: 20px;
	background-color: rgba(224, 114, 27, 0.12);
}
@media (max-width: 768px) {
	.c-feedback-form-v1-block {
		grid-template-columns: 1fr;
		gap: 40px;
	}
	.c-feedback-form-v1 {
		padding: 40px;
	}
	.c-feedback-form-v1-text {
		margin-bottom: 0px;
	}
	.c-feedback-form-v1-check {
		margin-top: 20px;
	}
}










