.applications__list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(4, 1fr);
	grid-column-gap: 10px;
	grid-row-gap: 10px;
	max-height: 991px;
}

.applications__item {
	position: relative;
}

.applications__item-img {
	width: 100%;
	height: 100%;
}

.applications__item-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.applications__item-title {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	overflow: hidden;
}

.applications__item-title a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	text-align: center;
	font-family: var(--font-title);
	font-weight: 600;
	font-size: 20px;
	line-height: 1.2;
	letter-spacing: 1px;
	padding: 20px;
	color: #fff;
	background-color: rgba(39, 39, 39, 0.55);
	transition: opacity 0.4s;
	text-decoration: none;
}

.applications__item-title a:hover {
	opacity: 0;
}

.applications__item-title a span {
	max-width: 230px;
}

.applications-title h2 {
	color: #3D3934;
	font-size: 24px;
	line-height: 1.2;
	font-weight: bold;
	letter-spacing: 1px;
	font-family: var(--font-title);
	padding-bottom: 18px;
	position: relative;
	margin-bottom: 20px;
}

.applications-title h2::after {
	content: "";
	width: 73px;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #AC182D;
}

.applications__item:nth-child(1) {
	height: 205px;
}

.applications__item:nth-child(2) {
	height: 195px;
}

.applications__item:nth-child(3) {
	height: 282px;
}

.applications__item:nth-child(4) {
	height: 281px;
	margin-top: -85px;
}

.applications__item:nth-child(5) {
	height: 281px;
	margin-top: -85px;
}

.applications__item:nth-child(6) {
	height: 194px;
}

.applications__item:nth-child(7) {
	height: 281px;
	/*margin-top: -85px;*/
}

.applications__item:nth-child(8) {
	height: 195px;
	/*margin-top: -85px;*/
}

.applications__item:nth-child(9) {
/*    grid-area: 3 / 3 / 5 / 4;
    margin-top: -85px;
    height: 488px;*/
    height: 281px;
}

.applications__item:nth-child(10) {
	height: 195px;
	/*margin-top: -85px;*/
}

.applications__item:nth-child(11) {
	height: 281px;
	margin-top: -85px;
}

.applications__item:nth-child(12) {
    height: 195px;
}

.bx-section-desc,
.catalog-section {
	display: none;
}