

/* Start:/local/templates/divasoft/components/bitrix/system.pagenavigation/catalog.navigation/style.css?17411708593475*/
.bx-pagination {
	margin: 0 0 40px;
    padding: 25px 0 0;
    border-top: 1px solid #eee;
    position: relative;
}
.bx-pagination .bx-pagination-container {
	text-align: center;
	position: relative;
}
.bx-pagination .bx-pagination-container ul {
	padding: 0 50px;
	margin: 0 auto;
	list-style: none;
	display: inline-block;
}
.bx-pagination .bx-pagination-container ul li {
	display: inline-block;
	margin: 0 2px 0 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;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	vertical-align: middle;
}
.bx-pagination .bx-pagination-container ul li a:hover span{
	background: #DADADA;
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
	
	color: #fff;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all 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{
	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{
	background: #fff;
	border-color: #DADADA;
	color: #000;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-prev{
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span{
    display: none;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span{
    display: block;
    background: url("/local/templates/divasoft/components/bitrix/system.pagenavigation/catalog.navigation/images/svg/arrow_l_bl.svg") center no-repeat !important;
    width: 35px;
    height: 22px;
    opacity: .3;
    border: 0 !important; 
    padding: 0 !important;
    margin: 0 !important;
    position: relative;
    top: 5px;
    background-size: 20px !important;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span{
    opacity: .7;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-next{
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-next span{
    display: none;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span{
    display: block;
    background: url("/local/templates/divasoft/components/bitrix/system.pagenavigation/catalog.navigation/images/svg/arrow_r_bl.svg") center no-repeat !important;
    width: 35px;
    height: 22px;
    opacity: .3;
    border: 0 !important; 
    padding: 0 !important;
    margin: 0 !important;
    position: relative;
    top: 5px;
    background-size: 20px !important;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span{
    opacity: 1;
}

/* End */


/* Start:/local/templates/divasoft/components/bitrix/news.list/blog.list/style.css?17599246412986*/
.articles-page{
    padding-bottom: 30px;
}
.articles-page__title{
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 110%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #232E49;
}

.articles-list__item{
    width: 100%;
    max-width: calc((100% - 90px) / 4 ) ;
}
.articles-list{
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 30px;
    margin-top: 40px;
}
.articles-list__container{
    margin-top: 40px;    
}
.article-item{
    background: #F9FBFD;
    border-radius: 20px;
    padding: 18px;
    border: solid 1px #EDF3F8;
    box-sizing: border-box;
    transition: all linear .3s;
}
.article-item:hover{
    border: 1px solid #EDF3F8;
    box-shadow: 0px 3px 13.2px rgba(0, 63, 190, 0.06);
}
.article-item__img-wrapper{
    position: relative;
    width: 100%;
    border-radius: 14px;
}
.article-item__img{
    width: 100%;
}
.articles-list__tag{
    position: absolute;
    top: 10px;
    right: 10px;
    background: #FFC795;
    border-radius: 6px;
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    color: #A44C00;
    flex: none;
    justify-content: center;
    align-items: center;
    padding: 7px 14px;
}
.article-item__content{
    margin-top: 20px;
}
.article-item__title{
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    color: #232E49;
}
.article-item__description{
    margin-top: 8px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #232E49;
}
.article-item__footer{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    width: 100%;

    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    color: #9199AC;      
}
.article-item__date{
    margin-left: auto;
}
.article-item__read-more{
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    color: #EC6E00;
    cursor: pointer;
    display: flex;
    gap: 4px;
    justify-content: flex-start;
}

@media(max-width:1260px){
    .articles-list__item{
        max-width: calc((100% - 60px) / 3);
    }
}

@media(max-width:768px){
    .articles-list__item{
        max-width: calc((100% - 40px) / 2);
    }
    .articles-page__title{
        font-size: 50px;
    }
}
@media(max-width:550px){
    .article-item{
        padding: 10px;
    }
    .articles-page__title{
        font-weight: 700;
        font-size: 22px;
        line-height: 22px;
    }
    .articles-list{
        margin-top: 25px;
    }
    .articles-list__item{
        max-width: 100%;
    }
    .article-item__title{
        font-size: 14px;
    }
    .article-item__description{
        font-size: 12px;
    }
    .article-item__date{
        font-size: 10px;
    }
    .articles-list__tag{
        font-size: 10px;
    }
    .articles-list__tag{
        top: 8px;
        right: 8px;
    }
    .article-item__footer{
        margin-top: 10px;
    }
}

/* End */
/* /local/templates/divasoft/components/bitrix/system.pagenavigation/catalog.navigation/style.css?17411708593475 */
/* /local/templates/divasoft/components/bitrix/news.list/blog.list/style.css?17599246412986 */
