<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.news-list {
	margin: 0 -11px 29px;
	font-size: 0;
	line-height: 0;
}

.news-list--item {
	padding: 0 11px;
	display: inline-block;
	vertical-align: top;
	width: 33.333333%;
	height: auto;
	font-size: 14px;
	line-height: 22px;
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
}

.news-list--item .aside--widget-cat {
	right: 12px;
}

@media (min-width: 768px) and (max-width: 1219px) {
	.news-list--item {
		margin-bottom: 25px;
		width: 50%;
		height: auto;
	}
}

@media (max-width: 767px) {
	.news-list--item {
		margin-bottom: 25px;
		width: 100%;
		height: auto;
	}
}

.news-list--date {
	background: #00bd55;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	padding: 9px 0;
	z-index: 2;
	position: absolute;
	top: 1px;
	right: auto;
	bottom: auto;
	left: 12px;
	width: 49px;
	height: auto;
}

.news-list--date-top {
	padding: 2px 0 0;
	margin: 0 0 8px;
	font-size: 25px;
	line-height: 16px;
	font-weight: 500;
}

.news-list--date-bottom {
	font-size: 16px;
	line-height: 11px;
}

.news-list--image {
	display: block;
	width: 100%;
	height: auto;
}

.news-list--image-wrap {
	border: 1px solid #f1f1f1;
	margin: 0 0 18px;
	background: #f1f1f1;
	z-index: 1;
	display: block;
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
}

.news-list--image-wrap:hover .news-list--image {
	opacity: 0.84;
}

.news-list--title {
	text-transform: uppercase;
	color: #333333 !important;
	text-decoration: none;
	margin: 0 0 5px;
	display: inline-block;
	vertical-align: top;
	font-size: 20px;
	line-height: 24px;
}

.news-list--title:hover {
	text-decoration: none !important;
	color: #00bd55 !important;
}

.news-list--text {
	margin: 0 0 8px;
}

.news-list--comments {
	text-transform: uppercase;
	color: #333333 !important;
	text-decoration: none;
	display: inline-block;
	vertical-align: top;
}

.news-list--comments:hover {
	text-decoration: none !important;
	color: #00bd55 !important;
}

.news-list--image,
.items-list--image {
	z-index: 1;
	background: center center no-repeat;
	background-size: contain;
	display: block;
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	width: 100%;
	height: 100%;
	max-height: 160px;
}
.news-list--image {
	min-height: 250px;
	background-size: cover;
}

.news-list--image .items-list--image-center-wrap {

}

img.items-list--image {
	width: auto;
}
.items-list--image-wrap {
	min-height: 160px;
}




.news-box {
	margin: -10px -11px 6px;
	font-size: 0;
	line-height: 0;
}

.news-box .news-list--item {
	margin: 0 0 25px;
	width: 50%;
	height: auto;
}

@media (max-width: 767px) {
	.news-box .news-list--item {
		width: 100%;
		height: auto;
	}
}

.news-item--poster {
	margin: 0 0 19px;
	border: 1px solid #f1f1f1;
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
}

.news-item--date {
	background: #00bd55;
	color: #ffffff;
	text-align: center;
	padding: 7px 0 8px;
	text-transform: uppercase;
	position: absolute;
	top: 0;
	right: auto;
	bottom: auto;
	left: 0;
	width: 41px;
	height: auto;
}

.news-item--date-top {
	margin: 0 0 7px;
	font-size: 20px;
	line-height: 14px;
	font-weight: 500;
}

.news-item--date-bottom {
	font-size: 13px;
	line-height: 9px;
}

.news-item--image {
	display: block;
	width: 100%;
	height: auto;
}

.news-item--text {
	font-size: 18px;
	line-height: 28px;
}

.news-item--text.m {
	margin: 0 0 41px;
}

.comments-box--item {
	padding: 2px 0 11px 80px;
	margin: 0 0 15px;
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	min-width: initial;
	min-height: 63px;
}

.comments-box--item:after {
	content: "";
	background: #f1f1f1;
	width: auto;
	height: 1px;
	display: block;
	position: absolute;
	top: auto;
	right: 0;
	bottom: 0;
	left: 80px;
}

.comments-box--item.sub-1 {
	margin-left: 80px;
}

@media (max-width: 767px) {
	.comments-box--item.sub-1 {
		margin-left: 30px;
	}
}

.comments-box--item.sub-2 {
	margin-left: 160px;
}

@media (max-width: 767px) {
	.comments-box--item.sub-2 {
		margin-left: 60px;
	}
}

.comments-box--item.sub-3 {
	margin-left: 240px;
}

@media (max-width: 767px) {
	.comments-box--item.sub-3 {
		margin-left: 60px;
	}
}

.comments-box--item.sub-4 {
	margin-left: 320px;
}

@media (max-width: 767px) {
	.comments-box--item.sub-4 {
		margin-left: 60px;
	}
}

.comments-box--item.sub-max {
	margin-left: 400px;
}

