.page-wrapper {
	text-align: center;
	margin: 0 auto;
	position: relative;
	padding: 37px 32px 80px;
}

.complaint-wrapper {
	width: 100%;
	max-width: 434px;
	margin: 0 auto;
}

.profile-block {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	text-decoration: none;
	color: #000;
	padding: 17px 30px 23px 20px;
	border-radius: 25px;
	background: #EFEFEF;
	width: 470px;
	height: 150px;
	box-sizing: border-box;
	margin: 0 auto;
	position: relative;
	margin-left: -17px;
}

.profile-avatar {
	width: 110px;
	height: 110px;
	border-radius: 63px;
	overflow: hidden;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #F3F3F3;
	position: absolute;
	left: 20px;
	top: 17px;
}

.profile-avatar img {
	width: 110px;
	height: 110px;
	object-fit: cover;
	object-position: top center;
}
.profile-block.inactive .profile-avatar::after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	border-radius: inherit;
	background-color: rgba(255,255,255,0.5);
	mix-blend-mode: lighten;
	pointer-events: none;
}
.profile-block.inactive .profile-avatar img{
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
}

.profile-info {
	text-align: left;
	margin-top: 8px;
	margin-left: 130px;
	width: calc(100% - 130px);
}

.profile-name {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 30px;
	line-height: 30px;
	position: absolute;
	top: 25px;
	left: 152px;
}

.profile-type {
	margin-top: 0;
	font-family: Inter, Roboto, sans-serif;
	font-size: 20px;
	line-height: 23px;
	color: #8A8681;
	position: absolute;
	top: 61px;
	left: 152px;
}

.profile-id {
	margin-top: 0;
	font-family: Inter, Roboto, sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 23px;
	color: #000;
	position: absolute;
	top: 97px;
	left: 152px;
}

.section-title {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 34px;
	line-height: 40px;
	margin: 0 auto 31px;
	text-align: center;
	max-width: 400px;
}

.reasons, .radio-group {
	padding-left: 0;
	margin: 0 auto;
	position: relative;
}

.reason-item, .radio-item {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	height: 30px;
	cursor: pointer;
	margin-top: 30px;
	position: relative;
}

.reason-item .circle, .radio-item .radio-dot {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #DEDEDE;
	flex-shrink: 0;
	margin-right: 12px;
	border: 2px solid transparent;
	box-sizing: border-box;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.reason-item.selected .circle::after, .radio-item.selected .radio-dot::after {
	content: '';
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #000;
	position: absolute;
}

.reason-item.selected .reason-label, .radio-item.selected .reason-label {
	font-weight: 500;
}

.reason-item.error-state .circle {
	border: 2px solid #EC2327;
	background: #DEDEDE;
}

.radio-item.error-state .radio-dot {
	border: 2px solid #EC2327;
	background: #DEDEDE;
}

.reason-label {
	font-family: 'Roboto', sans-serif;
	font-size: 22px;
	font-weight: 300;
	line-height: 25px;
	color: #000;
	text-align: left;
}

.error {
	font-size: 20px;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	color: #EC2327;
	text-align: left;
	height: 60px;
	margin: 12px auto 0;
}

.actions {
	display: flex;
	justify-content: space-between;
	gap: 0;
	margin-top: 28px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.button {
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	border-radius: 50px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 25px;
}

.button-primary {
	width: 210px;
	height: 70px;
	line-height: 63px;
	background: #088999;
	color: #fff;
	border: 3px solid #088999;
	box-sizing: border-box;
}

.button-primary:hover {
	background: #00B1C6;
	border: 3px solid #00B1C6;
}

.button-primary-full {
	width: 100%;
}

.button-outline {
	background: #fff;
	color: #088999;
	border: 3px solid #088999;
	width: 210px;
	height: 70px;
	line-height: 63px;
	box-sizing: border-box;
}

.button-outline:hover {
	color: #00B1C6;
	border: 3px solid #00B1C6;
}

.button-outline.error-state {
	border-color: #EC2327;
}

.add-files.button-outline {
	width: 100%;
}

.small-note {
	font-family: 'Roboto Light', sans-serif;
	font-size: 22px;
	line-height: 30px;
	color: #000;
	text-align: left;
	margin: 0 auto 35px;
	padding: 0;
}

.form-row {
	text-align: left;
	margin-top: 34px;
	margin-left: auto;
	margin-right: auto;
}

#step-3 .section-title {
	margin-bottom: 23px;
}

#step-3 .small-note {
	font-family: 'Roboto Light', sans-serif;
	font-size: 22px;
	line-height: 30px;
	color: #000;
	width: 434px;
	margin: 0 auto;
	text-align: left;
	margin-top: 0;
	margin-bottom: 36px;
	padding-left: 0;
}

#step-3 .form-row {
	margin-top: 0;
}

#step-3 .input {
	height: 60px;
	color: #000;
	font-family: Roboto;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	border: 1px solid #000;
	border-radius: 8px;
}

#step-3 .input::placeholder {
	color: #8F8F8F;
}

#step-3 .don-captcha {
	margin-top: 46px;
	margin-bottom: -94px;
}

#step-3 .actions {
	margin-top: 141px;
}

#step-4 {
	text-align: center;
}

.step4-avatar {
	width: 190px;
	height: 190px;
	margin: 40px auto 12px;
}

.step4-avatar img {
	width: 190px;
	height: 190px;
	object-fit: cover;
	border-radius: 50%;
}

