﻿header {
    height: 55px;
    min-width: unset;
    position: fixed;
    width: 100%;
    z-index: 1000;
    background-color: #000;
    -webkit-print-color-adjust: exact;
}

    header .site-logo {
        float: left;
        margin: 0 0 0 20px;
        cursor: pointer;
        height: 50px;
    }

    header .contact-container {
        padding: 3px 20px 0 0px;
        box-sizing: border-box;
        float: right;
        height: 100%;
        text-align: right;
        display: none;
    }

    header .contact-label {
        color: #FFF;
        font-size: 13px;
        display: block;
    }

    header .bottom-border {
        width: 100%;
        height: 5px;
        border-top: 1px solid #7a2726;
        background: #5e0d0d;
        position: absolute;
        top: 50px;
    }

    header .i24x24.help {
        float: right;
        margin: 13px;
    }

    header .popup {
        margin-right: 7px;
        margin-top: -4px;
        font-size: 14px;
        font-weight: normal;
    }

        header .popup .company-name {
            font-size: 16px;
            font-weight: 600;
        }

@media (min-width: 768px) {
    header {
        height: 66px;
    }

        header .site-logo {
            height: 60px;
        }

        header .bottom-border {
            height: 6px;
            top: 60px;
        }

        header .contact-container {
            display: block;
        }

        header .help {
            display: none;
        }
}
