﻿@charset "utf-8";
:root{--color:#0C3F8E;--color1:#0C3F8E;}
body{--fontfamily:"Oswald"}
.head-share ul li:last-child a{margin-right:0}
footer .foot-contact .share-list{margin-top:1em;display:flex;align-items:center;flex-wrap:wrap;list-style:none;gap:15px}
footer .foot-contact .share-list li a{width:35px;height:35px;border-radius:50%;background:#d6d7dc;color:var(--hovercolor);display:inline-flex;align-items:center;justify-content:center;text-decoration:none}
footer .foot-contact .share-list li a:hover{background:var(--color);color:#fff}
