body{
	color: #1E1E1E;
	background: #F3F3F3;
}
.lux-header{
	position: fixed;
	top: 0;
	width: 100%;
	background: #F3F3F3;
	box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.05);
	z-index: 1;
}
.lux-header-rel{
	position: relative;
}
.lux-header-wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.lux-header-wrap .back-to-main,
.lux-header-wrap .btn{
	width: 50%;
	gap: 10px;
}
.back-to-main{
	font-family: 'Oswald';
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 15px 0;
}
.lux-header-wrap .btn{
	font-size: 16px;
	padding: 15px;
}
.lux-header-wrap .btn img,
.back-to-main img{
	width: 16px;
	height: 16px;
}
.lux-header-wrap .btn{
	position: absolute;
	right: 0;
	top: 0;
}
.text-wrap .c-black{
	color: #1E1E1E;
}
.m-60{
	margin: 60px 0;
}
.m-60:last-child{
	margin-bottom: 0;
}
.hero-lux{
	padding-bottom: 40px;
	border-bottom: 2px solid #8A0414;
}
.title-lux{
	color: #8A0414;
	font-size: 36px;
}
.subtitle-lux{
	font-size: 30px;
}
.text-author{
	color: #8A8A8A;
	font-size: 20px;
	font-weight: 700;
}
.text-wrap h3,
.title-lux2{
	color: #8A0414;
	font-size: 24px;
	margin-bottom: 20px;
}
.text-wrap p + p{
	margin-top: 18px;
}
.text-wrap .text-author + p{
	margin-top: 50px;
}
.text-wrap .text-author + .text-author{
	margin-top: 18px;
}
.text-wrap .lightbox{
	display: block;
	margin: 30px 0;
}
.text-wrap img{
	width: 100%;
	height: auto;
}
.text-ending{
	padding-top: 30px;
	margin-top: 20px;
	border-top: 2px solid #8A0414;
}
.more-text{
	position: relative;
	overflow: hidden;
}
.more-text::after{
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background: linear-gradient(180deg, rgba(243, 243, 243, 0.2) 0%, rgba(243, 243, 243, 1) 100%);
	transition: height .5s;
}
.more-text.expanded::after{
	height: 0;
}
.more-text a{
	text-decoration: underline;
}
.more-text .count,
.text-wrap sup{
	color: #8A0414;
}
.show-more-text{
	cursor: pointer;
	color: #8A0414;
	display: inline-block;
	font-size: 18px;
	text-transform: uppercase;
	margin-top: 30px;
}
.show-more-text::after{
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background: #8A0414;
}
.social-col{
	display: none;
}
.vertical-social{
	display: flex;
	flex-direction: column;
	gap: 25px;
}
/*.vertical-social a{
	display: flex;
	justify-content: center;
	width: 32px;
}*/
.vertical-social .sep{
	display: block;
	width: 32px;
	height: 1px;
	background: #8A8A8A;
}

@media(min-width: 768px){
	.title-lux{
		color: #8A0414;
		font-size: 48px;
	}
	.subtitle-lux{
		font-size: 36px;
	}
	.text-wrap h3, .title-lux2{
		font-size: 30px;
	}
	.lux-header-wrap .btn,
	.back-to-main{
		font-size: 18px;
	}
	.lux-header-wrap .btn img,
	.back-to-main img{
		width: 24px;
		height: 24px;
	}
}
@media(min-width: 992px){
	.m-60{
		margin: 100px 0;
	}
	.title-lux{
		font-size: 64px;
	}
	.subtitle-lux{
		font-size: 48px;
	}
	.text-wrap h3{
		font-size: 40px;
		margin-bottom: 40px;
	}
	.text-wrap .lightbox{
		margin: 40px 0;
	}
	.text-ending{
		padding-top: 50px;
		margin-top: 40px;
	}
	.show-more-text{
		font-size: 20px;
		margin-top: 30px;
	}
	.lux-header-wrap .back-to-main,
	.lux-header-wrap .btn{
		width: auto;
		gap: 15px;
	}
	.back-to-main{
		font-size: 20px;
		padding: 25px 0;
	}
	.lux-header-wrap .btn{
		font-size: 20px;
		padding: 25px 60px;
	}
	.lux-header-wrap .btn img,
	.back-to-main img{
		width: 32px;
		height: 32px;
	}
	.social-col{
		display: block;
	}
}