
.employees_list .arrow_c{
	top:130px;
}

.employees_list .simple_section_column_in .slider-controls{
	margin-top:24px;
}

	.employees_list_item_title{
		font-size:16px;
		margin-bottom:5px;
	}
	
	.employees_list_item_subtitle {
		margin-bottom: 5px;
	}
	
	
.employees_list.no_cur_row .employees_list_in .employees_list_item{
	width:25%;
	margin-bottom:59px;
}

.employees_list.no_cur_row .employees_list_in{
	display:flex;
	flex-wrap:wrap;
}

.employees_list_item_in span p{
	margin:0px;
}

.employees_list_item_in span{
	display:block;
}

.employees_list_wrap{
	margin:0 -12px 0px;
}

.employees_list_item_in:hover{
	opacity:0.7;
}

.employees_list_item_in{
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	padding-left:12px;
	padding-right:12px;
	text-align:center;
	height:100%;
}

.employees_list_img{
	margin-bottom:20px;
}

.employees_list_img img{
	width:100%;
	object-position:top center;
	object-fit:cover;
	border-radius: var(--big_border_radius);
	height: 272px; 
}

.employees_list_item_title{
	font-size: 16px;
	font-weight: 600;
	line-height: 129.412%;
	max-width:265px;
	margin:0 auto 10px;
}

.employees_list_item_subtitle{
	color: var(--main_color);
	font-size: 16px;
	font-weight: 400;
	line-height: 128.571%; 
	margin-bottom:5px;
}

.employees_list.extra_color_3 .employees_list_item_subtitle{
	color:var(--extra_color_3);
}

.employees_list.extra_color_2 .employees_list_item_subtitle{
	color:var(--extra_color);
}

.employees_list.extra_color .employees_list_item_subtitle{
	color:var(--extra_color);
}

.employees_list.second_color .employees_list_item_subtitle{
	color:var(--second_color);
}

.employees_list_item_description_mini{
	text-align: center;
	font-size: 15px;
	font-weight: 250;
	line-height:  133.333%;
}

.item_tempalte_simple_v2 {
	padding-left:12px;
	padding-right:12px;
}

.item_tempalte_simple_v2 .employees_list_item_in{
	background-color:var(--main_color_opacity_10);
	padding:32px;
	border-radius:var(--button_border_radius);
}


.employees_list.extra_color_3 .item_tempalte_simple_v2 .employees_list_item_in{
	background-color:var(--extra_color_3_opacity_10);
}

.employees_list.extra_color_2 .item_tempalte_simple_v2 .employees_list_item_in{
	background-color:var(--extra_color_2_opacity_10);
}

.employees_list.extra_color .item_tempalte_simple_v2 .employees_list_item_in{
	background-color:var(--extra_color_opacity_10);
}

.employees_list.second_color .item_tempalte_simple_v2 .employees_list_item_in{
	background-color:var(--second_color_opacity_10);
}


/** titleinsamerow_employees_list **/

.titleinsamerow_employees_list_wrap{
	width: 1640px;
}

.titleinsamerow_employees_list_item_info_in > span, 
.titleinsamerow_employees_list_item_in_content > span, 
.titleinsamerow_employees_list_item_in > span, 
.titleinsamerow_employees_list_item_info > span{
	display:block;
}

.titleinsamerow_employees_list_item_in{
	display:block;
	padding-left:12px;
	padding-right:12px;
}

.titleinsamerow_employees_list_item_in_content{
	position:relative;
}

.titleinsamerow_employees_list_img img{
	width:100%;
	height:400px;
	border-radius:var(--big_border_radius);
	object-fit:cover;
}

.titleinsamerow_employees_list_item_in_content > span.titleinsamerow_employees_list_item_info{
	border-radius:var(--big_border_radius);
	width:100%;
	height:100%;
	left:0px;
	color:#fff;
	display:flex;
	padding:25px 26px;
	opacity:0;
	align-items:flex-end;
	top:0px;
	position:absolute;
	transition: all 0.2s ease-out;
	background: linear-gradient(180deg, rgba(13, 47, 107, 0.01) 0%, var(--main_color_opacity_90) 94%); 
}

.employees_list.second_color .titleinsamerow_employees_list_item_in_content > span.titleinsamerow_employees_list_item_info{
	background: linear-gradient(180deg, rgba(13, 47, 107, 0.01) 0%, var(--second_color_opacity_90) 94%); 
}

.employees_list.extra_color .titleinsamerow_employees_list_item_in_content > span.titleinsamerow_employees_list_item_info{
	background: linear-gradient(180deg, rgba(13, 47, 107, 0.01) 0%, var(--extra_color_opacity_90) 94%); 
}

