.focus__wrapper{
	max-width: 1460px;
	margin: 35px auto 35px auto;
	padding: 0 70px;
}

.focus__wrapper.fourArticlesTwoVertical .slazag-newses-header-grid.magazine-grid{
	grid-template-columns: repeat(12, 1fr);
	grid-template-rows: 150px 150px 150px 150px;
	grid-gap: 25px;
}

.focus__wrapper.fourArticlesTwoVertical .slazag-newses-header .slazag-newses-header-grid .slazag-newses-header-first-photo{
	position: relative;
}

@media all and (min-width: 992px){

	.focus__wrapper.fourArticlesTwoVertical .slazag-newses-header .slazag-newses-header-grid .slazag-newses-header-first-photo:nth-child(1):hover,
	.focus__wrapper.fourArticlesTwoVertical .slazag-newses-header .slazag-newses-header-grid .slazag-newses-header-first-photo:nth-child(2):hover{
		transform: scale(1.07);
	}

	.focus__wrapper .art-single.slazag-newses-header-first-photo.title-without-image:hover img{
		transform: scale(1.04) translateY(-6px);
	}

}

.focus__wrapper.fourArticlesTwoVertical .slazag-newses-header .slazag-newses-header-grid .slazag-newses-header-first-photo:nth-child(1),
.focus__wrapper.fourArticlesTwoVertical .slazag-newses-header .slazag-newses-header-grid .slazag-newses-header-first-photo:nth-child(2){
	grid-column: auto / span 4;
	grid-row: auto / span 4;
}

.focus__wrapper.fourArticlesTwoVertical .slazag-newses-header .slazag-newses-header-grid .slazag-newses-header-first-photo:nth-child(1) h2.title,
.focus__wrapper.fourArticlesTwoVertical .slazag-newses-header .slazag-newses-header-grid .slazag-newses-header-first-photo:nth-child(2) h2.title{
	font-size: 25px!important;
	line-height: 35px!important;
	font-weight: 500!important ;
}

.focus__wrapper.fourArticlesTwoVertical .slazag-newses-header .slazag-newses-header-grid .slazag-newses-header-first-photo:nth-child(1) .slazag-newses-header-first-photo-title,
.focus__wrapper.fourArticlesTwoVertical .slazag-newses-header .slazag-newses-header-grid .slazag-newses-header-first-photo:nth-child(2) .slazag-newses-header-first-photo-title{
	padding: 20% 40px 30px 40px;
}

.focus__wrapper.fourArticlesTwoVertical .slazag-newses-header .slazag-newses-header-grid .slazag-newses-header-first-photo:nth-child(2) img{
	height: 100%;
}

.focus__wrapper.fourArticlesTwoVertical .slazag-newses-header .slazag-newses-header-grid .slazag-newses-header-first-photo:nth-child(3),
.focus__wrapper.fourArticlesTwoVertical .slazag-newses-header .slazag-newses-header-grid .slazag-newses-header-first-photo:nth-child(4){
	grid-column: auto / span 4;
	grid-row: auto / span 2;
}

.focus__wrapper .art-single.slazag-newses-header-first-photo.title-without-image .slazag-newses-header-first-photo-title{
	position: initial;
	padding: 15px 12px 15px 10px;
  background: #fff;
}

