/**
 * SLG homepage sections only.
 */

/* Scroll buttons sit centered on the seam between consecutive sections. */
.main-page-solutions__scroll,
.main-page-control__scroll,
.main-page-projects__scroll,
.main-page-supply__scroll,
.main-page-partners__scroll,
.main-page-handle__scroll,
.main-page-cta__scroll {
	position: absolute;
	left: 50%;
	bottom: 0;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: var(--slg-scroll-btn-size);
	height: var(--slg-scroll-btn-size);
	border-radius: 40px;
	text-decoration: none;
	transform: translate(-50%, 50%);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.main-page-solutions__scroll:hover,
.main-page-control__scroll:hover,
.main-page-projects__scroll:hover,
.main-page-supply__scroll:hover,
.main-page-partners__scroll:hover,
.main-page-handle__scroll:hover,
.main-page-cta__scroll:hover {
	transform: translate(-50%, calc(50% - 2px));
}

body.slg-main-page {
	margin: 0;
	font-family: AvenirNextCyr, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	color: var(--slg-navy);
	background: #fff;
}

.main-page {
	margin: 0;
	padding: 0;
}

.main-page-hero {
	position: relative;
	width: 100%;
	background-color: #8f9398;
	background-image: url('../images/front_page/banner_mobile.png');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	aspect-ratio: 360 / 494;
	min-height: 420px;
}

.main-page-hero__container {
	display: flex;
	align-items: flex-start;
	height: 100%;
	padding: 24px 16px 32px;
}

.main-page-hero__content {
	max-width: 100%;
	padding: 24px 20px;
	border-radius: 10px;
	background: rgb(0 23 30 / 69%);
	color: #fff;
}

.main-page-hero__title {
	margin: 0 0 20px;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.25;
	color: #fff;
}

.main-page-hero__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 160px;
	padding: 12px 28px;
	border-radius: 999px;
	background: #e53935;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	transition: background-color 0.2s ease, transform 0.2s ease;
}

.main-page-hero__btn:hover {
	background: #cf2f2b;
	color: #fff;
	transform: translateY(-1px);
}

@media (min-width: 576px) {
	.main-page-hero__container {
		padding-inline: 24px;
	}

	.main-page-hero__content {
		padding: 32px;
	}

	.main-page-hero__title {
		font-size: 26px;
	}
}

@media (min-width: 992px) {
	.main-page-hero {
		background-image: url('../images/front_page/banner.png');
		aspect-ratio: 1024 / 437;
		min-height: 437px;
	}

	.main-page-hero__container {
		align-items: center;
		padding: 48px 32px;
	}

	.main-page-hero__content {
		max-width: 560px;
		padding: 40px;
	}

	.main-page-hero__title {
		margin-bottom: 28px;
		font-size: 32px;
	}

	.main-page-hero__btn {
		min-width: 180px;
		padding: 14px 32px;
		font-size: 16px;
	}
}

@media (min-width: 1200px) {
	.main-page-hero__title {
		font-size: 36px;
	}
}

.main-page-solutions {
	position: relative;
	z-index: 7;
	padding-bottom: 0;
}

/* Pull following sections up so scroll buttons sit on the seam without a white gap. */
.main-page-projects,
.main-page-supply,
.main-page-control,
.main-page-partners,
.main-page-handle,
.main-page-cta,
.main-page-footer {
	margin-top: calc(var(--slg-scroll-btn-overlap) * -1);
}

.main-page-control {
	position: relative;
	z-index: 6;
}

.main-page-projects {
	position: relative;
	z-index: 5;
}

.main-page-supply {
	position: relative;
	z-index: 4;
}

.main-page-partners {
	position: relative;
	z-index: 3;
}

.main-page-handle {
	position: relative;
	z-index: 2;
}

.main-page-cta {
	position: relative;
	z-index: 1;
	padding-bottom: 0;
}

.main-page-projects,
.main-page-supply,
.main-page-control,
.main-page-partners,
.main-page-handle {
	padding-bottom: 0;
}

.main-page-solutions__bg {
	background: var(--slg-section-gray);
}

.main-page-solutions__inner {
	max-width: 1260px;
	margin: 0 auto;
	padding: 40px 16px 56px;
}

.main-page-solutions__title {
	margin: 0 0 16px;
	font-size: 24px;
	font-weight: 750;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
	color: var(--slg-navy);
}

