.home-about-us {
	margin-top: 143px;
}

.home-about-us__text {
	margin-top: -11px;
}

.home-about-us__group {
	position: relative;
}

.home-about-us__bg {
	padding-top: 40%;
	height: 0;
	overflow: hidden;
	margin-top: 100px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.home-about-us__content {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 35.42%;
	background-color: var(--color1-70);
	padding: 0 40px 60px calc((100% - 1560px) / 2);
	color: var(--color3);
	display: flex;
	flex-direction: column;
}

.home-about-us__content-text {
	display: flex;
	flex-direction: column;
	row-gap: 25px;
	height: 100%;
	justify-content: center;
	align-items: flex-start;
}

.home-about-us__content-link {
	color: var(--color2);
}

.home-about-us__place {
	display: block;
	max-width: 351px;
	height: 91px;
	overflow: hidden;
	flex-shrink: 0;
	background-image: url("/assets/components/theme/img/home/place.svg");
	padding: 37px 32px 0 79px;
	background-repeat: no-repeat;
	background-size: auto 100%;
}

@media (max-width: 1399px) {

	.home-about-us {
		margin-top: 110px;
	}

	.home-about-us__text {
		margin-top: -10px;
	}

	.home-about-us__bg {
		padding-top: 39.69%;
		margin-top: 60px;
	}

	.home-about-us__content {
		padding: 0 31px 38px calc((100% - 1210px) / 2);
		width: 32.66%;
	}

	.home-about-us__content-text {
		row-gap: 16px;
	}

	.home-about-us__place {
		max-width: 307px;
		padding: 37px 19px 0 75px;
	}

}

@media (max-width: 1240px) {

	.home-about-us__content {
		padding-left: 15px;
		width: 42%;
	}

}

@media (max-width: 1023px) {

	.home-about-us {
		margin-top: 85px;
	}

	.home-about-us__text {
		margin-top: -7px;
	}

	.home-about-us__bg {
		padding-top: 66.67%;
		margin-top: 50px;
	}

	.home-about-us__content {
		position: static;
		margin-top: -28px;
		background: var(--gradient3);
		width: 100%;
		padding: 35px 15px 30px 15px;
		row-gap: 28px;
	}

	.home-about-us__content-text {
		row-gap: 15px;
	}

	.home-about-us__place {
		max-width: 298px;
		padding: 32px 12px 0 57px;
		height: 77px;
	}

}

@media (max-width: 767px) {

	.home-about-us {
		margin-top: 50px;
	}

	.home-about-us__bg {
		padding-top: 88.89%;
		margin-top: 36px;
	}

	.home-about-us__content {
		padding-top: 27px;
		padding-bottom: 22px;
		row-gap: 24px;
	}

}

@media (max-width: 359px) {

	.home-about-us__place {
		font-size: 14px;
	}

}
