footer {
	background-color: var(--very-dark);
	color: var(--white);
	position: relative;
}
.footer-block {
	display: flex;
	gap: 20px;
	padding: 30px 0 0px 0;
}	
.footer-left,
.footer-center,
.footer-right {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.footer-left {
	flex: 2;
	font-size: 0.95rem;
	line-height: 1.8;
} 
.footer-center {
	flex: 0.8;
	font-size: 0.95rem;
	line-height: 1.8;
}
.footer-right {
	flex: 1;
	font-size: 0.95rem;
}
.footer-title {
	font-family: var(--font-Condensed);
	font-size: 1.4rem;
	line-height: 1.2;
	letter-spacing: 1.5px;
	display: flex;
	align-items: center;
	flex-direction: column;
	max-width: max-content;
}
.footer-title:after {
	width: 100%;
	height: 2px;
	content: "";
	background: var(--gradient-hr);
	display: block;
	margin: 2px 0;
}
.footer-left > ul,
.footer-center > ul {
	height: auto;
	padding: 0;
} 
.footer-left > ul {
	column-count: 2;
	column-gap: 10px;
}
.footer-menu-sub {
	padding-left: 15px;
}
.footer-menu-sub li a:before {
	content: "-";
	margin-right: 5px;
}
.footer-left ul > li > a.active,
.footer-center ul > li > a.active {
	color: var(--brand) !important;
}
.footer-right .contact-block {
	align-items: flex-start;
	flex-direction: row;
	gap: 10px;
}
.contact-block__item.gps {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 5px;
}
.footer-right .contact-block__item.gps {
	font-size: 0.9rem;
}
.footer-right .contact-block__item.gps > iframe {
	display: none !important;
}
.contact-block__item.gps .vizit {
	padding-top: 5px !important;
	color: var(--brand);
}
.footer-right > iframe {
	width: 170px;
	height: 60px;
	overflow: hidden;
}
.soc-shared-block {
	border-top: 1px solid #888888;
	margin: 20px 0;
	padding-top: 20px;
	display: flex;
	align-items: center;
}
.soc-shared-block > .container {
	max-width: calc(var(--max-width) - 200px);
	display: flex;
	align-items: center;
	gap: 10px;
}
.soc-block,
.soc-block__item,
.shared-block,
.shared-block__item {
	display: flex;
	align-items: center;
	gap: 10px;
}
.soc-block {
	margin-right: auto;
}
.shared-block {
	margin-left: auto;
}
.footer-copy {
	border-top: 1px solid #888888;
	padding: 10px;
	font-size: 0.9rem;
}
.footer-copy > .container {
	display: flex;
	align-items: center;
	text-align: left;
	gap: 10px;
	justify-content: space-between;
}
.footer-copy .link > span {
	display: flex;
}
.footer-count {
	opacity: 0.2;
	width: 35px;
	height: 35px;
}	
.footer-count:hover {
	opacity: 0.7;
}
.footer-count img {
	border-radius: var(--radius);
}
@media only screen and (max-width: 1439.98px) {
	.footer-block { gap: 10px; }
}
@media only screen and (max-width: 1279.98px) {
	.footer-left { flex: 1; }
	.footer-left > ul { column-count: unset; }
}
@media only screen and (max-width: 1023.98px) {

}
@media only screen and (max-width: 991.98px) {
	.footer-left { font-size: 1rem; }
	.footer-center { display: none; }
	.footer-right { font-size: 1rem; }
	.footer-right .contact-block__item.gps { font-size: 1rem; }
	.footer-count { display: none; }
}
@media only screen and (max-width: 799.98px) {

}
@media only screen and (max-width: 767.98px) {

}
@media only screen and (max-width: 639.98px) {
	.footer-block { flex-direction: column; padding: 20px 0 10px 0; }
	.footer-center { font-size: 1rem; display: flex; }
	.footer-title:not(:has(.contact)) { flex-direction: unset; cursor: pointer; }
	.footer-title:not(:has(.contact)):after { 
		content: "";
		display: inline-block;
		width: 1.4rem;
		height: 1.4rem;
		background: var(--white);
		mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'><path fill='currentColor' d='M297.4 438.6C309.9 451.1 330.2 451.1 342.7 438.6L502.7 278.6C515.2 266.1 515.2 245.8 502.7 233.3C490.2 220.8 469.9 220.8 457.4 233.3L320 370.7L182.6 233.4C170.1 220.9 149.8 220.9 137.3 233.4C124.8 245.9 124.8 266.2 137.3 278.7L297.3 438.7z'/></svg>");
		margin-left: auto;
		transition: transform 0.2s linear;
	}
	.footer-title:not(:has(.contact)).open:after {
		display: inline-block;
		transform: rotate(-180deg);
	}
	.footer-left > ul,
	.footer-center > ul {
		max-height: 0;
		display: none;
		transition: max-height 0.2s linear;
		padding-left: 15px;
	}
	.footer-left > .open + ul,
	.footer-center > .open + ul {
		max-height: 100%;
		display: block;
	}
	.soc-shared-block > .container {
		flex-direction: column;
		align-items: flex-start;
	}
	footer .shared-block {
		margin-left: unset !important;
	}
	.footer-copy {
		font-size: 0.8rem;
	}
}
@media only screen and (max-width: 479.98px) {
.shared-block strong {
    display: none;
}

}
@media only screen and (max-width: 413.98px) {

}
@media only screen and (max-width: 359.98px) {

}
@media only screen and (max-width: 319.98px) {

}