@media (max-width: 767px) {
	.comments-box--item.sub-max {
		margin-left: 60px;
	}
}

.comments-box--avatar {
	border: 1px solid #f1f1f1;
	display: block;
	width: 63px;
	height: auto;
	position: absolute;
	top: 0;
	right: auto;
	bottom: auto;
	left: 0;
}

.comments-box--avatar-image {
	display: block;
	width: 100%;
	height: auto;
}

.comments-box--tools {
	margin: 0 0 2px;
	color: #757575;
	font-size: 0;
	line-height: 0;
}

.comments-box--author {
	margin: 0 9px 0 0;
	font-size: 16px;
	line-height: 22px;
	font-weight: 500;
	display: inline-block;
	vertical-align: top;
}

.comments-box--date {
	margin: 0 9px 0 0;
	padding: 0 0 0 16px;
	font-size: 14px;
	line-height: 22px;
	font-weight: 500;
	display: inline-block;
	vertical-align: top;
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
}

.comments-box--date-icon {
	color: #757575;
	display: block;
	position: absolute;
	top: 5px;
	right: auto;
	bottom: auto;
	left: 0;
	font-size: 11px;
	line-height: 11px;
}

.comments-box--answer {
	color: #00bd55;
	text-decoration: none;
	font-size: 16px;
	line-height: 22px;
	display: inline-block;
	vertical-align: top;
}

.comments-box--text {
	font-size: 16px;
	line-height: 22px;
}

.aside--widget-cat {
	background: rgba(255, 255, 255, 0.7);
	padding: 0 10px 3px 25px;
	color: #00bd55;
	z-index: 2;
	position: absolute;
	top: 0;
	right: 0;
	bottom: auto;
	left: auto;
	font-size: 13px;
	line-height: 23px;
}
.post {
	margin-bottom: 15px;
	border: 0px solid #ebebeb;
}
.post .post-image {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.blog-post-preview-item .product-preview-image.large {
	width: 100%;
	max-height: 300px;
	overflow: hidden;
}

.blog-post .product-preview-image.large {
	width: 100%;
	height: auto;
}

.item-preview {
	padding: 2px 0 0 80px;
	position: relative;
	min-height: 70px;
	display: block;
}

.blog-post-preview.v2 .blog-post-preview-item {
	padding: 15px 15px 36px;
	float: left;
	width: 49%;
	width: calc(50% - 10px);
	margin-bottom: 10px;
}

.blog-post-preview.v2 .blog-post-preview-item .description-preview {
	margin-bottom: 28px;
	max-height: 5em;
	text-overflow: ellipsis;
	overflow: hidden;
}
.blog-post-preview.v2 .blog-post-preview-item {

}
.blog-post-preview.v2 .blog-post-preview-item:nth-child(2n+1) {
	margin-right: 10px;

}

.blog-post-preview.v1 .blog-post-preview-item .text-header {
	line-height: 28px;
	margin: 6px 0 24px;
	font-size: 1.25em;
	font-weight: 100;
}


.cat-filter {
	list-style: none;
	margin: 20px 0 10px;
	padding: 0;
	text-align: center;
	font-size: 0;
	line-height: 0;
}
.section.profile .cat-filter{
	margin: 20px 0;
}
@media (max-width: 767px) {
	.cat-filter {
		margin-bottom: 25px;
	}
}

.cat-filter--item,
.cat-filter--sep {
	color: #838383;
	display: inline-block;
	vertical-align: top;
	font-size: 15px;
	line-height: 16px;
	font-weight: 600;
}

.cat-filter--item {
	text-transform: uppercase;
	color: #007a3a;
	padding: 1px 5px;
}

.cat-filter--item.active,
.cat-filter--item:hover {
	color: #fff;
	background-color: #007a3a;
}

.cat-filter--sep {
	margin: 0 11px;
}

.cat-filter--link {
	color: inherit !important;
	text-decoration: none;
}

.cat-filter--link:hover {
	text-decoration: none !important;
	color: inherit !important;
}

.cat-filter.widget {
	margin: -3px 0 23px;
	text-align: left;
}

@media (min-width: 768px) and (max-width: 1219px) {
	.cat-filter.widget {
		margin-left: 20px;
		text-align: center;
	}
}


.faq-box--item {
	margin: 0 0 35px;
}

.faq-box--item-h {
	background: #f1f1f1;
	padding: 14px 0 14px 50px;
	margin: 0 0 15px;
	font-size: 18px;
	line-height: 28px;
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
}

.faq-box--item-i {
	color: #333333;
	display: block;
	font-size: 27px;
	line-height: 27px;
	position: absolute;
	top: 14px;
	right: auto;
	bottom: auto;
	left: 12px;
}

.faq-box--item-t {
	padding: 0 0 0 50px;
	font-size: 14px;
	line-height: 28px;
}

@media (max-width: 767px) {
	.faq-box--item-t {
		padding: 0;
	}
}</pre></body></html>