.header-with-slider {
	max-width: 1440px;
	width: 90%;
	margin: auto;
	display: flex;
	justify-content: space-between;
}

.wlbpub-scroller-buttons {
	display: flex;
	gap: 8px;
}

.wlbpub-scroller-button-prev,
.wlbpub-scroller-button-next {}

.wlbpub-scroller-button-prev i,
.wlbpub-scroller-button-next i {
	padding: 14px;
	border-radius: 4px;
	font-size: 18px;
	color: #222355;
	border: 1.5px solid #222355;
	font-weight: 600;
	cursor: pointer;
	transition: all 300ms ease-in-out;
}

.wlbpub-scroller-button-prev i:hover,
.wlbpub-scroller-button-next i:hover {
	background-color: #222355;
	color: #ffffff;
	transition: all 300ms ease-in-out;
}


.wlbpub-rows-bigs {
	max-width: 1440px;
	width: 90%;
	margin: auto;
	font-size: 0;
}

.wlbpub-rows-bigs-inner {
	margin: -28px;
}

.wlbpub-rows {
	font-size: 0;
	max-width: 1440px;
	width: 90%;
	margin: auto;
}

.wlbpub-rows-inner {
	margin: -10px;

}

.wlbpub-row {
	display: inline-block;
	vertical-align: top;
	width: 33.33333%;
}

.wlbpub-row-big {
	width: 50%;
	padding: 28px;
}

.wlbpub-row-image {
	height: 0;
	padding-bottom: 65%;
	position: relative;
	overflow: hidden;
	text-align: center;
	border: 1px solid #e0e0e0;
}

/*.wlbpub-row-image .wlbpub-row-image-anchor:before
{
	content: "";
	position: absolute;
	z-index: 1;
	display: block;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background: #59c4cc;
	opacity: 0.2;
}*/


.wlbpub-row-image .wlbpub-row-image-anchor {
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	font-size: 0;
}

.wlbpub-row-image .wlbpub-row-image-anchor:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0;
}

.wlbpub-row-image .wlbpub-row-image-anchor img {
	display: inline-block;
	vertical-align: middle;
	width: auto;
	height: auto;
	max-width: 100%;
}

.wlbpub-row-image .wlbpub-row-image-anchor-empty img {
	position: absolute;
	max-width: 60%;
	max-height: 60%;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	min-width: 0;
	min-height: 0;
	transform: none;
	-ms-transform: none;
	-webkit-transform: none;
	margin: auto;
}

.wlbpub-row-details {
	display: flex;
	flex-direction: column;
	gap: 32px;
	height: clamp(300px, 24vw, 342px);
	margin: 0 40px;
}

.wlbpub-row-main 
{
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.wlbpub-row-big .wlbpub-row-details {
	padding: 35px 30px;
}

.wlbpub-row-header-date {
	margin-top: 40px;
	color: #222355;
	font-size: 16px;
	font-weight: 500;
	line-height: 150%;
	position: relative;
	padding-left: 28px;
}

.wlbpub-row-header-date:before {
	content: "\ece2";
	position: absolute;
	font: normal normal normal 18px/1.5 'Nucleo Outline';
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 18px;
	color: #B5112B;
}

.wlbpub-row-category {
	padding-bottom: 10px;
}

.wlbpub-row-category a {
	font-weight: 500;
	font-size: 17px;
	/*color: #4B83D8;*/
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.wlbpub-row-title,
.wlbpub-row-slug {
	font-weight: 600;
	font-size: 16px;
	line-height: 150%;
	color: #222355;
}

.wlbpub-row-title {

  align-self: flex-start;
}

.wlbpub-row-slug {
	font-weight: 500;
}

.wlbpub-row-title a {
	font-weight: normal;
	font-size: 24px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}


.wlbpub-row-text {
	font-weight: 600;
	font-size: 16px;
	line-height: 150%;
	color: #222355;
	margin-bottom: 8px;
}

.wlbpub-row-foot {
	text-align: justify;
	text-justify: distribute;
	margin-top: auto;
	margin-bottom: 40px;
}


.wlbpub-row-foot:after {
	content: "";
	height: 0;
	width: 100%;
	display: inline-block;
}

.wlbpub-row-foot-left {
	font-size: 14px;
	color: #494949;
	font-weight: 500;
	display: inline-block;
	margin: 0 -14px;
}

.wlbpub-row-foot-left>span {
	padding: 0 14px;
}

.wlbpub-row-foot-comments {
	position: relative;
}

.wlbpub-row-foot-comments:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 1px;
	left: -2px;
	background: #bcbcbc;
}

.wlbpub-row-foot-comments i {
	margin-right: 7px;
	top: 1px;
	position: relative;
}

.read-more {
	text-decoration: underline;
	color: #B5112B;
	font-weight: 600;
	font-size: 16px;
	display: inline-block;
}

.wlbpub-see-all {
	text-align: center;
	margin-top: 44px;
}

.wlbpub-see-wrap {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
	font-size: 0;
	opacity: 0;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	z-index: 2;
}

.wlbpub-see-wrap:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0;
}

