﻿@charset "utf-8";
:root{--color:#59ac1a}
table tr:nth-child(odd){background-color: #efefef;}
table tr:nth-child(even){background-color: #fff;}
footer{background-color:#1e1f1c;color:var(--headercolor)}
footer a{color:var(--headercolor)}
footer .foot-share ul a{margin:0;display:flex;align-items:center;justify-content:center;width:35px;height:35px;color:#fff;border-radius:50%;transition:transform .2s ease-in-out}
footer .foot-share ul a.fb{background-color:#3b5997}
@media (min-width:501px){footer .foot-contact ul li:first-child {margin-bottom:2px;width:100%;justify-content:center;}
footer .foot-contact ul li:first-child p br {display:none}
footer .foot-contact ul li:first-child p a:not(:last-child) {margin-right:10px}
footer .foot-contact ul li:first-child p a:not(:last-child):after {content:'/';margin-left:10px;color:#fff}}