

/* Start:/local/templates/sad.ru/components/bitrix/system.pagenavigation/.default/style.css?1619039260118*/
.count_page {
    float: right;
    margin-top: -38px;
    height: 38px;
    font-size: 13px;
    line-height: 38px;
}
/* End */


/* Start:/local/templates/sad.ru/components/bitrix/news.list/sad_blocks_main/style.css?16201239621007*/
.magazine{
	width: 285px;
	height: 182px;
	padding: 0;
	cursor: pointer;
	/*border: 2px solid transparent;*/
	border-radius: 5px;
	position:relative;
	background: #ccc 0px 0px;
	transition:clip-path 0.3s linear 0s;
	clip-path: polygon(
		0% 0%,
		100% 0%,
		100% 100%,
		100% 100%,
		0% 100%);
}
.magazine:before{
	content:"";
	position: absolute;
	bottom: 0px;
	right: 0px;
	border-style: solid;
	border-width: 0 0 0 0;
	border-color: #fff transparent transparent #fff;
	transition:all 0.3s linear 0s;
}
.magazine:hover{
	/*border: 2px solid blue;*/
	clip-path: polygon(
		0% 0%,
		100% 0%,
		100% calc(100% - 40px),
		calc(100% - 40px) 100%,
		0% 100%);
}
.magazine:hover:before{
	border-width: 0 0 37px 37px;
	display: block;
}

.magazine a{
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 5px;
}
.magazine a:hover{
	border: 2px solid #145fdb;
}

.p-l.magazine{
	padding: 0;
}
.col-xs-3.magazine{
	width: 285px;
	margin-left: 10px;
}
/* End */
/* /local/templates/sad.ru/components/bitrix/system.pagenavigation/.default/style.css?1619039260118 */
/* /local/templates/sad.ru/components/bitrix/news.list/sad_blocks_main/style.css?16201239621007 */
