

/* Start:/bitrix/templates/mkws/components/bitrix/news.list/vacancy/style.css?17793878442356*/
.VacancyItem {
	background: #FFFFFF;
	box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.05);
	border-radius: 10px;
	padding: 33px 43px 50px;
	margin-bottom: 30px;

}

.VacancyItem:first-child {
	margin-top: -140px;
}

.page-top-wrapper.grey {
	padding-bottom: 80px;
}

.VacancyName {
	font-weight: bold;
	font-size: 24px;
	line-height: 120%;
	color: #333333;
	margin-bottom: 11px;
}

.VacancyPrice {
	font-weight: normal;
	font-size: 24px;
	line-height: 120%;
	color: #333333;
	margin-bottom: 25px;
}

.VacancyText {
	color: #666666;
	max-height: 300px;
	overflow: hidden;
	padding-bottom: 30px;
	position: relative;
}

.VacancyText:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 30px;
	background: linear-gradient(0deg, #fff, transparent);
}

.VacancyMore {
	background: #333333;
	border-radius: 100px;
	padding: 12px 44px;
	font-weight: bold;
	font-size: 16px;
	line-height: 25px;
	text-align: center;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	margin-right: 15px;
}

.VacancyMore svg {
	margin-right: 5px;
}

.VacancyMore:hover {
	background: #000;
}
.VacancyItem .PurpleBtn {
	padding: 14px 35px;
}


.VacancyItem.active .VacancyText {
	max-height: none;
}

.VacancyItem.active .VacancyMore svg {
	transform: rotate(180deg);
}

.VacancyText ol {
	list-style: none;
	padding: 0;
	margin: 0;
	counter-reset: list1;
}

.VacancyText ol li {
	position: relative;
	padding-left: 36px;
	list-style-type: none;
	margin-bottom: 18px;
}

.VacancyText ol li:before {
	counter-increment: list1;
	content: counter(list1);
	font-size: 16px;
	line-height: 150%;
	color: #282828;
	width: 25px;
	height: 25px;
	text-align: center;
	border: 1px solid #263238;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
}

@media (max-width: 767px) {
	.VacancyItem:first-child {
		margin-top: 0;
	}
	.page-top-wrapper.grey {
		padding-bottom: 0;
	}
	.VacancyName {
		font-size: 20px;
		line-height: 120%;
		margin-bottom: 8px;
	}
	.VacancyPrice{
		font-size: 20px;
		line-height: 120%;
	}

	.VacancyItem {
		padding: 26px 20px 43px;
	}

	.VacancyText {
		margin-bottom: 30px;
	}

	.VacancyMore {
		width: 100%;
		margin-right: 0;
	}

	.VacancyItem .PurpleBtn {
		width: 100%;
		text-align: center;
		margin-top: 21px;
	}

	.VacancyText{
		max-height: 440px;
	}

	.VacancyItem.active .VacancyText {
		max-height: none;
	}
}
/* End */
/* /bitrix/templates/mkws/components/bitrix/news.list/vacancy/style.css?17793878442356 */