.main-page-solutions__lead {
	margin: 0 0 12px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.25;
	text-align: center;
	text-transform: uppercase;
	color: var(--slg-teal-light);
}

.main-page-solutions__text {
	margin: 0 auto 28px;
	max-width: 920px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.35;
	text-align: center;
	color: var(--slg-navy);
}

.main-page-solutions__actions {
	gap: 12px;
}

.main-page-solutions__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 52px;
	padding: 14px 24px;
	border: 0;
	cursor: pointer;
	border-radius: 40px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.main-page-solutions__btn:hover {
	transform: translateY(-1px);
}

.main-page-solutions__btn--primary {
	background: linear-gradient(180deg, var(--slg-btn-teal-start) 0%, var(--slg-btn-teal-end) 100%);
	color: #fbfdff;
	transition: background 0.35s ease, box-shadow 0.35s ease, transform 0.2s ease, opacity 0.35s ease;
}

.main-page-solutions__btn--primary:hover {
	color: #fbfdff;
	background: linear-gradient(180deg, var(--slg-btn-orange-start) 0%, var(--slg-btn-orange-end) 100%);
	box-shadow: 0 8px 20px rgb(255 57 35 / 28%);
}

.main-page-solutions__btn--secondary {
	background: #fff;
	color: var(--slg-navy);
}

.main-page-solutions__btn--secondary:hover {
	color: var(--slg-navy);
	box-shadow: 0 8px 20px rgb(24 43 69 / 10%);
}

.main-page-solutions__scroll {
	background: linear-gradient(180deg, var(--slg-btn-orange-start) 0%, var(--slg-btn-orange-end) 100%);
}

.main-page-solutions__scroll:hover {
	box-shadow: 0 8px 18px rgb(255 57 35 / 30%);
}

.main-page-solutions__scroll-icon {
	display: block;
	width: 12px;
	height: 12px;
	margin-top: -3px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	border-radius: 1px;
	transform: rotate(45deg);
}

@media (min-width: 576px) {
	.main-page-solutions__inner {
		padding-inline: 24px;
	}

	.main-page-solutions__title {
		font-size: 28px;
	}

	.main-page-solutions__lead,
	.main-page-solutions__text {
		font-size: 20px;
	}

	.main-page-solutions__btn {
		min-height: 56px;
		font-size: 15px;
	}
}

@media (min-width: 992px) {
	.main-page-solutions__inner {
		min-height: 523px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: 56px 32px 72px;
	}

	.main-page-solutions__title {
		margin-bottom: 20px;
		font-size: 48px;
		line-height: 58px;
	}

	.main-page-solutions__lead {
		margin-bottom: 16px;
		font-size: 32px;
		line-height: 38px;
	}

	.main-page-solutions__text {
		margin-bottom: 40px;
		font-size: 32px;
		line-height: 40px;
	}

	.main-page-solutions__actions {
		gap: 20px;
	}

	.main-page-solutions__btn {
		width: min(377px, 100%);
		min-height: 60px;
		padding-inline: 32px;
		font-size: 16px;
	}
}

@media (min-width: 992px) {
	.main-page-header__container {
		padding-inline: 32px;
	}

	.main-page-header__bar {
		min-height: 110px;
		gap: 24px;
	}

	.main-page-header__logo img {
		height: 72px;
	}
}

@media (max-width: 991.98px) {
	.main-page-header__cart--mobile .main-page-header__cart-icon {
		width: 40px;
		height: 40px;
	}

	.main-page-header__cart--mobile .main-page-header__cart-title {
		font-size: 14px;
	}

	.main-page-header__cart--mobile .main-page-header__cart-status {
		font-size: 12px;
	}
}

@media (max-width: 359.98px) {
	.main-page-header__cart-text {
		display: none;
	}
}

.main-page-control__bg {
	background: #f4f6f8;
}

.main-page-control__inner {
	max-width: 1260px;
	margin: 0 auto;
	padding: 40px 16px 56px;
}

.main-page-control__title {
	margin: 0 0 28px;
	font-size: 24px;
	font-weight: 750;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
	color: var(--slg-navy);
}

