

/* Start:/local/templates/haematech/components/bitrix/news.list/career/style.css?16732548001724*/
.career__list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 30px;
}
.career__item {
	box-shadow: 0px 8.33355px 16.6671px rgba(129, 129, 129, 0.45);
	border-radius: 18.3338px;
	background-size: cover;
	color: #fff;
	padding: 42px 48px;
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}
.career__item:after {
	position: absolute;
	content: '';
	z-index: 0;
	right: 0;
	bottom: 0;
	left: 0;
	top: 0;
	margin: auto;
	background: rgba(33, 86, 149, 0.7);
	transition: .3s opacity;
}
.career__item:hover:after {
	opacity: 0;
}
.career__item > * {
	position: relative;
	z-index: 1;
}
.career__header {
	font-weight: 700;
	font-size: 48px;
	line-height: 120%;
	padding-bottom: 35%;
	font-weight: 700;
	font-size: 40.0011px;
	line-height: 120%;
	text-align: right;
	color: #FFFFFF;
	text-shadow: 0px 3.33342px 3.33342px rgba(0, 0, 0, 0.25);
}
.career__text {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	font-weight: 400;

	line-height: 150%;
	text-shadow: 0px 3.33342px 3.33342px rgba(0, 0, 0, 0.25);
}
.career__img {
	text-align: right;
}
.career__ {}
.career__ {}

.career__wrapper {
	max-width: 1630px;
}
.career-bottom {
	margin-top: 60px;
	margin-bottom: 70px;
	text-align: center;
}
.career-bottom .btn-default {
	max-width: 660px;
	width: 100%;
}

@media (max-width: 1231px) {
	.career__list {
		grid-gap: 20px;
	}
	.career__header {
		font-size: 30px;
		line-height: 120%;
		padding-bottom: 25%;
	}


}

@media (max-width: 767px) {
	.career__header {
		font-size: 24px;
		padding-bottom: 15%;
		text-align: left;
	}
	.career__item {
		padding: 25px 28px;
		border-radius: 10px;
	}
	.career-bottom {
		margin-top: 50px;
		margin-bottom: 50px;
	}

}
/* End */
/* /local/templates/haematech/components/bitrix/news.list/career/style.css?16732548001724 */