.wlbpub-see-wrap:before {

	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	background: #aaaaaa;
	opacity: 0.6;
}

.wlbpub-see {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	z-index: 2;
	-webkit-transition: opacity 300ms ease-in-out, visibility 1ms ease-in-out;
	-moz-transition: opacity 300ms ease-in-out, visibility 1ms ease-in-out;
	-o-transition: opacity 300ms ease-in-out, visibility 1ms ease-in-out;
	transition: opacity 300ms ease-in-out, visibility 1ms ease-in-out;
}

.wlbpub-row-inner {
	background-color: #ffffff;
	border-radius: 4px;
	/* height: clamp(280px, 24vw, 342px); */
}

.wlbpub-row-inner:hover .wlbpub-see-wrap {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 300ms ease-in-out, visibility 300ms ease-in-out;
	-moz-transition: opacity 300ms ease-in-out, visibility 300ms ease-in-out;
	-o-transition: opacity 300ms ease-in-out, visibility 300ms ease-in-out;
	transition: opacity 300ms ease-in-out, visibility 300ms ease-in-out;
}

.wlbpub-row-inner .wlbpub-row-image:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 0;
	padding-bottom: 65%;
}



.wlbpub-see .button-in-box {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	z-index: 1;
}

.wlbpub-scroller-arrow.swiper-button-prev:after,
.wlbpub-scroller-arrow.swiper-button-next:after {
	font-family: swiper-icons;
	font-size: 30px;
	text-transform: none !important;
	letter-spacing: 0;
	text-transform: none;
	font-variant: initial;
	line-height: 1;
}

@media all and (max-width: 1400px) {
	.wlbpub-row-title a {
		font-size: 23px;
	}

	.wlbpub-row-text {
		font-size: 16px;
	}

	.wlbpub-row-title  {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		width: 100vw;
		max-width: 100%;
		display: inline-block;
	}

	.wlbpub-row-navigation
	{
		font-size:15px;
	}
}


@media all and (max-width: 1290px)
{
	/* .wlbpub-row-title {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		width: 100vw;
		max-width: 100%;
		display: inline-block;
	} */
}

@media all and (max-width: 1200px) {
	.wlbpub-row-title a {
		font-size: 21px;
	}

	.wlbpub-row-text {
		font-size: 15px;
		line-height: 20px;
	}

	.wlbpub-row-big .wlbpub-row-details,
	.wlbpub-row-details {
		/* padding: 25px 0; */

	}

}

@media all and (max-width: 1024px) {

	.wlbpub-row-navigation
	{
		font-size: 14px;
	}

	.wlbpub-row-header-date
	{
		margin-bottom: 0;
	}
	.wlbpub-rows-bigs-inner {
		margin: -15px;
	}

	.wlbpub-row-big {
		padding: 15px;
	}

	.wlbpub-row-title  {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		width: 100vw;
		max-width: 100%;
		display: inline-block;
	}

	.wlbpub-row-foot .button {
		margin-top: 20px;
		width: 100%;
	}

	.wlbpub-see {
		position: static;
	}

	.wlbpub-see .button {
		display: inline-block;
		font: normal normal normal 56px/1 'Nucleo Outline';
		speak: none;
		text-transform: none;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		background: none;
		padding: 0;
		border: none;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		color: #ffffff;
	}

	.wlbpub-see .button:hover {
		background: none;
		padding: 0;
		border: none;
	}

	.wlbpub-see .button:before {
		content: "\ed08";
		vertical-align: middle;
	}

	.wlbpub-see .button:after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		height: 100%;
		width: 1px;
	}

	.wlbpub-see span {
		display: none;
	}
	
	.wlbpub-row-title {
	

	}
}

@media all and (max-width: 768px) {

	.wlbpub-scroller-button-prev i,
	.wlbpub-scroller-button-next i {
		font-size: 14px;
	}

	.wlbpub-row-big .wlbpub-row-details,
	.wlbpub-row-details {
		/* padding: 25px 0; */
	}

	.wlbpub-row-header-date {
		margin-bottom: 6px;
	}

	.wlbpub-row-title {}

	@supports (-webkit-line-clamp: 2) {
		.wlbpub-row-title {
			display: -webkit-box;
			-webkit-box-orient: vertical;
			-webkit-line-clamp: 2;
		}
	}

}

@media all and (max-width: 600px) {
	.wlbpub-row-big {
		width: 100%;
	}

	.wlbpub-row-foot .button {
		width: auto;
		margin-top: 0;
	}

	.wlbpub-row-title a {
		white-space: normal;
	}

	.wlbpub-row {
		width: 100%;
	}
}

@media all and (max-width: 480px) {
	.wlbpub-row-foot .button {
		width: 100%;
		margin-top: 20px;
	}
}