.mw-sidebar {display: block;height: 70px;bottom: 0;right: 0;position: fixed;background: #ffffff;width: 100%;padding-top: 12px;padding-bottom: 10px;transition: all 300ms ease;box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);border-radius: 25px 25px 0 0;transform: translate(0, 80px);z-index: 99;}body.mw-header-fixed .mw-sidebar {transform: translate(0, 0);}.mw-sidebar.show {height: 235px;}.mw-sidebar ul {display: flex;flex-direction: row;justify-content: center;transition: all 300ms ease;}.mw-sidebar li {display: block;margin-left: 6px;margin-right: 6px;}.mw-sidebar li a {display: block;width: 48px;height: 48px;color: var(--mw-color-primary);border: solid 1px rgba(33, 50, 58, 0.3);border-radius: 50%;background: none;transition: all 300ms ease;padding: 10px 0 0 10px;font-size: 26px;}.mw-sidebar li.phone a:hover {background: #e20714;border: solid 1px #e20714;color: #ffffff;}.mw-sidebar.show li.clock a,.mw-sidebar li.clock a:hover {background: #eda800;border: solid 1px #eda800;color: #ffffff;}.mw-sidebar .container {display: block;padding: 20px;opacity: 0;text-align: center;}.mw-sidebar.show .container {display: block;opacity: 1;}.mw-sidebar.hidden .container {display: none;opacity: 0;}.mw-sidebar .container p {color: var(--mw-color-body);font-size: 14px;}.mw-sidebar li.search a:hover {background: #a2c517;border: solid 1px #a2c517;color: #ffffff;}@media all and (min-width: 600px){.mw-sidebar {display: flex;flex-direction: row;bottom: auto;top: 50%;right: -190px;height: 190px;width: 260px;transform: translate(280px, -50%);background: #ffffff;padding: 0 10px 0 12px;border-radius: 37.5px 0 0 37.5px;}body.mw-header-fixed .mw-sidebar {transform: translate(0, -50%);}.mw-sidebar ul {flex-direction: column;max-width: 48px;}.mw-sidebar.show {right: 0;height: 190px;}.mw-sidebar li {margin-top: 6px;margin-bottom: 6px;margin-left: 0;margin-right: 0;}.mw-sidebar.show .container {align-self: center;}.mw-sidebar .container p {margin-bottom: 10px;}.mw-sidebar .container p:last-child {margin-bottom: 0;}}