

/* Start:/bitrix/templates/1/components/bitrix/system.pagenavigation/new/style.css?17744303382424*/
.bx-pagination {
	margin: 10px 0;
}
.bx-pagination .bx-pagination-container {
	text-align: center;
	position: relative;
}
.bx-pagination .bx-pagination-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}
.bx-pagination .bx-pagination-container ul li {
	display: inline-block;
	margin: 0 2px 15px 2px;
}
.bx-pagination .bx-pagination-container ul li span{
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
       -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	 -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    		transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	background: #eff0f1;
	padding: 0 8px;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	font-size: 14px;
	border-radius: 16px;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-pagination .bx-pagination-container ul li a {
	text-decoration: none;
	display: block;
	border-radius: 16px;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	vertical-align: middle;
}
.bx-pagination .bx-pagination-container ul li a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-active span
{
	background: #DADADA;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
	color: #444;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span{
	color: #aab1b4;
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
	background: #fff;
	border-color: #DADADA;
	color: #000;
}


/* End */


/* Start:/bitrix/templates/1/components/bitrix/news/blog_2024/bitrix/news.list/.default/style.css?17744303389041*/
.title_h1{
	font-family: 'Lithium Typeface (LT)';
	font-size: 80px;
	font-weight: 400;
	line-height: 76px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	padding: 0 0 20px 0;
	margin: 0;
}
.section_top{
	display: flex;
	justify-content: space-between;
	padding-bottom: 40px;
	border-bottom: 1px solid #E6E6E6;
	margin-bottom: 80px;
}
.section_list{
	display: flex;
	gap: 12px;
}
.section_list_elem {
	text-decoration: none!important;
	display: block;
	color: #878787;
	background: #E6E6E6;
	font-family: 'Inter';
	font-size: 16px;
	font-weight: 400;
	line-height: 22.4px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	padding: 12px 20px;
	border-radius: 31px;
}
.section_list_elem:visited {
	color: #878787;
}
.section_list_elem:hover{
	color: #FFFFFF;
	background: #272727;
	cursor: pointer;
}
.section_list_elem.active{
	color: #FFFFFF;
	background: #272727;
	cursor: text;
}
.sort_block_list{
	position: relative;
	font-family: 'Inter';
	font-size: 16px;
	font-weight: 400;
	line-height: 22.4px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #272727;
	padding: 12px 90px 12px 20px;
	border: 1px solid #E6E6E6;
	cursor: pointer;
}
.sort_block_list:before{
	content: url("data:image/svg+xml;charset=UTF-8,%3csvg width='13' height='7' viewBox='0 0 13 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M2 1.5L6.5 5.5L11 1.5' stroke='%23272727' stroke-width='1.5' stroke-linecap='square'/%3e%3c/svg%3e ");
	position: absolute;
	top: 10px;
	right: 20px;
}
.sort_block{
	position: relative;
}
.open_sort .sort_block_list:before{
	transform: rotate(180deg);
	top: 15px;
}
.element_blog{
	display: flex;
	flex-wrap: wrap;
	gap: 100px 40px;
}
.sort_block.open_sort .list_open{
	display: block!important;
	position: absolute;
	top: 54px;
	right: 0;
	padding: 10px 0;
	z-index: 1;
}
.list_open{
	border: 1px solid #E6E6E6;
	background: white;
}

.list_open_element{
	padding: 6px 46px;
	font-family: 'Inter';
	font-size: 16px;
	font-weight: 400;
	line-height: 23.28px;
	text-align: left;
	color:#878787 ;
}
.list_open_element.active{
	color: #272727;
	cursor: text!important;
	position: relative;
}
.list_open_element.active:before{
	position: absolute;
	content: url("data:image/svg+xml;charset=UTF-8,%3csvg width='14' height='11' viewBox='0 0 14 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 4.92857L5.36364 9.5L13 1.5' stroke='black' stroke-width='2'/%3e%3c/svg%3e ");
	top: 5px;
	left: 20px;
}
.list_open_element:hover{
	color: #272727;
	cursor: pointer;
}




/*photo left*/
.element_blog_el_left{
	display: flex;
	gap:95px;
}
.element_blog_el_left_img{
	width: 64%;
	cursor: pointer;
	overflow: hidden;
}
.element_blog_el_left:hover img{
	transform: scale(1.02);
}
.element_blog_el_left_img img{
	width: 100%;
	height: 100%;

}
.element_blog_el_left_text{
	width: 29%;
	flex-direction: column;
	display: flex;
}
.element_blog_el_left_top{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.element_blog_el_left_info{
	display: flex;
	gap: 16px;
}
.element_blog_el_left_view{
	display: flex;
	align-items: center;
	gap: 8px;
}
.element_blog_el_left_svg svg{
	position: relative;
	top: 3px;
}
.element_blog_el_left_section{
	font-family: 'Inter';
	font-size: 16px;
	font-weight: 400;
	line-height: 23.28px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	padding: 2px 8px;
	color: #FFFFFF;
	background: #31190F;
	cursor: pointer;
}
.element_blog_el_left_title{
	display: block;
	margin: 76px 0 20px 0;
	padding: 0;
	font-family: 'Lithium Typeface (LT)';
	font-size: 50px;
	font-weight: 400;
	line-height: 44.25px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}
.element_blog_el_left_anonve{
	font-family: 'Inter';
	font-size: 16px;
	font-weight: 400;
	line-height: 23.28px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}
.element_blog_el_left_data{
	font-family: 'Inter';
	font-size: 16px;
	font-style: italic;
	font-weight: 400;
	line-height: 23.28px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #878787;
	margin: auto 0 0 0;
}
@media (max-width: 1635px) {
.element_blog_el_left_img{
	overflow: hidden;
	display: flex;
	justify-content: center;
}
	.element_blog_el_left{
		width: 100%;
	}
	.element_blog_el_left_img img{
		width: auto;
		max-width: none;
	}
}
@media (max-width: 1200px) {
	.element_blog_el_left{
		gap: 40px;
	}
	.element_blog_el_left_img, .element_blog_el_left_text{
		width: calc(50% - 20px);
	}

}
@media (max-width: 1050px) {
	.element_blog_el_left{
		flex-direction: column;
	}
	.element_blog_el_left_img, .element_blog_el_left_text{
		width: 100%;
	}
	.element_blog_el_left_title{
		margin: 20px 0;
	}
	.element_blog_el_left_anonve{
		padding-bottom: 20px;
	}
	.element_blog_el_left_img img{
		width: 100%;
		max-width: 100%;
	}
}
@media (max-width: 900px) {
.element_blog_el_left{
	gap: 20px;
}
	.element_blog_el_left_title{
		font-size: 31px;
		font-weight: 400;
		line-height: 32px;
		text-align: left;
	}
	.element_blog_el_left_data{
		font-size: 14px;
		font-style: italic;
		font-weight: 400;
		line-height: 20.37px;
		text-align: left;
	}
}
/*photo left*/




/*pholo small*/


.element_blog_small{
	width: calc(100%/3 - 80px/3);
}
.element_blog_small_img img{
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.element_blog_small_img{
	overflow: hidden;
}
.element_blog_small:hover img{
	transform: scale(1.02);
}
.element_blog_small .element_blog_el_left_top{
	padding-top: 20px;
}
.element_blog_small_title{
	display: block;
	padding: 0;
	margin: 20px 0 12px 0;
	font-family: 'Lithium Typeface (LT)';
	font-size: 36px;
	font-weight: 400;
	line-height: 36px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #272727;
}
.element_blog_small_anonce{
	margin-bottom: 20px;
	font-family: 'Inter';
	font-size: 16px;
	font-weight: 400;
	line-height: 23.28px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;

	-webkit-line-clamp: 2; /* Число отображаемых строк */
	display: -webkit-box; /* Включаем флексбоксы */
	-webkit-box-orient: vertical; /* Вертикальная ориентация */
	overflow: hidden; /* Обрезаем всё за пределами блока */
}


@media (max-width: 1200px) {
	.element_blog_small {
		width: calc(100%/3 - 40px/3);
	}
}

@media (max-width: 900px) {
	.element_blog_small_title{
		font-size: 31px;
		font-weight: 400;
		line-height: 32px;
		text-align: left;
	}
}
@media (max-width: 800px) {
	.element_blog_small{
		width: 100%;
	}
}



/*pholo small*/

/*photo rigth*/
.element_blog_el_rigth{
	flex-direction: row-reverse;
}
@media (max-width: 1050px) {

	.element_blog_el_rigth {
		flex-direction: column;
	}
}
/*photo rigth*/




.bx-pagination ul li span, .bx-pagination ul li a{
	all: inherit!important;
	border: none!important;
	color: #878787!important;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	font-size: 18px!important;
	padding: 0!important;
	background: none!important;
	min-width: none!important;
	height: auto!important;
}
.bx-pagination ul li.bx-active span{
	color: var(--main-color)!important;
}
.bx-pagination ul li a:hover{
	cursor: pointer!important;
	color: var(--main-color)!important;
}
.bx-pagination .bx-pagination-container{
	padding: 0;
}
.bx-pagination {
	margin: 0;
}

.bx-pagination ul li{
	margin: 0!important;
}
.bx-pagination ul{
	display: flex!important;
	gap: 20px;
	justify-content: center;
}
@media (max-width: 600px) {
	.bx-pagination ul {
		gap: 18px;
		font-size: 16px;
	}

}
.catalog__bottom-btn {
	width: 100%;
	font-weight: 500;
	line-height: 119%;
	background-color: #31190F;
	color: #fff;
	padding: 18px 32px;
	margin-bottom: 32px;
	margin-top: 100px;
	transition: all .5s;
}
.catalog__bottom-btn:hover{
	background-color: #ffffff;
	color: #31190F;
}
.container .bx-pagination{
	margin:  0 0 120px 0;
}
.no_zapis{
	padding-bottom: 120px;
}
@media (max-width: 1200px) {
	.element_blog{
		gap: 100px 20px;
	}

}
@media (max-width: 1100px) {
	.section_top{
		flex-direction: column;
		gap: 20px;
		border: none;
		padding-bottom: 40px;
		margin-bottom: 0;
	}
	.sort_block.open_sort .list_open {
		width: 100%;
	}
}
@media (max-width: 1050px) {
.element_blog{
	gap: 40px 20px;
}
	.catalog__bottom-btn{
		margin: 80px 0 32px 0;
	}
	.container .bx-pagination{
		margin: 0 0 75px 0;
	}
}
@media (max-width: 900px) {
	.catalog__bottom-btn{
		margin: 40px 0 20px 0;
	}
	.container .bx-pagination{
		margin: 0;
	}
	.title_h1{
		font-size: 44px;
		font-weight: 400;
		line-height: 44px;
		text-align: left;
	}
	.section_list_elem{
		width: max-content;
		white-space: nowrap;
	}
	.section_list_over{
		overflow: auto;
		margin: 0 -20px;
		padding: 0 20px;
	}
	.section_list_over::-webkit-scrollbar {
		width: 0;
	}
}

/* End */
/* /bitrix/templates/1/components/bitrix/system.pagenavigation/new/style.css?17744303382424 */
/* /bitrix/templates/1/components/bitrix/news/blog_2024/bitrix/news.list/.default/style.css?17744303389041 */
