.bottom-footer-inner{padding: 20px 0 53px;display: flex;gap: 20px;justify-content: space-between;align-items: center;flex-wrap: wrap;}
.bottom-footer-inner ul{display: inline-flex;gap: 5px 36px;flex-wrap: wrap;position: relative;}
.bottom-footer-inner ul li{position: relative;}
.bottom-footer-inner ul li + li:before{content:'';width: 1px;height: 16px;background: rgba(255, 255, 255, 0.2);position: absolute;left: -18px;top: 50%;transform: translatey(-50%);}
.bottom-footer-inner ul li a{font-weight: 500;font-size: 18px;line-height: 16px;color: rgba(255, 255, 255, 0.6);}
.bottom-footer-inner ul li a.active{color: rgba(255, 255, 255, 0.85);}

.bottom-footer-inner p{font-weight: 400;font-size: 16px;line-height: 120%;color: rgba(255, 255, 255, 0.6);}

@media(max-width: 768px){
	.bottom-footer-inner{flex-direction: column;align-items: flex-start;}
	.bottom-footer-inner ul:before{content:'';width: 5px;height: 100%;position: absolute;top: 0;bottom: 0;left: -20px;background: #101828;z-index: 1;}
}