body.page-loaded #header-menu-template-vokno .header-menu-category-container .submenu-level-2 {
    display: block !important;
}

#header-menu-template-vokno {

    .bg-image {
        text-align: right;
        background-image: url(/_data/styly/vokno/header/bg-image-underlayer.jpg);
        background-repeat: repeat-x;
        background-position: top;
    }

    .header-main-container {
        padding-top: 52px;
        padding-bottom: 38px;
        position: relative;
        height: 132px;
    }

    #menu-group-1 {
        gap: 1.0rem;
        margin-top: -28px !important;

        @media(min-width: 1300px){
            gap: 1.5rem;
        }
        .header-menu-category-lv0-link {
            text-decoration: none;
        }

        .header-menu-category-lv0-link:after {
            content: "";
            display: block;
            width: 100%;
            height: 1px;
            position: absolute;
            bottom: 15px;
            left: 0;
            background-color: var(--g-color-3);
            transition: background-color 0.3s ease-in-out;
        }

        .header-menu-category-lv0-link.category-active:after,
        .header-menu-category-lv0-link:hover:after {
            background-color: var(--g-color-2);
        }

        .header-menu-category-lv1-link {
            padding-left: clamp(12px, calc(24 / 1920 * 100vw), 24px);
            padding-right: clamp(12px, calc(24 / 1920 * 100vw), 24px);
        }

        .submenu-level-2-content {
            padding-left: clamp(12px, calc(24 / 1920 * 100vw), 24px);
        }

        .header-menu-category-lv1-link .title{
            text-decoration: underline;
            text-underline-offset: 2px;
            letter-spacing: 0.03em;
            display: flex;
            align-items: flex-end;
            padding-top: 15px;
        }

        .header-menu-category-lv1-link .subtitle{
            color: grey;
            min-height: 50px;
            /*font-style: italic;*/
        }

        .header-menu-category-lv1-link img {
            height: clamp(100px, calc(140 / 1920 * 100vw), 140px);
            width: clamp(72px, calc(100 / 1920 * 100vw), 100px);
        }
        .header-menu-category-lv1-link.category-active {
            color: var(--g-color-2);
        }

        .separator {
            background: var(--g-color-3);
            width: 5px;
            height: 5px;
            border-radius: 50%;
            margin-top: 4px;
        }
    }

    #vokno-branches {
        padding-top: 29px;
        padding-bottom: 29px;

        .deco-ladybug {
            height: 25px;
            position: absolute;
            top: -20px;
            left: 0;

            img {
                left: calc(25% - 50px)
            }
        }

        .extra-menu-link {
            color: #fff;
            text-decoration:underline;
            text-decoration-color: transparent;
            text-underline-offset: 2px;
            transition: text-decoration-color 0.3s ease-in-out;
        }
        .extra-menu-link:hover {
            text-decoration-color: white;
        }

    }

    #menu-group-2 {
        padding-left: 12px;
        padding-right: 12px;
        gap: 3.5rem;

        .speed-dial {
            text-decoration: none;
        }

        .speed-dial:nth-child(1),
        .speed-dial:nth-child(2) {
            text-decoration: underline;
        }

        .speed-dial .title {
            z-index: 999;
            font-size: 15px;
            white-space: nowrap;
            text-decoration: none;
            position: relative;
            padding: 2px 6px 3px 6px;
            font-weight: bold;
            -webkit-transition: 0.3s color ease;
            -o-transition: 0.3s color ease;
            transition: 0.3s color ease;
            text-transform: uppercase;
        }

        .speed-dial .title {
            color: var(--g-color-3);
        }

        .speed-dial:hover .title {
            color: var(--g-color-1);
        }

        .speed-dial:nth-child(1) .title {
            color: var(--g-color-1);
        }
        .speed-dial:nth-child(1):hover .title {
            color: var(--g-color-3);
        }

        .speed-dial:nth-child(2) .title {
            color: var(--g-color-1);
        }


        .speed-dial-deco {
            position: absolute;
            /* height: 100%; */
            width: calc(50% + 20px);
            top: -7px;
            overflow: hidden;
        }

        .speed-dial-deco svg {
            width: 280px;
        }

        .speed-dial-deco.left-border {
            left: -20px;
        }

        .speed-dial-deco.right-border {
            right: -20px;
        }

        .speed-dial-deco.right-border svg {
            left: calc(100% - 280px);
            position: relative;
        }

        .speed-dial .speed-dial-deco .to_include_speed-dial {
            color: var(--g-color-3);
        }

        .speed-dial .speed-dial-deco svg path {
            fill: var(--g-color-1);
            transition: fill 0.3s ease-in-out;
        }

        .speed-dial:hover .speed-dial-deco svg path {
            fill: var(--g-color-3);
        }

        .speed-dial:nth-child(1) .speed-dial-deco svg path {
            fill: var(--g-color-3);
        }
        .speed-dial:nth-child(1):hover .speed-dial-deco svg path {
            fill: var(--g-color-1);
        }

        .speed-dial:nth-child(2) .speed-dial-deco svg path {
            fill: white;
        }
        .speed-dial:nth-child(2):hover .speed-dial-deco svg path {
            fill: var(--g-color-3);
        }

    }

    .header-menu-category-container .submenu-level-2 {
        position: absolute;
        left: 0;
        width: 100%;
        top: calc(100% - 45px);
        z-index: 1050;
        opacity: 0;
        transition: opacity 0.3s ease-in-out;
        pointer-events: none;
        padding-top: 45px;
        box-shadow: 0 4px 4px -2px rgba(var(--g-color-1-rgb),0.2);

    }

    .header-menu-category-container:hover .submenu-level-2 {
        opacity: 1;
        pointer-events: all;
    }

    .submenu-level-2-nav {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        background: white;
        row-gap: 25px;
    }

    .submenu-level-2-item {
        flex: 0 0 33.333%;
        max-width: 33.333%;
        padding-left: clamp(4px, calc(12 / 1920 * 100vw), 12px);
        padding-right: clamp(4px, calc(12 / 1920 * 100vw), 12px);
    }

    @media(min-width: 1300px){
        .submenu-level-2-item {
            flex: 0 0 25%;
            max-width: 25%;
            padding-left: clamp(4px, calc(12 / 1920 * 100vw), 12px);
            padding-right: clamp(4px, calc(12 / 1920 * 100vw), 12px);
        }
    }

    .desktop-logo {
        transition: transform 0.3s ease-in-out;
    }
    .desktop-logo:hover {
        transform: scale(1.05);
    }
}

body.home-page:not(.no-slider) #header-menu-template-vokno #menu-group-2 .speed-dial:nth-child(1) {
    display: none !important;
}
