html
 {
font-family:Arial;   
    word-wrap: break-word;
 }
body
 {
font-size:14px;   
 } 
 .uk-navbar{
border-top: 1px solid #383838;
border-bottom: 1px solid #383838;    
 }
 .uk-navbar-item, .uk-navbar-nav>li>a, .uk-navbar-toggle
 {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    height: 30px;
    padding: 0 15px;
    font-size: 0.92rem;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    text-decoration: none;
}
.uk-navbar-nav>li>a {
    color: #383838;
    text-transform: uppercase;
    transition: .1s ease-in-out;
    transition-property: color,background-color;
}
.uk-nav-default>li>a {
    color: #383838;
}
.uk-nav>li>a {
    padding: 2px 0;
}
ul.uk-nav-sub {
    padding: 0 0 0 15px;
}
.menu_name{
    color: #d42027;
    width: 183px;
    margin-top: 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px solid #cfcfcf;
}
.uk-nav-default .uk-nav-sub a {
    color: #6f6f6f;
    font-weight: normal;
    text-transform: none;
}
.uk-nav-default .uk-nav-sub li {
    list-style: disc;
    color:#d42027;
    line-height:1.1;
}
h1{
    font-weight: 500;
    color: #d42027;    
    font-size: 24px;
}
h2{
    font-weight: 500;
    font-size: 18px;
    color: #044a6d;
}
h3{
    font-weight: 500;
    font-size: 16px;
}
*+.uk-h1, *+.uk-h2, *+.uk-h3, *+.uk-h4, *+.uk-h5, *+.uk-h6, *+h1, *+h2, *+h3, *+h4, *+h5, *+h6{
margin-top: 5px;
margin-bottom: 10px;
}
.uk-parent{
text-transform:uppercase;
font-weight:700;
}
.name-label{
    background-color: #d42027;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    font-size:18px;
    text-align:center;
    padding:5px 0;
}
.uk-card-body {
    padding: 10px;
}
.uk-text-small {
    font-size: 0.7rem;
    line-height: 1.2;
}
address, dl, fieldset, figure, ol, p, pre, ul {
    margin: 0 0 5px 0;
}
.uk-section-secondary{
background:#044a6d;    
}
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default>li>a{
color:white;    
}
.contacts span {
    color: #044a6d;
    font-size: 20px;
}
.contacts b {
    font-weight: 400;
    color: #d42027;
    font-size: 36px;
}
.widget-copyright{
color:white !important;    
}
.widget-copyright a{
color:white !important;    
}
.field {display:none}