

/* Start:/local/templates/.default/components/bitrix/news.list/sertificates/style.css?1692187336877*/
.sert_list{
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
justify-content: space-between;
margin:20px -1% 32px;	
}

.sert_one{
flex:0 0 23%;
width:23%;
margin:0 1% 24px;
box-shadow: 1px 1px 4px #ccc;
}
.sert_one:hover{
box-shadow: 1px 1px 9px #ccc;
}

.sert_one > div{
padding-top:150%;
position:relative;	
}
.sert_one > div > img{
position:absolute;
top:0;
left:0;
z-index:1;
display:block;
width:100%;
height:100%;
	object-fit:cover;	
-o-object-fit:cover;	
}


@media screen and (max-width: 992px) {
.sert_one{
flex:0 0 31.33%;
width:31.33%;
}
.sert_list{
justify-content: space-between;
}
}

@media screen and (max-width: 600px) {
.sert_one{
flex:0 0 48%;
width:48%;
}
}

@media screen and (max-width: 400px) {
.sert_one{
flex:0 0 98%;
width:98%;
}
}






/* End */
/* /local/templates/.default/components/bitrix/news.list/sertificates/style.css?1692187336877 */
