@import url(https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;700&display=swap);
.footer__contact{display:flex;flex-direction:column}.header{display:flex;justify-content:center;align-items:center}.footer{display:flex;justify-content:space-between;align-items:center}@-webkit-keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.header{flex-direction:column;border-bottom:2px solid #f1f1f1;padding-bottom:15px;margin-bottom:30px}.header__top{width:100%;background-color:#5794a8;height:7px}.header img{max-width:220px;margin-top:15px}.footer{max-width:1280px;margin:auto;width:90%;flex-wrap:wrap;padding-bottom:20px}@media (max-width: 768px){.footer{align-items:center;justify-content:center;text-align:center;padding-bottom:5px}}@media (max-width: 768px){.footer__contact,.footer__payment,.footer__copyright{margin-bottom:20px !important}}.footer__contact{color:#5794a8}.footer__contact-phone{margin-bottom:5px}.footer__payment-title{text-align:center;text-transform:uppercase;font-weight:500;letter-spacing:0.5px;font-size:18px;color:#5794a8;margin:0 !important}.footer__payment-flags{max-width:300px}.footer__copyright{color:#969687;font-size:14px}