/* panel */
.panel {position: -webkit-sticky;position: sticky;top: 0px;right: 0;width: 100%;z-index: 6;background: white;box-shadow: 0px 0px 10px -1px #777;display: flex;justify-content: space-between;padding: 11px;align-items: center;}
.panel__left { display: flex; justify-content: space-between; align-items: center;}
.panel__menu {font-size: 36px; color: #305ea7; /*font-weight: 700;*/ border: 2px solid #305ea7; height: 37px; width: 38px; border-radius: 5px; text-align: center; line-height: 33px;}
.panel__viber {background: #149bdf url(../../../images/panel/viber.png) 3px 3px no-repeat;width: 38px;height: 37px;border-radius: 5px;margin: 0 2vw 0;}
.panel__wa {background: #1bd741 url(../../../images/panel/wa.svg) 1px 0px no-repeat;width: 38px;height: 37px;border-radius: 5px;margin: 0px;}
.panel__phone {font-size: 5vw; text-decoration: none; font-family: 'bold';}
.panel__menu--desktop {display:none;font-size: 36px;color: #305ea7;font-weight: 700;border: 2px solid #305ea7;height: 37px;width: 38px;border-radius: 5px;text-align: center;line-height: 33px;text-decoration: none;}



@media screen and (min-width: 979px) {
.panel {position: fixed;top: 30%;width: 55px;box-shadow: 1px 3px 12px -3px black;justify-content: left;border-radius: 10px 0 0 10px;flex-direction: column;padding: 9px 11px;}
.panel__left {display: flex;justify-content: space-between;align-items: center;flex-direction: column;}
.panel__menu {display:none;}
.panel__viber {margin: 0;}
.panel__wa {margin: 8px 0 0;}
.panel__phone {background: #305ea7 url(../../../images/panel/phone.svg) 8px 7px no-repeat;width: 38px;height: 37px;border-radius: 5px;}
.panel__span {display:none;}
.panel__menu--desktop {display:block;}
}

/* panel__end */