#step-4 .section-title {
	margin-bottom: 27px;
}

.step4-text {
	font-family: 'Roboto Light', sans-serif;
	font-size: 22px;
	line-height: 30px;
	color: #000;
	text-align: center;
	margin: 0 auto -20px;
}

.step4-email {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 22px;
	line-height: 30px;
	color: #088999;
	text-align: center;
	margin: 0 auto 50px;
	display: inline-block;
}

#step-4 .actions {
	margin-top: 0;
}

#step-4 .button-outline {
	width: 330px;
}

.form-row label {
	display: block;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	margin-bottom: 8px;
}

.input, .textarea {
	width: 100%;
	box-sizing: border-box;
	padding: 12px 14px;
	border: 2px solid #000;
	border-radius: 12px;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
}

.textarea {
	min-height: 245px;
	max-height: 245px;
	overflow-y: auto;
	resize: none;
	border: 1px solid #000;
	border-radius: 8px;
	padding: 20px 20px;
	color: #000;
	font-family: Roboto;
	font-size: 22px;
	font-style: normal;
	font-weight: 300;
	box-sizing: border-box;
}

.textarea.error-state {
	border: 2px solid #EC2327;
}

.textarea::placeholder {
	color: #8F8F8F;
	font-family: Roboto;
	font-size: 18px;
	font-weight: 300;
}

.uploads {
	margin-top: 14px;
}

.upload-grid {
	display: grid;
	grid-template-columns: repeat(4, 80px);
	gap: 25px;
	margin: 0 auto;
}

.upload-grid:empty {
	display: none;
}

.thumb {
	width: 80px;
	height: 80px;
	position: relative;
}

.thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 20px;
	overflow: hidden;
}

.thumb .remove {
	position: absolute;
	right: -24px;
	bottom: -24px;
	width: 65px;
	height: 65px;
	background: url('/wp-content/themes/donmobile-new/images/Delete_screenshot.svg') center no-repeat;
	background-size: cover;
}

.thumb .remove svg {
	width: 12px;
	height: 12px;
	display: block;
}

.upload-btn {
	margin-top: 34px;
}

#step1-error {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0 auto;
	padding-left: 0;
	height: 50px;
	line-height: 50px;
	opacity: 0;
	pointer-events: none;
}

#don-captcha {
	margin-top: 10px;
}

.actions-centered {
	justify-content: center;
	margin-top: 24px;
}

.content-remove_profile {
	font-weight: 300;
	text-align: left;
	line-height: 26px;
}

.content-remove_profile strong {
	font-weight: 600;
}

.support-banner {
	display: flex;
	padding: 20px;
	background: #F3F3F3;
	border-radius: 22px;
	margin: 20px -23px;
	justify-content: space-between;
	gap: 10px;
	align-items: center;
}

.support-banner__icon {
	width: 46px;
	height: 46px;
}

.support-banner__text {
	font-size: 17px;
	line-height: 23px;
}

.support-banner__button {
	height: 50px;
	background: white;
	border-radius: 50px;
	padding: 10px 12px;
	flex: 0 0 192px;
	box-sizing: border-box;
	display: flex;
	font-size: 22px;
	color: #039BE5;
	font-weight: 500;
	align-items: center;
	gap: 22px;
	box-shadow: 0px 0px 25px 0px #0000001A;
}

.support-banner__button-icon {
	width: 30px;
	height: 30px;
}

@media screen and (min-width: 700px){
	.section-title {
		font-size: 28px;
		line-height: 35px;
	}
	.profile-block {
		width: 376px;
		height: 120px;
		margin: 0 auto;
	}
	.profile-avatar {
		width: 88px;
		height: 88px;
	}
	.profile-name {
		font-size: 24px;
		line-height: 30px;
		top: 17px;
		left: 120px;
	}
	.profile-type {
		font-size: 16px;
		line-height: 23px;
		top: 48px;
		left: 120px;
	}
	.profile-id {
		font-size: 16px;
		line-height: 23px;
		top: 77px;
		left: 120px;
	}
	.reasons {
		width: 370px;
	}
	.reason-item, .radio-item {
		height: 19px;
	}
	.reason-item .circle, .radio-item .radio-dot {
		width: 24px;
		height: 24px;
	}
	.reason-item.selected .circle::after, .radio-item.selected .radio-dot::after {
		width: 12px;
		height: 12px;
	}
	.reason-label {
		font-size: 18px;
		font-weight: 300;
		line-height: 25px;
	}
	.textarea {
		font-size: 18px;
		min-height: 206px;
		max-height: 206px;
	}
	.button-primary,
	.button-outline {
		width: 200px;
		height: 56px;
		line-height: 48px;
		font-size: 20px;
	}
	.button-primary-full {
		width: 320px;
	}
	#step-1 .actions {
		justify-content: center;
	}
	.step-1-description--site_issue {
		font-size: 16px;
		line-height: 22px;
		font-weight: 300;
		text-align: left;
	}
	.error {
		font-size: 16px;
	}
	#step1-error {
		width: 368px;
	}
	#step-3 .small-note {
		font-size: 18px;
		line-height: 26px;
	}
	.step4-text {
		font-size: 18px;
		line-height: 26px;
	}
	.step4-avatar {
		width: 190px;
		height: 190px;
		margin: 40px auto 12px;
		width: 190px;
		height: 190px;
		margin: 0 auto;
		margin-bottom: 12px;
	}
	.small-note {
		font-size: 18px;
		line-height: 26px;
	}
}
