

/* Start:/local/templates/subetta/components/bitrix/news/questions/bitrix/news.list/.default/style.css?17339864162364*/
div.news-list
{
	word-wrap: break-word;

}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.page-title{
	padding: 100px 0;
}
.page-title h1{
	font-size: 64px;
	font-weight: 700;
}
.faq__form__title {
	width: 300px;
}
.faq__form {
	position: sticky;
	top: 100px;  /* это важно, чтобы элемент оставался на верху, если есть другие перекрывающие элементы */
	background-color: white;
	margin-bottom: 40px;
}
.questions_container{
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #eee;
}
.questions_container .news-list{
	width:100%;
	margin:0 auto;
	max-width:1200px;
}
@media screen and (max-width:1280px){
	.questions_container .news-list{ max-width:960px }
	.faq__form__title { width: 180px; font-size: 25px !important; }
}
@media screen and (max-width:960px){
	.questions_container .news-list{ max-width:auto; padding:0 20px; }
}

.questions_container .news-list{
	padding: 20px;
}
.header_content .logo .logo_text, .header_content .logo span{
	fill: #1a1a1a !important;
	color: #1a1a1a;
}
.nav_list a{
	color: #1a1a1a !important;
}
.nav_list a:hover{
	color: #ed1d24 !important;
}
.ui-button--primary {
	color: #ffffff !important;
	background: rgb(237, 29, 36);
	border: 1px solid  rgb(237, 29, 36);
	cursor: pointer;
}
.ui-button--primary:hover {
	background: rgb(237, 80, 36);
	border: 1px solid  rgb(237, 80, 36);
}
.ui-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 60px;
	text-decoration: none;
	text-align: center;
	letter-spacing: 0.05em;
	transition: all 0.25s;
	padding: 0 34px;
	font-weight: 600;
	font-size: 16px;
	line-height: 18px;
	border-radius: 30px;
}
.custom-pagination font{
	display: flex;
	text-align: center;
}
.custom-pagination {
	display: flex;
	justify-content: center;
	padding: 10px 0;
}
.custom-pagination a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 35px;
	width: 35px;
	margin: 0 10px;
	color: #000;
}
.custom-pagination .active_page {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 35px;
	width: 35px;
	margin: 0 10px;
	color: #fff;
	background: rgb(237, 29, 36);
	border-radius: 50%;
	cursor: pointer;
}
.custom-pagination a:hover,
.custom-pagination b:hover {
	text-decoration: underline !important;
}
/* End */
/* /local/templates/subetta/components/bitrix/news/questions/bitrix/news.list/.default/style.css?17339864162364 */