.focus__wrapper .art-single.slazag-newses-header-first-photo.title-without-image .slazag-newses-header-first-photo-title h2.title{
  color: #000;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

.focus__wrapper .art-single.slazag-newses-header-first-photo.title-without-image img{
	transition: .4s ease;
}

.focus__wrapper .article-lead{
	font-size: 16px;
	font-weight: 500;
	line-height: 27px;
	color: #fff;
	margin-top: 20px;
	transition: .4s ease;
	height: 0px;
	overflow: hidden;
	/*display: none;*/
}

.focus__wrapper .custom-article-text{
	font-size: 104px;
  font-weight: bold;
  line-height: 126px;
  color: #FFA406;
  position: absolute;
  top: -10px;
  left: -50px;
  transform: rotate(180deg);
  text-orientation: mixed;
  writing-mode: vertical-rl;
  text-shadow: 5px 3px 11px #00000085;
  z-index: 9;
}

.focus__wrapper .slazag-newses-header-first-photo{
	overflow: visible!important;
}

.focus__wrapper .slazag-newses-header-first-photo:hover{
	opacity: 1;
}

.focus__wrapper .article-first-placeholder{
	position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}


@media all and (max-width: 1200px){
	.focus__wrapper.fourArticlesTwoVertical .slazag-newses-header .slazag-newses-header-grid .slazag-newses-header-first-photo:nth-child(1),
	.focus__wrapper.fourArticlesTwoVertical .slazag-newses-header .slazag-newses-header-grid .slazag-newses-header-first-photo:nth-child(2){
		grid-column: auto / span 6;
	}

	.focus__wrapper.fourArticlesTwoVertical .slazag-newses-header .slazag-newses-header-grid .slazag-newses-header-first-photo:nth-child(3),
	.focus__wrapper.fourArticlesTwoVertical .slazag-newses-header .slazag-newses-header-grid .slazag-newses-header-first-photo:nth-child(4){
		grid-column: auto / span 6;
	}
}

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

	.focus__wrapper.fourArticlesTwoVertical .slazag-newses-header .slazag-newses-header-grid .slazag-newses-header-first-photo{
		grid-column: auto / span 6!important;
		grid-row: auto / span 17!important;
	}

	.focus__wrapper.fourArticlesTwoVertical .slazag-newses-header-grid.magazine-grid{
		grid-template-rows: auto;
		grid-gap: 15px;
	}

	.focus__wrapper{
		margin: 30px auto;
	}

	.focus__wrapper.fourArticlesTwoVertical .slazag-newses-header .slazag-newses-header-grid.magazine-grid .slazag-newses-header-first-photo .slazag-newses-header-first-photo-title{
		padding: 10% 10px 0px 10px!important;
	}


	.focus__wrapper.fourArticlesTwoVertical .slazag-newses-header .slazag-newses-header-grid.magazine-grid .slazag-newses-header-first-photo.title-without-image .slazag-newses-header-first-photo-title{
		padding: 10px 12px 10px 10px!important;
	}

	.focus__wrapper.fourArticlesTwoVertical .slazag-newses-header .slazag-newses-header-grid.magazine-grid .slazag-newses-header-first-photo.title-without-image img{
		max-height: 145px;
	}	

	.focus__wrapper.fourArticlesTwoVertical .slazag-newses-header .slazag-newses-header-grid.magazine-grid .slazag-newses-header-first-photo.title-without-image{
		grid-row: auto / span 1!important;
	}

	.focus__wrapper .art-single.slazag-newses-header-first-photo.title-without-image .slazag-newses-header-first-photo-title h2.title{
	  font-size: 14px!important;
	  line-height: 21px!important;
	  font-weight: 400!important;
	}

	.focus__wrapper{
		padding: 0 15px 0 15px;
		padding-top:  40px!important;
	}

	.focus__wrapper .custom-article-text{
		font-size: 50px;
	  left: -72px;
	}

	.focus__wrapper.fourArticlesTwoVertical .slazag-newses-header .slazag-newses-header-grid .slazag-newses-header-first-photo:nth-child(1) h2.title,
	.focus__wrapper.fourArticlesTwoVertical .slazag-newses-header .slazag-newses-header-grid .slazag-newses-header-first-photo:nth-child(2) h2.title{
		font-size: 15px!important;
		line-height: 20px!important;
	}

}

.focus-topbar .focus-topbar__article_list{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	align-items: flex-start;
	grid-gap: 20px;
	padding: 0 0 20px;
	border-bottom: 1px solid #9D9898;
	max-width: 90%;
	margin: 0 auto;
}

@media all and (max-width: 991px){
	.focus-topbar .focus-topbar__article_list{
		grid-template-columns: repeat(2, 1fr);
	}
}

@media all and (max-width: 575px){
	.focus-topbar .focus-topbar__article_list{
		grid-template-columns: 1fr;
	}
}

