 .menu-drop {
            cursor: pointer;
            
        }

        .menu-dropdown {
            background-color: white;
            min-width: 120px;
            position: fixed;
            display: none; /* Скрыто по умолчанию */
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
            z-index:1000;
        }


        .menu-dropdown.active {
            display: block; /* Показать при активации */
        }

        .menu-dropdown li {
            padding: 5px;
                font-family: 'Montserrat', Arial, sans-serif;
                list-style-type: none;
        }

        .menu-dropdown a {
            text-decoration: none;
            color: #333;
            display: block;
             font-family: 'Montserrat', Arial, sans-serif;
        }

        .menu-dropdown a:hover {
            color: #0d2b40;
        }
       #molecule-174584542489375810:hover,#molecule-174584541889757990:hover, #molecule-174523375240811050:hover{
            transform:scale(1.02);
        }
        .t396__elem>div>a{
text-decoration: underline!important;        }
        #sbs-990996841-1745232920788>div>a{
text-decoration: underline!important;        }