footer{
	background: #232323;
	margin-top: 40px;
}
.footer__top h2{
    font-weight: 600;
	font-size: 20px;
	color: #cfd1d2;
	padding: 15px 0;
	border-bottom: 3px solid rgba(232,232,232,0.2);
	margin-bottom: 25px;
}
footer ul{
	list-style-type: none;
}
.footer__top li > a{
	font-size: 14px;
	color: #cfd1d2;
	font-weight: 500;
	margin: 15px 0;
	display: block;
}
.footer__top li > a:hover{
	color: #00a0dc;
}
.footer__top div > a{
	opacity: .5;
	margin: 15px 5px;
}
.footer__top div > a:hover{
	opacity: 1;
}
.footer__top{
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(232,232,232,0.2);
}
.footer__bottom{
	padding: 10px 0;
	color: #feffff;
	font-size: 1.20px;
}
.footer__bottom article{
	height: 45px;
}

.footer__bottom a{
	color: #feffff;
}