

/* Start:/local/templates/tlc/components/bitrix/news/job/bitrix/news.list/.default/style.css?17441993891706*/
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;
}

.b-job::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100vw;
	background-color: #F1F5FA;
	z-index: -1;
}

.b-job .h2 {
	margin-top: 0px;
}
.b-job {
	padding: 32px 0 120px;
}
.b-job .job__item {
	padding: 40px;
	background: #FFFFFF;
	box-shadow: 0px 2px 40px rgba(9, 75, 159, 0.1);
	border-radius: 4px;
	margin-bottom: 50px;
}
.b-job .job__inner {
	display: flex;
	justify-content: space-between;
	gap: 40px;
}
.b-job .job__title {
	max-width: 287px;
	width: 100%;
}
.b-job .job__title a:link,
.b-job .job__title a:active, 
.b-job .job__title a:visited {
	font-family: 'Tektur';
	font-weight: 600;
	font-size: 20px;
	line-height: 1.2;
	text-transform: uppercase;
	color: #E90E2B;
	transition: all 0.3s ease-out;
}

.b-job .job__title a:hover {
	color: #094b9f;
}
.b-job .job__link {
	display: flex;
    align-items: center;
	gap: 10px;
}
.b-job .job__link path {
	transition: all 0.3s ease-out;
}
.b-job .job__link:hover path {
	fill: #E90E2B;
}

.b-job .job__link a:link,
.b-job .job__link a:active, 
.b-job .job__link a:visited {
	font-family: 'Tektur';
	font-weight: 600;
	font-size: 14px;
	line-height: 1.28;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #094B9F;
	transition: all 0.3s ease-out;
}

.b-job .job__preview {
	width: 100%;
}
.b-job .job__preview p, .b-job .job__preview ul {
	margin: 0;
	margin-bottom: 25px;
}
.b-job .job__preview li {
	margin-bottom: 16px;
}

.b-job .job__link a:hover {
	color: #E90E2B;
}
.b-job .job__icon {
	vertical-align: middle;
}
/* End */
/* /local/templates/tlc/components/bitrix/news/job/bitrix/news.list/.default/style.css?17441993891706 */
