.burger-menu{z-index:80;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;top:0;left:0;height:100%;width:100%;background:#0E0E0E;position:fixed;-webkit-transition:0.3s ease;transition:0.3s ease;visibility:hidden;opacity:0}.burger-menu.active{opacity:1;visibility:visible}@media (max-width:840px){.burger-menu .header{height:100%;padding:120px 0 30px}}@media (max-width:840px){.burger-menu .header__container{height:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}@media (max-width:840px){.burger-menu .header__logo{display:none}}@media (max-width:840px){.burger-menu .header__menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-size:16px}}@media (max-width:840px){.burger-menu .header__menu li{padding:3px 0}}@media (max-width:840px){.burger-menu .header .button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:12px;height:45px}}.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}.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}