

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

}

.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;
}
.PurpleBtn {
	background: #6600CC;
	cursor: pointer;
	border-radius: 100px;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
	padding: 18px 35px;
	display: inline-block;
	margin-top: 30px;
	transition: background-color 0.3s;
}
.PurpleBtn:hover {
	color: #fff;
	background-color: #7500eb;
}

.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;
}

.VacancyList {
	margin-bottom: 80px;
}
.VacancyTags {
	display: flex;
	flex-flow: row wrap;
	margin-top: 25px;
}

.VacancyTag {
	display: inline-block;
	background: #f3e7ff;
	border-radius: 15px;
	padding: 2px 10px;
	margin: 0 15px 10px 0;
	color: #6600cc;
	text-decoration: none;
}

@media (max-width: 767px) {

	.VacancyList {
		margin-bottom: 30px;
	}
	.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/vacancy/bitrix/news.list/vacancy/style.css?17793953422795 */
