.topslider-section {
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin-top: 100px;
	padding: 0 20px;
	width: 100%;
}
.topslider-wrapper {
	max-width: 1560px;
	min-height: 350px;
	width: 100%;
}	
.topslider-item {
	display: flex;
	justify-content: flex-end;
}
.topslider .doors-title {
	align-self: flex-start;
	background: #ffffff47;
	margin-bottom: 3px;
	padding: 60px 150px 80px 30px;
	position: relative;
}
.topslider .doors-title::after {
	border-bottom: 3px solid #f60;
	bottom: -3px;
	content: '';
	left: 0;
	position: absolute;
	width: 52%;
}
.topslider .doors-title .text-top {
	color: #fff;
	font-family: 'Raleway';
	font-size: 47px;
	line-height: 1.1;
	text-align: right;
}
.topslider .doors-title .text-bottom {
	color: #fff;
	font-family: 'LuzSans';
	font-size: 158px;
	line-height: 1;
	position: relative;
	right: -10px;
	text-transform: uppercase;
	transform: scaleX(0.9);
	transform-origin: right;
}
.topslider.owl-carousel .animated {
	animation-duration: 1500ms;
	animation-fill-mode: both;
}

@media screen and (max-width: 1920px) {
	.topslider-wrapper {
		min-height: 285px;
	}
	.topslider .doors-title {
		padding: 50px 140px 60px 30px;
	}
	.topslider .doors-title .text-top {
		font-size: 38px;
	}
	.topslider .doors-title .text-bottom {
		font-size: 130px;
	}

}