footer {
	height: 350px;
	margin-top: 30px;
	background-color: #1F4179;
	font-family: 'Roboto', sans-serif;
}

footer a {
	color: #ffffff;
}

footer a:hover {
	color: #F9C604;
	text-decoration: none;
}

.adress-contacts p{
	color: #ffffff;
	margin: 0px;
}

.adress-contacts a{

}

.footer-timetable {
	font-size: 13px;
}


.footer-container {
	height: 285px;
	display: flex;
}

.footer-column-1 {
	width: 25%;
}

.footer-column-2 {
	width: 25%;	
}

.footer-column-3 {
	width: 20%;	
}

.footer-column-4 {
	width: 30%;
	display: flex;
	/* justify-content: center; */
	justify-content: flex-end;
}

.currency-container {
	margin-top: 50px;
	width: 80%;
	/* height: 235px; */
	/* border: 2px solid #F9C604; */
}

.footer-informer {
	border: 2px solid #F9C604;
	padding: 15px;
}

.footer-informer p {
	color: #ffffff;
	margin: 0px;
}

.today-currency {
	margin-bottom: 10px;
}

.date-heading {
	color: #ffffff;
}

.site-links-menu {
/* 	margin-top: 50px; */
	display: flex;
	flex-direction: column;
}

.footer-login {
	padding: 0;
}

.payment-systems {
	display: flex;
	align-items: center;
}

.payment-systems span {
	color: #8fa0bc;
	font-size: 32px;
	margin-right: 5px;
}

.payment-image {
	height: 39px;
}

.footer-heading {
	display: flex;
    align-items: center;
}

.footer-heading h3{
	font-size: 25px;	
	color: #ffffff;
	margin-bottom: 0px;
}

.footer-social {
	display: flex;
	align-items: center;
	margin-top: 15px;
}
.footer-social a:first-child {
	margin-left: 0px;
}

.copyright-container {
	color: #ffffff;
}

.kais-copyright {
	color: #ffffff;
}

.kais-copyright:hover {
	color: #F9C604;
	text-decoration: none;
}


.company-copyright {
	font-style: normal;
}

.footer-column-mobile {
	display: none;
}

.footer-mobile-payments {
	display: none;	
}



/* #navbarCollapse2 > .firstline-menu > li:last-child > a */

@media only screen and (min-width : 991px) {
	.adress-contacts p {
	display: block;
    width: 240px;
}
}


@media only screen and (max-width : 991px) {
	footer {
		height: 730px;
	}

	.footer-container {
		height: 650px;
		flex-direction: column;	
	}
	
	.footer-column-1 {
		display: none;
	}
	
	.footer-column-2 {
		width: 100%;
		display: flex;
		justify-content: center;
		text-align: center;
	}
	
	.footer-column-3 {
		display: none;
	}

	.currency-container {
		/* height: 250px; */
		margin-top: 30px;
		display: flex;
		justify-content: center;
	}
	
	.footer-mobile-payments {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		margin: 10px 0px 25px;
	}
	
/* 	.footer-column-3 {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 100%;
	} */
	
	.footer-column-4 {
		width: 100%;
		display: flex;
		justify-content: center;
	}
	
	.site-links-menu {
    margin-top: 30px;
	}
	
	.footer-heading h3{
		font-size: 20px;
	}
	
	.footer-column-mobile {
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	
	.copyright-container {
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-top: 30px;
	}
	
	.copyright-container p {
		text-align: center;
	}
	
	.footer-social {
		margin-top: 15px;
	}
	
	.footer-column-mobile > .adress-contacts > a {
	margin: 0px;	
	}
	
	
}

