#mainbanner-block {
	position: relative;
	display: flex;
	flex-direction: column;
	padding-bottom: 120px;
}
#mainbanner-block .slides-item::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
}
#mainbanner-block .block-wrapper {
	display: flex;
	flex-direction: column;
	gap: 0;
}
#mainbanner-block .container.second .container {
	padding: unset;
}
#mainbanner-block .slides {
	width: 100%;
}
#mainbanner-block .slides-item {
	background-size: cover;
	background-position: center;
	box-sizing: border-box;
}
#mainbanner-block .item-wrapper {
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 90px 0px 200px 0px;
}
#mainbanner-block .subtitle {
	font-weight: 600;
	font-size: 20px;
	line-height: 120%;
	margin-bottom: 30px;
	color: white;
}
#mainbanner-block .title {
	font-weight: 700;
	font-size: 50px;
	line-height: 120%;
	margin-bottom: 20px;
	color: white;
	font-family: 'Unbounded';
	width: 80%;
}
#mainbanner-block .title span {
	font-weight: 700;
	font-size: 50px;
	line-height: 120%;
	color: var(--primary);
	font-family: 'Unbounded';
}
#mainbanner-block .list {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-bottom: 30px;
}
#mainbanner-block .list-el {
	padding-left: 40px;
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	color: white;
	position: relative;
}
#mainbanner-block .list-el:before {
	content: '';
	width: 25px;
	height: 25px;
	top: 0;
	left: 0;
	position: absolute;
	background-image: url(images/before.png);
	background-repeat: no-repeat;
	background-position: center;
}
#mainbanner-block .advants {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-top: -95px;
	background: var(--primary);
	position: relative;
	z-index: 1;
	gap: 1px;
}
#mainbanner-block .advant-item {
	display: flex;
	align-items: center;
	padding: 40px 30px;
	background: var(--bg-light);
	gap: 25px;
}
#mainbanner-block .advant-item:nth-child(1) {
	background: var(--primary);
}
#mainbanner-block .icon {
	min-width: 85px;
	width: 85px;
	height: 85px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#mainbanner-block .icon img,
#mainbanner-block .icon svg {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: contain;
}
#mainbanner-block .name {
	font-weight: 600;
	font-size: 20px;
	line-height: 120%;
	font-family: 'Unbounded';
}
#mainbanner-block .name span {
	color: var(--primary);
	font-weight: 600;
	font-size: 20px;
	line-height: 120%;
	font-family: 'Unbounded';
}
#mainbanner-block .advant-info {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
#mainbanner-block .advant-item:nth-child(1) .name {
	color: white;
}
#mainbanner-block .desc {
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	color: var(--main-text);
	display: flex;
	flex-direction: column;
}
#mainbanner-block .advant-item:nth-child(1) .desc {
	color: white;
}
#mainbanner-block .advant-item:nth-child(1) .desc a {
	color: white;
}
.hero__info {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.hero__title {
	font-weight: 700;
	font-size: 30px;
	line-height: 120%;
	color: var(--primary);
	font-family: 'Unbounded';
}
.hero__text {
	padding-left: 40px;
	font-weight: 400;
	font-size: 22px;
	line-height: 120%;
	color: white;
	position: relative;
}

@media (max-width: 1600px) {
	#mainbanner-block .item-wrapper {
		padding: 40px 15px 200px 15px;
	}
	#mainbanner-block .title {
		width: 100%;
		font-size: 42px;
	}
	#mainbanner-block .title span {
		font-size: 42px;
	}
}

@media (max-width: 1200px) {
	#mainbanner-block .advant-item {
		padding: 15px;
	}
	#mainbanner-block .icon {
		min-width: 50px;
		width: 50px;
		height: 50px;
	}
	#mainbanner-block .name,
	#mainbanner-block .name span {
		font-size: 16px;
	}
}

@media (max-width: 996px) {
	#mainbanner-block .item-wrapper {
		padding-bottom: 40px;
	}
	#mainbanner-block .advants {
		margin-top: unset;
	}
	#mainbanner-block {
		padding-bottom: 40px;
	}
	#mainbanner-block .title,
	#mainbanner-block .title span {
		font-size: 32px;
	}
	#mainbanner-block .list {
		gap: 5px;
		margin-bottom: 10px;
	}
	#mainbanner-block .desc {
		font-size: 12px;
	}
	#mainbanner-block .advant-item {
		gap: 10px;
	}
	#mainbanner-block .block-wrapper {
		min-height: unset;
	}
	.hero__title {
		font-size: 20px;
	}
}

@media (max-width: 768px) {
	#mainbanner-block .title,
	#mainbanner-block .title span {
		font-size: 26px;
	}
	#mainbanner-block .advants {
		display: flex;
		flex-direction: column;
	}
	#mainbanner-block .subtitle {
		font-size: 16px;
		margin-bottom: 10px;
	}
}

@media (max-width: 600px) {
	#mainbanner-block .title,
	#mainbanner-block .title span {
		font-size: 20px;
	}
	#mainbanner-block .slides-item:before {
		content: '';
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		position: absolute;
		background: rgba(0, 0, 0, 0.5);
	}
	#mainbanner-block .item-wrapper {
		position: relative;
	}
	#mainbanner-block .list-el {
		font-size: 14px;
		padding-left: 25px;
	}
	#mainbanner-block .list-el:before {
		width: 20px;
		height: 20px;
	}
}

@media (max-width: 498px) {
	#mainbanner-block .slides-item {
		background-position: right;
	}
}
