:root {
    --font: "Roboto" !important;
    --font-title: "Marcellus";
    --primary: #006ea8;
    --main-color: #006ea8;
    --blue: #006ea8 !important;
    --links-color: #0052a5 !important;
    --links-color-hover: #005886 !important;
    --resize-btn-color: #006297 !important;
    --footer-bg: #006ea8;
    --footer-bg-darken: #003d76 !important;
    --important-bg: #e3f8ff !important;
    --important-title-color: #056fac !important;
    --important-text-color: #424242 !important;
}

header .header-logo.header-logo-biplovip .main-title .where {
    color: #1B1B1B !important;
}

.contents .tags {
    border-top: 1px solid var(--main-color);
    padding: 15px;
    background: white;
}