
@media screen and (max-width: 768px) {
	.footer__subscribe {
		display: none;
	}					
}
footer{
	height: auto
}
.footer__right_top{
	top:auto;
	padding-bottom: 30px;
}
.footer__right_top::after{
	content: '';
	clear: both
}