

/* Start:/bitrix/templates/brick_house/components/bitrix/news/gallary/bitrix/news.detail/.default/style.css?1688042509155*/
div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}

/* End */


/* Start:/bitrix/templates/brick_house/components/bitrix/news.list/gallary/style.css?17701059582267*/
.sects {
    width: 24%;
    /* height: 300px; */
    text-align: center;
    border: 1px solid;
    /* width: 100%; */
    /* height: 100%; */
    padding: 50px 15px;
    box-sizing: border-box;
    font-size: 18px;
    font-family: PTSansNarrow, Arial, Helvetica, sans-serif;
    line-height: normal;
    display: block;
    text-decoration: none;
    cursor: pointer;
    color: #333;
    border: 1px solid #ccc;
    border-radius: 5px;

    margin-bottom: 20px;
}
.sects:hover {
    box-shadow: 0px 0px 8px 0 rgba(51, 51, 51, 0.35);
    -webkit-box-shadow: 0px 0px 8px 0 rgba(51, 51, 51, 0.35);
    -moz-box-shadow: 0px 0px 8px 0 rgba(51, 51, 51, 0.35);
    z-index: 999;
}
.sects  img{
width:100%;
}
.sect-cat {
flex-wrap: wrap;
    display: flex;
    margin-top: 40px;
justify-content: space-between;
}

/* Форма */
.filter-form {
	margin: 0 0 20px;
	max-width: 400px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 13px;
}

/* Таблица фильтра */
.filter-table {
	width: 100%;
	border-collapse: collapse;
	background-color: #fff;
	border: 1px solid #e0e0e0;
}

.filter-table td {
	padding: 5px 8px;
	vertical-align: top;
}

.filter-table thead td {
	text-align: center;
	font-weight: bold;
	background-color: #fafafa;
}

/* Поля ввода */
.filter-table input:not([type="submit"]),
.filter-table select,
.filter-table textarea {
	width: 100%;
	padding: 3px 5px;
	border: 1px solid #cfcfcf;
	background: #fff;
	font-size: 13px;
	font-family: Tahoma, Arial, sans-serif;
	box-sizing: border-box;
}

/* === Кнопки в стиле .btn с цветом #b91818 === */
.filter-table input[type="submit"] {
	/* Копируем ваш .btn */
	display: inline-block;
	padding: 6px 12px;
	margin: 0 2px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;

	/* Цвет из вашего ТЗ */
	background-color: #b91818;
	color: #fff;
}

/* Ховер (по аналогии с .btn:hover) */
.filter-table input[type="submit"]:hover {
	background-color: #9a1313; /* чуть темнее */
	color: #fff;
}
/* End */
/* /bitrix/templates/brick_house/components/bitrix/news/gallary/bitrix/news.detail/.default/style.css?1688042509155 */
/* /bitrix/templates/brick_house/components/bitrix/news.list/gallary/style.css?17701059582267 */
