/*
#############
Start footer
#############
*/
.footer {
	display: flex;
	max-width: 1280px;
	width: 100%;
	margin: 140px auto 0;
	border-top: 1px solid;
	padding-top: 32px;
	padding-bottom: 135px;
}

.footer .footerMenu {
	max-width: 950px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 100%;
}

.footer .footerMenu li {
	margin-right: 85px;
	margin-bottom: 25px;
	min-width: 110px;
}

.footer .footerMenu a {
	color: #19184f;
	text-align: center;
	font-family: OpiumNewC;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.row {
	width: 100%;
	margin-left: -10px;
	margin-right: -10px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}

.row .col-md-2 {
	width: calc(100% / 12 * 2);
}

.row .col-md-10 {
	width: calc(100% / 12 * 10);
}

@media (max-width: 768px) {
	.footer .footerMenu {
		margin: 0 auto;
		width: 300px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.footer .footer__logo {
		margin-left: calc(((100% - 300px) / 2) - 10px);
	}
	.row {
		margin: 0px;
	}

	.footer .footerMenu li {
		margin-right: 0px;
	}

	.row .col-xs-12 {
		width: calc(100% / 12 * 12);
	}
}

/*
#############
End footer
#############
*/
