*{margin:0;padding:0;box-sizing:border-box}.header-flex{display:flex;justify-content:space-between;align-items:center;height:60px;padding:0 20px}.header-flex .logo img{max-height:50px;height:auto}.main-menu ul{display:flex;list-style:none;margin:0;padding:0;align-items:center}.main-menu ul li{margin-left:20px}.main-menu ul li:first-child{margin-left:0}.main-menu ul li a{text-decoration:none;font-size:16px;line-height:1}.top-bar,.footer-bottom{padding:5px 0}.footer-widgets{margin-bottom:10px}@media (max-width:768px){.header-flex{flex-direction:column;align-items:flex-start;height:auto;padding:10px}.main-menu ul{flex-direction:column;gap:10px}}