/* 11.01.2022 */


/* header */

.main_menu .navbar.navbar-expand-lg .navbar-nav li.submenu .dropdown-menu li a {
    font-size: 16px;
    padding: 0px 14px 0px 12px;
}


/* ok */

#totop {
    font-weight: 900;
    color: #fff;
    display: none;
    position: fixed;
    right: 34px;
    bottom: 50px;
    z-index: 999;
    height: 0;
    width: 0;
    font-size: 0;
    text-align: center;
    padding-top: 3px;
    line-height: 34px;
    border-radius: 3px;
    transition: .3s ease-in-out;
}

#totop.top-visible {
    animation: jump 11s infinite;
}

#totop.top-visible {
    height: 40px;
    width: 40px;
    font-size: 22px;
    display: inline;
    background-color: #f8821e;
    color: white;
}