
/** 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);
	}
}

/* Document template */
.projects_template_document .project_wrap_row {
	gap: 30px;
}

.project_item_document {
	display: flex;
	flex-direction: column;
	border-radius: var(--big_border_radius);
	box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
	overflow: hidden;
}

.project_document_img {
	display: block;
	overflow: hidden;
}

.project_document_img img {
	width: 100%;
	height: 400px;
	display: block;
	object-fit: cover;
	object-position: top;
	transition: opacity 0.3s;
}

.project_item_document:hover .project_document_img img {
	opacity: 0.85;
}

.project_document_body {
	display: flex;
	flex-direction: column;
	flex: 1;
	padding: 20px 24px 24px;
}

.project_document_title {
	font-family: var(--font-title);
	font-weight: var(--h3_weight);
	font-size: var(--h3_size);
	line-height: 1.35;
}

.project_document_title a {
	color: var(--text_color);
	text-decoration: none;
}

.project_document_des {
	font-size: 14px;
	color: var(--text_color);
	opacity: 0.7;
	margin-top: 8px;
	line-height: 1.5;
}

.project_document_body .project_price {
	margin-top: 12px;
}

.project_document_more {
	display: inline-block;
	margin-top: auto;
	padding-top: 16px;
	border-top: 1px solid var(--input_border_color);
	color: var(--main_color);
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	text-decoration: none;
}

.project_document_more:hover {
	color: var(--main_color_hover);
}

.project_document_meta {
	font-size: 13px;
	color: var(--text_color);
	opacity: 0.4;
	margin-top: 12px;
}

@media (max-width: 990px) {
	.projects_template_document .project_wrap_row {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}

	.project_document_img img {
		height: 300px;
	}
}

@media (max-width: 576px) {
	.projects_template_document .project_wrap_row {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.project_document_img img {
		height: 350px;
	}
}

