/*.fixed-menu-wr.opened{
 //width: 265px;
 //padding: 20px;
 //box-sizing: border-box;
 overflow: visible;
 }
 .header.sec-menu .menu-close{
 position: absolute;
 z-index: 1;
 left: auto;
 box-sizing: border-box;
 font-size: 0;
 width: 40px;
 min-height: 40px;
 right: 100%;
 top: 0;
 margin: 0;
 }
 .fixed-menu-wr .fixed-menu li a{
 padding: 5px 10px;
 margin: 2px;
 cursor: pointer;
 display: -webkit-flex;
 display: flex;
 -webkit-flex-direction: row;
 -moz-flex-direction: row;
 flex-direction: row;
 box-sizing: border-box;
 text-decoration: none;
 color: #000;
 font-size: 14px;
 line-height: 1.4;
 -webkit-align-items: center;
 -moz-align-items: center;
 align-items: center;
 width: 100%;
 position: relative;
 font-style: normal;
 letter-spacing: 0;
 -webkit-justify-content: normal;
 -moz-justify-content: normal;
 justify-content: normal;
 text-transform: none;
 width: auto;
 padding-top: 15px;
 padding-bottom: 15px;
 font-size: 16px;
 -webkit-justify-content: flex-start;
 -moz-justify-content: flex-start;
 justify-content: flex-start;
 text-align: left;
 font-weight: 500;
 &:hover{
 background: #b3b3b3;
 color: #fff;
 }
 }
 .fixed-menu-wr .fixed-menu .new-menu3__list-item > a:after {
 content: '';
 position: absolute;
 top: 50%;
 right: 13px;
 width: 0;
 height: 0;
 margin-top: -4px;
 border-style: solid;
 border-color: #333 transparent transparent;
 border-width: 8px 5px 0 5px;
 }
 .fixed-menu-wr .fixed-menu > li > .new-menu1__subpages{
 padding: 5px;
 margin: 5px 0 0;
 position: relative;
 width: 100%;
 top: 100%;
 left: 0;
 background: #eee;
 list-style: none;
 font-weight: 400;
 z-index: 10;
 box-sizing: border-box;
 margin-right: 0;
 }
 .fixed-menu-wr .fixed-menu .new-menu1__subpages a{
 padding: 5px 10px;
 cursor: pointer;
 display: block;
 -webkit-border-radius: 0px;
 -moz-border-radius: 0px;
 border-radius: 0px;
 box-sizing: border-box;
 text-decoration: none;
 color: #000;
 font-size: 14px;
 line-height: 1.4;
 position: relative;
 background: none;
 &:hover{
 text-decoration: none;
 background: #8b8b8b;
 }
 }*/
