.column-left, .column-right {
	width: 49%;
}
footer {
	background-color: var(--darkBlue);
	/*padding: 69px 0 68px;*/
}
.footer-logo {
	gap:54px;
	align-items: center;
}
.footer-logo img {
	height: 119px;
}
.footer-logo .second-logo img {
	height: 83px;
}
.footer-logo .second-logo {
	position: relative;
}
.footer-logo .second-logo::before {
	position: absolute;
	content: "";
	width: 1px;
	height: 110%;
	background-color: var(--white);
	left: -12%;
	top: 50%;
	transform: translateY(-50%);
}
footer .schedule-ture {
	margin-bottom: 29px;
}
footer .footer-bottom {
	margin-top: 69px;
}
.footer-bottom span {
    color: #fff;
}


.footer-menu-container {
	text-align: center;
}  
.footer-menu {
	display: flex;
	justify-content: center;
	align-items: center;
	list-style: none;
	padding: 0;
	margin: 0;
}  
.footer-menu li {
	position: relative;
	padding: 0 20px;
}
.footer-menu a {
	text-decoration: none;
	color: #fff;
}
.footer-menu a:hover {
	color: #fff;
	text-decoration: underline;
}

.footer-menu a:hover,
.footer-menu a:focus {
	color: var(--lightGreen) !important;
	text-decoration: none;
}
.footer .schedule-ture p a:hover span {
	color: var(--lightGreen) !important;
}

@media(min-width:992px) {
    .footerlink, .footer-menu-container {
        margin-bottom: 22px;
    }
	.footer-menu li:not(:last-child)::after {
		content: '|';
		position: absolute;
		right: -10px;
		top: 50%;
		transform: translateY(-50%);
		color: #fff;
	}
}
@media(max-width:992px) {
	.footerlink {
		margin-bottom: 22px;
	}
	.footer-logo {
		flex-direction: column;
		gap: 70px;
	}
	.footer-logo .second-logo::before {
		width: 60%;
		height: 1px;
		left: 0;
		right: 0;
		margin: auto;
		top: -40%;
		transform: translateY(0);
	}
	.footer-bottom {
		display: flex;
		flex-direction: column;
		gap: 30px;
	}
	.footerlink {
		/*line-height: 47px;*/
		display: flex;
		flex-direction: column;
		gap: 20px;
	}
	.footerlink span {
		display: none;
	}
	.footerlink a.text-white {
		display: block;
	}
	.column-left, .column-right {
		width: 100%;
	}
	.column-right {
		margin-top: 50px;
	}
	.footer-menu {
		flex-direction: column;
		gap: 15px;
	}
}
@media(max-width:430px) {
	.footer .contact-col > :first-of-type {
		width: auto;
	}
	.footer .schedule-ture p span {
		font-size: 20px;
		line-height: 28px;
	}
}