

/* Start:/local/templates/.default/components/bitrix/system.pagenavigation/.default/style.css?16764655501998*/
.blog-page-navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 30px;
    padding-bottom: 20px;
}

.blog-page-navigation a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: 1px solid #236B10;
    border-radius: 100%;
    text-decoration: none;
    margin-right: 10px;
    font-size: 16px;
    font-weight: 700;
    color: #236B10;
}

.blog-page-navigation .blog-page-current {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: 1px solid #236B10;
    border-radius: 100%;
    text-decoration: none;
    margin-right: 10px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background: #236B10;
}

.blog-page-navigation a:last-child {
    margin-right: 0;
}

.blog-page-navigation .blog-page-next {
    width: 30px;
    height: 30px;
    display: inline-block;
    background: url(/local/templates/.default/components/bitrix/system.pagenavigation/.default/images/chevron.svg) no-repeat 50% 50%;
    background-size: contain;
    border: none;
}

.blog-page-navigation .blog-page-previous {
    width: 30px;
    height: 30px;
    display: inline-block;
    background: url(/local/templates/.default/components/bitrix/system.pagenavigation/.default/images/chevron.svg) no-repeat 50% 50%;
    background-size: contain;
    margin-left: 10px;
    border: none;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media screen and (max-width: 576px) {
    .blog-page-navigation a,
    .blog-page-navigation .blog-page-current,
    .blog-page-navigation .blog-page-previous,
    .blog-page-navigation .blog-page-next {
        width: 20px;
        height: 20px;
        font-size: 12px;
    }

    .blog-page-navigation a {
        margin-right: 6px;
    }

    .blog-page-navigation .blog-page-current {
        margin-right: 6px;
    }

    .blog-page-navigation .blog-page-previous {
        margin-right: 6px;
    }
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/data.about.work/style.css?1676465550192*/
.about-work {
	font-size: 20px;
	line-height: 24px;
}

.about-work a {
	text-decoration: none;
}

.about-work a:hover {
	text-decoration: underline;
}

.about-work li {
	margin-bottom: 15px;
}
/* End */
/* /local/templates/.default/components/bitrix/system.pagenavigation/.default/style.css?16764655501998 */
/* /local/templates/.default/components/bitrix/news.list/data.about.work/style.css?1676465550192 */
