.promo-bar__wrapper {
	position: relative;
	background-size: cover!important;
	padding: 20px 0;
	font-size: 20px;
}
.promo-bar__wrapper::after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: black;
	opacity: 50%;
}
.promo-text{
	margin: 0 0 10px 0;
	text-align: center;
	color: #ffffff;
	position: relative;
	z-index: 2;
	font-size: 20px;
}
.promo-link{
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 2;
	margin: 0;
}
.promo-link a{
	color: #444;
	padding: 10px 20px;
	border-radius: 5px;
	background: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
}
.promo-link a:hover{
	background:#1ABC9C;
}

nav ul li a.active {
	color: #1ABC9C;
}
#slider.swiper_wrapper {
	height: 450px;
}
@media screen and (min-width: 900px) {
	#slider.swiper_wrapper {
		height: 500px;
	}
}
@media screen and (max-width: 600px) {
	#slider.swiper_wrapper {
		height: 300px;
	}
}
@media (max-width:768px) {
	.promo-text{
		font-size: 12px;
	}
	.promo-link a{
		padding: 5px 10px;
		font-size: 10px;
	}
}