.focus-topbar .focus-topbar__article_list a{
	color: #3B3B3B;
	font-size: 12px;
	transition: .2s ease;
}

.focus-topbar .focus-topbar__article_list a:hover{
	color: #FFA406;
}

.focus-topbar .focus__wrapper{
	margin-bottom: 0px;
}

.focus__portals__banner{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 50px;
	max-width: 1560px;
	margin: 0 auto;
}

.focus__portals__banner__single{
	margin: 15px;
}

.focus__portals__banner img{
	filter: grayscale(1);
	transition: .4s;
	max-width: 100%;
	opacity: .3;
	object-fit: contain;
}

.focus__portals__banner img:hover{
	filter: grayscale(0);
	opacity: 1;
}

@media all and (max-width: 1560px){
	.focus__portals__banner{
		flex-wrap: wrap;
	}	
}

.menu_sidebar_wrapper_search{
	z-index: 2;
}

.triangle-slazag-svg{
	position: absolute;
	top: 0;
	left: -150px;
}

@media all and (max-width: 1600px){
	.triangle-slazag-svg{
		max-width: 100%;
	}
}

@media all and (max-width: 575px){
	.focus-topbar .focus-topbar__article_list{
		max-width: 100%;
	}
	.focus__portals__banner{
		padding: 0 15px;
	}
	.focus__portals__banner .owl-dots{
		display: none;
	}
	.triangle-slazag-svg{
		display: none;
	}
	.focus__portals__banner__single{
		display: flex;
		justify-content: center;
		align-items: center;
	}
}

.focus__wrapper.thematic-background{
	padding-top: 65px;
	padding-bottom: 15px;
	position: relative;
}

.focus__wrapper.thematic-background .thematic-bg{
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		display: block;
}

.thematic-text{
	color: #000;
	position: absolute;
	top: -30px;
	z-index: 2;
	font-size: 40px;
	width: fit-content;
}

@media all and (max-width:  575px){
	.thematic-text{
		font-size: 26px;
		top: -35px;
	}
}

/*focus nr 2 - 3 artykuły, jeden duży*/

.focus__wrapper.fourArticlesTwoVertical.threeArticlesOneBig .slazag-newses-header .slazag-newses-header-grid .slazag-newses-header-first-photo:nth-child(1){
	grid-column: auto / span 8!important;
}

.focus__wrapper.fourArticlesTwoVertical.threeArticlesOneBig .slazag-newses-header .slazag-newses-header-grid .slazag-newses-header-first-photo:nth-child(2){
	grid-column: auto / span 4!important;
  grid-row: auto / span 2!important;
}

.focus__wrapper.fourArticlesTwoVertical.threeArticlesOneBig .slazag-newses-header .slazag-newses-header-grid .slazag-newses-header-first-photo:nth-child(2):hover{
	transform: scale(1)!important;
}

.focus__wrapper.fourArticlesTwoVertical.threeArticlesOneBig .slazag-newses-header .slazag-newses-header-grid .slazag-newses-header-first-photo:nth-child(2) .slazag-newses-header-first-photo-title{
	padding: 15px 12px 15px 10px!important;
}

.focus__wrapper.fourArticlesTwoVertical.threeArticlesOneBig .slazag-newses-header .slazag-newses-header-grid .slazag-newses-header-first-photo:nth-child(2) .slazag-newses-header-first-photo-title h2{
  font-size: 16px!important;
  line-height: 22px!important;
  font-weight: 500!important;
}

.focus__wrapper.fourArticlesTwoVertical.threeArticlesOneBig .slazag-newses-header .slazag-newses-header-grid .slazag-newses-header-first-photo:nth-child(2) img{
	height: 250px!important;
}

@media all and (min-width: 768px){
	.focus__wrapper.fourArticlesTwoVertical.threeArticlesOneBig .slazag-newses-header .slazag-newses-header-grid .slazag-newses-header-first-photo:nth-child(2) .custom-article-text,
	.focus__wrapper.fourArticlesTwoVertical.threeArticlesOneBig .slazag-newses-header .slazag-newses-header-grid .slazag-newses-header-first-photo:nth-child(3) .custom-article-text{
		font-size: 60px;
		left: -60px;
	}
}

