body {
	font-family:"Montserrat";
	position: relative;
	background: #fafafa;
}

.page-wrapper {
	position: relative;
	display: flex;
	flex-direction: column;	
}

.page-header__wrapper {
	margin-bottom: 30px;
}



/** 1-й экран (Hero)
* ************************************************ */
.hero {
	height: 100vh;
	/* max-height: 680px; */
	background-color: var(--color-gray-from-benefits-bg-gray);
	position: relative;
}

.hero__bg-shade {
	height: 100%;
	width: 100%;
    /* background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,.5) 82px, rgba(255,255,255,0) 100%); */
	background: rgba(255,255,255,.1);
}

.hero__content {
	padding: 0;
	width: 100%;
	z-index: 2;
}

.title-hero-dark {
	font-size: 42px;
	line-height: 46px;
	font-weight: 500;
}

@media(min-width: 576px) {
	.title-hero-dark {
		font-size: 48px;
		line-height: 52px;
	}
	
}

@media(min-width: 992px) {
	.hero__content {
		width: 80%;
		max-height: 600px;
	}
}

@media(min-width: 1200px) {
	.hero__content {
		width: 60%;
	}
}

.hero__title {
	margin-bottom: 28px;
	text-shadow: 1px 1px 1px rgba(0,0,0, 0.1);
}

.hero__text {
	margin-bottom: 56px;
	font-weight: 500;
	text-shadow: 1px 1px 1px rgba(0,0,0, 0.1);
}
