.index-big-main {
  position: relative;
	max-width: 1920px;
	padding: 24px 0 0 0;
}

.index-big-banners {	
	display: flex;
	gap: 24px;
}

.index-big-banners * {
	margin: 0;
	padding: 0;
	line-height: initial;
}

.index-big-banner {
	position: relative;
	display: block;
	color: inherit;
	text-decoration: none;
	height: 535px;
}

.index-big-banner a {
	color: inherit;
	text-decoration: none;
}

.index-big-banner_bg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right;
}

.index-big-banner_text {
	position: relative;
	max-width: 228px;
	margin-left: auto;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-right: 96px;
}

.textLight {
	color: #fff;
}

.index-big-banner_text .bigText {
	font-family: 'robotobold';
	font-size: 48px;
	margin-bottom: 8px;
}

.index-big-banner_text .smallText {
	line-height: 18px;
}

.index-big-banner .cButton {
	padding: 14px 40px;
	background: #fff;
	width: fit-content;
	color: inherit;
	text-decoration: none;
	margin-top: 24px;
	line-height: 18px;
	display: block;
}

@media (max-width: 1350px) {
	.index-big-banners {
		gap: 0;
	}
}

@media (max-width: 1024px) {
	.index-big-banner {
		height: 460px;
	}

	.index-big-banner_text {
		padding-right: 48px;
	}
}


@media (max-width: 800px) {
	.index-big-banner {
		height: 380px;
	}

	.index-big-banner_bg {
		background-position: center;
	}

	.index-big-banner_text {
		align-items: flex-end;
		padding-right: 24px;
	}

	.index-big-banner_text .bigText {
		font-size: 32px;
	}

	.index-big-banner .smallText {
		display: none;
	} 
}

@media (max-width: 500px) {
	.index-big-banner_text {
		align-items: flex-end;
		padding-right: 10px;
	}
}
.index-big-banner{
	height: auto;
}
.index-big-banner_bg{
	position: relative;
}
.index-big-banner_bg img{
	display: block;
	width: 100%;
	height: auto;
}
.index-big-banner_text{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}