.wrap__feedback {
	position: relative;
}
.content__feedback {
	position: relative;
	padding: 0 40px;
	color: #fff;
}
.content__feedback h2,
.content__feedback p.h2 {
	color: inherit;
}
.content__feedback .user-info {
	position: relative;
}
.content__feedback .user-info .phone {
	background-position: 20px 20px;
	background-repeat: no-repeat;
	background-size: contain;
}


.consent-block {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.consent-checkbox input {
	-webkit-appearance: checkbox;
	display: none;
}

.consent-checkbox > label > span {
	margin-right: 15px;
	width: 30px;
	height: 30px;
	display: inline-block;
	border-radius: 5px;
	border: 2px solid #cacaca;
	cursor: pointer;
}

.consent-text {
	margin-top: -7px;
}

.consent-text a {
	color: #D25620;
}

.consent-checkbox input:checked + span {
	position: relative;
	display: inline-block;
	padding-top: 12px;
}

.consent-checkbox input:checked + span:before {
    content: '';
    position: absolute; left: 2px;   
    width: 10px;
    height: 4px;
    background: #cacaca;
    -webkit-transform: rotate(50deg);
    transform: rotate(50deg);    
}
.consent-checkbox input:checked + span:after {
	content: '';
    position: absolute;
    left: 7px;
    width: 19px;
    height: 4px;
    background: #cacaca;
    -webkit-transform: rotate(-50deg);
    transform: rotate(-50deg);
    margin-top: -1px;  
}

.feedback .consent-block .consent-text {
	margin-top: -5px;
}
.feedback .consent-block {
	width: 100%;
	justify-content: center;
	margin-top: 30px;
}