.footer .column-left {
    width: 30%;
}   
.footer .column-right {
    width: 64%;
} 
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: 40px;
}
.footer-bottom span {
    color: #fff;
}

.footer .icon-box {
    height: 71px;
    width: 71px;
}
.footer .schedule-ture p {
    font-size: 21px;
	font-weight: bold;
  	line-height: 32px;
}
.footer .schedule-ture p span {
    font-size: 24px;
}
.footer .schedule-ture p a:hover span {
   color: var(--lightGreen) !important;
}


.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,
.footer-menu a:focus {
	color: var(--lightGreen) !important;
	text-decoration: none;
}

@media(max-width:1400px) {
    .main-row {
        flex-direction: column;
        gap: 55px;
    }
    .footer .column-left,
    .footer .column-right {
        width: 100%;
    }
    .footer-logo {
        justify-content: center;
    }
    footer.footer .footer-bottom {
        text-align: center;
    }
    .footer .contact-col > * {
        width: auto !important;
        margin-bottom: 0;
    }
    .footer .contact-col > *:first-of-type {
        width: 313px !important;
    }
    .footer .contact-col,
	.footer-menu {
        justify-content: center;
    }
}
@media(min-width:992px) {	
	.footerlink, .footer-menu-container {
        margin-bottom: 10px;
    }
	.footer-menu li:not(:last-child)::after {
		content: '|';
		position: absolute;
		right: -10px;
		top: 50%;
		transform: translateY(-50%);
		color: #fff;
	}
	.footer-menu li:first-child {
		padding-left: 0px;
	}
}
@media(max-width:992px) {
	.footer .contact-col {
        flex-direction: column;
        max-width: 328px;
        margin: 0 auto;
    }
    .footer .column-left {
        margin-bottom: 0 !important;
    }
    .footer .column-right {
        margin-top: 0 !important;
    }
	
	.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;
		justify-content: center;
	}
}
@media(max-width:430px) {
	.footer .icon-box {
		height: 61px;
		width: 61px;
	}
	.footer .icon-box img {
		width: 100%;
	}
	.footer .contact-col > :first-of-type {
		width: auto !important;
	}
	.footer .schedule-ture p {
		font-size: 20px;
	}
}
@media(max-width:430px) {
	.footer .schedule-ture p {
		font-size: 19px;
	}
}
@media(max-width:350px) {
	.footer .schedule-ture p {
		font-size: 17px;
		line-height: 24px;
	}
}