

/* Start:/local/templates/.default/components/bitrix/catalog/content_new/bitrix/catalog.section.list/other_year/style.css?16035725231215*/
.wr-theme{
		box-sizing: border-box;
		-moz-box-sizing: border-box; /*Firefox 1-3*/
		-webkit-box-sizing: border-box; /* Safari */
}

.all_magazine{
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: space-between;
justify-content: space-between;
margin:0 -1%;
}

.one_magazine{
flex-basis:26%;	
width:26%;
min-width:26%;
max-width:26%;
margin:0 1% 30px;
}

.one_magazine_img{
padding-top:128%;
margin-bottom:10px;
position:relative;	
}
.one_magazine_img img{
position:absolute;
display:block;
width:100%;
height:100%;
left:0;
top:0;
	object-fit:cover;	
-o-object-fit:cover;	
}
.one_magazine_name{
text-align:center;
color: #000;
text-decoration: underline;	
}


@media screen and (max-width: 992px) {
.one_magazine{
flex-basis:31.33%;	
width:31.33%;
min-width:31.33%;
max-width:31.33%;
}
}

@media screen and (max-width: 768px) {
.one_magazine{
flex-basis:48%;	
width:48%;
min-width:48%;
max-width:48%;
}
}
@media screen and (max-width: 450px) {
.one_magazine{
flex-basis:98%;	
width:98%;
min-width:98%;
max-width:98%;
}
}
/* End */
/* /local/templates/.default/components/bitrix/catalog/content_new/bitrix/catalog.section.list/other_year/style.css?16035725231215 */
