header {
    z-index: 100 !important;
}
header .logotype {
    max-width: 146px;
}

@media screen and (max-width: 600px) {
    header .logotype {
        max-width: 120px;
    }

}

@media screen and (min-width: 920px) {
    nav.navbar {
        min-width: 920px;
    }
}


.sticky-menu .visible-on-sticky {
    opacity: 0;
    /*transition: opacity 0.2s ease;*/
}
.sticky-menu.sticky .visible-on-sticky {
    opacity: 1;
}


.js-is-sticky {
    z-index: 100;
    background: #fff;
}

.js-is-sticky.js-is-sticky--change .first-row-menu {
    display: none !important;
}


.mini-btn {

}