@media all and (max-width: 1200px){
	.focus__wrapper.fourArticlesTwoVertical.threeArticlesOneBig .slazag-newses-header .slazag-newses-header-grid .slazag-newses-header-first-photo:nth-child(1){
		grid-column: auto / span 12!important;
	}
	.focus__wrapper.fourArticlesTwoVertical.threeArticlesOneBig .slazag-newses-header .slazag-newses-header-grid .slazag-newses-header-first-photo:nth-child(2){
		grid-column: auto / span 6!important;
	}
}

@media all and (max-width: 767px){
	.focus__wrapper.fourArticlesTwoVertical.threeArticlesOneBig .slazag-newses-header .slazag-newses-header-grid .slazag-newses-header-first-photo:nth-child(2){
		grid-column: auto / span 12!important;
	}
	.focus__wrapper.fourArticlesTwoVertical.threeArticlesOneBig .slazag-newses-header .slazag-newses-header-grid.magazine-grid .slazag-newses-header-first-photo.title-without-image .slazag-newses-header-first-photo-title{
		padding: 15px 12px 15px 10px!important;
	}
}


/*five article focus*/

.fireArticleOneVertical .slazag-newses-header .focus__five-article{
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	grid-gap: 20px;
}

.fireArticleOneVertical .slazag-newses-header .focus__five-article{
	display: grid;
	grid-template-columns: repeat(12, 1fr);
}

.fireArticleOneVertical .slazag-newses-header .focus__five-article .art-single.slazag-newses-header-first-photo.span-4{
	grid-column: auto / span 4;
}

.fireArticleOneVertical .slazag-newses-header .focus__five-article .art-single.slazag-newses-header-first-photo.span-4 img{
	height:  100%;
}

.fireArticleOneVertical .slazag-newses-header .focus__five-article .four__grid-articles--wrapper{
	grid-column: auto / span 8;
}

.fireArticleOneVertical .slazag-newses-header .focus__five-article .four__grid-articles--grid{
	display: grid;
	grid-gap: 20px;
	grid-template-columns: repeat(2, 1fr);
}

.fireArticleOneVertical .slazag-newses-header .focus__five-article .four__grid-articles--grid .title-without-image img{
	height: 256px;
}

@media all and (max-width: 1200px){
	.fireArticleOneVertical .slazag-newses-header .focus__five-article .art-single.slazag-newses-header-first-photo.span-4,
	.fireArticleOneVertical .slazag-newses-header .focus__five-article .four__grid-articles--wrapper{
		grid-column: auto / span 12;
	}
}

@media all and (max-width: 767px){
	.fireArticleOneVertical .slazag-newses-header .focus__five-article .four__grid-articles--grid{
		grid-template-columns: 1fr;
	}
}


/*four articles focus*/

.fourArticlesOneBigOneHorizontal .slazag-newses-header .focus__four-article{
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	grid-gap: 20px;
}

.fourArticlesOneBigOneHorizontal .slazag-newses-header .focus__four-article .art-single.slazag-newses-header-first-photo.span-6{
	grid-column: auto / span 6;
}

.fourArticlesOneBigOneHorizontal .slazag-newses-header .focus__four-article .art-single.slazag-newses-header-first-photo.span-6 img{
	height:  100%;
}

.fourArticlesOneBigOneHorizontal .slazag-newses-header .focus__four-article .three__grid-articles--wrapper{
	grid-column: auto / span 6;
}

.fourArticlesOneBigOneHorizontal .slazag-newses-header .focus__four-article .three__grid-articles--grid{
	display: grid;
	grid-gap: 20px;
	grid-template-columns: repeat(2, 1fr);
}

.fourArticlesOneBigOneHorizontal .slazag-newses-header .focus__four-article .three__grid-articles--grid .art-single.slazag-newses-header-first-photo:nth-child(1){
	grid-column: auto / span 2;
}