.main-page-control__list {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 20px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.main-page-control__item {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.main-page-control__label {
	margin: 0 auto 12px;
	max-width: 280px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
	color: var(--slg-navy);
}

.main-page-control__icon-wrap {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 78px;
}

.main-page-control__icon-wrap > img:not(.main-page-control__arrow) {
	display: block;
	width: 92px;
	height: auto;
}

.main-page-control__arrow {
	display: none;
}

.main-page-control__scroll {
	background: linear-gradient(180deg, var(--slg-btn-orange-start) 0%, var(--slg-btn-orange-end) 100%);
}

.main-page-control__scroll:hover {
	box-shadow: 0 8px 18px rgb(255 57 35 / 30%);
}

.main-page-control__scroll-icon {
	display: block;
	width: 12px;
	height: 12px;
	margin-top: -3px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	border-radius: 1px;
	transform: rotate(45deg);
}

@media (max-width: 575px) {
	.main-page-control__inner {
		padding: 64px 16px 64px;
	}

	.main-page-control__title {
		margin-bottom: 36px;
	}

	.main-page-control__list {
		gap: 36px;
	}

	.main-page-control__label {
		margin-bottom: 18px;
	}

	.main-page-control__icon-wrap {
		min-height: 96px;
	}
}

@media (min-width: 576px) {
	.main-page-control__inner {
		padding-inline: 24px;
	}

	.main-page-control__title {
		font-size: 28px;
	}
}

@media (min-width: 992px) {
	.main-page-control__inner {
		padding: 56px 32px 72px;
	}

	.main-page-control__title {
		margin-bottom: 36px;
		font-size: 46px;
		line-height: 1.15;
	}

	.main-page-control__list {
		grid-template-columns: repeat(5, minmax(0, 1fr));
		gap: 18px;
	}

	.main-page-control__item {
		align-items: flex-start;
		text-align: left;
	}

	.main-page-control__label {
		min-height: 44px;
		max-width: 220px;
		margin: 0 0 14px;
		font-size: 22px;
		line-height: 1.2;
		text-align: left;
	}

	.main-page-control__icon-wrap {
		justify-content: flex-start;
		width: auto;
	}

	.main-page-control__icon-wrap > img:not(.main-page-control__arrow) {
		width: 96px;
	}

	.main-page-control__arrow {
		position: absolute;
		top: 50%;
		right: -14px;
		display: block;
		width: 24px;
		height: auto;
		transform: translateY(-50%);
	}
}

.main-page-projects__container {
	padding: 40px 16px 56px;
	background: #d1dce0;
}

.main-page-projects__title {
	margin: 0 0 28px;
	font-size: 24px;
	font-weight: 750;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
	color: #014e5e;
}

.main-page-projects__slider-wrap {
	position: relative;
	overflow: visible;
}

.main-page-projects__slider {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.main-page-projects__slide {
	height: auto;
}

.main-page-projects__card {
	height: 100%;
	background: #fff;
}

.main-page-projects__card-link {
	display: block;
	height: 100%;
	padding: 12px 12px 16px;
	color: inherit;
	text-decoration: none;
}

.main-page-projects__card-image {
	overflow: hidden;
	aspect-ratio: 4 / 3;
	background: #eef1f4;
}

.main-page-projects__card-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.main-page-projects__card-title {
	margin: 14px 0 0;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.35;
	text-align: center;
	color: var(--slg-teal-light);
}

.main-page-projects__controls {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	margin-top: 24px;
}

.main-page-projects__view-all {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 240px;
	min-height: 52px;
	padding: 14px 28px;
	border-radius: 40px;
	background: var(--slg-teal-light);
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.main-page-projects__view-all:hover {
	color: #fff;
	transform: translateY(-1px);
	box-shadow: 0 8px 20px rgb(1 156 167 / 28%);
}

.main-page-projects__arrow {
	position: absolute;
	top: 50%;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	padding: 0;
	border: 0;
	border-radius: 40px;
	background: linear-gradient(180deg, var(--slg-btn-orange-start) 0%, var(--slg-btn-orange-end) 100%);
	cursor: pointer;
	transform: translateY(-50%);
}

.main-page-projects__arrow--prev {
	left: 0;
	transform: translate(-50%, -50%);
}

.main-page-projects__arrow--prev:hover {
	transform: translate(-50%, calc(-50% - 2px));
}

.main-page-projects__arrow--next {
	right: 0;
	transform: translate(50%, -50%);
}

.main-page-projects__arrow--next:hover {
	transform: translate(50%, calc(-50% - 2px));
}

.main-page-projects__arrow.slick-arrow::before {
	content: none;
}

.main-page-projects__arrow-icon {
	display: block;
	width: 12px;
	height: 12px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	flex-shrink: 0;
}

.main-page-projects__arrow-icon--prev {
	transform: rotate(135deg);
}

.main-page-projects__arrow-icon--next {
	transform: rotate(-45deg);
}

.main-page-projects__dots {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 14px;
}

.main-page-projects__dots .slick-dots {
	position: static;
	display: flex !important;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.main-page-projects__dots .slick-dots li {
	width: auto;
	height: auto;
	margin: 0;
}

.main-page-projects__dots .slick-dots li button {
	width: 10px;
	height: 10px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #fff;
	font-size: 0;
	line-height: 0;
}

.main-page-projects__dots .slick-dots li button::before {
	content: none;
}

.main-page-projects__dots .slick-dots li.slick-active button {
	background: var(--slg-btn-orange-start);
}

.main-page-projects__scroll {
	background: linear-gradient(180deg, var(--slg-btn-orange-start) 0%, var(--slg-btn-orange-end) 100%);
}

.main-page-projects__scroll:hover {
	box-shadow: 0 8px 18px rgb(255 57 35 / 30%);
}

.main-page-projects__scroll-icon {
	display: block;
	width: 12px;
	height: 12px;
	margin-top: -3px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	border-radius: 1px;
	transform: rotate(45deg);
}

@media (max-width: 575px) {
	.main-page-projects__container {
		padding: 64px 16px 64px;
	}

	.main-page-projects__title {
		margin-bottom: 36px;
	}

	.main-page-projects__slider {
		gap: 24px;
	}

	.main-page-projects__controls {
		margin-top: 32px;
		gap: 24px;
	}

	.main-page-projects__view-all {
		min-width: 280px;
		min-height: 56px;
		padding: 18px 32px;
		font-size: 15px;
	}
}

@media (min-width: 576px) {
	.main-page-projects__container {
		padding-inline: 24px;
	}

	.main-page-projects__title {
		font-size: 28px;
	}
}

@media (min-width: 992px) {
	.main-page-projects__container {
		padding: 56px 32px 72px;
	}

	.main-page-projects__title {
		margin-bottom: 36px;
		font-size: 36px;
	}

	.main-page-projects__slider {
		display: block;
	}

	.main-page-projects__slider .slick-list {
		overflow: hidden;
	}

	.main-page-projects__slider .slick-track {
		display: flex;
		align-items: stretch;
	}

	.main-page-projects__slider .slick-slide {
		height: auto;
	}

	.main-page-projects__slider .slick-slide > div,
	.main-page-projects__slide {
		height: 100%;
	}

	.main-page-projects__slider .slick-slide {
		padding: 0 10px;
	}

	.main-page-projects__controls {
		display: grid;
		grid-template-columns: 1fr auto 1fr;
		align-items: center;
		gap: 24px;
		margin-top: 28px;
	}

	.main-page-projects__dots {
		grid-column: 2;
	}

	.main-page-projects__view-all {
		grid-column: 3;
		justify-self: end;
		min-width: 280px;
		min-height: 60px;
		font-size: 16px;
	}
}

.main-page-supply__container {
	padding: 40px 16px 56px;
	background: var(--slg-section-gray);
}

.main-page-supply__title {
	margin: 0 0 28px;
	font-size: 24px;
	font-weight: 750;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
	color: var(--slg-teal-light);
}

.main-page-supply__grid {
	display: grid;
	grid-template-columns: 1fr;
	grid-auto-rows: 1fr;
	align-items: stretch;
	gap: 28px;
}

.main-page-supply__col {
	display: flex;
	min-width: 0;
	min-height: 100%;
}

.main-page-supply__card {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 14px;
	width: 100%;
	flex: 1 1 auto;
	min-height: 100%;
	color: inherit;
	text-decoration: none;
	transition: transform 0.25s ease;
}

.main-page-supply__card--static {
	cursor: default;
}

.main-page-supply__card:not(.main-page-supply__card--static):hover,
.main-page-supply__card:not(.main-page-supply__card--static):focus-visible {
	transform: translateY(-2px);
}

.main-page-supply__name {
	display: -webkit-box;
	overflow: hidden;
	height: calc(2 * 1.25em);
	min-height: calc(2 * 1.25em);
	max-height: calc(2 * 1.25em);
	margin: 0;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: var(--slg-navy);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.25;
	text-align: center;
	text-transform: uppercase;
	transition: color 0.3s ease;
}

.main-page-supply__media {
	position: relative;
	display: block;
	flex-shrink: 0;
	overflow: hidden;
	border-radius: 4px;
	aspect-ratio: 4 / 3;
	background: #e3eaee;
}

.main-page-supply__media-skeleton {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, #e3eaee 0%, #f4f7f8 45%, #e3eaee 90%);
	background-size: 200% 100%;
	animation: slg-supply-skeleton 1.2s ease-in-out infinite;
}

.main-page-supply__img {
	position: absolute;
	inset: 0;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0;
	transition: opacity 0.35s ease;
}

.main-page-supply__media.is-loaded .main-page-supply__media-skeleton {
	opacity: 0;
	transition: opacity 0.35s ease;
}

.main-page-supply__media.is-loaded .main-page-supply__img {
	opacity: 1;
}

.main-page-supply__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	min-height: 48px;
	margin-top: auto;
	padding: 12px 18px;
	border: 1px solid #d7e0e6;
	border-radius: 999px;
	background: #fff;
	color: var(--slg-navy);
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	flex-shrink: 0;
	transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}

.main-page-supply__cta-icon {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-right: 2px solid currentColor;
	border-top: 2px solid currentColor;
	transform: rotate(45deg);
	transition: border-color 0.3s ease;
}

.main-page-supply__card:not(.main-page-supply__card--static):hover .main-page-supply__name,
.main-page-supply__card:not(.main-page-supply__card--static):focus-visible .main-page-supply__name {
	color: var(--slg-btn-orange-end);
}

.main-page-supply__card:not(.main-page-supply__card--static):hover .main-page-supply__cta,
.main-page-supply__card:not(.main-page-supply__card--static):focus-visible .main-page-supply__cta {
	border-color: transparent;
	background: linear-gradient(180deg, var(--slg-btn-orange-start) 0%, var(--slg-btn-orange-end) 100%);
	color: #fff;
	box-shadow: 0 8px 20px rgb(255 68 35 / 22%);
}

.main-page-supply__scroll {
	background: var(--slg-teal-light);
}

.main-page-supply__scroll:hover {
	box-shadow: 0 8px 18px rgb(1 156 167 / 30%);
}

.main-page-supply__scroll-icon {
	display: block;
	width: 12px;
	height: 12px;
	margin-top: -3px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	border-radius: 1px;
	transform: rotate(45deg);
}

@keyframes slg-supply-skeleton {
	0% {
		background-position: 100% 0;
	}

	100% {
		background-position: -100% 0;
	}
}

@media (min-width: 576px) {
	.main-page-supply__container {
		padding-inline: 24px;
	}

	.main-page-supply__title {
		font-size: 28px;
	}

	.main-page-supply__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 24px;
	}

	.main-page-supply__name {
		font-size: 14px;
	}

	.main-page-supply__cta {
		font-size: 14px;
	}
}

@media (min-width: 992px) {
	.main-page-supply__container {
		padding: 56px 32px 72px;
	}

	.main-page-supply__title {
		margin-bottom: 40px;
		font-size: 32px;
	}

	.main-page-supply__grid {
		grid-template-columns: repeat(5, minmax(0, 1fr));
		gap: 18px;
	}

	.main-page-supply__name {
		font-size: 15px;
	}

	.main-page-supply__cta {
		min-height: 52px;
		font-size: 15px;
	}
}

@media (min-width: 1200px) {
	.main-page-supply__grid {
		gap: 22px;
	}

	.main-page-supply__name {
		font-size: 16px;
	}
}

.main-page-partners__bg {
	position: relative;
	background:
		linear-gradient(rgb(15 36 61 / 72%), rgb(15 36 61 / 72%)),
		url('../images/front_page/partners-bg-55.png') center / cover no-repeat;
}

.main-page-partners__bg::before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgb(0 0 0 / 10%) 0%, rgb(0 0 0 / 36%) 100%);
	pointer-events: none;
}

.main-page-partners__inner {
	position: relative;
	z-index: 1;
	max-width: 1180px;
	margin: 0 auto;
	padding: 48px 16px 64px;
}

.main-page-partners__title {
	margin: 0 0 28px;
	font-size: 24px;
	font-weight: 750;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
}

.main-page-partners__list {
	display: flex;
	flex-direction: column;
	gap: 14px;
	max-width: 420px;
	margin: 0 auto 32px;
}

.main-page-partners__item {
	width: 100%;
}

.main-page-partners__pill {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 56px;
	padding: 16px 28px;
	border: 1px solid rgb(255 255 255 / 92%);
	border-radius: 999px;
	background: transparent;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.25;
	text-align: center;
	text-transform: uppercase;
}

.main-page-partners__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 420px;
	min-height: 56px;
	margin-top: 32px;
	padding: 16px 32px;
	border: 0;
	border-radius: 999px;
	background: linear-gradient(180deg, var(--slg-btn-orange-start) 0%, var(--slg-btn-orange-end) 100%);
	color: #fff;
	font-family: inherit;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.25;
	text-transform: uppercase;
	cursor: pointer;
	transition: transform 0.2s ease, box-shadow 0.35s ease, opacity 0.35s ease;
}

