.footer {
	margin: 1.5rem auto;
}

.footer__container {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.footer__links {
	display: flex;
	justify-content: space-between;
	gap: 2rem;
}

.footer__logo {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.5rem;
}

.footer__logo--img {
	width: 160px;
	height: 25.5px;
	display: flex;
}

.footer__logo--img > img {
	width: 100%;
	height: 100%;
}

.footer__police {
	font-size: 12px;
	color: #757575;
}

.footer__items {
	display: flex;
	align-items: flex-end;
	flex-direction: column;
	gap: 0.35rem;
}

.footer__items--top {
	display: flex;
	align-items: center;
}

.footer__items--item {
	color: #c62620;
	font-size: 15px;
	padding: 0.5rem 0.75rem;
	position: relative;
	min-height: 17px;
}

.footer__items--item::after {
	content: '';
	position: absolute;
	right: 0;
	border-right: 1px solid #757575;
	height: 17px;
}

.footer__item--last::after {
	border-right: 1px solid #c6262000;
}

.footer__items--bottom {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	max-width: 80%;
}

.a-footer-search {
	display: none;
}

@media screen and (max-width: 993px) {
	.footer__links {
		flex-direction: column-reverse;
		align-items: center;
	}
	.footer__items--bottom {
		display: none;
	}
	.a-footer-search {
		display: flex;
	}

	.footer-search {
		width: 20px;
		height: 20px;
	}

	.footer__item--last {
		position: relative;
	}

	.footer__item--last::after {
		border-right: 1px solid #757575;
	}

	.a-footer-search::after {
		display: none;
	}

	.footer__items--top {
		flex-wrap: wrap;
		justify-content: center;
	}

	.footer__links {
		gap: 1.25rem;
	}

	.footer__police {
		text-align: center;
	}
}

.footer__nav li a.footer-red {
	color: #c62620;
}

.footer__nav li a.footer-red:hover {
	color: white;
}
