﻿
.intro {
	background-image: url(../images/post/header.jpg);
	background-position: center;
	background-size: cover;
	color: #fff;
}
.intro .article {
	display: flex;
	position: relative;
	width: 100%;
	gap: 70rem;
	padding:300rem 0 150rem 0;
	align-items:center;
}
 .intro .details{
	 width:100%;
	 display:flex;
	 flex-direction:column;
	 gap:40rem;
 }
.intro .image{
	  width:560rem;
	  min-width:560rem;
	  height:358rem;
}
	.intro .image img{
		width:100%;
		height:100%;
		display:block;
		object-fit:cover;
	}
	.intro .title {
		color: #FFF;
		font-size: 70rem;
		font-style: normal;
		font-weight: 300;
		line-height: 120.833%;
		letter-spacing: normal;
	}
	.intro .subtitle {
		color:#FFF;
		font-size: 22rem;
		font-style: normal;
		font-weight: 300;
		line-height: 110%; 
		letter-spacing: -0.44rem;
	}
.article-page{
	background-color:#fff;
}
	.article-page .post-page {
		position: relative;
		padding-top: 0;
		display: flex;
		flex-direction: column;
	}
body.scrolled-body.transparent-header .site-header {
	background-color: #0D1641;
}
.slick-slide{
	padding:0 15rem;
}
.slick-slide img {
	display: block;
	width: 100%;
	height: 450rem;
	object-fit: cover;
}
.related {
	padding: 85rem 0;
	position: relative;
	color: #fff;
	background: #2348EE;
}
.related h2{
	text-align:center;
}
	.related .articles {
		display: flex;
		width: 100%;
		gap:26rem;
	}
.news-block .article .category,
.news-block .article .title,
.news-block .article .description,
.news-block .article .description p {
	color: #fff;
}
.related .more-container{
	margin-top:40rem;
	text-align:center;
}
.article-page #primary h3 {
	color: #0D1641;
	font-size: 40rem;
	font-style: normal;
	font-weight: 600;
	line-height: 100%;
	margin: 20rem 0;
}
.article-page #primary p, .article-page .wp-element-caption {
	color: #050516;
	font-size: 20rem;
	font-style: normal;
	font-weight: 200;
	line-height: 110%; /* 22px */
	margin: 20rem 0;
}
.article-page #primary .content {
	padding-top: 60rem;
}
.details-bar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	color: #050516;
	font-size: 18rem;
	font-style: normal;
	font-weight: 200;
	line-height: 110%; /* 19.8px */
}
	.details-bar span {
		color: #979797;
		font-weight: 400;
	}
	.details-bar .category {
		color: #2348EE;
		font-size: 20rem;
		font-style: normal;
		font-weight: 600;
		line-height: 148.624%;
	}
.post-intro{
	display:flex;
	gap:40rem;
	justify-content:space-between;
	flex-wrap:wrap;
	position:relative;
}
	.post-intro .post-intro-text{
	/*	max-width: 960rem;*/
	width:60%;
	}
	.post-intro .datetime span {
		color: #979797;
		font-weight: 400;
	}
.post-intro .datetime {
	display: flex;
	gap: 20rem;
	flex-direction: column;
	color: #050516;
	font-size: 18rem;
	font-style: normal;
	font-weight: 200;
	line-height: 110%; /* 19.8px */
	white-space:nowrap;
	position:sticky;
	top:200rem;
	height:fit-content;
}
.post-intro  .post-intro-text *:first-child{
	margin-top:0;
} 
.main-bg {
	background-image: url(../images/news/news_bg.jpg);
	background-position: center bottom;
	background-size: 100%;
	background-repeat: no-repeat;
}

.related .article .description{
	display:none;
}
figure.aligncenter {
	text-align: center;
}
.post-intro .datetime .share-label {
	cursor: pointer;
	display: flex;
	gap: 10rem;
	align-items:center;
}
	.post-intro .datetime .share-label span {
		color: #050516;
		font-size: 18rem;
		font-style: normal;
		font-weight: 400;
		line-height: 110%;
	}
	.post-intro .datetime .share-label:hover span {
		color: #2348EE;
	}
		.post-intro .datetime .share {
			display: none;
		}
#st-el-2 {
	font-family: "mundial", sans-serif !important;
}
	 .st-backdrop, .fancybox__backdrop {
		background: rgba(13, 22, 65, 0.90) !important;
	}
.st-btns {
	display: flex !important;
	width: 100%;
	flex-wrap: wrap;
	gap: 30rem;
	justify-content: center;
	align-items: center;
	margin: auto !important;
	position: relative !important;
	top: 35% !important;
}
.st-btn {
	width: auto !important;
	display: none !important;
	flex-direction: column;
	height: auto !important;
	background-color: transparent !important;
	justify-content: center;
	align-items: center;
	gap: 10rem;
}
	 .st-btn[data-network="whatsapp"],
	 .st-btn[data-network="email"],
	 .st-btn[data-network="facebook"],
 .st-btn[data-network="twitter"],
	 .st-btn[data-network="copy"],
	 .st-btn[data-network="messenger"],
	 .st-btn[data-network="viber"] 
	{
		display: flex !important;
	}
	
	 .st-btn img {
		width: 40px !important;
		height: 40px !important;
	}

 .st-btn span {
	color: #ffffff !important;
	font-family: "mundial", sans-serif !important;
	font-size: 14px !important;
	font-style: normal;
	font-weight: 300 !important;
	line-height: 107.143% !important;
}
	@media screen and (orientation: portrait) {
		#page {
			max-width: 100vw;
			overflow: hidden;
		}
		.intro {
		background-image: url(../images/post/header_mobile.jpg);
		background-position: center;
		background-size: cover;
		color: #fff;
		height: 100vh;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

		.intro .article {
			gap: 120rem;
			padding: 50rem 0;
			flex-direction: column;
		}

		.intro .details {
		
		}

		.intro .image {
			width: 100%;
			height: 640rem;
		}


		.intro .title {
			color: #FFF;
			font-size: 80rem;
		}
		.intro .subtitle {
			font-size: 48rem;
		}
	.details-bar {
		font-size: 42rem;
		flex-direction:column;
		gap:60rem;
		align-items:flex-start;
	}

		.details-bar .category {
			font-size: 60rem;
			order:1;

		}
	.post-intro {
		flex-direction: column;
	}
		.post-intro .post-intro-text {
			width: 100%;
		}
		.post-intro .datetime {
			flex-direction: row;
			gap: 80rem;
			order: -1;
			font-size: 42rem;
			line-height: 80%;
			background-color: #fff;
			padding: 30rem 0;
			top: 150rem;
			z-index: 1;
		}
			.post-intro .datetime .share-label span {
				font-size: 42rem;
				line-height: 80%;
			}
			.post-intro .datetime span {
				display: block;
			}

		.article-page #primary h3 {
			font-size: 66rem;
			margin: 40rem 0;
		}
		.article-page #primary p, .article-page .wp-element-caption {
			font-size: 42rem;
			margin: 40rem 0;
		}
	.slick-slide {
		padding: 0;
	}
	.slick-slide img {
		width: 100%;
		height: calc(100vw - 60rem);
	}
}