.catin-desc__block{text-decoration:none !important; padding:20px 20px 25px; background:#fff; box-shadow:0 0 5px 0 rgb(102 102 102 / 60%); height:100%}
.catin-desc__title{ font-size: 24px;color:#333;font-weight: 700;text-align: center; padding-bottom:20px}
.catin-desc__cover{position:relative; width:215px; display:block}
.catin-desc__cover > img{width:100%; height:160px; object-fit:cover}
.catin-desc__info{padding-bottom:30px}
.catin-desc__desc{width:calc(100% - 215px); padding-left:25px; font-size: 16px; color:#333}
.catin-desc__metka{position:absolute;top: 5px;left: 5px;}
.catin-desc__metka img{max-width:60px; max-height:60px}
@media(max-width:1199px){
	.catin-desc__block{padding:15px 15px 20px}
	.catin-desc__title{font-size: 22px; padding-bottom:15px}
	.catin-desc__cover{width:150px}
	.catin-desc__cover > img{height:120px}
	.catin-desc__info{padding-bottom:20px}
	.catin-desc__desc{width:calc(100% - 150px); padding-left:15px; font-size: 15px}
}
@media(max-width:767px){
	.catin-desc__title{font-size: 20px}
	.catin-desc__desc{font-size: 14px}
}
@media(max-width:420px){
	.catin-desc__cover, .catin-desc__desc{width:100%}
	.catin-desc__desc{padding-left:0; padding-top:15px; text-align:center}
	.catin-desc__cover > img{height:55vw}
}