.main-page-partners__cta:hover {
	color: #fff;
	transform: translateY(-1px);
	box-shadow: 0 8px 20px rgb(255 57 35 / 28%);
}

.main-page-partners__scroll {
	background: linear-gradient(180deg, var(--slg-btn-teal-start) 0%, var(--slg-btn-teal-end) 100%);
}

.main-page-partners__scroll:hover {
	box-shadow: 0 8px 18px rgb(0 154 164 / 30%);
}

.main-page-partners__scroll-icon {
	display: block;
	width: 12px;
	height: 12px;
	margin-top: -3px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	border-radius: 1px;
	transform: rotate(45deg);
}

@media (min-width: 576px) {
	.main-page-partners__inner {
		padding-inline: 24px;
	}

	.main-page-partners__title {
		font-size: 28px;
	}

	.main-page-partners__pill,
	.main-page-partners__cta {
		min-height: 60px;
		padding: 18px 32px;
		font-size: 15px;
	}
}

@media (min-width: 992px) {
	.main-page-partners__bg {
		background:
			linear-gradient(rgb(15 36 61 / 62%), rgb(15 36 61 / 62%)),
			url('../images/front_page/partners-bg-55.png') center / cover no-repeat;
	}

	.main-page-partners__inner {
		padding: 72px 32px 88px;
	}

	.main-page-partners__title {
		margin-bottom: 36px;
		font-size: 32px;
	}

	.main-page-partners__list {
		flex-flow: row wrap;
		justify-content: center;
		gap: 14px;
		max-width: none;
		margin-bottom: 36px;
	}

	.main-page-partners__item {
		flex: 1 1 calc(25% - 14px);
		min-width: 180px;
		max-width: 280px;
	}

	.main-page-partners__cta {
		width: auto;
		min-width: 280px;
		max-width: none;
		min-height: 64px;
		margin-top: 40px;
		padding: 18px 44px;
		font-size: 16px;
	}
}

