.zch-footer,
.zch-footer * {
	box-sizing: border-box;
}

.zch-footer {
	width: 100%;
	margin: 0;
	background: #06275b;
	color: #fff;
	font-family: inherit;
}

.zch-footer__inner {
	width: min(1760px, calc(100% - 64px));
	margin: 0 auto;
	padding: 44px 0 25px;
}

.zch-footer a {
	color: inherit;
	text-decoration: none;
}

.zch-footer svg {
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
}


/* Newsletter */

.zch-footer__newsletter {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(420px, 620px);
	gap: 50px;
	padding-bottom: 32px;
	align-items: center;
	border-bottom: 1px solid rgb(255 255 255 / 12%);
}

.zch-footer__newsletter-copy {
	display: flex;
	gap: 15px;
	align-items: flex-start;
}

.zch-footer__newsletter-icon {
	display: grid;
	width: 42px;
	height: 42px;
	flex: 0 0 42px;
	place-items: center;
	border-radius: 50%;
	background: rgb(255 214 0 / 12%);
	color: #ffd600;
}

.zch-footer__newsletter-icon svg {
	width: 23px;
	height: 23px;
	stroke-width: 1.7;
}

.zch-footer__newsletter h2,
.zch-footer__app h2,
.zch-footer__social h2 {
	margin: 0;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.25;
}

.zch-footer__newsletter p,
.zch-footer__app p {
	margin: 6px 0 0;
	color: rgb(255 255 255 / 72%);
	font-size: 13px;
	line-height: 1.45;
}

.zch-footer__newsletter-form {
	position: relative;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}

.zch-footer__email-field {
	position: relative;
	display: block;
	width: 100%;
	min-width: 0;
	margin: 0;
}

.zch-footer .zch-footer__email-field > svg {
	position: absolute;
	top: 50%;
	left: 15px;
	z-index: 3;
	display: block;
	width: 18px;
	height: 18px;
	margin: 0;
	color: #7a8293;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.6;
	transform: translateY(-50%);
	pointer-events: none;
}

.zch-footer .zch-footer__email-field input[type="email"] {
	display: block !important;
	width: 100% !important;
	height: 52px !important;
	margin: 0 !important;
	padding: 0 135px 0 44px !important;
	border: 0 !important;
	border-radius: 8px !important;
	outline: 0 !important;
	background: #fff !important;
	color: #171727 !important;
	box-shadow: none !important;
	font-family: inherit !important;
	font-size: 13px !important;
	font-weight: 400 !important;
	letter-spacing: normal !important;
	line-height: 52px !important;
	appearance: none;
	-webkit-appearance: none;
}

.zch-footer .zch-footer__email-field input[type="email"]::placeholder {
	color: #9299a8;
	font-size: 13px;
	font-weight: 400;
	opacity: 1;
}

.zch-footer__newsletter-form button {
	position: absolute;
	top: 4px;
	right: 4px;
	z-index: 2;
	display: inline-flex;
	width: 120px;
	height: 44px;
	min-height: 44px;
	padding: 0 17px;
	align-items: center;
	justify-content: center;
	gap: 8px;
	border: 0;
	border-radius: 6px;
	outline: 0;
	background: #ffd000 !important;
	color: #111;
	box-shadow: none;
	font: inherit;
	font-size: 12px;
	font-weight: 700;
	cursor: pointer;
}

.zch-footer__newsletter-form button:hover,
.zch-footer__newsletter-form button:focus {
	border: 0;
	background: #f2c500;
	color: #111;
	box-shadow: none;
}

.zch-footer__newsletter-form button svg {
	width: 16px;
	height: 16px;
	stroke-width: 1.8;
}


/* Main area */

.zch-footer__main {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 330px;
	gap: 70px;
	padding: 35px 0 28px;
}

.zch-footer__menus {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 38px;
}

.zch-footer__menu-section {
	min-width: 0;
}

.zch-footer__menu-toggle {
	display: flex;
	width: 100%;
	padding: 0;
	align-items: center;
	gap: 10px;
	border: 0;
	background: transparent !important;
	color: #fff !important;
	font: inherit;
	font-size: 15px;
	font-weight: 700;
	text-align: left;
	cursor: default;
}

.zch-footer__menu-icon {
	display: grid;
	width: 32px;
	height: 32px;
	flex: 0 0 32px;
	place-items: center;
	border-radius: 50%;
	background: rgb(70 119 213 / 24%);
	color: #d9e6ff;
}

.zch-footer__menu-icon svg {
	width: 18px;
	height: 18px;
	stroke-width: 1.7;
}

.zch-footer__plus {
	display: none;
	width: 18px;
	height: 18px;
	margin-left: auto;
	stroke-width: 1.8;
}

.zch-footer__nav {
	display: block;
	padding-top: 17px;
}

.zch-footer__menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

.zch-footer__menu li {
	margin: 0 0 11px;
}

.zch-footer__menu a {
	color: rgb(255 255 255 / 72%);
	font-size: 13px;
	line-height: 1.4;
}

