.articles_page{
	margin-bottom: 10px !important;
}

.articles_page_row{
	width: 100%;
	display: flex;
	margin: 24px 0;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
}

.articles_page_row h1{
	width: Calc(100% - 380px);
	margin: 0 10px 0 0;
}

.articles_page_row .autocomplete-search{
	width: 370px;
}

.articles_page_row .autocomplete-input{
	width: 100%;
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 16px;
	color: #A3A3A3;
	border: 1px solid #BDF0F7;
	border-radius: 30px;
	padding: 14px 25px 14px 30px;
}

.articles_page_row .autocomplete-lupe{
	width: 18px;
	height: 18px;
	display: block;
	background: url('/local/templates/mitino_2022/image/search_green2.svg') no-repeat;
	position: absolute;
	background-size: contain;
	top: 16px;
	right: 25px;
	left: unset;
}

.articles_list ._list{
	display:grid;
	gap:30px;
	grid-template-columns:1fr 1fr 1fr;
}
.articles_list ._list a{
	position:relative;
	display:flex;
	flex-direction:column;
	height:100%;
	box-shadow: 0 0 27px rgba(98, 134, 202, 0.2);
	border-radius: 5px;
	background:#fff;
	width:100%;
	overflow:hidden;
}
.articles_list ._list a:hover{
	text-decoration:none;
}
.articles_list ._list a ._bg{
	min-height:210px;
	background-repeat:no-repeat;
	background-position:top center;
	background-size:cover;
}
.articles_list ._block{
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	padding: 16px 16px 25px;
	position:relative;
	z-index:1;
	height:100%;
}
.articles_list ._block div{
	overflow:hidden;
	clear:both;
}
.articles_list ._block label{
	font-weight: 600;
	font-size: 17px;
	line-height: 130%;
	color:#1B1B1B;
	margin-bottom: 16px;
	display:block;
}
.articles_list ._block .link_arrow{
	float:left;
	font-weight: 700;
}

@media (min-width:769px) and (max-width:1200px) {

	.articles_list ._list a ._bg{
		min-height:17.5vw;
	}
}
@media (min-width:769px) and (max-width:1000px) {

	.articles_list ._block label{
		font-size:16px;
	}
	.articles_list ._block .link_arrow{
		clear:both;
		margin-top:10px;
	}
}

@media (max-width:768px){

	.articles_page_row{
		margin: 12px 0 20px;
	}

	.articles_list ._list a ._bg{
		min-height:26.5vw;
	}
	.articles_list ._list{
		display:grid;
		gap:20px;
		grid-template-columns:auto auto;
	}
}

@media (max-width: 640px){

	.articles_page_row{
		flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
	}

	.articles_page_row h1{
		width: 100%;
		margin: 0 0 16px 0;
	}

	.articles_page_row .autocomplete-search{
		width: 100%;
	}
}

@media (min-width:560px) and (max-width:620px){


	.articles_list ._block ._new_cost{
		font-size:18px;
	}
	.articles_list ._block ._old_cost{
		font-size:14px;
	}
	.articles_list ._block .link_arrow{
		clear:both;
	}
	.articles_list ._block .button{
		width:100%;
		clear:both;
	}
}
@media (max-width:560px){

	.articles_list ._list a ._bg{
		min-height:53.5vw;
	}
	.articles_list ._list{
		display:grid;
		gap:16px;
		grid-template-columns:auto;
	}
}

@media (max-width: 480px){

	.articles_page_row .autocomplete-input.field{
		padding: 14px 25px 14px 30px;
	}

	.articles_page_row .autocomplete-lupe{
		top: 14px;
	}
}