
/** stock **/

.project_wrap_row {
    display: grid;
    gap: 24px 24px;
}

.project_img img{
	height: 100%; 
	width:100%;
	object-fit:cover;
	transition: all 0.5s ease !important;
}

.project_item_in{
	position:relative;
	min-height:320px;
}

.project_img{ 
	position:absolute;
	height:280px;
	overflow:hidden;
}

.project_item_in .simple_section_title_more_btn{
	color:#fff;
}

.project_item_in .simple_section_title_more_btn svg path{
	stroke:#fff !important;
}


.project_item_in:hover img{
	transform: scale(1.15);
}

.section-system-layout-post_category .project_item{
	margin-bottom:24px;
}



.project_short_srok{
	opacity: 0.9; 
	font-size: 15px; 
	margin-bottom:6px;
}

.project_title{
	font-size: 21px;
	font-weight: 800;
	line-height: 127.273%;
	text-transform: var(--common_transform); 
}

.project_item a span.project_info_func

.project_short_des strong{
	font-weight:600;
}

.project_short_des{
	font-size:16px;
	line-height:⁨143%;
}

.project_item a span.project_info_func{
	background: linear-gradient(to bottom, transparent 100px, var(--main_color) 240px);
	padding:30px 26px;
	height:100%;
	width:100%;
	position:relative;
	bottom:0px;
	padding-top:215px;
	left:0px;
	z-index:3;
	text-align:left;
	display:flex;
	justify-content:flex-start;
	align-items:flex-end;
}

.row-qty-3 .project_item a span.project_info_func{
	padding-left:32px;
	padding-right:32px;
	padding-bottom:35px;
}

.project_item_in{
	color:#fff;
	height:100%;
	overflow:hidden;
	border-radius: var(--big_border_radius);
}


.project_title{
	padding-bottom:12px;
}

.project_text p{
	margin-bottom:0px;
}

.project_subtitle p{
	margin-bottom:6px; 
}

.project_img:before{
	content:'';
	display:block;
	position:absolute;
	bottom:-2px;
	left:0px;
	width:100%;
	z-index:2;
	height:100%;
}

.project_item a span.order_button{
	display:flex;
	width:100%;
	margin-top:24px;
}

.project_item a span.project_info_func_in,
.project_item a, .project_item a span{
	display:block;
	width:100%;
}

.project_info{
	padding:0 48px 32px;
}



@media (max-width:990px) {
	
	.row-qty-3 .project_item a span.project_info_func {
		padding-left: 24px;
		padding-right: 24px;
	}

	.project_item a span.order_button{
		height:40px;
		font-size:12px;
		margin-top:12px;
	}
	


	.project_item a span.project_short_des{
		display:none;
	}

	.project_wrap_row {
		grid-template-columns: repeat(2, 1fr);
		gap: 12px 12px;
	}
	

	.project_item a span.project_info_func{
		padding:24px 15px;
	}
	
	.project_img img{
		height:200px;
	}
	
	.project_title {
		padding-bottom: 6px;
	}

	
	.container.no-mobile-container .project_wrap_row{
		margin-right: -22px;
		padding-right: 22px;
	}
	

}

@media (max-width:680px) {
	.project_wrap_category_mode .project_wrap_row {
		grid-template-columns: repeat(1, 1fr);
	}

}