.zch-footer__menu a:hover,
.zch-footer__menu a:focus {
	color: #ffd000;
}


/* App */

.zch-footer__app {
	min-width: 0;
}

.zch-footer__app-heading {
	display: flex;
	gap: 12px;
	align-items: flex-start;
}

.zch-footer__app-heading > span {
	display: grid;
	width: 34px;
	height: 34px;
	flex: 0 0 34px;
	place-items: center;
	border-radius: 50%;
	background: rgb(255 214 0 / 12%);
	color: #ffd600;
}

.zch-footer__app-heading svg {
	width: 18px;
	height: 18px;
	stroke-width: 1.8;
}

.zch-footer__stores {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 9px;
	margin-top: 18px;
}

.zch-footer__stores > a {
	display: flex;
	height: 52px;
	overflow: hidden;
	align-items: center;
	justify-content: center;
	border: 1px solid rgb(255 255 255 / 32%);
	border-radius: 7px;
	background: #030303;
}

.zch-footer__stores img {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	object-fit: contain;
}

.zch-footer__store-fallback {
	display: flex;
	flex-direction: column;
	color: #fff;
	line-height: 1.05;
}

.zch-footer__store-fallback small {
	font-size: 8px;
}

.zch-footer__store-fallback strong {
	margin-top: 3px;
	font-size: 14px;
}


/* Social */

.zch-footer__social {
	padding: 24px 0;
	border-top: 1px solid rgb(255 255 255 / 12%);
}

.zch-footer__social h2 {
	margin-bottom: 13px;
	font-size: 14px;
}

.zch-footer__social-list {
	display: flex;
	gap: 12px;
}

.zch-footer__social-link {
	display: grid;
	width: 36px;
	height: 36px;
	place-items: center;
	border-radius: 50%;
	color: #fff;
	font-size: 17px;
	font-weight: 700;
	line-height: 1;
}

.zch-footer__social-link--facebook {
	background: #2363c7;
}

