﻿.jss93 {
    top: initial;
    right: initial;
    position: relative;
}

#MobileMenuDiv {
    display: none;
}

.shkc-mobile-menu {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    position: fixed;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-tap-highlight-color: transparent;
    display: none;
}

.shkc-mobile-menu.active {
    display: flex;
}

.shkc-mobile-menu-inner {
    width: 100%;
    max-width: 320px;
    right: 0;
    top: 0;
    height: 100%;
    outline: 0;
    z-index: 999999;
    box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
    left: auto;
    flex: 1 0 auto;
    background-color: #fff;
    position: fixed;
    overflow-y: auto;
    flex-direction: column;
    display: flex;
    -webkit-overflow-scrolling: touch;
}

.shkc-mmi-top {
    padding: 10px 20px 20px 20px;
    grid-template-columns: 10fr 1fr;
    align-items: center;
    display: grid;
}

.shkc-mmi-top img {
    width: 100%;
}

.shkc-mmc-logo {
    max-width: 70%;
}

.shkc-mmi-lang {
    column-gap: 5px;
    padding: 0 0 20px 20px;
    flex-direction: row;
    display: flex;
}

.shkc-mmi-lang span,
.shkc-mmi-lang a {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.43;
    color: #333333;
}

.shkc-mmi-lang a {
    cursor: pointer;
}

.shkc-mmi-lang a:hover {
    color: #EE1C25!important;
}

.shkc-mmi-center {
    flex-direction: column;
    display: flex;
}

.shkc-mmi-item {
    border-top: 1px solid #EEEFF3;
    flex-direction: column;
    display: flex;
    text-decoration: none;
    cursor: pointer;
}

.shkc-mmi-item a {
    width: 100%;
    padding: 24px 40px 24px 40px;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    display: flex;
    text-decoration: none;
    color: #858997;
}

.shkc-mmi-item h6 {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 16px;
    color: #858997;
}

.shkc-mmi-item ul {
    row-gap: 10px;
    padding: 0 40px;
    list-style-type: none;
    flex-direction: column;
    display: none;
}

.shkc-mmi-item.active ul {
    display: flex;
}

.shkc-mmi-item ul a {
    padding: 0;
    color: #858997;
    text-decoration: none;
}

.shkc-mmi-bottom a {
    padding: 24px 40px 24px 40px;
    color: white;
    background-color: #EE1C25;
    align-items: center;
    display: flex;
    text-decoration: none;
}

.shkc-mmi-bottom h6 {
    margin-left: 30px;
    margin-bottom: 0;
}

@media screen and (max-width: 991px) {
    header {
        padding: 15px 0 20px !important;
    }

    #NavBarDiv {
        align-items: center;
        justify-content: space-between;
    }

    #TopBarDiv {
        display: none;
    }

    #MenuDiv {
        display: none;
    }

    #MobileMenuDiv {
        column-gap: 80px;
        align-items: center;
        flex-direction: row;
        display: flex;
    }
}

@media screen and (max-width: 640px) {
    #MobileMenuDiv {
        column-gap: 20px;
    }

    .jss78 {
        height: 50px;
    }
}