

/* Start:/local/templates/.default/components/bitrix/news.list/license-serv/style.css?1763676121966*/
.b-license {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.b-license .license__title {
	margin-right: 15px;
	font-weight: 500;
}
.b-license .license__item {
	margin: auto;
	padding: 40px 30px;
	display: flex;
	width: calc(50% - 15px);
	justify-content: space-between;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	justify-content: space-between;
	position: relative;
}
.b-license .license__item:hover {
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.b-license .license__item:before {
    content: '';
    position: absolute;
    left: 40px;
    bottom: 35px;
    width: 24px;
    height: 14px;
    background: url(/images/ar-detail.svg) no-repeat;
}
.b-license .license__link a:link,
.b-license .license__link a:visited {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
@media (max-width: 767px) {
	.b-license .license__item {
		width: 100%;
	}
	
}
/* End */
/* /local/templates/.default/components/bitrix/news.list/license-serv/style.css?1763676121966 */
