        .langcont {
           background-color: #f9f9f9;
           height: 42px;
           border-bottom: 1px solid #e5e5e5;
        }

        .lgcont {
           max-width: 1280px;
           margin: 0 auto;
           display: flex;
           gap: 1px;
           align-items: center;
           background: #e5e5e5;
        }

        .lgbox {
           padding: 10px 15px 0 10px;
           height: 41px;
        }

        .lglarge {
           flex: 3;
           background-color: #f9f9f9;
           text-align: right;
        }

        .lgsmall {
           flex: 0.7;
           background-color: #f9f9f9;
        }

        .fa {
           color: rgb(119, 118, 118);
           padding: 0 0 0 6px;
           text-decoration: none;
        }

        @media (max-width: 768px) {
           /* Скрываем десктопное меню */

           .langcont,
           .jq-dropdown-menu {
              display: none;
           }
        }