.banner-puzzle {
	padding: 115px 0 130px;
}

.banner-puzzle .news-list-block {
	margin-bottom: 40px;
	padding: 0 14px;
}

.news-list.banner-puzzle .news-list-elements {
	max-height: 646px;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
	margin-top: 40px;
}

.news-list.banner-puzzle .card {
	border-radius: 0;
	display: block;
	position: relative;
	border-color: #ffffff;
}

.news-list.banner-puzzle .card .card-body {
	padding: 0;
	position: absolute;
	z-index: 1;
	max-width: 80%;
	bottom: -7px;
    left: 0;
    right: 0;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}

@media (max-width: 1399px) {
	.news-list.banner-puzzle .card .card-body {
		bottom: 0;
	}
}

.news-list.banner-puzzle .card .card-body .card-title {
	color: #4E4E4E;
	font-size: 16px;
	font-family: Geologica-Medium;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	background-color: #ffffff;
	padding: 12px 20px 0 20px;
	text-align: center;
	font-weight: 400;
	line-height: 1.2;
}

.news-list.banner-puzzle .card .card-text p {
	line-height: 1.7;
}

.news-list.banner-puzzle .card .card-text .card-title {
	line-height: 1.4;
	font-weight: 400;
}

.news-list.banner-puzzle .card-text {
	width: 100%;
	height: 100%;
	background-image: url('/bitrix/templates/kit39/images/bckgrnd2.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 0 50px;
	position: absolute;
	z-index: 2;
	bottom: 0;
    left: 0;
	right: 0;
	top: 0;
	opacity: 0;
	transition: 1s;
	color: #ffffff;
	font-size: 12px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.news-list.banner-puzzle .card-text h4 {
	color: #ffffff;
	font-size: 16px;
	font-family: Geologica-Medium;
	text-transform: uppercase;
	margin-bottom: 25px;
	line-height: 1.3;
}

.news-list.banner-puzzle .card-text span {
	line-height: 1.1;
	margin-bottom: 13px;
}

.news-list.banner-puzzle .card-text span:before {
	content: '';
	color: #ffffff;
	margin-right: 12px;
	display: inline-block;
	border-top: 1px solid #ffffff;
	width: 20px;
	height: 4px;
}

.news-list.banner-puzzle .card-text span:hover:before {
	content: '';
	border-top: 2px solid #ffffff;
	width: 40px;
	height: 4px;
}

.news-list.banner-puzzle .card-text:hover {
	opacity: 1;
}

.news-list.banner-puzzle .card-text:hover + .card-body {
	display: none;
}

@media (max-width: 1199px) {
	.news-list.banner-puzzle .card-text h4 {
		font-size: 12px;
		margin-bottom: 10px;
	}

	.news-list.banner-puzzle .card-text {
		font-size: 10px;
		padding: 0 10px;
	}

	.news-list.banner-puzzle .card-text span {
		line-height: 1;
		margin-bottom: 5px;
	}
}

.news-list.banner-puzzle .col {
	flex: none;
	flex-shrink: initial;
}

@media (min-width: 1080px) {
	.news-list.banner-puzzle .col > div:not(:first-child) {
		margin-top: 18px;
	}

	.news-list.banner-puzzle .col:nth-child(2) {
		margin: 0 18px;
	}
}

.banner-puzzle .card-img, .banner-puzzle .card-img-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.news-list.banner-puzzle .card-title,
.news-list.banner-puzzle .card-title a {
	margin: 0;
	padding: 0;
	color: var(--primary);
	font: 600 18px "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.news-list.banner-puzzle .card-title a:hover {
	border-bottom-color: transparent;
	text-decoration: none;
}

.news-list.banner-puzzle .card .card-body > button {
	display: none;
}

.news-list.banner-puzzle .card .card-body .mobile-text {
	display: none;
}

@media (max-width: 767px) {
	.banner-puzzle {
		padding: 60px 0 27px;
	}

	.news-list.banner-puzzle .news-list-elements {
		max-height: fit-content;
		flex-direction: column;
		margin-top: 45px;
	}

	.card-img-top {
		max-height: 127px;
		width: 100%;
		object-fit: cover;
		z-index: 2;
		position: relative;
	}

	.news-list.banner-puzzle .card {
		margin-bottom: 50px;
	}

	.news-list.banner-puzzle .card .card-body {
		position: relative;
		flex-direction: column;
		margin: 0;
		max-width: 100%;
	}

	.news-list.banner-puzzle .card-text:hover {
		opacity: 0;
	}

	.news-list.banner-puzzle .card-text:hover + .card-body {
		display: flex;
	}

	.news-list.banner-puzzle .card .card-body .card-title {
		padding: 23px 63px 0 0;
		text-align: start;
		font-size: 15px;
		line-height: 1.3;
	}

	.news-list.banner-puzzle .card .card-body > .more {
		display: block;
		width: 30px;
		height: 30px;
		top: 23px;
		right: 0;
		position: absolute;
		border: none;
		background-color: #7C2629;
		z-index: 3;
	}

	.news-list.banner-puzzle .card .card-body > .less {
		display: none;
		width: 30px;
		height: 30px;
		top: 23px;
		right: 0;
		position: absolute;
		border: none;
		background-color: #ffffff;
		z-index: 3;
	}

	.news-list.banner-puzzle .col {
		width: 100%;
	}

	.news-list.banner-puzzle .card-text {
		display: none;
	}

	.news-list.banner-puzzle .card .card-body .mobile-text {
		position: relative;
		padding-bottom: 50px;
	}

	.news-list.banner-puzzle .card .card-body .mobile-text span {
		display: block;
	}

	.news-list.banner-puzzle .card .card-body .mobile-text span:not(:last-child) {
		margin-bottom: 23px;
	}

	.news-list.banner-puzzle .card .card-body .mobile-text span:first-child {
		margin-top: 38px;
	}

	.news-list.banner-puzzle .card .card-body .mobile-text:before {
		content: '';
		position: absolute;
		top: -110px;
		bottom: 0;
		left: -31px;
		right: -31px;
		width: calc(100% + 62px);
		height: calc(100% + 110px);
		background-color: #7C2629;
		z-index: -1;
	}

	.news-list.banner-puzzle .card .card-body .mobile-text p {
		margin-top: 38px;
	}

	.news-list.banner-puzzle .card .card-body .card-title {
		background-color: transparent;
		line-height: 1.2;
	}
}