/* Снять обрезку низа (тема: overflow-off + fixed footer) */
html:has(body.overflow-off),
body.overflow-off,
body.overflow-off #wrapper {
	height: auto;
	min-height: 100%;
	overflow: visible;
}

body.overflow-off #wrapper div[role="main"] {
	height: auto !important;
	min-height: 100vh;
	overflow: visible !important;
}

#footer,
.fixed-footer-container {
	display: none !important;
}

/* Глобальный CTA-подвал */
.raphbatte-site-footer {
	box-sizing: border-box;
	position: relative;
	z-index: 25;
	width: 100%;
	min-height: 531px;
	padding: 160px 96px 96px;
	margin: 0;
	background-color: #131212;
	color: #fff;
}

.raphbatte-site-footer__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 1400px;
	margin: 0 auto;
	width: 100%;
}

.raphbatte-site-footer__title {
	margin: 0;
	padding: 0;
	font-family: var(--raphbatte-font) !important;
	font-size: 48px !important;
	font-weight: 500 !important;
	line-height: 1.12 !important;
	letter-spacing: -3px !important;
	color: #fff !important;
	text-align: center;
}

.raphbatte-site-footer__title-line {
	display: block;
	white-space: nowrap;
}

.raphbatte-site-footer__buttons {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	gap: 12px;
	margin: 46px 0 0;
	padding: 0;
}

.raphbatte-site-footer__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	min-height: 60px;
	padding: 17px 45px;
	border: 1px solid #fff;
	border-radius: 48px;
	background: transparent;
	color: #fff !important;
	font-family: var(--raphbatte-font) !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	line-height: 22.4px !important;
	letter-spacing: 0.24px !important;
	text-decoration: none !important;
	white-space: nowrap;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.raphbatte-site-footer__btn:hover,
.raphbatte-site-footer__btn:focus {
	background-color: rgba(255, 255, 255, 0.1);
	color: #fff !important;
}

.raphbatte-site-footer__legal {
	margin: 96px 0 0;
	padding: 0;
	font-family: var(--raphbatte-font) !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	line-height: 1.4 !important;
	letter-spacing: 0.24px !important;
	color: #969696 !important;
	text-align: center;
}

@media only screen and (max-width: 1024px) {
	.raphbatte-site-footer {
		min-height: 0;
		padding: 120px 48px 72px;
	}
}

@media only screen and (max-width: 767px) {
	.raphbatte-site-footer {
		padding: 80px 24px 56px;
	}

	.raphbatte-site-footer__title {
		font-size: 32px !important;
		letter-spacing: -1.5px !important;
	}

	.raphbatte-site-footer__title-line {
		white-space: normal;
	}
}

@media only screen and (max-width: 390px) {
	.raphbatte-site-footer__title {
		font-size: 28px !important;
	}

	.raphbatte-site-footer__btn {
		padding: 14px 32px;
		font-size: 15px !important;
	}
}
