

/* Start:/bitrix/templates/Tau_grid/components/bitrix/news.list/coupons/style.css?15312179501066*/
.coupons .coupon_box {
	margin-bottom: 30px;
}

.coupons .img_box {
    width: 100%;
    height: 360px;
    background-position: center;
    background-size: 90%;
    background-repeat: no-repeat;
    background-color: #fff;
	border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.coupons .text_box {
	background-color: #fff;
	padding: 12px;
	border: 2px dashed lightgrey;
	border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.coupons .text_box::after {
	clear: both;
	content: '';
	display: block;
}

.coupons .text_box .title_box {
	font-size: 21px;
	line-height: 120%;
	margin-bottom: 12px;
	height: 50px;
    overflow: hidden;
}

.coupons .text_box .date_box {
	display: block;
    float: left;
    color: rgba(0,0,0,0.5);
    font-size: 15px;
    font-family: 'arial';
	width: 50%;
	padding-top: 12px;
}

.coupons .text_box .link_box {
	display: block;
    float: left;
	font-size: 13px;
	font-weight: bold;
	width: 50%;
	padding: 12px;
	background-color: #000;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}



/* End */
/* /bitrix/templates/Tau_grid/components/bitrix/news.list/coupons/style.css?15312179501066 */
