/* CFIX footer layout refresh */
.footer {
	margin-top: 0;
	background:
		radial-gradient(circle at 50% 0, rgba(0, 153, 254, .16), transparent 24rem),
		#02070d;
	color: #f6fbff;
	border-top: 1px solid rgba(101, 192, 254, .18);
	direction: rtl;
}

.footer-payments {
	padding: 20px 0 0;
}

.footer-payments-inner {
	border: 1px solid rgba(101, 192, 254, .18);
	border-radius: 12px;
	background:
		linear-gradient(135deg, rgba(101, 192, 254, .08), rgba(0, 153, 254, .025)),
		rgba(4, 18, 34, .72);
	box-shadow: 0 16px 40px rgba(0, 0, 0, .22);
	padding: 12px 18px 16px;
}

.footer-payments h3 {
	margin: 0 0 10px;
	color: #f6fbff;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 900;
	text-align: center;
}

.footer-payments .pay {
	display: grid;
	grid-template-columns: repeat(8, minmax(0, 1fr));
	gap: 12px;
	direction: ltr;
}

.footer-payments .pay-icon-wrap {
	height: 52px;
	min-width: 0;
	padding: 0 16px;
	border: 1px solid rgba(101, 192, 254, .18);
	border-radius: 9px;
	background: rgba(255, 255, 255, .96);
	box-shadow: 0 10px 22px rgba(0, 0, 0, .13);
}

.footer-payments .pay-icon-wrap img {
	height: 24px;
	max-width: 86px;
	object-fit: contain;
}

.footer-top {
	background: transparent;
	padding: 28px 0 22px;
}

.footer-grid {
	display: grid;
	grid-template-columns: 1.22fr 1fr 1fr 1fr 1.04fr;
	gap: 0;
	direction: rtl;
	align-items: start;
}

.fcol {
	min-height: 150px;
	border-left: 1px solid rgba(101, 192, 254, .16);
	padding: 2px 26px 0;
	text-align: right;
}

.fcol:last-child {
	border-left: 0;
}

.fcol h4 {
	margin: 0 0 13px;
	color: #f6fbff;
	font-size: 17px;
	line-height: 1.25;
	font-weight: 900;
}

.fcol p,
.fcol li,
.contact div {
	margin: 0;
	color: rgba(225, 241, 255, .72);
	font-size: 13px;
	line-height: 1.9;
	font-weight: 600;
}

.fcol ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.fcol a {
	color: inherit;
	text-decoration: none;
	transition: color .16s ease;
}

.fcol a:hover,
.read-more {
	color: #65c0fe;
}

.footer-newsletter p {
	max-width: 260px;
}

.cfix-newsletter-form {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 42px;
	align-items: center;
	gap: 0;
	max-width: 285px;
	margin-top: 14px;
	direction: rtl;
}

.footer .mail input {
	width: 100%;
	height: 42px;
	margin: 0;
	border: 1px solid rgba(101, 192, 254, .25);
	border-left: 0;
	border-radius: 0 8px 8px 0;
	background: rgba(255, 255, 255, .06);
	color: #f6fbff;
	font-size: 13px;
	font-weight: 700;
	padding: 0 14px;
	text-align: right;
	outline: 0;
}

.footer .mail input::placeholder {
	color: rgba(225, 241, 255, .58);
}

.footer .mail button {
	width: 42px;
	height: 42px;
	margin: 0;
	border: 1px solid rgba(101, 192, 254, .25);
	border-radius: 8px 0 0 8px;
	background: linear-gradient(135deg, #65c0fe, #0099fe);
	color: #fff;
	font-size: 0;
	font-weight: 900;
	cursor: pointer;
	box-shadow: 0 10px 24px rgba(0, 153, 254, .22);
}

.footer .mail button::before {
	content: "›";
	display: block;
	font-size: 26px;
	line-height: 1;
	transform: rotate(180deg);
}

.footer-contact {
	text-align: right;
}

.footer-contact .social {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 14px;
}

.footer-contact .social-link {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	border: 1px solid rgba(101, 192, 254, .18);
	background: rgba(101, 192, 254, .08);
	color: #f6fbff;
	box-shadow: 0 8px 18px rgba(0, 0, 0, .18);
}

.footer-contact .social-link:hover {
	background: rgba(101, 192, 254, .16);
	color: #65c0fe;
}

.footer-contact .social-link svg {
	width: 16px;
	height: 16px;
}

.footer-bottom {
	min-height: 58px;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	border-top: 1px solid rgba(101, 192, 254, .16);
	color: rgba(225, 241, 255, .72);
	font-size: 12px;
	text-align: center;
	padding: 14px 0 18px;
}

.footer-legal {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.footer-credit {
	display: inline-flex;
	align-items: center;
	opacity: .85;
	transition: opacity .16s ease;
}

.footer-credit:hover {
	opacity: 1;
}

.footer-credit img {
	display: block;
	height: 18px;
	width: auto;
}

@media (max-width: 1180px) {
	.footer-payments .pay {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.footer-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		row-gap: 26px;
	}

	.fcol:nth-child(3) {
		border-left: 0;
	}
}

@media (max-width: 760px) {
	.footer-payments-inner {
		padding: 12px;
	}

	.footer-payments .pay {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.footer-grid {
		grid-template-columns: 1fr;
	}

	.fcol,
	.fcol:nth-child(3) {
		min-height: 0;
		border-left: 0;
		border-bottom: 1px solid rgba(101, 192, 254, .16);
		padding: 0 0 22px;
	}

	.fcol:last-child {
		border-bottom: 0;
	}

	.cfix-newsletter-form,
	.footer-newsletter p {
		max-width: none;
	}

	.footer-bottom {
		flex-direction: column;
	}
}
