.anchors {
	position: fixed;
	top: 85px;
	left: 0;
	z-index: 8;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}
.anchors__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.anchors__item {
	position: relative;
	min-width: 60px;
	max-width: 60px;
	height: 60px;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.anchors__item:nth-child(1) {
	background: #47AB7A;
}
.anchors__item:nth-child(2) {
	background: #4CB17F;
}
.anchors__item:nth-child(3) {
	background: #53BA87;
}
.anchors__item:nth-child(4) {
	background: #5AC28F;
}
.anchors__item:nth-child(5) {
	background: #65CD9A;
}
.anchors__item:nth-child(6) {
	background: #71D9A6;
}
.anchors__item:nth-child(7) {
	background: #75E3AD;
}
.anchors__icon {
	position: absolute;
	top: 15px;
	left: 15px;
	width: 30px;
	height: 30px;
	opacity: 1;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.anchors__icon svg {
	width: 100%;
	height: 100%;
	display: block;
}
.anchors__item span {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 15px;
	opacity: 0;
	font-size: 18px;
	font-weight: 600;
	line-height: 100%;
	color: var(--white);
	white-space: nowrap;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.homeHero {
	margin-top: 85px;
	height: calc(100vh - 170px);
	overflow: hidden;
}
.homeHero ._container {
	padding: 0;
	max-width: 1920px;
	height: 100%;
}
.homeHero__image {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.homeHero__image::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0)));
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
}
.homeHero__content {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 3;
	padding-left: 100px;
	padding-right: 10px;
	width: 100%;
	max-width: 1620px;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.homeHero__content p {
	width: 100%;
	max-width: 550px;
	font-size: 64px;
	font-weight: 700;
	line-height: 120%;
	color: var(--white);
}
.homeHero__hide {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 4;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	will-change: transform;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: -webkit-transform 1s;
	transition: -webkit-transform 1s;
	transition: transform 1s;
	transition: transform 1s, -webkit-transform 1s;
}
.homeHero__hide svg {
	width: 100%;
	height: auto;
}


@media screen and (max-width: 1600px) {
	.anchors {
		top: 75px;
	}
	.homeHero {
		margin-top: 75px;
		height: calc(100vh - 150px);
	}
	.homeHero__image img {
		width: 110%;
		height: 130%;
		-o-object-fit: cover;
		object-fit: cover;
	}
	.homeHero__content p {
		max-width: 490px;
		font-size: 52px;
	}
}
@media screen and (max-width: 1550px) {
	.anchors__item {
		min-width: 44px;
		max-width: 44px;
		height: 44px;
	}
	.anchors__icon {
		top: 12px;
		left: 12px;
		width: 20px;
		height: 20px;
	}
	.anchors__item span {
		right: 12px;
		font-size: 16px;
	}
}
@media screen and (max-width: 1023px) {
	.homeHero__image img {
		width: 140%;
	}
	.homeHero__content p {
		max-width: 450px;
		font-size: 48px;
	}
}
@media screen and (max-width: 930px) {
	.anchors {
		display: none;
	}
	.homeHero {
		margin-top: 80px;
	}
	.homeHero__content {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media screen and (max-width: 720px) {
	.homeHero {
		height: 400px;
	}
	.homeHero__content p {
		max-width: 300px;
		font-size: 32px;
	}
}
@media screen and (max-width: 550px) {
	.homeHero {
		margin-top: 60px;
		height: 320px;
	}
	.homeHero__content p {
		max-width: 260px;
		font-size: 28px;
	}
}
@media screen and (max-width: 450px) {
	.homeHero {
		height: 280px;
	}
	.homeHero__image img {
		width: 100%;
	}
	.homeHero__content {
		padding-bottom: 60px;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}
	.homeHero__content p {
		max-width: 230px;
		font-size: 24px;
	}
}


@media screen and (min-width: 1024px) {
	.anchors__item:hover {
		min-width: 200px;
		max-width: 200px;
		border-radius: 0 40px 40px 0;
	}
	.anchors__item:hover .anchors__icon {
		opacity: 0;
	}
	.anchors__item:hover span {
		opacity: 1;
	}
}