

/* Start:/local/templates/sniper/components/bitrix/news/vacancies/bitrix/news.list/.default/style.css?17289816542176*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

.vacancies-title {
	margin: 30px 0;
}

.vacancies-list {

}

.vacancies-item {
	border-radius: 10px;
	border: 1px solid #E1E1E1;
	background: #FFF;
	position: relative;
	height: 100%;
	min-height: 140px;
	transition: box-shadow 0.3s ease;
	padding: 30px;
	margin-bottom: 20px;
	width: 100%;
	/*height: max-content;*/
}
.vacancies-item:hover {
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Добавляем тень при наведении */
}

.vacancy-name {
	font-weight: 500;
	font-size: 28px;
	line-height: 32px;
	margin-bottom: 10px;
}
.vacancy-name a:hover {
	color: #28562f;
}
.vacancy-wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 20px;
}
.vacancy-income {
	font-size: 24px;
	font-weight: 500;
	line-height: 32.5px;
	margin: 0 20px 0 0;
}
.vacancy-experience {
	background-color: #DC700F1A;
	border-radius: 3px;
	padding: 4px 5px 2px;
	color : #DC700F;
	font-size: 13px;
	font-weight: 400;
	line-height: 16.9px;
	text-align: center;
	margin-top: 3px;
}
.vacancy-address {
	color: #8E8E8E;
	font-size: 15px;
	font-weight: 400;
	line-height: 19.5px;
	margin-bottom: 20px;
}
.vacancy-response {
	padding: 4px 7px 2px;
	background-color: #28562E1A;
	border-radius: 3px;
	font-size: 13px;
	font-weight: 500;
	line-height: 16.9px;
	color: #28562E;
	width: max-content;
	margin-bottom: 27px;
}
.vacancy-btn-response {
	width: 100%;
	color: #FFFFFF;
	background-color: #28562E;
	font-size: 15px;
	font-weight: 500;
	line-height: 14.36px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	border-radius: 5px;
}
.vacancy-btn-response:hover {
	background-color: #1e4021;
	color: #FFFFFF;
}

@media screen and (max-width: 576px) {
	.vacancy-name {
		font-size: 20px;
		line-height: 25px;
	}
	.vacancy-income {
		font-size: 16px;
	}
	.vacancy-experience {
		padding: 1px 5px 2px;
	}
	.vacancy-address {
		font-size: 13px;
	}
	.vacancy-response {
		font-size: 12px;
	}
	.vacancy-wrap {
		flex-direction: column;
		align-items: start;
	}
}
/* End */
/* /local/templates/sniper/components/bitrix/news/vacancies/bitrix/news.list/.default/style.css?17289816542176 */
