.hero-about {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: center;
	    align-items: center;
	padding-right: 24px;
	padding-left: 70px;
	height: 290px;
	background-image: url(/img/hero-about.jpg);
	background-color: var(--color-gray400);
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: var(--border-radius-medium);
	overflow: hidden;
}

.hero-about__headline {
	position: relative;
	max-width: 450px;
	width: 100%;
	font-size: 64px;
	font-weight: 900;
	line-height: 1;
	color: var(--color-white);
	z-index: 1;
}

.hero-about__highlighted {
	font-size: 28px;
	font-weight: 700;
	color: var(--color-yellow400);
}

.hero-about__description {
	max-width: 390px;
	width: 100%;
	font-size: 24px;
	text-align: right;
	color: var(--color-white);
	z-index: 2;
}

.hero-about__circle {
	position: absolute;
	right: -114px;
	width: 545px;
	height: 545px;
	background-color: var(--color-red600);
	border-radius: 50%;
	opacity: 0.8;
	z-index: 0;
}

@media (max-width: 1024px) {
	.hero-about {
		-ms-flex-direction: column;
		    flex-direction: column;
		-ms-flex-align: normal;
		    align-items: normal;
		padding: 0 20px;
	}

	.hero-about__headline {
		margin-top: 40px;
	}

	.hero-about__description {
		margin-bottom: 50px;
		-ms-flex-item-align: end;
		    align-self: flex-end;
	}

	.hero-about__circle {
		top: -50px;
		right: -130px;
	}
}

@media (max-width: 768px) {
	.hero-about {
		padding: 0 8px;
		height: 230px;
	}

	.hero-about__headline {
		max-width: 350px;
	}

	.hero-about__wrapper {
		padding-top: 36px;
		padding-left: 8px;
	}

	.hero-about__headline {
		font-size: 48px;
	}

	.hero-about__description {
		max-width: 280px;
		margin-bottom: 30px;
		font-size: 18px;
	}

	.hero-about__circle {
		top: 40px;
		right: -80px;
		width: 405px;
		height: 405px;
	}
}

@media (max-width: 480px) {
	.hero-about {
		height: 204px;
	}

	.hero-about__headline {
		margin-top: 36px;
		max-width: 250px;
		font-size: 32px;
	}

	.hero-about__highlighted {
		font-size: 20px;
	}

	.hero-about__description {
		margin-bottom: 20px;
		font-size: 16px;
	}

	.hero-about__circle {
		top: 95px;
	}
}

@media (max-width: 360px) {
	.hero-about__circle {
		left: 50%;
		transform: translateX(-50%);
	}
}

.company-info {
	width: 100%;
	font-size: calc(18px + (24 - 18) * ((100vw - 320px) / (var(--max-vw) - 320)));
	font-weight: 600;
	border: 1px solid var(--color-gray200);
	border-radius: var(--border-radius-medium);
}

.company-info__cell {
	padding: 16px 24px;
	border-bottom: 1px solid var(--color-gray200);
}

.company-info__cell:first-child {
	width: 25%;
	font-weight: 700;
	border-right: 1px solid var(--color-gray200);
	background-color: var(--color-yellow400);
}

.company-info__line:last-of-type .company-info__cell {
	border-bottom: none;
}

@media (max-width: 1024px) {
	.company-info__cell {
		padding: 8px;
	}

	.company-info__cell:nth-of-type(2n) {
		padding-top: 18px;
		padding-bottom: 18px;
	}
}

@media (max-width: 480px) {
	.company-info__cell:nth-of-type(2n) {
		padding-top: 8px;
		padding-bottom: 8px;
	}
}
.benefits__description {
	margin-bottom: 32px;
	max-width: 60%;
	width: 100%;
	font-size: 22px;
}

.benefits__content {
	display: grid;
	grid-template-columns: 1.2fr 1fr;
	grid-column-gap: 80px;
}

.benefits__list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px;
}

.benefits__item {
	position: relative;
	padding: 16px 16px 32px;
	font-size: 14px;
	font-weight: 600;
	color: var(--color-gray800);
	border-radius: 10px;
	overflow: hidden;
	transition: .2s;
	cursor: pointer;
}

.active.benefits__item {
	background-color: var(--color-red600);
	color: var(--color-white);
}

