.index-small-banners {
	max-width: 1920px;
	padding: 24px 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	margin: 0 auto;
}

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

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

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

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

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

.textLight {
	color: #fff;
}

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

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

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

 @media (max-width: 1350px) {
	.index-small-banner_bg {
		background-position: -80px center;
	}

	.index-small-banner_text {
		padding-right: 16px;
		max-width: 200px;
	}

	.index-small-banner_text .bigText {
    font-size: 20px;
	}

	.index-small-banner_text .smallText {
		display: none;
	}
}

@media (max-width: 1200px) {
	.index-small-banner_text {
		align-items: flex-end;
	}
}

@media (max-width: 1024px) {
	.index-small-banners {
		grid-template-columns: 1fr;
		max-width: 650px;
	}

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


@media (max-width: 650px) {
	.index-small-banners {
		margin-left: 10px;
		margin-right: 10px;
	}
}
