.popup-resume-header {

}

.send-resume-intro {
	margin-top: -20px;
	margin-bottom: 35px;
}

.form-send-resume .form-agreement {
	margin: 10px 0;
	font-size: 12px;
	text-align: center;
}
.upload-resume {
	padding: 30px 0 30px;
}
.upload-resume-line {
	margin-bottom: 15px;
}
.input-upload-resume {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	border: 0;
	visibility: hidden;
}
.label-upload-resume {
	position: relative;
	display: block;
	height: 20px;
	padding-left: 30px;

	font-family: var(--font-family-header);
	line-height: 24px;
	font-weight: 500;
	text-transform: uppercase;
	cursor: pointer;
}
.label-upload-resume::before{
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 24px;
	height: 24px;
	background-image: url(../img/icn-upload.svg);
	background-repeat: no-repeat;
	background-position: center;
}

p.file-upload-notice {
	margin: 0;
	font-size: 12px;
	line-height: 1;
}