.benefits__icon-decor {
	position: absolute;
	top: -26px;
	right: 0;
	width: 95px;
	height: 95px;
	fill: var(--color-white);
	opacity: 0;
	transition: opacity .2s;
}

.active .benefits__icon-decor {
	opacity: 0.1;
}

.benefits__item-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	margin-bottom: 16px;
	font-size: 22px;
	color: var(--color-gray800);
	transition: color .2s;
}

.active .benefits__item-header {
	color: var(--color-white);
}

.benefits__icon {
	margin-right: 16px;
	width: 45px;
	height: 45px;
	fill: var(--color-gray700);
	transition: fill .2s;
}

.active .benefits__icon {
	fill: var(--color-white);
}

.active .benefits__item {
	color: var(--color-white);
}

.benefits__item-description {
	font-size: 18px;
	font-weight: 500;
}

.benefits__show {
	position: relative;
	font-size: 18px;
	font-weight: 600;
}

.benefits__show-item {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	    flex-direction: column;
	place-content: center;
	font-weight: 500;
	opacity: 0;
	transition: opacity .2s;
	z-index: -1;
}

.benefits__show-item span {
	font-size: 22px;
}

.benefits__show-item_active {
	opacity: 1;
	z-index: 2;
}

.benefits__show-icon {
	-ms-flex-item-align: center;
	    align-self: center;
	margin-bottom: 32px;
	width: 240px;
	height: 240px;
	fill: var(--color-red600);
}

@media (max-width: 1360px) {
	.benefits__description {
		max-width: 100%;
	}

	.benefits__content {
		grid-template-columns: 1.5fr 1fr;
		grid-column-gap: 40px;
	}

	.benefits__show-icon {
		width: 190px;
		height: 190px;
	}
}

@media (max-width: 1024px) {
	.benefits__description {
		margin-bottom: 24px;
	}

	.benefits__content {
		grid-column-gap: 20px;
	}

	.benefits__list {
		grid-template-columns: 1fr;
	}

	.benefits__show {
		max-height: 360px;
		height: 100%;
		position: -webkit-sticky;
		position: sticky;
		top: 20px;
	}

	.benefits__show-item {
		grid-column-gap: 20px;
		-ms-flex-pack: start;
		    justify-content: flex-start;
	}
}

@media (max-width: 768px) {
	.benefits__content {
		grid-template-columns: 1fr;
	}

	.benefits__list {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 1fr 1fr;
		grid-gap: 16px;
	}

	.benefits__show {
		display: none;
	}

	.active.benefits__item {
		background-color: var(--color-white);
		color: var(--color-gray800);
	}

	.active .benefits__item-header {
		color: var(--color-gray800);
	}

	.active .benefits__icon {
		fill: var(--color-gray800);
	}
}

@media (max-width: 480px) {
	.benefits__list {
		grid-template-columns: 1fr;
		grid-gap: 0;
	}
}

@media (max-width: 360px) {
	.benefits__item {
		padding: 8px 8px 16px;
	}
}
.about-us {
	display: grid;
	grid-auto-flow: row;
	grid-row-gap: 32px;
	margin-top: -90px;
	font-size: 24px;
}

.about-us__item {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

.about-us__item:nth-of-type(2) {
	text-align: right;
}

.about-us__description {
	max-width: 560px;
	width: 100%;
}

.about-us__item:nth-of-type(2) .about-us__description {
	justify-self: flex-end;
}

.about-us__image {
	width: 100%;
	max-height: 380px;
	height: 100%;
	border-radius: var(--border-radius-large);
}

.about-us__item:nth-of-type(2) .about-us__image {
	-ms-flex-order: -1;
	    order: -1;
}

@media (max-width: 1024px) {
	.about-us {
		margin-top: -30px;
		font-size: 18px;
	}

	.about-us__item {
		grid-template-columns: 1.2fr 1fr;
	}

	.about-us__item:nth-of-type(2) {
		grid-template-columns: 1fr 1.2fr;
	}
}

@media (max-width: 768px) {
	.about-us {
		margin-top: 0;
	}
}

@media (max-width: 600px) {
	.about-us__item,
	.about-us__item:nth-of-type(2) {
		grid-template-columns: 1fr;
	}

	.about-us__item:nth-of-type(2) {
		text-align: left;
	}

	.about-us__item:nth-of-type(2) .about-us__image {
		-ms-flex-order: 1;
		    order: 1;
	}
}

