/*footer
=======================*/
footer{
	padding: 104px 0;
	background: #F1EADC;
}

.footer-wrapper{
	display: flex;
}

.footer-block__rights{
	margin-top: 73px;
}

.footer-block__link p{
	margin-top: 7px;
}

.menu_footer{
	margin-left: 81px;
}

.menu__item_footer{
	padding: 0;
}

.menu-footer{
	margin: 40px 0px 0px 183px;
}

.menu-footer__item{
	width: 100%;
	margin-bottom: 10px;
}

.menu-footer__item:last-child{
	margin-bottom: 0;
}

.menu-footer__item a{
	display: inline-block;
	border-bottom: 1px solid transparent;
	transition: .5s ease border, .5s ease color;
}

.menu-footer__item a:hover{
	border-bottom: 1px solid #6e9c9f;
	color: #6e9c9f;
	transition: .5s ease border, .5s ease color;
}

.footer-block_right{
	margin-left: auto;
	text-align: right;
}

.email_footer{
	margin: 9px 0px 30px 0;
}

.footer-block__networks{
	display: flex;
	justify-content: flex-end;
}

.footer-block__link{
	margin-right: 12px;
}

.footer-block__link:last-child{
	margin-right: 0px;
}

.footer-visa img{
	margin: 31px 0px 0px auto;
}
