.vakansii__menu {
	margin: 0 0 40px;
}
.vakansii-wrapper {
	margin: 40px 0 20px;
}
.vakansii-wrapper h2 {
	text-transform: none;
	padding: 10px 0 15px;
}
.vakansii-detail {
	align-items: flex-start;
	justify-content: space-between;
	position: relative;
}
.vakansii-detail__element {
	line-height: 1.4;
}
.column {
	width: 31.5430%;
}
.no-vacancy {
	line-height: 1.4;
	margin-bottom: 50px;
}
.vakansii-detail h3 {
	font-weight: 900;
	margin: 0 0 25px;
}
.rule {
	height: 1px;
	background-color: #858585;
	margin: 60px 0;
}
.btn-send-request {
	display: inline-block;
    margin: 15px 0 30px;
	height: 30px;
	background-color: #e3231f;
	line-height: 30px;
	color: #f0eae7;
	padding: 0 20px;
	cursor: pointer;
	text-transform: uppercase;
	border-radius: 5px;
	text-align: center;
	text-decoration: none!important;
}
.btn-send-request:hover {
	color: #fff;
}
.vakansii-place {
	margin: 0 0 25px;	
}
	.vakansii-place div {
		line-height: 1.2;
	}
	.vakansii-place h3 {
		font-weight: 900;
		margin-right: 20px;
		white-space: nowrap;
	}
.show-more__block:not(.opened) .vakansii-detail {
	position: relative;
	height: 385px;
	overflow: hidden;
}
	.show-more__block:not(.opened) .vakansii-detail:after {
		content: "";
		position: absolute;
		bottom: 0;
		right: 0;
		width: 100%;
		height: 100px;
		background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 100%);
	}
.show-more__button {
	display: none;
}
	.show-more__block .show-more__button {
		width: 120px;
		display: block;
		text-align: center;
		text-decoration: underline;
		color: #e3231f;
		font-weight: 300;
		cursor: pointer;
		padding-right: 25px;
		background: url(/rr_images/decorations/arrow__down--red.png) no-repeat scroll calc(100% - 4px) center transparent;
		margin: 16px auto 0;
	}
		.show-more__block.opened .show-more__button {
			background: url(/rr_images/decorations/arrow__up--red.png) no-repeat scroll calc(100% - 4px) center transparent;
		}

