.c-header{justify-content:space-between;margin:auto;max-width:1320px;padding:15px}.buttons-wrap,.c-header{align-items:center;display:flex}.buttons-wrap{gap:10px}.h-button{background:linear-gradient(45deg,#0b60da,#2482fd);border:none;border-radius:6px;color:#fff;transition:background .3s ease}.button-2,.h-button{cursor:pointer;display:block;font-family:Poppins,sans-serif;font-size:14px;font-weight:600;height:40px;text-align:center;width:143px}.button-2{background:transparent;border:1px solid #eaf3ff;border-radius:6px;color:#0b60da;transition:border .3s ease}.h-button:hover{background:linear-gradient(45deg,#2482fd,#0b60da)}.button-2:hover{border:1px solid #2482fd}@media screen and (max-width:600px){.buttons-wrap{display:none}}