@import url('https://fonts.googleapis.com/css?family=Kurale&subset=cyrillic,cyrillic-ext');
.categories_list{
	width:100%;
	height:auto;
	min-height:5vw;
	padding-bottom:1vw;
}
.catalog_row_block{
	width:30%;
	margin-left:1.5%;
	margin-right:1.5%;
	min-height:12vw;
    background: rgba(0,0,0, 0.8);
    border-bottom: 1px solid #414141;
    border-top: 1px solid #414141;
	
}
.catalog_row_block > img{
	width:100%;
	height:19vw;
    background: rgba(0,0,0, 0.8);
    border-bottom: 1px solid #414141;
    border-top: 1px solid #414141;	
}
.catalog_row_title{
	width:100%;
	font-family: 'Kurale', serif;
    color: #fff;
	padding-top:1vw;
	padding-bottom:1vw;
	text-align:center;
	font-size:2vw;
}
@media screen and (max-width:900px) {
.catalog_row_block > img{
	width:100%;
	height:auto;
    background: rgba(0,0,0, 0.8);
    border-bottom: 1px solid #414141;
    border-top: 1px solid #414141;	
	outline:1px solid #fff;
}	
.catalog_row_block{
	width:80%;
	margin-left:10%;
	margin-right:10%;
	min-height:auto;
    background: rgba(0,0,0, 0.8);
    border-bottom: 1px solid #414141;
    border-top: 1px solid #414141;
	
}
.catalog_row_title{
	width:100%;
	font-family: 'Kurale', serif;
    color: #fff;
	padding-top:1vw;
	padding-bottom:1vw;
	text-align:center;
	font-size:4vw;
}	
}
