@media(max-width: 860px){
	main .newsInfo_item{
		width: 90%;
	}
}


@media(max-width: 816px){
	.newsItem .text_part h2{
		height: 110px!important;
	}
}
@media(max-width: 800px){

	.catalogInfo_item .imgPart{
		width: 57%;
		margin:auto;
	}
	.imgPart .profilePhoto {
		height: 350px;
	}
	.imgPart .smallImg{
		height: 85px;
	}
	.catalogInfo_item .infoPart{
		width: 53%;
		margin:auto;

	}
	.catalogInfo_item{
		padding-bottom: 20px;
	}
	
}
@media(max-width: 600px){
	.catalogInfo_item .imgPart{
		width: 75%;
	}
	.imgPart .profilePhoto {
		height: 300px;
	}
	.imgPart .smallImg{
		height: 80px;
	}
	.catalogInfo_item .infoPart{
		width: 71%;

	}
}
@media(max-width: 600px){
	.img_part{
		display: none;
	}
	.newsItem  .text_part{
		width: 100%;
	}
}

@media(max-width: 550px){
	.newsInfo_item .news_cover,
	.newsInfo_item .newsInfoVideo{
		width: 100%;
		height: 250px;
	}
}
@media(max-width: 532px){
	.catalog_categoryBigBox{
		justify-content: center;
	}
}


@media(max-width: 420px){
	.newsItem .text_part h2,.newsInfo_item h2{
		font-size: 20px;
	}
	.newsItem .text_part p,.newsInfo_text,.about-bottom p{
		font-size: 14px;
	}
}

@media(max-width: 400px){
	
	.imgPart .profilePhoto {
		height: 200px;
	}
	.imgPart .smallImg{
		height: 50px;
	}
	.catalogInfo_item .title{
		font-size: 14px;
	}
	.catalogInfo_item .infoFromDB{
		font-size: 12px;
	}
}