

/* Start:/bitrix/components/skillline/news/templates/vakansii/bitrix/news.list/.default/style.css?16437435502247*/
.container.p-1 {
	padding: 0 !important;
	margin-left: unset !important;
	margin-right: unset !important;
	max-width: 100% !important;
}

.xr__news {
	margin-top: 20px;	
}

.xr__news img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

.xr__news .btn {
	background-color: white;
	border: 1px solid #cccccc;
	color: #696969;
	padding: 0.5rem;
}

.xr__news .btn--block {
	display: block;
	width: 100%;
}

.xr__news .cards {
	margin: -20px -10px 0;
	display: flex;
	padding: 0;
	list-style: none;
	flex-wrap: wrap;
}

.xr__news .cards__item {
	width: calc(33.333% - 20px);
	margin: 20px 10px 0;
}

.xr__news .cards__item a {
	text-decoration: none;
}

.xr__news .cards__item a:hover {
	color: inherit;
}

.xr__news .card {
	background-color: white;
	border-radius: 0.25rem;
	box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
	display: flex;
	position: relative;
	flex-direction: column;
	overflow: hidden;
}

.xr__news .card .datetime {
	position: absolute;
	left: 0; top: 0;
	background: white;
	z-index: 2;
	padding: 5px 10px;
	border-radius: 0 0 9px 0;
}

.xr__news .card:hover .card__image {
	filter: contrast(100%);
}

.xr__news .card__content {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	padding: 1rem;
}

.xr__news .card__image {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
	filter: contrast(70%);
	overflow: hidden;
	position: relative;
	transition: filter 0.5s cubic-bezier(0.43, 0.41, 0.22, 0.91);
}

.xr__news .card__image::before {
	content: "";
	display: block;
	padding-top: 56.25%;
}

@media (max-width: 750px) {
	.xr__news .cards__item {
		width: calc(50% - 20px);
	}
}

@media (max-width: 575px) {
	.xr__news .cards__item {
		width: calc(100% - 20px);
	}
}

.xr__news .card__title {
	font-size: 1.1rem;
	font-weight: 300;
	margin-bottom: 5px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.xr__news .card__text {
	flex: 1 1 auto;
	font-size: 0.875rem;
	line-height: 1.5;
	margin-bottom: 1.25rem;
}

/* End */
/* /bitrix/components/skillline/news/templates/vakansii/bitrix/news.list/.default/style.css?16437435502247 */
