.slideShow {
	position: relative;
	height: 0;
	padding-bottom: calc(100% / 1910 * 722);
	min-height: 22em;
}

.slideShowBox, .n2-section-smartslider {
	max-width: 1910px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1px;
}

.slide {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: transparent no-repeat center center;
	background-size: cover;
}

.slide__in {
	padding: 0;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	display: flex;
	align-items: flex-end;
	background: linear-gradient(to bottom, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 0.75) 70%) 0 100% no-repeat;
	cursor: pointer;
}

.slide__hdr a:hover {
	color: white;
	text-decoration: none;
}

.slide__hdr {
	font-size: 1.5em;
	margin: 0 0 5px 0;
	color: white;
	font-weight: var(--fwL);
}

.slide__btn .btn {
	margin-top: 10px;
	min-width: 8em;
	text-align: center;
}

.slide__text p {
	margin: 0;
	line-height: 1.25em;
}

.slide__cont {
	color: white;
	flex: auto;
	padding-right: 5em;
	max-width: 40em;
	padding: 60px 0;
	padding-right: 12em;
}

.slidesSwitcher {
	padding: 0 0;
	text-align: center;
	z-index: 5;
	position: absolute;
	right: 60px;
	bottom: 60px;
	z-index: 10;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
}

.slidesSwitcher__btn {
	cursor: pointer;
	color: white;
	font-size: .9375rem;
	display: flex;
	align-items: center;
	padding: 0 10px;
	justify-content: center;
	line-height: 1em;
}

.slidesSwitcher__btn:hover {
	color: var(--primColor);
}

.slidesSwitcher__btn--active, .slidesSwitcher__btn:focus {
	font-size: 36px;
}

.slidesSwitcher__btn--active:after {
	content: ' ';
	display: block;
	background-color: white;
	width: 24px;
	max-width: 24px;
	height: 1px;
	margin: 0 0 0 16px;
}
