.burger-menu{background:#fff;position:fixed;z-index:101;top:75px;left:0;width:100%;bottom:85px;padding:20px 0;-webkit-transition:0.3s ease;transition:0.3s ease;-webkit-transform:translateY(100px);transform:translateY(100px);visibility:hidden;opacity:0}.burger-menu.active{opacity:1;visibility:visible;-webkit-transform:translateY(0);transform:translateY(0)}@media (max-width:840px){.burger-menu .container{max-width:390px;padding:0 8px}}.burger-menu__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 15px;margin-bottom:20px}.burger-menu__header .line-live{gap:15px}.burger-menu__header .line-live .h8{font-size:20px;font-weight:500}.burger-menu__header .line-live .live{width:9px;height:9px}.burger-menu__head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:6px}.burger-menu__head div{width:35px;height:35px;background:#F5F5F5;border-radius:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.burger-menu__head div img{width:7px}.burger-menu__menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:5px}.burger-menu__menu li{height:60px;background:#F0F0F0;border-radius:60px;padding:0 25px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:20px;font-weight:500}.element-widget{position:fixed;z-index:97;bottom:60px;right:90px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media (max-width:840px){.element-widget{bottom:90px;right:15px}}.element-widget a{padding:5px 0}.element-widget a:hover .button:before{opacity:1}.element-widget a:hover .button img{-webkit-filter:brightness(0);filter:brightness(0)}.element-widget .button{background:#F5F5F5;border-radius:100px;width:70px;height:70px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.element-widget .button img{width:30px}.element-widget .button img.phone{width:22px}