.career-form {
	font-size: 16px;
	line-height: 1.2;
}
.career-form__error {
}
.career-form__note {
}
.career-form__form {
}
.career-form__line {
	margin-bottom: 10px;
}
.career-form__form input[type="text"] {
	display: block;
	box-sizing: border-box;
	width: 270px;
	height: 40px;
	padding: 0 16px;
	margin: 0;
	line-height: 38px;
	font-size: 16px;
	color: #333;
	border: 1px solid #337ab7;
	border-radius: 4px;
	outline: none;
}
.career-form__form input[type="text"]::placeholder {
	color: #337ab7;
}
.career-form__form .career-form__button {
	display: inline-block;
	box-sizing: border-box;
	height: 42px;
	padding: 10px 24px;
	color: #fff;	
	font-size: 18px;
	line-height: 1.2;
	font-weight: 700;
	text-align: center;
	background: #6A1B32;
	border-radius: 4px;
	border: none;
	outline: none;
}
.career-form__buttons {
	margin-top: 15px;
}
.career-form__bottom-text {
	font-size: 14px;
	margin-top: 10px;
}
.career-form__bottom-text a {
	font-size: inherit;
}
.career-form__line_file {
	padding-top: 10px;
}
.career-form-file {	
	display: flex;
	align-items: baseline;
	justify-content: flex-start;
	flex-wrap: wrap;	
}
.career-form-file__name {
	margin-right: 15px;
	font-size: 16px;
}
.career-form-file__file {
	display: inline-block;
}
.career-form-file__file input[type="file"] {
	display: none;
}
.career-form-file__file .bx-input-file-desc {
	display: none;
}
.career-form-file__file .career-form-file__file-label {
	display: inline-block;
	margin: 0;
	font-size: 16px;
	font-weight: 400;
	color: #337ab7;
	cursor: pointer;
}
.career-form-file__file .career-form-file__file-label:hover {
	color: #23527c;
}
.career-form-file__file .career-form-file__file-link {
	font-size: inherit;
}
.career-form-file__file-link-icon {
	display: inline-block;
	position: relative;
	width: 24px;
	height: 24px;
	overflow: hidden;
	top: -4px;
	margin-right: 5px;
	vertical-align: top;
}
.career-form-file__file-link-icon svg {
	display: block;
	width: 100%;
	height: 100%;
}
.career-form-file__file-link-icon svg path {
    stroke: #337ab7;
}
.career-form-file__file-label:hover .career-form-file__file-link-icon svg path {
    stroke: #23527c;
}
.career-form-file__file .career-form-file__file-name {
	display: none;
	font-size: 16px;
}
.career-form-file__file.active .career-form-file__file-label {
	display: none;
}
.career-form-file__file.active .career-form-file__file-name {
	display: inline-block;
}
.career-form-file__file.active .career-form-file__file-name-title {
	font-size: 16px;
}
.career-form-file__file-name-delete {
	box-sizing: border-box;
	display: inline-block;
	position: relative;
	width: 19px;
	height: 19px;
	top: 0px;
	margin: 0 0 0 3px;
	padding: 0;
	background: #6A1B32;
	border-radius: 50%;
	user-select: none;
	vertical-align: top;
	cursor: pointer;
}
.career-form-file__file-name-delete:before,
.career-form-file__file-name-delete:after {
	content: "";
	position: absolute;
	width: 11px;
	height: 1px;
	overflow: hidden;
	top: 9px;
	left: 4px;	
	margin: 0;
	padding: 0;
	background: #fff;
	transition: background 0.15s ease-out;
}
.career-form-file__file-name-delete:before {
	transform: rotate(-45deg);
}
.career-form-file__file-name-delete:after {
	transform: rotate(45deg);
}
.career-form-captcha__title {
	font-size: 16px;
	margin-bottom: 5px;
}
.career-form-captcha__box {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.career-form-captcha__box img {
	display: block;
	width: 180px;
	height: 40px;
	padding: 0;
	margin: 0 10px 0 0;
}
.career-form-captcha__box input[type="text"] {
	width: 100px;
}

.career-form .user-consent-wrapper {
  display: flex;
  gap: 8px;
  align-items: baseline;
  width: 270px;
}

.career-form .user-consent-wrapper a {
	text-decoration: underline;
}

.career-form .user-consent-wrapper * {
  color: #000;
  font-weight: normal;
}
