
.container {
	margin: 0 auto;
	max-width: 1239px;
}

.stock {
	margin-bottom: -20px;
}
.stock__header_title {
	margin: 60px 0px 40px 0px;
}
.stock__header_title h2 {
	color: #000;
	font-family: Inter;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.stock__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.stock__row_card {
	width: 396px;
	height: 396px;
	overflow: hidden;
	position: relative;
	margin-right: 24px;
	margin-bottom: 26px;
}
.stock__row_card:nth-child(3) {
	margin-right: 0px;
}
.stock__row_card:hover .stock__card_curtain {
	height: 100%;
}
.stock__card_title {
	position: absolute;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
	padding: 12px 0px;
	z-index: 10;
	width: 100%;
	height: 42px;
	overflow: hidden;
}
.stock__card_title h3 {
	z-index: 6;
	color: #fff;
	font-family: Inter;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	text-align: center;
}
.stock__card_curtain {
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
	-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);
	z-index: 5;
	position: absolute;
	width: 100%;
	height: 42px;
	background-color: rgba(0, 0, 0, 0.7294117647);
	overflow: hidden;
}
.stock__card_curtain p {
	position: absolute;
	top: 138px;
	left: 88px;
	width: 221px;
	color: #ffffff;
	text-align: center;
	font-family: Inter;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 198.023%;
	/* 29.703px */
}
.stock__card_curtain a {
	color: #ffffff;
	font-family: Inter;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 198.023%;
	text-decoration-line: underline;
}
.stock__card_img {
	position: absolute;
	bottom: 0px;
	z-index: -1;
}

.stock__card_curtain:nth-child(1) p {
	top: 158px;
}

.stock-poly {
	width: 300px;
	position: absolute;
	left: -240px;
	height: 600px;
	-webkit-transform: rotate(-30deg);
	-ms-transform: rotate(-30deg);
	transform: rotate(-30deg);
	background-color: rgba(0, 0, 0, 0.7294117647);
	-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);
}

.stock-polu-img {
	position: absolute;
	bottom: 10px;
	left: 15px;
}

.stock__row-mobile {
	display: none;
}

.mt {
	top: 158px !important;
}

@media (min-width: 860px) and (max-width: 1250px) {
	.container {
		max-width: 840px;
	}
	.breadcrumb {
		display: none;
	}
	.stock__row {
		display: none;
	}
	.stock__row-mobile {
		display: block;
	}
	.stock__header_title h2 {
		margin-top: 124px;
		font-size: 22px;
	}
	.mobile-slick,
	.mobile-list__menu {
		margin-top: -128px;
	}
}
@media (min-width: 320px) and (max-width: 859px) {
	.container {
		max-width: 355px;
	}
	.stock__row {
		display: none;
	}
	.stock__row-mobile {
		display: block;
	}
	.stock__card_curtain p {
		top: 148px;
		left: 68px;
	}
	.stock {
		margin-bottom: 85px;
	}
	.stock-polu-img {
		z-index: 100;
	}
	.breadcrumb {
		display: none;
	}
	.stock__header_title h2 {
		margin-top: 128px;
		text-align: center;
	}
	.stock__card_curtain {
		height: 100%;
	}
	.stock__row_card {
		width: 355px;
		height: 396px;
		overflow: hidden;
		position: relative;
		margin-right: 0px;
		margin-bottom: 40px;
	}
	.stock__line {
		width: 100%;
		border: 1px solid #e4e4e7;
		margin-bottom: 40px;
	}
}