

/* Start:/local/templates/.default/components/bitrix/system.pagenavigation/pagenavigation/style.css?17053259361751*/
.bx_pg_text, .bx_wsnw,
.pagination-prev
{
	display: none;
}

.bx_pagination_bottom.pagination-container{
	margin-top: 33px;
}
.wrapper .bx_pagination_page .pagenavegation_container li:before{
	display: none;
}

.pagenavegation_container{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;	
	gap: 15px;
	margin-bottom: 0 !important;
}
.wrapper .bx_pagination_page .pagenavegation_container li:first-child{
	display: none;
}
.wrapper .bx_pagination_page .pagenavegation_container li:last-child{
	margin-left: 20px;
}


.wrapper .bx_pagination_page .pagenavegation_container li{
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-left: 0;
	margin-bottom: 0;
	width: 62px;
	height: 62px;
	border-radius: 50%;
}
.wrapper .bx_pagination_page .pagenavegation_container li:hover{
	background: var(--dark-blue);
	color: #FFF;
	font-weight: 700;
}
.wrapper .bx_pagination_page .pagenavegation_container li:hover svg path{
	
	fill: #FFF;
	
}
.wrapper .bx_pagination_page .pagenavegation_container li.bx_active{
	background: var(--dark-blue);
	color: #FFF;
	font-weight: 700;
}

.wrapper .bx_pagination_page .pagenavegation_container li a{
	
	display: block;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	
}


@media (max-width: 767px){
	.wrapper .bx_pagination_page .pagenavegation_container li{	
		width: 41px;
		height: 41px;	
		font-size: 11px;		
	}
	
	.pagenavegation_container{		
		gap: 8px;
	}
	.wrapper .bx_pagination_page .pagenavegation_container li:last-child{
		margin-left: 0px;
	}
	.pagination-next {
		height: 20px;
	}
	.wrapper .bx_pagination_page .pagenavegation_container li svg {
	
		width: 11px;
		height: 11px;
		
	}
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news/2025.blog_page/bitrix/news.list/.default/style.css?17527461133187*/
.blog_item_page{
  display: flex;
  flex-direction: column;
  height: 100%;
 min-height: 597px;
}


.date_blog{
 display:flex;
 margin-bottom:20px;
 
 }
.date_blog span{
   color: #9F9F9F;
font-size: 15px;
font-style: normal;
font-weight: 300;
line-height: 24px;
margin-left:8px;
}

.author_blog{
 display: flex;
}

.about_autor{
 margin-bottom:20px;
 margin-left:24px;

}

.avatar img{
 margin-top:10px;
 border-radius:50%;
}

.author_blog .about_autor .name_author{
color: #111;
font-size: 16px;
font-weight: 500;
line-height: 25px
margin-bottom:3px;
}


.author_blog .about_autor .dolz_author{
color: #555;

font-family: Geologica;
font-size: 15px;
font-style: normal;
font-weight: 300;
line-height: 22px; 
margin-top:3px;
}

.blog_item_page_top-container{
  background-color: var(--orange);
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 276px;
  row-gap: 9px;
  color: #fff;
  padding: 0 51px 0 45.5px;
  border-top-left-radius: 50.037px;
  border-top-right-radius: 50.037px;
  background-position: right;
  background-repeat: no-repeat;
  
}
.blog_item_page_top-container_1{
  background-image: url(/local/templates/.default/components/bitrix/news/2025.blog_page/bitrix/news.list/.default/1.svg);
}
.blog_item_page_top-container_2{
  background-image: url(/local/templates/.default/components/bitrix/news/2025.blog_page/bitrix/news.list/.default/2.svg);
}
.blog_item_page_top-container_3{
  background-image: url(/local/templates/.default/components/bitrix/news/2025.blog_page/bitrix/news.list/.default/3.svg);
}
.blog_item_page_top-container_4{
  background-image: url(/local/templates/.default/components/bitrix/news/2025.blog_page/bitrix/news.list/.default/4.svg);
}
.blog_item_page_top-container_5{
  background-image: url(/local/templates/.default/components/bitrix/news/2025.blog_page/bitrix/news.list/.default/5.svg);
}
.blog_item_page_top-container_6{
  background-image: url(/local/templates/.default/components/bitrix/news/2025.blog_page/bitrix/news.list/.default/6.svg);
}
.blog_item_page_date{
  font-size: 16px;
  font-weight: 300;
}
.blog_item_page_title{
  font-size: 27px;
}
.blog_item_page_bottom-container{
  background: #fff;
  padding: 31px 51px 55px 45.5px;
  border-bottom-left-radius: 50.037px;
  border-bottom-right-radius: 50.037px;
  margin-bottom: 60px;
  flex-grow: 1;
}
.blog_item_page_preview{
  color: #555;
  font-size: 16px;
  margin-bottom: 30px;
  font-weight: 300;
  line-height: 23px;  
  /* display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical; */
  overflow: hidden;
  word-break: break-word;
  font-size: 14px !important;
}
.wrapper .blog_item_page_preview p{
  margin-bottom: 15px;
}
.blog_item_page_more{
  font-size: 16px;
  color: var(--text-blue-green);
  font-weight: 400;
  display: flex;
  align-items: center;
  column-gap: 10px;
}

@media(max-width: 1400px){
 
  .blog_item_page_top-container{
    height: 265px;
    padding: 0 45px 0 45px;
  }
  .blog_item_page_date{
    font-size: 15px;
  }
  .blog_item_page{
    min-height: 558px;
  }
  .blog_item_page_bottom-container{
    padding: 25px 45px 32px;
  }
}


@media(max-width: 768px){
  .blog_item_page_preview{
    -webkit-line-clamp: 3;
  }
  .blog_item_page_top-container{
    height: 147px;
    border-top-left-radius: 30.037px;
    border-top-right-radius: 30.037px;
    padding: 0 20px 0 20px;
    background-size: contain;
  }
  .blog_item_page_date{
    font-size: 14px;
  }
  .blog_item_page_title{
    font-size: 18px;
  }
  .blog_item_page{
    min-height: 307px;
  }
  .blog_item_page_bottom-container{
    padding: 15px 20px 29px;
    margin-bottom: 25px;
    border-bottom-left-radius: 30.037px;
    border-bottom-right-radius: 30.037px;
  }
}


/* End */
/* /local/templates/.default/components/bitrix/system.pagenavigation/pagenavigation/style.css?17053259361751 */
/* /local/templates/.default/components/bitrix/news/2025.blog_page/bitrix/news.list/.default/style.css?17527461133187 */
