@media (max-width: 680px){
	
	.inner.split2 div {
    width: 100%;
}
.inner.split2 {
    flex-wrap: wrap;
    gap: 30px;
}
.foot-split {
    flex-wrap: wrap;
}	
	.site-footer__top {
    width: 100%;
		    padding-bottom: 40px;
}
	.foot-right {
    width: 90%;
    margin: 0 auto;
}
ul.site-footer__menu {
    gap: 0;
    border-bottom: var(--foot-border);
}
	li.site-footer__item {
    width: 50%;
    text-align: center;
    border-top: var(--foot-border);
    border-right: var(--foot-border);
		        box-sizing: border-box;
}
	li.site-footer__item:nth-child(even) {
    border-right: 0;
}
.site-header__bar {
    width: 90%;
    margin: 0 auto;
}
	
	
	
	
	
	
	
}