.zch-footer__social-link--instagram {
	background: linear-gradient(135deg, #7d35c9, #f43f5e, #ff9b30);
}

.zch-footer__social-link--youtube {
	background: #ed1d24;
}

.zch-footer__social-link--pinterest {
	background: #d71920;
}

.zch-footer__social-link--tiktok {
	background: #020309;
}


/* Trust */

.zch-footer__trust {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	overflow: hidden;
	border: 1px solid rgb(255 255 255 / 13%);
	border-radius: 10px;
	background: rgb(255 255 255 / 5%);
}

.zch-footer__trust-item {
	display: flex;
	min-width: 0;
	padding: 16px 20px;
	align-items: center;
	justify-content: center;
	gap: 11px;
	border-right: 1px solid rgb(255 255 255 / 13%);
}

.zch-footer__trust-item:last-child {
	border-right: 0;
}

.zch-footer__trust-item svg {
	width: 27px;
	height: 27px;
	flex: 0 0 27px;
	color: #d7e6ff;
	stroke-width: 1.6;
}

.zch-footer__trust-item p {
	display: flex;
	margin: 0;
	min-width: 0;
	flex-direction: column;
}

.zch-footer__trust-item strong {
	color: #fff;
	font-size: 12px;
	line-height: 1.25;
}

.zch-footer__trust-item span {
	margin-top: 3px;
	color: rgb(255 255 255 / 62%);
	font-size: 10px;
	line-height: 1.3;
}


/* Bottom */

.zch-footer__bottom {
	padding-top: 20px;
	text-align: center;
}

.zch-footer__legal-menu {
	display: flex;
	margin: 0;
	padding: 0;
	align-items: center;
	justify-content: center;
	list-style: none;
}

.zch-footer__legal-menu li {
	display: flex;
	align-items: center;
}

.zch-footer__legal-menu li:not(:last-child)::after {
	width: 1px;
	height: 12px;
	margin: 0 11px;
	background: rgb(255 255 255 / 28%);
	content: "";
}

.zch-footer__legal-menu a {
	color: rgb(255 255 255 / 70%);
	font-size: 11px;
}

.zch-footer__bottom p {
	margin: 12px 0 0;
	color: rgb(255 255 255 / 58%);
	font-size: 10px;
}


/* Tablet */

@media (max-width: 991px) {
	.zch-footer__inner {
		width: calc(100% - 36px);
	}

	.zch-footer__newsletter {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.zch-footer__main {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.zch-footer__menus {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.zch-footer__app {
		max-width: 400px;
	}

	.zch-footer__trust-item {
		padding-right: 10px;
		padding-left: 10px;
	}
}


/* Mobile */

@media (max-width: 767px) {
	.zch-footer__inner {
		width: 100%;
		padding: 24px 10px 18px;
	}

	.zch-footer__newsletter {
		display: block;
		padding-bottom: 18px;
	}

	.zch-footer__newsletter-copy {
		gap: 10px;
	}

	.zch-footer__newsletter-icon {
		width: 25px;
		height: 25px;
		flex-basis: 25px;
		background: transparent;
	}

	.zch-footer__newsletter-icon svg {
		width: 20px;
		height: 20px;
	}

	.zch-footer__newsletter h2 {
		font-size: 13px;
	}

	.zch-footer__newsletter p {
		margin-top: 4px;
		font-size: 9px;
	}

.zch-footer__newsletter-form {
	position: relative;
	display: block;
	width: 100%;
	margin-top: 12px;
}

.zch-footer__email-field input {
	width: 100%;
	height: 42px;
	padding: 0 98px 0 35px;
	border-radius: 6px;
	font-size: 9px;
}

.zch-footer .zch-footer__email-field > svg {
	left: 11px;
	width: 15px;
	height: 15px;
}
.zch-footer .zch-footer__email-field input[type="email"] {
	height: 42px !important;
	padding: 0 98px 0 35px !important;
	border-radius: 6px !important;
	font-size: 10px !important;
	line-height: 42px !important;
}
.zch-footer .zch-footer__email-field input[type="email"]::placeholder {
	font-size: 10px;
}

.zch-footer__newsletter-form button {
	position: absolute;
	top: 1px;
	right: 3px;
	width: 90px;
	height: 36px;
	min-height: 36px;
	padding: 0 8px;
	gap: 5px;
	border: 0;
	border-radius: 5px;
	background: #ffd000;
	color: #111;
	font-size: 9px;
}

	.zch-footer__newsletter-form button svg {
		width: 13px;
		height: 13px;
	}

	.zch-footer__main {
		display: block;
		padding: 0;
	}

	.zch-footer__menus {
		display: block;
	}

	.zch-footer__menu-section {
		border-bottom: 1px solid rgb(255 255 255 / 12%);
	}

	.zch-footer__menu-toggle {
		min-height: 49px;
		padding: 0;
		font-size: 11px;
		cursor: pointer;
	}

	.zch-footer__menu-icon {
		width: 26px;
		height: 26px;
		flex-basis: 26px;
	}

	.zch-footer__menu-icon svg {
		width: 15px;
		height: 15px;
	}

	.zch-footer__plus {
		display: block;
		width: 15px;
		height: 15px;
		transition: transform 180ms ease;
	}

	.zch-footer__menu-toggle[aria-expanded="true"] .zch-footer__plus {
		transform: rotate(45deg);
	}

	.zch-footer__nav {
		padding: 0 0 12px 36px;
	}

	.zch-footer__nav[hidden] {
		display: none;
	}

	.zch-footer__menu li {
		margin-bottom: 8px;
	}

	.zch-footer__menu a {
		font-size: 10px;
	}

	.zch-footer__app {
		max-width: none;
		padding: 15px 0 18px;
		border-bottom: 1px solid rgb(255 255 255 / 12%);
	}

	.zch-footer__app-heading {
		gap: 9px;
	}

	.zch-footer__app-heading > span {
		width: 26px;
		height: 26px;
		flex-basis: 26px;
	}

	.zch-footer__app-heading svg {
		width: 15px;
		height: 15px;
	}

	.zch-footer__app h2 {
		font-size: 11px;
	}

	.zch-footer__app p {
		margin-top: 3px;
		font-size: 8px;
	}

	.zch-footer__stores {
		gap: 7px;
		margin-top: 11px;
		padding: 0 8px;
	}

	.zch-footer__stores > a {
		height: 39px;
		border-radius: 5px;
	}

	.zch-footer__store-fallback small {
		font-size: 6px;
	}

	.zch-footer__store-fallback strong {
		font-size: 11px;
	}

	.zch-footer__social {
		padding: 15px 0;
		border-top: 0;
	}

	.zch-footer__social h2 {
		margin-bottom: 9px;
		font-size: 10px;
	}

	.zch-footer__social-list {
		gap: 9px;
	}

	.zch-footer__social-link {
		width: 26px;
		height: 26px;
		font-size: 12px;
	}

	.zch-footer__trust {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		border-radius: 7px;
	}

	.zch-footer__trust-item {
		padding: 9px 3px;
		flex-direction: column;
		gap: 4px;
		text-align: center;
	}

	.zch-footer__trust-item svg {
		width: 20px;
		height: 20px;
		flex-basis: 20px;
	}

	.zch-footer__trust-item strong {
		font-size: 7px;
		line-height: 1.2;
	}

	.zch-footer__trust-item span {
		font-size: 6px;
		line-height: 1.2;
	}

	.zch-footer__bottom {
		padding-top: 13px;
	}

	.zch-footer__legal-menu {
		flex-wrap: wrap;
		row-gap: 5px;
	}

	.zch-footer__legal-menu li:not(:last-child)::after {
		height: 8px;
		margin: 0 7px;
	}

	.zch-footer__legal-menu a {
		font-size: 7px;
	}

	.zch-footer__bottom p {
		margin-top: 8px;
		font-size: 7px;
	}
}