.career-page-section {
	overflow: hidden;
}
.career-page-section .page-title {
	margin-bottom: 54px;
}
.career-item {
	box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
	border-radius: 15px;
	padding: 30px;
	margin-bottom: 30px;
	font-family: Montserrat;
}
.career__header {
	display: flex;
	justify-content: space-between;
	padding-bottom: 48px;
}
.career-item__location {
	padding: 6px;
	border-radius: 4px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 13px;
	color: #fff;
}
.career-item__location_red {
	background-color: #da251c;
}
.career-item__location_black {
	background-color: #000;
}
.career-item__date {
	color: #afafaf;
	font-size: 15px;
	font-weight: 400;
}
.career-item__short {
	display: flex;
	justify-content: space-between;

}
.career-item__name {
	font-family: "Museo Cyrl 500";
	font-size: 24px;
	font-weight: 500;
}
.career-item__expand,
.career-item__expand span,
.career-item__expand span::before {
	transition: .4s linear;
	opacity: 1;
}
.career-item__expand-wrapper {

}
.career-item__expand {
	cursor: pointer;
	background-color: unset;
	border: 2px solid #da251c;
	color: #da251c;
	height: 28px;
	width: 28px;
	border-radius: 50%;
	position: relative;
	padding: 0;
	background-color: #fff;
}
.career-item__expand span {
	position: absolute;
	height: 2px;
	width: 12px;
	background-color: #da251c;
	left: 6px;
	top: 11px;
}
.career-item__expand span::before {
	content: ' ';
	position: absolute;
	height: 12px;
	width: 2px;
	background-color: #da251c;
	left: 5px;
	top: -5px;
}
.career-item__expand:hover {
	background-color: #da251c;
}
.career-item__expand:hover span,
.career-item__expand:hover span::before {
	background-color: #fff;
}
.career-item__expand.show {
	background-color: #da251c;
}
.career-item__expand.show span::before {
	background-color: #fff;
	transform: rotate(90deg);
}
.career-item__expand.show span {
	background-color: #fff;
}
.career-item__expand.show:hover {
	background-color: #fff;
}
.career-item__expand.show:hover span,
.career-item__expand.show:hover span::before {
	background-color: #da251c;
}
.career-item__text {
	font-size: 18px;
	line-height: 40px;
	padding-right: 140px;
	margin-top: 10px;
}
.career-item__content {
	height: 0;
	opacity: 0;
	transition: .4s linear;
}
.career-item__content.show {
	animation: unset;
	opacity: 1;
}
.careers-about h3 {
	margin-bottom: 40px;
}
.career-item__wrap-content .more-link {
	display: inline-flex;
}
@media (max-width: 992px) {
	.career-item__text {
		padding-right: 70px;
	}
	.careers-about h3 {
		margin-bottom: 24px;
	}
}
@media (max-width: 576px) {
	.career-item__content .more-link a {
		width: 185px;
	}
	.career-item__text {
		padding-right: 10px;
	}
}
.modal-header h4.section-title {
	margin-left: 20px;
}
.question.question_textarea {
    margin-left: 0 !important;
}