/* Footer redesign: white logo, separators, phone icons, requisites */
.footer {
	font-family: "Nunito", "ProximaNova", sans-serif;
}

.footer .footer_bottom {
	padding: 36px 0 40px;
}

.footer_grid {
	align-items: flex-start;
	justify-content: space-between;
	gap: 0;
	width: 100%;
}

.footer_col {
	position: relative;
	box-sizing: border-box;
	padding: 0 22px;
	min-width: 0;
}

.footer_col:first-child {
	padding-left: 0;
}

.footer_col:last-child {
	padding-right: 0;
}

.footer_col + .footer_col::before {
	content: "";
	position: absolute;
	left: 0;
	top: 4px;
	bottom: 4px;
	width: 1px;
	background: rgba(215, 180, 106, 0.28);
}

.footer_brand {
	flex: 1.15 1 0;
	max-width: 280px;
}

.footer_nav {
	flex: 0.9 1 0;
}

.footer_contacts {
	flex: 1.2 1 0;
	max-width: 320px;
}

.footer_logo {
	display: inline-block;
	margin-bottom: 12px;
	line-height: 0;
}

.footer_logo img {
	display: block;
	width: 200px;
	max-width: 100%;
	height: auto;
}

.footer .footer_brand .slogan {
	margin: 0 0 10px;
	font-size: 14px;
	line-height: 1.4;
	color: rgba(255, 255, 255, 0.72);
}

.footer .footer_brand .copyright p {
	margin: 0;
	font-size: 13px;
	line-height: 1.45;
	color: rgba(255, 255, 255, 0.55);
}

.footer .footer_brand .policy {
	margin: 12px 0 0;
}

.footer .footer_brand .policy a {
	font-size: 13px;
}

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

.footer .footer_bottom ul li {
	display: block;
	padding-bottom: 12px;
}

.footer .footer_bottom ul li:last-child {
	padding-bottom: 0;
}

.footer .footer_bottom ul li a {
	font-size: 15px;
	color: #d2d2d2;
}

.footer_phone,
.footer_mail {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 10px;
	margin: 0 0 12px;
	font-size: 15px;
	line-height: 1.35;
	color: #fff;
}

.footer_phone a,
.footer_mail a {
	color: #d7b46a;
	font-weight: 700;
}

.footer_phone_place {
	flex: 1 0 100%;
	padding-left: 26px;
	margin-top: -4px;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.5);
}

.footer_icn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	flex: 0 0 18px;
	color: #d7b46a;
}

.footer_icn svg {
	display: block;
	width: 16px;
	height: 16px;
}

.footer_address {
	margin: 0 0 8px;
	padding-left: 26px;
	font-size: 13px;
	line-height: 1.45;
	color: rgba(255, 255, 255, 0.7);
}

.footer_divider {
	height: 1px;
	margin: 28px 0 22px;
	background: linear-gradient(90deg, transparent, rgba(215, 180, 106, 0.45), transparent);
}

.footer_legal {
	color: rgba(255, 255, 255, 0.72);
	font-size: 13px;
	line-height: 1.55;
}

.footer_legal_head {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: space-between;
	gap: 8px 20px;
	margin-bottom: 8px;
}

.footer_legal_name {
	margin: 0;
	font-size: 15px;
	font-weight: 800;
	color: #fff;
	letter-spacing: 0.02em;
}

.footer_legal_contacts {
	margin: 0;
	font-size: 13px;
}

.footer_legal_contacts a {
	color: #d7b46a;
}

.footer_legal_sep {
	margin: 0 6px;
	color: rgba(215, 180, 106, 0.5);
}

.footer_legal_address {
	margin: 0 0 14px;
	max-width: 720px;
}

.footer_reqs {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px 24px;
	margin: 0;
}

.footer_reqs > div {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 6px 10px;
	align-items: baseline;
}

.footer_reqs dt {
	margin: 0;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: rgba(215, 180, 106, 0.85);
}

.footer_reqs dd {
	margin: 0;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.78);
	word-break: break-word;
}

@media screen and (max-width: 1000px) {
	.footer_grid {
		flex-wrap: wrap;
		gap: 24px 0;
	}

	.footer_col {
		flex: 1 1 45%;
		max-width: none;
		padding: 0 16px;
	}

	.footer_col:nth-child(odd) {
		padding-left: 0;
	}

	.footer_col:nth-child(even) {
		padding-right: 0;
	}

	.footer_col + .footer_col::before {
		display: none;
	}

	.footer_col:nth-child(even) {
		border-left: 1px solid rgba(215, 180, 106, 0.28);
	}

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

@media screen and (max-width: 720px) {
	.footer .footer_bottom {
		padding: 28px 0 32px;
	}

	.footer_grid {
		display: block;
	}

	.footer_col {
		width: 100%;
		max-width: none;
		padding: 0 0 22px !important;
		border: none !important;
		border-bottom: 1px solid rgba(215, 180, 106, 0.2) !important;
		margin-bottom: 22px;
	}

	.footer_col:last-child {
		border-bottom: none !important;
		margin-bottom: 0;
		padding-bottom: 0 !important;
	}

	.footer_logo img {
		width: 180px;
	}

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

	.footer_legal_head {
		flex-direction: column;
		align-items: flex-start;
	}
}
