.n-banner__item {
	position: relative;
	z-index: 1;
	min-height: 568px;
	display: flex;
	flex-direction: column;
}
.n-banner__bg {
	position: absolute;
	inset: 0;
	z-index: -1;
}
.n-banner__bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.n-banner__info {
	max-width: 1200px;
	width: 100%;
	margin-inline: auto;
	padding: 60px 0px;
	height: 100%;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}
.n-banner__content {
	padding: 0 30px;
	display: flex;
	flex-direction: column;
	gap: 40px;
	height: 100%;
	flex-grow: 1;
}
.n-banner__top {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	gap: 24px;
	align-items: flex-start;
}
.n-banner__title {
	color: #302e2e;
	font-size: 41px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	margin: 0;
}
.n-banner__description {
	display: flex;
	flex-direction: column;
	gap: 16px;
	color: #606060;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	max-width: 800px;
}
.n-banner__description * {
	margin-bottom: 0px;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	color: inherit;
}
.n-banner__link {
	padding: 16px 30px;
	border: 2px solid #828080;
	color: #626262;
	text-align: center;
	font-size: 21px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	transition: all 0.3s ease 0s;
}
.n-banner__link:hover {
	background: rgba(65, 64, 64, 0.68);
	color: #fff;
}

.n-banner-advantages {
	width: 100%;
}
.n-banner-advantages__list {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	width: 100%;
}
.n-banner-advantages__item {
	width: calc(20% - 19.2px);
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	line-height: normal;
	padding: 8px;
	border-radius: 5px;
	background: rgba(65, 64, 64, 0.68);
	box-sizing: border-box;
}
.n-banner-advantages__last,
.n-banner-advantages__first {
	display: contents;
}
.n-banner__bottom {
	max-width: 800px;
}
.n-banner__mob {
	display: none;
}
@media screen and (max-width: 1439.98px) {
	.n-banner-advantages__item {
		font-size: 16px;
	}
	.n-banner__link {
		font-size: 18px;
	}
	.n-banner__description {
		font-size: 21px;
	}
	.n-banner__title {
		font-size: 32px;
	}
}
@media screen and (max-width: 1200px) {
	.n-banner__item {
		min-height: 598px;
	}
	.n-banner__info {
		padding: 40px 0px;
	}
	.n-banner__content {
		padding: 0px 20px;
	}
}
@media screen and (max-width: 767.98px) {
	.n-banner__info {
		padding: 16px 0px;
	}
	.n-banner__title {
		font-size: 24px;
	}
	.n-banner__description {
		font-size: 18px;
	}
	.n-banner__link {
		font-size: 16px;
		padding: 12px 24px;
	}
	.n-banner-advantages__list {
		gap: 8px;
	}
	.n-banner-advantages__last {
		width: calc(33.333% - 4px);
		display: block;
	}
	.n-banner-advantages__first {
		display: flex;
		gap: 8px;
		flex-wrap: wrap;
		width: calc(66.666% - 4px);
	}
	.n-banner-advantages__item {
		width: calc(50% - 4px);
	}
	.n-banner-advantages__last .n-banner-advantages__item {
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
}
@media screen and (max-width: 700px) {
	.n-banner__item {
		min-height: 400px;
	}
}
@media screen and (max-width: 479px) {
	.n-banner__top {
		gap: 16px;
	}
	.n-banner-advantages__item {
		font-size: 14px;
	}
	.n-banner__link {
		font-size: 14px;
		padding: 8px 20px;
	}
	.n-banner__description {
		font-size: 16px;
		gap: 10px;
	}
	.n-banner__title {
		font-size: 21px;
	}
}
@media screen and (max-width: 390px) {
	.n-banner__mob {
		display: block;
	}
	.n-banner__pc {
		display: none;
	}
}

@media screen and (max-width: 360px) {
	.n-banner-advantages__item {
		font-size: 12px;
		padding: 4px;
	}
}
