/* POST */
.blog-post-view .page-main {
    overflow: visible;
}
.blog-post-view .columns {
	position: relative;
	display: flex;
	align-items: flex-start;
	flex-direction: row-reverse;
}
.blog-post-view .columns .column.main {
	width: 66.5277vw;
	max-width: 66.5277vw;
}
.blog-post-view .post-content {
	margin: 0 0 1.6666vw;
}
.blog-post-view .post-content .post-date-wrap {
	margin: 0 0 0.5555vw;
}
.blog-post-view .post-content .post-date-wrap .post-date {
	font-size: 0.9722vw;
	font-weight: 200;
	line-height: 140%;
	opacity: 0.45;
}
.blog-post-view .post-content .page-title {
	font-size: 1.5277vw;
	font-weight: 600;
	line-height: 140%;
	text-transform: uppercase;
	margin: 0 0 2.2222vw;
}
.blog-post-view .post-content h2 {
	font-size: 1.25vw;
	font-weight: 500;
	line-height: 140%;
	text-transform: uppercase;
	margin: 0 0 2.2222vw;
}
.blog-post-view .post-content h3 {
	font-size: 1.1111vw;
	font-weight: 500;
	line-height: 140%;
	text-transform: uppercase;
	margin: 0 0 1.1111vw;
}
.blog-post-view .post-content p {
	font-size: 0.9722vw;
	font-weight: 200;
	line-height: 140%;
	opacity: 0.85;
	margin: 0 0 2.2222vw;
}
.blog-post-view .post-content p a {
	color: #5B9AE3;
	font-weight: 400;
	text-decoration: underline;
}
.blog-post-view .post-content ol,
.blog-post-view .post-content ul {
	padding: 0;
	margin: 0 0 2.2222vw;
}
.blog-post-view .post-content ol li,
.blog-post-view .post-content ul li {
	position: relative;
	list-style-type: none;
	font-size: 0.9722vw;
	font-weight: 200;
	line-height: 140%;
	opacity: 0.85;
	margin: 0 0 0.5555vw;
}
.blog-post-view .post-content ol li{
	padding: 0 0 0 1.6666vw;
}
.blog-post-view .post-content ul li {
	padding: 0 0 0 0.9722vw;
}
.blog-post-view .post-content  ol {
	counter-reset: num;
}
.blog-post-view .post-content  ol li:before  {
	content: counter(num) '.';
    counter-increment: num;
	position: absolute;
	top: 0;
	left: 0;
	color: #0264D4;
	font-size: 0.9722vw;
	font-weight: 500;
	line-height: 140%;
}
.blog-post-view .post-content  ul li:before {
	content: '';
	display: block;
	width: 0.4861vw;
	height: 0.3472vw;
	position: absolute;
	top: 0.4861vw;
	left: 0;
	background: url(./img/li-before.svg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.blog-post-view .post-bottom {
	/*margin: 0 0 3.8888vw;*/
}
.blog-post-view .post-bottom .similar_posts_container {
	display: block;
	background: #F4F7F9;
	border-radius: 3.1944vw;
	padding: 2.2222vw;
}
.blog-post-view .post-bottom .similar_posts_container .block-title {
	font-size: 1.25vw;
	font-weight: 500;
	line-height: 140%;
	text-transform: uppercase;
	margin: 0 0 1.1111vw;
}
.blog-post-view .post-bottom .similar_posts_container .similar_posts {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1.6666vw;
	width: 100%;
}
.blog-post-view .post-bottom .similar_posts_container .similar_posts .item a {
	display: flex;
	align-items: flex-start;
	justify-content: left;
	gap: 1.1111vw;
	color: #343643;
}
.blog-post-view .post-bottom .similar_posts_container .similar_posts .item a .post-image {
	display: block;
	min-width: 10.1388vw;
	border-radius: 1.25vw;
	overflow: hidden;
}
.blog-post-view .post-bottom .similar_posts_container .similar_posts .item a .post-image img {
	display: block;
	width: 10.1388vw;
	height: 10.1388vw;
	object-fit: cover;
	object-position: center center;
	transition: 2s;
}
.blog-post-view .post-bottom .similar_posts_container .similar_posts .item a:hover .post-image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.blog-post-view .post-bottom .similar_posts_container .similar_posts .item a .post-info .post-date-wrap {
	margin: 0 0 0.5555vw;
}
.blog-post-view .post-bottom .similar_posts_container .similar_posts .item a .post-info .post-date-wrap .post-date {
	font-size: 0.9722vw;
	font-weight: 200;
	line-height: 140%;
	opacity: 0.45;
}
.blog-post-view .post-bottom .similar_posts_container .similar_posts .item a .post-info .post-title {
	display: block;
	font-size: 0.9722vw;
	font-weight: 500;
	line-height: 140%;
	text-transform: uppercase;
	transition: 0.5s;
}
.blog-post-view .post-bottom .similar_posts_container .similar_posts .item a:hover .post-info .post-title {
	color: #0264D4;
}
.blog-post-view .sidebar-additional {
	position: sticky;
	top: 5vw;
	width: 22.4722vw !important;
	max-width: 22.4722vw;
	padding: 0 2.2222vw 0 0; 
}
.blog-post-view .sidebar-additional .post-image img {
	display: block;
	width: 100%;
	aspect-ratio: 1/1;
	object-fit: cover;
	object-position: center center;
	border-radius: 1.25vw;
}
@media (max-width: 768px) {
	.blog-post-view .columns {
		flex-direction: column-reverse;
	}
	.blog-post-view .columns .column.main {
		width: 100%;
		max-width: 100%;
	}
	.blog-post-view .post-content {
		margin: 0 0 8.2051vw;
	}
	.blog-post-view .post-content .post-date-wrap {
		margin: 0 0 2.0512vw;
	}
	.blog-post-view .post-content .post-date-wrap .post-date {
		font-size: 3.5897vw;
	}
	.blog-post-view .post-content .page-title {
		font-size: 7.1794vw;
		margin: 0 0 6.1538vw;
	}
	.blog-post-view .post-content h2 {
		font-size: 4.6153vw;
		margin: 0 0 4.1025vw;
	}
	.blog-post-view .post-content h3 {
		font-size: 4.1025vw;
		margin: 0 0 4.1025vw;
	}
	.blog-post-view .post-content p {
		font-size: 3.5897vw;
		margin: 0 0 6.1538vw;
	}
	.blog-post-view .post-content ol,
	.blog-post-view .post-content ul {
		margin: 0 0 6.1538vw;
	}
	.blog-post-view .post-content ol li,
	.blog-post-view .post-content ul li {
		font-size: 3.5897vw;
		margin: 0 0 2.0512vw;
	}
	.blog-post-view .post-content ol li{
		padding: 0 0 0 6.1538vw;
	}
	.blog-post-view .post-content ul li {
		padding: 0 0 0 3.5897vw;
	}
	.blog-post-view .post-content  ol li:before  {
		font-size: 3.5897vw;
	}
	.blog-post-view .post-content  ul li:before {
		width: 1.7948vw;
		height: 1.282vw;
		top: 1.7948vw;
	}
	.blog-post-view .post-bottom {
		/*margin: 0 0 8.2051vw;*/
	}
	.blog-post-view .post-bottom .similar_posts_container {
		border-radius: 6.1538vw;
		padding: 4.1025vw;
	}
	.blog-post-view .post-bottom .similar_posts_container .block-title {
		font-size: 4.6153vw;
		margin: 0 0 4.1025vw;
	}
	.blog-post-view .post-bottom .similar_posts_container .similar_posts {
		flex-direction: column;
		gap: 4.1025vw;
	}
	.blog-post-view .post-bottom .similar_posts_container .similar_posts .item a {
		position: relative;
		gap: 3.0769vw;
		padding: 4.1025vw 0 0;
		border-top: 1px solid rgba(0, 0, 0, 0.1);
	}
	.blog-post-view .post-bottom .similar_posts_container .similar_posts .item a:after {
		content: '';
		display: block;
		width: 4.1025vw;
		height: 4.1025vw;
		background: url(./img/arrow-owl-next.svg);
		background-position: 50% 50%;
		background-repeat: no-repeat;
		background-size: cover;
		position: absolute;
		bottom: 0;
		right: 0;
		opacity: 0.45;
	}
	.blog-post-view .post-bottom .similar_posts_container .similar_posts .item a .post-image {
		min-width: 29.2307vw;
		border-radius: 4.6153vw;
	}
	.blog-post-view .post-bottom .similar_posts_container .similar_posts .item a .post-image img {
		width: 29.2307vw;
		height: 29.2307vw;
	}
	.blog-post-view .post-bottom .similar_posts_container .similar_posts .item a .post-info .post-date-wrap {
		margin: 0 0 1.0256vw;
	}
	.blog-post-view .post-bottom .similar_posts_container .similar_posts .item a .post-info .post-date-wrap .post-date {
		font-size: 3.5897vw;
	}
	.blog-post-view .post-bottom .similar_posts_container .similar_posts .item a .post-info .post-title {
		font-size: 3.5897vw;
	}
	.blog-post-view .sidebar-additional {
		position: static;
		width: 100% !important;
		max-width: 100%;
		padding: 0; 
		margin: 0 0 6.1538vw;
	}
	.blog-post-view .sidebar-additional .post-image img {
		width: 100%;
		height: 91.7948vw;
		border-radius: 4.6153vw;
	}
}
/* END POST */

/* BLOG */
.blog-page-list .page-title {
	font-size: 1.5277vw;
	font-weight: 600;
	line-height: 140%;
	text-transform: uppercase;
	margin: 0 0 1.1111vw;
}
.blog-page-list .post-list-wrapper {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 0 0 2.2222vw;
	margin: 0 0 2.2222vw;
}
.blog-page-list .post-list-wrapper .post-list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-column-gap: 2.0833vw;
	grid-row-gap: 2.0833vw;
	list-style: none;
	padding: 0;
}
.blog-page-list .post-list-wrapper ol > li {
	margin: 0;
}
.blog-page-list .post-list-wrapper .post-list .post-item:first-child {
	grid-column: 1 / 3;
	grid-row: 1 / 3;
}
.blog-page-list .post-list-wrapper .post-list .post-item:nth-child(12n) {
	grid-column: 3/ 5;
	grid-row: 4 / 7;
}
.blog-page-list .post-list-wrapper .post-list .post-item .post-container {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	gap: 1.1111vw;
}
.blog-page-list .post-list-wrapper .post-list .post-item .post-container .post-image {
	width: 100%;
}
.blog-page-list .post-list-wrapper .post-list .post-item .post-container .image-container a {
	display: block;
	width: 100%;
	border-radius: 1.25vw;
	aspect-ratio: 1/1;
	overflow: hidden;
}
.blog-page-list .post-list-wrapper .post-list .post-item .post-container .image-container a img {
	display: block;
	width: 100%;
	aspect-ratio: 1/1;
	object-fit: cover;
	object-position: center center;
	transition: 2s;
}
.blog-page-list .post-list-wrapper .post-list .post-item .post-container .image-container a:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.blog-page-list .post-list-wrapper .post-list .post-item .post-container .post-info {
	width: 100%;
}
.blog-page-list .post-list-wrapper .post-list .post-item:first-child .post-container .post-info,
.blog-page-list .post-list-wrapper .post-list .post-item:nth-child(12n) .post-container .post-info {
	width: calc(100% - 3.3333vw);
	height: 8vw;
	background: #F4F7F9;
	border-radius: 1.25vw;
	padding: 1.6666vw;
}
.blog-page-list .post-list-wrapper .post-list .post-item .post-container .post-info .post-date-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 0.5555vw;
}
.blog-page-list .post-list-wrapper .post-list .post-item .post-container .post-info .post-date-wrap .post-date {
	font-size: 0.9722vw;
	font-weight: 200;
	line-height: 140%;
	opacity: 0.45;
}
.blog-page-list .post-list-wrapper .post-list .post-item .post-container .post-info .post-date-wrap .icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1.7361vw;
	height: 1.7361vw;
	background: #F4F7F9;
	border-radius: 50%;
}
.blog-page-list .post-list-wrapper .post-list .post-item:first-child .post-container .post-info .post-date-wrap .icon,
.blog-page-list .post-list-wrapper .post-list .post-item:nth-child(12n) .post-container .post-info .post-date-wrap .icon {
	background: #fff;
}
.blog-page-list .post-list-wrapper .post-list .post-item .post-container .post-info .post-date-wrap .icon svg {
	display: block;
	width: 1.1111vw;
	height: 1.1111vw;
}
.blog-page-list .post-list-wrapper .post-list .post-item .post-container .post-info .post-title a {
	display: block;
	color: #343643;
	font-size: 0.9722vw;
	font-weight: 500;
	line-height: 140%;
	text-transform: uppercase;
	transition: 0.5s;
}
.blog-page-list .post-list-wrapper .post-list .post-item .post-container .post-info .post-title a:hover {
	color: #0264D4;
}
.blog-page-list .toolbar-blog-posts {
	margin: 0 0 3.8888vw;
}
.blog-page-list .toolbar-blog-posts .pages {
	margin: 0;
}
.blog-page-list .toolbar-blog-posts .pages .pages-items {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.2777vw;
}
.blog-page-list .toolbar-blog-posts .pages .pages-items .item {
	margin: 0;
}
.blog-page-list .toolbar-blog-posts .pages .pages-items .item a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.2222vw;
	height: 2.2222vw;
	background: transparent;
	border-radius: 50%;
	color: #343643;
	font-size: 1.1111vw;
	font-weight: 500;
	line-height: 140%;
	opacity: 0.85;
	padding: 0;
	transition: 0.5s;
}
.blog-page-list .toolbar-blog-posts .pages .pages-items .item a:hover {
	background: #F4F7F9;
	color: #0264D4;
	opacity: 1;
}
.blog-page-list .toolbar-blog-posts .pages .pages-items .item.current .page {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.2222vw;
	height: 2.2222vw;
	background: #F4F7F9;
	border-radius: 50%;
	color: #0264D4;
	font-size: 1.1111vw;
	font-weight: 500;
	line-height: 140%;
	opacity: 1;
	padding: 0;
}
.blog-page-list .toolbar-blog-posts .pages .pages-items .item a.action.previous,
.blog-page-list .toolbar-blog-posts .pages .pages-items .item a.action.next {
	border: none;
	box-shadow: none;
	margin: 0 1.3888vw;
}
.blog-page-list .toolbar-blog-posts .pages .pages-items .item a.action.previous:before,
.blog-page-list .toolbar-blog-posts .pages .pages-items .item a.action.next:before {
	color: #343643;
	font-size: 1.25vw;
	opacity: 0.85;
	transition: 0.5s;
}
.blog-page-list .toolbar-blog-posts .pages .pages-items .item a.action.previous:hover::before,
.blog-page-list .toolbar-blog-posts .pages .pages-items .item a.action.next:hover::before {
	color: #0264D4;
	opacity: 1;
}
@media (max-width: 768px) {
	.blog-page-list .page-title {
		font-size: 7.1794vw;
		margin: 0 0 6.1538vw;
	}
	.blog-page-list .post-list-wrapper {
		padding: 0 0 6.1538vw;
		margin: 0 0 6.1538vw;
	}
	.blog-page-list .post-list-wrapper .post-list {
		grid-template-columns: 1fr;
		gap: 6.1538vw;
	}
	.blog-page-list .post-list-wrapper .post-list .post-item {
		padding: 6.1538vw 7.6923vw 0;
		border-top: 1px solid rgba(0, 0, 0, 0.1);
	}
	.blog-page-list .post-list-wrapper .post-list .post-item:first-child {
		grid-column: inherit;
		grid-row: inherit;
	}
	.blog-page-list .post-list-wrapper .post-list .post-item:nth-child(12n) {
		grid-column: inherit;
		grid-row: inherit;
	}
	.blog-page-list .post-list-wrapper .post-list .post-item .post-container {
		gap: 3.0769vw;
	}
	.blog-page-list .post-list-wrapper .post-list .post-item .post-container .image-container a {
		border-radius: 4.6153vw;
	}
	.blog-page-list .post-list-wrapper .post-list .post-item:first-child .post-container .post-info,
	.blog-page-list .post-list-wrapper .post-list .post-item:nth-child(12n) .post-container .post-info {
		width: 100%;
		height: auto;
		background: transparent;
		border-radius: 0;
		padding: 0;
	}
	.blog-page-list .post-list-wrapper .post-list .post-item .post-container .post-info .post-date-wrap {
		margin: 0 0 1.0256vw;
	}
	.blog-page-list .post-list-wrapper .post-list .post-item .post-container .post-info .post-date-wrap .post-date {
		font-size: 3.5897vw;
	}
	.blog-page-list .post-list-wrapper .post-list .post-item .post-container .post-info .post-date-wrap .icon {
		width: 6.4102vw;
		height: 6.4102vw;
	}
	.blog-page-list .post-list-wrapper .post-list .post-item:first-child .post-container .post-info .post-date-wrap .icon,
	.blog-page-list .post-list-wrapper .post-list .post-item:nth-child(12n) .post-container .post-info .post-date-wrap .icon {
		background: #F4F7F9;
	}
	.blog-page-list .post-list-wrapper .post-list .post-item .post-container .post-info .post-date-wrap .icon svg {
		width: 4.1025vw;
		height: 4.1025vw;
	}
	.blog-page-list .post-list-wrapper .post-list .post-item .post-container .post-info .post-title a {
		font-size: 3.5897vw;
	}
	.blog-page-list .toolbar-blog-posts {
		margin: 0 0 8.2051vw;
	}
	.blog-page-list .toolbar-blog-posts .pages .pages-items {
		gap: 1.0256vw;
	}
	.blog-page-list .toolbar-blog-posts .pages .pages-items .item a {
		width: 8.2051vw;
		height: 8.2051vw;
		font-size: 4.1025vw;
	}
	.blog-page-list .toolbar-blog-posts .pages .pages-items .item.current .page {
		width: 8.2051vw;
		height: 8.2051vw;
		font-size: 4.1025vw;
	}
	.blog-page-list .toolbar-blog-posts .pages .pages-items .item.pages-item-previous,
	.blog-page-list .toolbar-blog-posts .pages .pages-items .item.pages-item-next {
		position: relative;
		top: auto;
		right: auto;
		left: auto;
		margin: 0;
	}
	.blog-page-list .toolbar-blog-posts .pages .pages-items .item a.action.previous,
	.blog-page-list .toolbar-blog-posts .pages .pages-items .item a.action.next {
		margin: 0 5.1282vw;
	}
	.blog-page-list .toolbar-blog-posts .pages .pages-items .item a.action.previous:before,
	.blog-page-list .toolbar-blog-posts .pages .pages-items .item a.action.next:before {
		font-size: 4.6153vw;
	}
}
/* END BLOG */