header {
    color: #244170;
    width: 100%;
    padding: 25px 0;
}

header.fixed {
    background: #000;
}

header svg {
    max-width: 100%;
}

header .nav-item {
    margin-left: 30px;
    position: relative;
    display: flex;
    align-items: center;
}

header .nav-item:last-child{
    margin-left: 0;
}

header .nav-item:after {
    content: '';
    width: 0;
    height: 1px;
    background: #244170;
    position: absolute;
    left: 0;
    bottom: -4px;
    transition: .3s all ease-in-out;
}

header .nav-item:hover:after {
    width: 100%;
}

header .nav-item:hover, header .lang-switcher:hover, header .profile img:hover {
    opacity: .9;
}

header .btn.btn-renew-contract {
    margin: 0 10px;
}

.lang-switcher img, header .nav-item img {
    position: relative;
    top: -2px;
}

@media (max-width: 768px) {
    header .col-md-6 {
        display: none;
    }

    header .col-md-3 {
        display: flex;
        justify-content: center;
    }

    header .col-md-3 img {
        margin-bottom: 35px;
    }

    header {
        position: initial;
        background: #244170;
    }

    header .btn-white {
        min-width: 199px;
        width: 60%;
    }

    header .btn-transparent {
        min-width: 124px;
        width: 40%;
    }

    .ready-packages h2 {
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 37px;
    }

    .mobile-nav,.order-summary {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 100%;
        min-height: 80px;
        background: #FFFFFF;
        box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.08);
        border-radius: 12px 12px 0 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 15px;
        z-index: 2;
    }
    .order-summary-rows{
        display: none !important;
    }

    .mobile-nav svg {
        margin-bottom: 8px;
    }

    .prices-wrapper{
        width: 100%;
    }

    .mobile-nav a {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        font-style: normal;
        font-weight: 700;
        font-size: 12px;
        line-height: 20px;
        color: #C6C6C6;
    }

    .mobile-nav a.active {
        color: #263F6E;
    }

    .mobile-nav a.active svg path{
        fill: #263F6E;
    }

    .mobile-summary{
        color: #263F6E;
    }
}
