:root {
  --evo-brand-primary: #113164;
  --evo-brand-secondary: #0a1d3c;
  --evo-brand-accent: #6d9e96;
  --evo-header-background: #fff;
}
/* change logo on mobile layout */
.header-mobile .logo img { content:url('https://us.evocdn.io/dealer/1493/content/media/Brands/RPG%20SFS%20Logo_white.png'); }

.header-full .header-contacts a { color:white; }


.desktop .row-width-75p { width: 75%; margin: 0 auto; }
.desktop nav.menu .catalog-block ul.catalog>li { max-width: 250px; }

/* rbs = reduce bottom margin spacing */
.desktop .rbs-1 { margin-bottom: -1rem !important; } /* -16px */
.desktop .rbs-2 { margin-bottom: -2rem !important; } /* -32px */
.desktop .rbs-3 { margin-bottom: -3rem !important; } /* -48px */
.desktop .rbs-4 { margin-bottom: -4rem !important; } /* -64px */
.desktop .rbs-5 { margin-bottom: -5rem !important; } /* -80px */


/* mobile footer */
@media only screen and (max-width: 768px) {
  .contacts .contact-block { width: 350px; margin: auto; }
  .contacts .contact-element { margin:auto; }
  .contacts .contact-block.contact-social { width: fit-content !important; margin: 16px auto; }
  .contactdetails_container .contacts { border-top: 1px solid #d3d3d3; }
}