/**
 * Footer variant 5 — Figma Footer5:
 * menu 1198×33, gap 80, payments 980×32, gap 80, trust 935×124, gap 36, copyright 87px.
 */

.footer.site-theme.footer--v5 {
	background-color: var(--footer-background-color, #0b072f);
	box-sizing: border-box;
	margin-top: 0;
	padding: 50px 0 0;
	width: 100%;
}

.footer.footer--v5 > .container {
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}

/* —— Row 1: text menu (1198×33) —— */
.footer.footer--v5 .footer-top {
	display: block;
	margin: 0 auto;
	max-width: 1198px;
	padding: 0;
	width: 100%;
}

.footer.footer--v5 .footer-menu {
	display: flex;
	margin: 0 0 80px;
	max-width: 1198px;
	padding: 0;
	width: 100%;
}

.footer.site-theme.footer--v5 .footer-menu ul {
	align-items: center;
	display: flex;
	flex-direction: row;
	flex-grow: 0;
	flex-wrap: nowrap;
	height: 33px;
	justify-content: space-between;
	list-style: none;
	margin: 0;
	min-height: 33px;
	padding: 0;
	row-gap: 0;
	column-gap: 0;
	width: 100%;
}

.footer.footer--v5 .footer-menu ul li {
	flex: 0 0 auto;
	margin: 0;
	padding: 0;
	width: auto;
}

.footer.site-theme.footer--v5 .footer-menu ul li a,
.footer.site-theme.footer--v5 .footer-menu ul li span {
	align-items: center;
	box-sizing: border-box;
	color: var(--footer-menu-link-color, #fff);
	display: block;
	font-size: 20px;
	font-weight: 400;
	justify-content: center;
	line-height: 20px;
	max-width: none;
	min-height: 33px;
	padding: 0;
	position: static;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	width: auto;
}

.footer.site-theme.footer--v5 .footer-menu ul li a::after {
	content: none;
	display: none;
}

.footer.footer--v5 .footer-menu ul li a img {
	display: block;
	height: 75px;
	margin: 0 auto;
	max-width: none;
	object-fit: contain;
	width: auto;
}

.footer.footer--v5 .footer-menu ul li a:has(img) {
	display: flex;
	line-height: 0;
	min-height: 75px;
}

/* —— Row 2: payment icons (980×32) —— */
.footer.footer--v5 .footer-payments {
	margin: 0 auto;
	max-width: 980px;
	padding: 0;
	width: 100%;
}

.footer.site-theme.footer--v5 .footer-icons--top {
	align-items: center;
	display: flex;
	flex-wrap: nowrap;
	height: 32px;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 100%;
	min-height: 32px;
	width: 100%;
}

.footer.footer--v5 .footer-icons--top__item {
	align-items: center;
	display: flex;
	flex: 0 0 60px;
	height: 32px;
	justify-content: center;
	width: 60px;
}

.footer.footer--v5 .footer-icons--top__item img {
	display: block;
	height: auto;
	max-height: 28px;
	max-width: 60px;
	object-fit: contain;
	width: auto;
}

.footer.footer--v5 .footer-icons--top__item:first-child img {
	max-height: 19px;
}

/* —— Row 3: trust badges (935×124) —— */
.footer.site-theme.footer--v5 .footer-middle {
	background: none;
	border: none;
	border-image: none;
	box-sizing: border-box;
	display: block;
	margin: 80px auto 36px;
	max-width: 935px;
	padding: 0;
	position: static;
	width: 100%;
}

.footer.footer--v5 .footer-middle::after {
	content: none;
	display: none;
}

.footer.site-theme.footer--v5 .footer-icons--middle {
	align-items: center;
	box-sizing: border-box;
	display: flex;
	flex-wrap: nowrap;
	height: 124px;
	justify-content: space-between;
	margin: 0 auto;
	min-height: 124px;
	padding: 0;
	width: 100%;
}

.footer.footer--v5 .footer-icons--middle__item {
	align-items: center;
	display: flex;
	flex: 0 0 auto;
	height: 100%;
	justify-content: center;
}

.footer.site-theme.footer--v5 .footer-icons--middle__item img {
	display: block;
	flex-shrink: 0;
	height: auto;
	max-height: none;
	object-fit: contain;
	width: auto;
}

.footer.footer--v5 .footer-icons--middle__item a {
	color: var(--footer-menu-link-color, #fff);
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}

.footer.footer--v5 .footer-icons--middle__item:nth-child(1) img {
	height: 83px;
	width: 267px;
}

.footer.footer--v5 .footer-icons--middle__item:nth-child(2) img {
	height: 124px;
	width: 137px;
}

.footer.footer--v5 .footer-icons--middle__item:nth-child(3) img {
	height: 98px;
	width: 195px;
}

/* —— Row 4: copyright band (87px) —— */
.footer.site-theme.footer--v5 > .footer-bottom {
	background: transparent;
	border: none;
	box-sizing: border-box;
	margin: 0;
	margin-top: 0;
	max-width: none;
	min-height: 0;
	padding: 0;
	width: 100%;
}

.footer.site-theme.footer--v5 .footer-bottom .copyright {
	align-items: center;
	background-color: var(--footer-background-color, #0b072f);
	background-image: linear-gradient(
		180deg,
		color-mix(in srgb, var(--footer-background-color, #0b072f) 88%, #ffffff 12%) 0%,
		color-mix(in srgb, var(--footer-background-color, #0b072f) 55%, #000000 45%) 100%
	);
	border: none;
	box-sizing: border-box;
	color: var(--footer-text-color, var(--footer-menu-link-color, #fff));
	display: flex;
	font-size: 16px;
	font-weight: 400;
	justify-content: center;
	line-height: 20px;
	margin: 0;
	max-width: none;
	min-height: 87px;
	padding: 34px 16px 33px;
	text-align: center;
	text-transform: lowercase;
	width: 100%;
}

@media (max-width: 1230px) {
	.footer.footer--v5 > .container {
		padding-left: 16px;
		padding-right: 16px;
	}
}

@media (max-width: 1199px) {
	.footer.footer--v5 .footer-top,
	.footer.footer--v5 .footer-menu,
	.footer.footer--v5 .footer-payments,
	.footer.footer--v5 .footer-middle,
	.footer.footer--v5 .footer-icons--middle {
		max-width: 100%;
	}

	.footer.footer--v5 .footer-menu {
		margin-bottom: 56px;
	}

	.footer.site-theme.footer--v5 .footer-middle {
		margin-bottom: 28px;
		margin-top: 56px;
	}

	.footer.site-theme.footer--v5 .footer-menu ul {
		flex-wrap: wrap;
		gap: 16px 24px;
		height: auto;
		justify-content: center;
	}

	.footer.site-theme.footer--v5 .footer-icons--top {
		flex-wrap: wrap;
		gap: 16px 20px;
		height: auto;
		justify-content: center;
	}

	.footer.site-theme.footer--v5 .footer-icons--middle {
		flex-wrap: wrap;
		gap: 24px 40px;
		height: auto;
		justify-content: center;
		min-height: 124px;
	}
}

@media (max-width: 768px) {
	.footer.site-theme.footer--v5 {
		padding-top: 40px;
	}

	.footer.footer--v5 .footer-menu {
		margin-bottom: 32px;
	}

	.footer.site-theme.footer--v5 .footer-menu ul {
		flex-direction: column;
		gap: 12px;
		justify-content: center;
	}

	.footer.site-theme.footer--v5 .footer-middle {
		margin-bottom: 24px;
		margin-top: 40px;
	}

	.footer.footer--v5 .footer-icons--middle__item:nth-child(1) img {
		height: 60px;
		width: auto;
		max-width: 200px;
	}

	.footer.footer--v5 .footer-icons--middle__item:nth-child(2) img {
		height: 96px;
		width: auto;
		max-width: 98px;
	}

	.footer.footer--v5 .footer-icons--middle__item:nth-child(3) img {
		height: 72px;
		width: auto;
		max-width: 150px;
	}

	.footer.site-theme.footer--v5 > .footer-bottom {
		min-height: 0;
	}

	.footer.site-theme.footer--v5 .footer-bottom .copyright {
		min-height: 0;
		padding: 32px 16px;
	}
}
