﻿header {
    background: #fff;
    padding-right: 80px;
    padding-left: 80px;
    z-index: 2000;
}

    header .navbar-toggler {
        padding: 0;
    }

    header .image-consult-review {
        margin-top: 17px;
    }

        header .image-consult-review > img {
            width: 123px;
            height: 79px;
            object-fit: cover;
            object-position: top;
        }

    header .label-consult-review {
        color: var(--primary-blue);
        font-family: var(--font-header);
        font-style: normal;
        font-weight: 400;
        line-height: 24px; /* 150% */
        width: 69px;
        margin-left: 8px;
        display: inline-flex;
    }

    header .slug {
        color: var(--primary-blue);
        /* Headline/Medium */
        font-family: var(--font-header);
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px; /* 133.333% */
    }

    header a, header a:visited {
        color: initial;
        text-decoration: none;
    }

    header .auth-server ul {
        margin-bottom: 0;
    }

.btn-signin {
    font-weight: 600;
}

    .btn-signin > i {
        vertical-align: middle;
    }

@media (max-width:1250px) {

    header .image-consult-review {
        margin-top: 41px;
    }
}

@media (max-width: 991px) {
    .header-main {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
    }

    header {
        padding-right: 2%;
        padding-left: 2%;
    }

    .logo img {
        width: 150px
    }
}

@media (max-width: 767px) {

    header .logo img {
        width: 100px;
        position: relative;
        z-index: 9999;
    }

    header {
        padding-right: 2.5%;
        padding-left: 2%;
    }
}

@media (max-width: 575px) {

    header .logo {
        padding-left: 10px;
    }

/*        header .logo img {
            max-width: 100%;
            margin-left: 10px;
        }*/

    header .search > i {
        line-height: 41px
    }
}

@media (max-width: 767px) {
    header .logo img {
        width: 100px !important;
        position: relative;
        z-index: 9999;
        height: auto !important;
    }
}