/*==================================================
CUSTOM - OVERWRITES THE SASS GENERATED STYLESHEET
==================================================*/

/* Please be generous with the comments. */

header{
	margin-top: 40px;
}

.info-strip a {
	color: currentColor;
	text-decoration: none;
}

.info-strip {
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	background-color: #522583;
	color: #fff;
	overflow: hidden;
	margin-bottom: -40px;
}

.info-strip a {
	font-weight: 600;
	text-decoration: underline;
	transition-duration: .25s;
}

.container--sm {
	--container-width: 700px;
}

.container {
	padding-left: 30px;
	padding-right: 30px;
	position: relative;
	width: 100%;
	max-width: calc(700px + (2 * 30px));
	margin-left: auto;
	margin-right: auto;
}

.info-strip__content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 20px;
	height: 40px;
	transition: height .25s;
}

.icon {
	display: block;
	width: 20px;
	height: 20px;
}

.info-strip__icon {
	margin-right: 20px;
}

.info-strip__icon svg {
	fill: #999;
}

.info-strip svg {
	display: block;
}

.icon svg {
	width: 100%;
	height: 100%;
}

.page__descr {
	margin-top: auto;
}