.employees_list.extra_color_2 .titleinsamerow_employees_list_item_in_content > span.titleinsamerow_employees_list_item_info{
	background: linear-gradient(180deg, rgba(13, 47, 107, 0.01) 0%, var(--extra_color_2_opacity_90) 94%); 
}

.employees_list.extra_color_3 .titleinsamerow_employees_list_item_in_content > span.titleinsamerow_employees_list_item_info{
	background: linear-gradient(180deg, rgba(13, 47, 107, 0.01) 0%, var(--extra_color_3_opacity_90) 94%); 
}

span.titleinsamerow_employees_list_item_info:hover{
	opacity:1;
}

.titleinsamerow_employees_list_item_in{
	display:block;
	border-radius:var(--button_border_radius);
	position:relative;
}

.titleinsamerow_employees_list_item_title{
	color: var(--ffffff, #FFF);
	font-size: 18px;
	font-weight: 700;
	line-height: 133.333%;
}

.titleinsamerow_employees_list_item_subtitle{
	font-size: 14px;
	font-weight: 250;
	line-height: 171.429%;
}


.titleinsamerow_employees_no_cur_list_wrap .titleinsamerow_employees_list_wrap{
	width:auto;
	margin:0 -12px;
}

.titleinsamerow_employees_no_cur_list_wrap .titleinsamerow_employees_list_item_in_content > span.titleinsamerow_employees_list_item_info{
	opacity:1;
}

.titleinsamerow_employees_no_cur_list_wrap .titleinsamerow_employees_list_item:hover .titleinsamerow_employees_list_item_in_content > span.titleinsamerow_employees_list_item_info{
	opacity:0;
}

.titleinsamerow_employees_no_cur_list_wrap .titleinsamerow_employees_list_in{
	display:flex;
	flex-wrap:wrap;
}

.titleinsamerow_employees_no_cur_list_wrap .titleinsamerow_employees_list_item img{
	object-position:center top;
}

.titleinsamerow_employees_no_cur_list_wrap .titleinsamerow_employees_list_item{
	width:25%;
	margin-bottom:24px;
}


/** mobile **/


@media (max-width: 990px) {


.titleinsamerow_employees_no_cur_list_wrap .titleinsamerow_employees_list_item{
	width:50%;
}

	
	
	.employees_list .simple_section_column{
		margin-bottom:24px;
	}
	
	.employees_list .simple_section_column_big,
	.employees_list .simple_section_column{
		width:100%;
	}
	
	.employees_list .arrow_c.arrow_prev_slick {
		left: 22px;
	}
	
	.employees_list .arrow_c.arrow_next_slick {
		right: 22px;
	}
	
	.titleinsamerow_employees_list_wrap{
		margin:0 -12px;
	}
	
	.titleinsamerow_employees_list_wrap{
		width:auto;
	}
	
	.titleinsamerow_employees_list_img img{
		height:315px;
	}
	
	.employees_list .col-md-4 .title_header_row h2{
		margin-bottom:0px;
	}
	
	.employees_list .col-md-4 .title_header_row h2 br{
		display:none;
	}
	
	.titleinsamerow_employees_list_item_title{
		font-size:14px;
	}
	
	.titleinsamerow_employees_list_item_in_content > span.titleinsamerow_employees_list_item_info{
		padding:20px 15px;
	}
	
	.item_tempalte_simple_v2 .employees_list_item_in{
		padding:24px;
	}
	
	.item_tempalte_simple_v2 .employees_list_img img{
		height:180px;
	}
	
	.item_tempalte_simple_v2 {
		padding-left: 6px;
		padding-right: 6px;
	}
	
	
}


@media (max-width: 480px) {
	.employees_list_wrap.employees_list_wrap_simple_v2{
		margin:0 -22px;
	}
}

@media (max-width: 420px) {
	
.titleinsamerow_employees_no_cur_list_wrap .titleinsamerow_employees_list_item{
	width:100%;
}

}

.titleinsamerow_v2 .titleinsamerow_employees_list_wrap{
	max-width:100%;
	width:auto;
	padding-left:87px;
}

.employees_list.no_cur_row.no_top_padding .titleinsamerow_v2 .titleinsamerow_employees_list_wrap{
	padding-left:0px;
}

.titleinsamerow_v2 .titleinsamerow_employees_list_item_in_content > span.titleinsamerow_employees_list_item_info{
	opacity:1;
}

.titleinsamerow_v2 .simple_section_column .order_button{
	margin-top:47px;
	max-width:312px;
}
	
@media (max-width: 990px) {

	
	.titleinsamerow_v2 .titleinsamerow_employees_list_wrap
	{
		padding-left:0px;
		margin:0;
	}
	
	.titleinsamerow_v2 .titleinsamerow_employees_list_wrap .slick-list{
		overflow:visible;
	}
	
}


.employees_list_item.item_tempalte_simple_v3 .employees_list_img img{
	height:320px;
}