.home-promos {
	height: 200px;
	position: absolute;
	right: 421px;
	top: 50px;
	width: 488px;
	padding: 20px 30px 0 0;
}
.home-promos:before {
	position: absolute;
	background: #eaeceb;
	height: 100%;
	top: 0;
	right: 0;
	content: '';
	display: block;
	z-index: -1;
	width: 1080px;
}
.home-promos .side-logo {
	width: 120px;
	opacity: 0.9;
	margin-right: 15px;
}
.home-promos h1 {
	font-size: 1em;
	letter-spacing: normal;
	padding: 0;
	font-family: inherit;
	font-weight: 700;
	margin: 0 0 0.5em;
}
.home-promos p {
	margin: 0;
	color: #444;
	line-height: 1.65;
}
.home-promos a.link-faded {
	font-style: italic;
	text-decoration: underline;
}
.home-promos a.link-strong {
	text-decoration: underline;
	color: #000;
}

.home-promos-slides-container {
	overflow: hidden;
	height: 86%;
	position: relative;
}
.home-promos-slides {
	display: flex;
	width: 200%;
	position: absolute;
	left: 0;
	transition: left 1s ease-in-out;
}

.home-promos .slide {
	display: flex;
	align-items: flex-start;
	width: 100%;
}

.home-promos .dot {
	cursor: pointer;
	height: 10px;
	width: 10px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}

.home-promos .dot.active,
.home-promos .dot:hover {
	background-color: #717171;
}
