

/* Start:/local/templates/ispiria/components/bitrix/system.pagenavigation/green_round_arrows/style.css?17803209931164*/
.green_round_pagination-list {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 5px;
}

.green_round_pagination-list > div {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    border: 1px solid #E2EBE5;
    background: #FFF;
    color: #222;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: border-color 0.2s;
}

.green_round_pagination-list > div a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.green_round_pagination-list > div:hover {
    border-color: #074A4F;
}

.green_round_pagination-list > div.active {
    background: #074A4F;
    color: #fff;
    border-color: #074A4F;
    cursor: default;
}

.green_round_pagination-list > div.active svg path {
    fill: #fff;
}

.green_round_pagination-list > div.pag-dots {
    border: none;
    background: none;
    cursor: default;
}

.green_round_pagination-list > div.pag-dots:hover {
    border-color: transparent;
}
/* End */


/* Start:/local/templates/ispiria/components/bitrix/news/blog/bitrix/news.list/.default/style.css?1780387496606*/
.blog__list {
	margin-top: 30px;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 40px 24px;
}

.blog__item {
	width: calc( (100% - 24px*2)/3 );
}

.blog__item-img {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border-radius: 6px;
}

.blog__item-img img {
	width: 100%;
	height: auto;
}

.blog__item-title {
	display: block;
	margin-top: 10px;
	font-size: 18px;
	font-weight: 600;
	line-height: 130%;
}

@media (max-width: 1200px) {
	.blog__item {
		width: calc( (100% - 24px)/2 );
	}
}

@media (max-width: 767px) {
	.blog__item {
		width: 100%;
	}
}
/* End */
/* /local/templates/ispiria/components/bitrix/system.pagenavigation/green_round_arrows/style.css?17803209931164 */
/* /local/templates/ispiria/components/bitrix/news/blog/bitrix/news.list/.default/style.css?1780387496606 */
