#menu-container {
 position: absolute;
 width: 640px;
 height: auto;
 bottom: -10px; left: 175px;
 border: 0; /* 1px solid #000000; */
}

#menu1 {
 position: relative;
 display: block;
 width: 100%;
 height: auto;
 z-index: 4;
}

#menu1 ul {
 position: relative;
 display: block;
 margin: 0px;
 padding: 0px;
 width: 100%;
 height: auto;
 list-style: none;
}

#menu1 > ul {
 text-align: justify;
 font-size: 1px;
 line-height: 1px;
}

#menu1 > ul::after {
 display: inline-block;
 width: 100%;
 height: 0px;
 content: " ";
}

#menu1 ul li {
 position: relative;
 display: inline-block;
 width: auto;
 height: auto;
 vertical-align: top;
 text-align: left;
}

/* Разделители */
#menu1 ul li.razd {
 height: 28px;
 width: 1px;
 background: #FB5618;
 margin-top: 2px;
}

/* Базовое меню */
#menu1 ul li a {
 display: block;
 padding: 9px 30px 0px 30px; /* Размер ячейки (за счёт отступов) */
 font-size: 12px;
 color: #222222;
 line-height: 1.3em;
 text-decoration: none;
 height: 32px;
 box-sizing: border-box;
 transition: 0.5s;
 -moz-transition: 0.5s;
 -o-transition: 0.5s;
 -webkit-transition: 0.5s;
}

#menu1 ul li > a:hover, #menu1 ul li:hover > a {
 background: #ECEAEB;
 color: #FF2C19;
}

/* Меню 2-го. уровня */
#menu1 ul li ul {
 position: absolute;
 top: 32px; /* Отступ выпадающего меню от основного */
 left: 0px;
 width: auto;
 white-space: nowrap;
 line-height: 1px;
 background: #ECEAEB;
}

#menu1 ul li ul li {
 display: block;
 width: auto;
}

#menu1 ul li ul li a {
 display: block;
 width: 200px;
 height: auto;
 padding: 7px 30px; /* Выравнивание текста в ячейках меню 2-го. уровня */
 box-sizing: border-box;
 line-height: 20px;
 -moz-transition: 1.5s;
 -o-transition: 1.5s;
 -webkit-transition: 1.5s;
 transition: 1.5s;
 border-top: 1px solid #D4D2D3;
}

#menu1 ul li ul li:first-child > a{border-top: 0px;}

#menu1 ul li ul li a:hover, #menu1 ul li ul li:hover > a {
 color: #FF2C19;
 background: #EFF3F4;
 transition: 0.5s;
 -moz-transition: 0.5s;
 -o-transition: 0.5s;
 -webkit-transition: 0.5s;
}

/* Меню 3-го. уровня */
#menu1 ul li ul li ul {
 top: 0px;
 left: 100%;
 background: #EFF3F4; /* #F3F1F2 */
}

/* Плавающее навигационное меню */
#lmenu {
 position: absolute;
 top: 200px;
 left: 5px;
 width: 212px; height: 350px;
 line-height: 20px;
 background: url(../images/interface/cloud.png) no-repeat center center;
 border: 0; /* 1px solid #000000; */
}
            
#scroll_on_top {
 display: none;
 line-height: 50px;
}
            
#lmenu ul {
 margin-left: 40px;
 padding: 0;
 list-style: none;
}
            
#lmenu ul li input {
 margin-left: 35px;
 cursor: pointer;
}
            
#lmenu ul li a {
 font-size: 14px;
 color: #551A8B;
 text-decoration: none;
}
            
#lmenu ul li a:hover {
 color: #0000FF;
 text-decoration: underline;
}