.hero {
	padding: 0 5px;
	padding-top: clamp(70px, 12.5vw, 125px);
	padding-bottom: clamp(40px, 8vw, 80px);
}
.hero .swiper {
	opacity: 0;
	transition: opacity .15s;
}
.hero .swiper.swiper-initialized {
	opacity: 1;
}
.hero__container {
	padding: clamp(30px, 8vw, 80px) clamp(15px, 6vw, 80px);
	border-radius: clamp(15px, 2vw, 20px);
	background: #F3F4F6;
	max-width: 1420px;
	overflow: hidden;
	display: flex;
	align-items: center;
	gap: clamp(40px, 8vw, 80px);
}
@media screen and (max-width: 767.98px) {
	.hero__container {
		flex-direction: column;
	}
}
.hero__left {
	display: flex;
	flex-direction: column;
	gap: clamp(15px, 3vw, 30px);
	flex: 1 0 310px;
}
@media screen and (max-width: 767.98px) {
	.hero__left {
		flex: unset;
	}
}
.hero__title {
	color: #293579;
}
.hero__partners {
	display: flex;
	flex-wrap: wrap;
	gap: clamp(10px, 2vw, 20px);
}
.hero__partners img {
	height: 56px;
	width: auto;
	display: block;
	mix-blend-mode: darken;
}
.hero__footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: clamp(15px, 3vw, 30vw);
}
@media screen and (max-width: 575.98px) {
	.hero__footer .btn {
		flex-grow: 1;
	}
}
.hero__nav, .reviews-nav {
	display: flex;
	align-items: center;
	gap: clamp(10px, 2vw, 20px);
}
.hero__right {
	flex: 0 1 700px;
	height: 476px;
	position: relative;
	z-index: 1;
}
@media screen and (max-width: 767.98px) {
	.hero__right {
		flex: unset;
		height: auto;
		aspect-ratio: 1.8;
		width: 100%;
	}
}
.hero__right._mask-animated .hero__img {
	mask: url(../../../assets/img/hero/mask/mask-animated.svg) center/contain no-repeat;
	width: 846px;
	z-index: 0;
}
.hero__right._mask-animated .hero__img img {
	animation: scaleBounce 60s infinite ease-in-out;
}
@media screen and (max-width: 767.98px) {
	.hero__right._mask-animated .hero__img {
		width: 150%;
	}
}
.hero__right._mask-animated .hero__figure {
	background: url(../../../assets/img/hero/figure/animated.svg) center/contain no-repeat;
	width: 433px;
	height: 433px;
	z-index: 1;
	left: 412px;
	top: -2px;
	animation: translateYBounce 60s infinite ease-in-out;
}
@media screen and (max-width: 767.98px) {
	.hero__right._mask-animated .hero__figure {
		display: none;
	}
}
.hero__right._mask .hero__img {
	mask-position: center;
	mask-size: contain;
	mask-repeat: no-repeat;
}
.hero__right._mask .hero__figure {
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.hero__bouding {
	height: 100%;
	width: auto;
	opacity: 0;
	pointer-events: none;
	aspect-ratio: 105 / 64;
}
.hero__img {
	position: absolute;
	width: auto;
	height: clamp(400px, 70vw, 638px);
	top: 0;
	left: 0;
	z-index: 1;
}
@media screen and (max-width: 767.98px) {
	.hero__img {
		height: 150%;
	}
}
.hero__img::before {
	content: "";
	position: absolute;
	z-index: 1;
	inset: 0;
	background: rgba(36, 53, 121, 0.2);
}
.hero__img > img:first-child {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.hero__figure {
	position: absolute;
	height: clamp(400px, 70vw, 638px);
	width: auto;
	top: 0;
	left: 0;
	z-index: 0;
}
@media screen and (max-width: 767.98px) {
	.hero__figure {
		height: 150%;
	}
}