.main-page-handle__bg {
	background: #56a5aa;
}

.main-page-handle__inner {
	max-width: 1180px;
	margin: 0 auto;
	padding: 48px 16px 56px;
}

.main-page-handle__title {
	margin: 0 0 32px;
	font-size: 24px;
	font-weight: 750;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
}

.main-page-handle__grid {
	margin-bottom: 28px;
}

.main-page-handle__feature {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 360px;
	margin: 0 auto;
}

.main-page-handle__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	margin-bottom: 18px;
	border: 2px solid #fff;
	border-radius: 50%;
	background: rgb(0 0 0 / 10%);
}

.main-page-handle__check {
	display: block;
	width: 10px;
	height: 18px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(45deg) translate(-1px, -2px);
}

.main-page-handle__text {
	margin: 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.45;
	text-align: center;
	color: #fff;
}

.main-page-handle__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 420px;
	min-height: 52px;
	padding: 14px 28px;
	border: 0;
	border-radius: 999px;
	background: linear-gradient(180deg, var(--slg-btn-orange-start) 0%, var(--slg-btn-orange-end) 100%);
	color: #fff;
	font-family: inherit;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	cursor: pointer;
	transition: transform 0.2s ease, box-shadow 0.35s ease, opacity 0.35s ease;
}

.main-page-handle__cta:hover {
	color: #fff;
	transform: translateY(-1px);
	box-shadow: 0 8px 20px rgb(255 57 35 / 28%);
}