.fourArticlesOneBigOneHorizontal .slazag-newses-header .focus__four-article .three__grid-articles--grid .art-single.slazag-newses-header-first-photo:nth-child(1) .slazag-newses-header-first-photo-title{
	padding: 20% 12px 15px 45px;
}

.fourArticlesOneBigOneHorizontal .slazag-newses-header .focus__four-article .three__grid-articles--grid .art-single.slazag-newses-header-first-photo:nth-child(1) .slazag-newses-header-first-photo-title p,
.fourArticlesOneBigOneHorizontal .slazag-newses-header .focus__four-article .three__grid-articles--grid .art-single.slazag-newses-header-first-photo:nth-child(1) .slazag-newses-header-first-photo-title strong{
	font-weight: 400;
}

.fourArticlesOneBigOneHorizontal .slazag-newses-header .focus__four-article .three__grid-articles--grid .art-single.slazag-newses-header-first-photo.title-without-image img{
	height: 180px;
}

@media all and (min-width: 768px){
	.fourArticlesOneBigOneHorizontal .slazag-newses-header .focus__four-article .three__grid-articles--grid .art-single.slazag-newses-header-first-photo.title-without-image .custom-article-text,
	.fireArticleOneVertical .slazag-newses-header .focus__five-article .four__grid-articles--grid .art-single.slazag-newses-header-first-photo.title-without-image .custom-article-text{
		font-size: 60px;
		left: -60px;
	}
	.fourArticlesOneBigOneHorizontal .slazag-newses-header .focus__four-article .three__grid-articles--grid .art-single.slazag-newses-header-first-photo:nth-child(1) .custom-article-text{
		font-size: 80px;
		left: -68px;
	}
}

@media all and (max-width: 1200px){
	.fourArticlesOneBigOneHorizontal .slazag-newses-header .focus__four-article .art-single.slazag-newses-header-first-photo.span-6,
	.fourArticlesOneBigOneHorizontal .slazag-newses-header .focus__four-article .three__grid-articles--wrapper{
		grid-column: auto / span 12;
	}
}

@media all and (max-width: 575px){
	.fourArticlesOneBigOneHorizontal .slazag-newses-header .focus__four-article .three__grid-articles--grid{
		grid-template-columns: 1fr;
	}
	.fourArticlesOneBigOneHorizontal .slazag-newses-header .focus__four-article .three__grid-articles--grid .art-single.slazag-newses-header-first-photo:nth-child(1){
		grid-column: auto / span 1;
	}
	.focus__wrapper.thematic-background{
		padding-bottom: 35px;
	}	
	.focus__wrapper.fourArticlesOneBigOneHorizontal .three__grid-articles--wrapper .three__grid-articles--grid{
    grid-template-columns: repeat(2, 1fr);
	}	
	.focus__wrapper.fourArticlesOneBigOneHorizontal .three__grid-articles--wrapper .three__grid-articles--grid .art-single.slazag-newses-header-first-photo:nth-child(1){
    order: 3;
    grid-column: auto / span 2;
	}	
	.focus__wrapper.fourArticlesOneBigOneHorizontal .three__grid-articles--wrapper .three__grid-articles--grid .art-single.slazag-newses-header-first-photo:nth-child(1) img,
	.focus__wrapper.fourArticlesOneBigOneHorizontal .span-6.art-single img{
		height: 190px;
	}	
	.focus__wrapper.fourArticlesOneBigOneHorizontal .three__grid-articles--wrapper .three__grid-articles--grid .art-single.slazag-newses-header-first-photo:nth-child(1) .slazag-newses-header-first-photo-title,
	.focus__wrapper.fourArticlesOneBigOneHorizontal .span-6.art-single .slazag-newses-header-first-photo-title{
		padding: 20% 12px 0px 15px;
	}
}


.uk__flag--wrapper{
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	position: absolute;
	left: 0;
	top: 0;
}

.uk__flag--wrapper .uk--blue{
	background: #d70000;
	width:  100%;
	height: 50%;
}
.uk__flag--wrapper .uk--yellow{
	background: #d70000;
	width: 100%;
	height: 50%;
}