.hero
{
	position: relative;
	width: 100%;
	/*height:100svh;*/
	height: 860px;
	padding-top: 75px;
	color: #4E4E4E;
}

.hero__picture
{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: -1;
}

.hero__image
{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero__meta.container
{
	height: 100%;
	position: relative;
}

.hero__logo
{
	--logo-color:#fff;
	margin-bottom: 30px;
}

.hero__logo .estel-logo
{
	width: 185px;
	height: 35px;
}

.hero__meta-subtitle
{
	font-size: 27px;
	line-height: 1;
	margin-bottom: 25px;
}

.hero__meta-h1
{
	font-size: 50px;
	font-weight: 600;
	line-height: 1;
}

.hero__meta-text
{
	font-size: 26px;
	line-height: 1;
	margin-top: 25px;
}

.hero__special
{
	--size:140px;
	position: absolute;
	right: 0;
	bottom: 285px;
	display: grid;
	width:var(--size);
	height:var(--size);
	align-content: center;
	justify-content: center;
	text-align: center;
	font-size: 18px;
	line-height: 1.3;
	/*+border-radius: 50%;*/
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;
	background:linear-gradient(160deg,rgba(255, 252, 251, 0.88) 0%, rgba(255, 232, 232, 0.88) 100%);;
	transition:var(--transition);
}

.hero__special:hover
{
	transform: scale(0.98);
}

@media (min-width: 990px)
{
	.hero
	{
		padding-top: calc(6.5 * var(--vu));
		height: 100vh;
	}
	
	.hero__logo
	{
		margin-bottom: 0;
		position: absolute;
		right: 0;
	}
	
	.hero__logo .estel-logo
	{
		width: 232px;
		height: 43px;
	}
	
	.hero__meta-subtitle
	{
		font-size: 53px;
		margin-bottom: calc(2 * var(--vu));
	}
	
	.hero__meta-h1
	{
		font-size: 100px;
		margin-bottom: calc(4 * var(--vu));
	}
	
	.hero__meta-text
	{
		font-size: 43px;
	}
	
	.hero__special
	{
		--size:210px;
		font-size: 28px;
		right: 30px;
		bottom: auto;
		top: 100px;
	}
}

/*Text1*/
.text-one
{
	margin-top: 25px;
	margin-bottom: 125px;
}

.picture-placeholder
{
	background-color: #E5E5E5;
}

.text-one__picture
{
	max-width: none;
}

.text-one__picture-one
{
	margin-left: calc(-1 * var(--indent));
}

.text-one__picture-two
{
	margin-right: calc(-1 * var(--indent));
}

@media (max-width: 990px)
{
	.text-one__picture-two
	{
		grid-column-start: 3;
		grid-column-end: 7;
	}
	
	.text-one__picture-one,
	.text-one__picture-two,
	.text-one__text-one,
	.text-one__text-two
	{
		margin-bottom: 50px;
	}
}

@media (min-width: 990px)
{
	.text-one
	{
		margin-top: 75px;
		margin-bottom: 175px;
	}
	
	.text-one__grid
	{
		grid-template-rows: repeat(8, 65px);
	}
	
	.text-one__picture-one
	{
		grid-area: 1 / 1 / 5 / 4;
	}
	
	.text-one__text-one
	{
		grid-area: 1 / 7 / 5 / 10;
	}
	
	.text-one__picture-two
	{
		grid-area: 1 / 10 / 7 / 13;
	}
	
	.text-one__text-two
	{
		grid-area: 6 / 1 / 9 / 4;
	}
	
	.text-one__picture-three
	{
		grid-area: 6 / 5 / 9 / 8;
	}
}

/*Text2*/
.text-two
{
}

.text-two__part-one p
{
	margin: 0;
}

.text-two__part-one p:not(:last-child)
{
	margin-bottom:var(--vu);
}

@media (max-width: 990px)
{
	.text-two__part-two
	{
		margin-top: 40px;
	}
	
	.text-two__picture
	{
		margin-top: 5px;
	}
}

@media (min-width: 990px)
{
	.text-two
	{
		position: relative;
		height: 755px;
		font-size: 24px;
	}
	
	.text-two__meta
	{
		row-gap: 0;
	}
	
	.text-two__picture
	{
		position: absolute;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: -1;
		overflow: hidden;
	}
	
	.text-two__image
	{
		margin: 0 auto;
	}
	
	.text-two__part-one
	{
		margin-top: calc(3 * var(--vu));
		margin-bottom: calc(2 * var(--vu));
	}
	
	.text-two__part-two
	{
		grid-column-start: 3;
		grid-column-end: 7;
	}
}

/*Text3*/
.text-three
{
	margin-top: 100px;
	margin-bottom: 25px;
}

.text-three__text
{
	margin-bottom: 40px;
}

.text-three .btn
{
	width: 100%;
}

@media (min-width: 990px)
{
	.text-three .btn
	{
		width: 630px;
		margin: 0 auto;
	}
}
/*Анимации*/
/*@keyframes zoom-in
{
	0%
	{
		opacity: 0;
		transform: scale(0.95);
	}
	
	100%
	{
		opacity: 1;
		transform: scale(1);
	}
}*/
/*.hero__meta-text,
.hero__meta-title,
.hero__meta-subtitle
{
	animation: zoom-in 0.6s ease-in-out 0.6s forwards;
	opacity: 0;
	transform-origin: center;
}*/