.main-page-handle__scroll {
	background: linear-gradient(180deg, var(--slg-btn-orange-start) 0%, var(--slg-btn-orange-end) 100%);
}

.main-page-handle__scroll:hover {
	box-shadow: 0 8px 18px rgb(255 57 35 / 30%);
}

.main-page-handle__scroll-icon {
	display: block;
	width: 12px;
	height: 12px;
	margin-top: -3px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	border-radius: 1px;
	transform: rotate(45deg);
}

@media (min-width: 576px) {
	.main-page-handle__inner {
		padding-inline: 24px;
	}

	.main-page-handle__title {
		font-size: 28px;
	}

	.main-page-handle__text {
		font-size: 17px;
	}

	.main-page-handle__cta {
		min-height: 56px;
		font-size: 15px;
	}
}

@media (min-width: 992px) {
	.main-page-handle__inner {
		padding: 72px 32px 80px;
	}

	.main-page-handle__title {
		margin-bottom: 40px;
		font-size: 32px;
	}

	.main-page-handle__grid {
		margin-bottom: 36px;
	}

	.main-page-handle__feature {
		max-width: none;
	}

	.main-page-handle__text {
		font-size: 18px;
		line-height: 1.5;
	}

	.main-page-handle__cta {
		width: auto;
		min-width: 280px;
		max-width: none;
		padding-inline: 40px;
		font-size: 16px;
	}
}

