

/* Start:/bitrix/templates/2020/components/bitrix/news/webcam/bitrix/news.list/.default/style.css?17900037711399*/
/* Камеры отключены (профилактика у Прайда) */
.cam-off {
	margin-bottom: 8px;
	padding: 48px 24px 44px;
	border-radius: 6px;
	background: #f3f8fd;
	text-align: center;
}

.cam-off__icon {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 72px;
	height: 72px;
	margin-bottom: 20px;
	border-radius: 50%;
	background: #fff;
	color: #2589de;
	font-size: 28px;
	box-shadow: 0 4px 14px rgba(37, 137, 222, .15);
}

/* перечёркнутая камера */
.cam-off__icon:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 42px;
	height: 3px;
	margin: -1.5px 0 0 -21px;
	border-radius: 2px;
	background: #2589de;
	box-shadow: 0 0 0 2px #fff;
	transform: rotate(-45deg);
}

.cam-off__title {
	margin-bottom: 10px;
	color: #13161b;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.3;
}

.cam-off__text {
	max-width: 460px;
	margin: 0 auto 24px;
	color: #5f6b77;
	font-size: 16px;
	line-height: 1.5;
}

.cam-off__btn {
	display: inline-block;
	padding: 11px 24px;
	border-radius: 6px;
	background: #2589de;
	color: #fff;
	font-size: 15px;
	line-height: 20px;
	transition: background-color .2s;
}

.cam-off__btn:hover,
.cam-off__btn:focus {
	background: #1c74c0;
	color: #fff;
}

@media (max-width: 575px) {
	.cam-off {
		padding: 36px 16px 32px;
	}

	.cam-off__title {
		font-size: 20px;
	}
}

/* End */
/* /bitrix/templates/2020/components/bitrix/news/webcam/bitrix/news.list/.default/style.css?17900037711399 */