.main-page-cta__bg {
	position: relative;
	background:
		linear-gradient(180deg, rgb(24 43 69 / 72%) 0%, rgb(24 43 69 / 38%) 42%, rgb(24 43 69 / 18%) 100%),
		url('../images/front_page/ready_to_start_mobile.png') center / cover no-repeat;
}

.main-page-cta__inner {
	position: relative;
	z-index: 1;
	max-width: 980px;
	margin: 0 auto;
	padding: 56px 16px 64px;
}

.main-page-cta__title {
	margin: 0 0 28px;
	font-size: 24px;
	font-weight: 750;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
}

.main-page-cta__actions {
	gap: 12px;
}

.main-page-cta__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 52px;
	padding: 14px 24px;
	border: 0;
	border-radius: 999px;
	font-family: inherit;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.15;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	transition: transform 0.2s ease, box-shadow 0.35s ease, background 0.35s ease, color 0.35s ease;
}

.main-page-cta__btn:hover {
	transform: translateY(-1px);
}

.main-page-cta__btn--primary {
	background: linear-gradient(180deg, var(--slg-btn-teal-start) 0%, var(--slg-btn-teal-end) 100%);
	color: #fbfdff;
}

.main-page-cta__btn--primary:hover {
	color: #fbfdff;
	box-shadow: 0 8px 20px rgb(0 154 164 / 28%);
}

.main-page-cta__btn--secondary {
	background: #fff;
	color: var(--slg-navy);
}

.main-page-cta__btn--secondary:hover {
	color: var(--slg-navy);
	box-shadow: 0 8px 20px rgb(255 255 255 / 18%);
}

.main-page-cta__scroll {
	background: linear-gradient(180deg, var(--slg-btn-orange-start) 0%, var(--slg-btn-orange-end) 100%);
}

.main-page-cta__scroll:hover {
	box-shadow: 0 8px 18px rgb(255 57 35 / 30%);
}

.main-page-cta__scroll-icon {
	display: block;
	width: 12px;
	height: 12px;
	margin-top: -3px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	border-radius: 1px;
	transform: rotate(45deg);
}

@media (min-width: 576px) {
	.main-page-cta__inner {
		padding-inline: 24px;
	}

	.main-page-cta__title {
		font-size: 28px;
	}

	.main-page-cta__btn {
		min-height: 56px;
		font-size: 15px;
	}
}

@media (min-width: 992px) {
	.main-page-cta__bg {
		background:
			linear-gradient(180deg, rgb(24 43 69 / 68%) 0%, rgb(24 43 69 / 34%) 38%, rgb(24 43 69 / 12%) 100%),
			url('../images/front_page/ready_to_start.png') center / cover no-repeat;
	}

	.main-page-cta__inner {
		padding: 88px 32px 96px;
	}

	.main-page-cta__title {
		margin-bottom: 32px;
		font-size: 32px;
	}

	.main-page-cta__btn {
		width: auto;
		min-width: 280px;
		padding-inline: 32px;
		font-size: 16px;
	}
}

