.sticky-panel { background-color: #fff; color: #000; padding: 20px 15px; font-family: Arial, sans-serif; position: fixed; top: 0; left: 0; width: 100%; -webkit-transition: padding 0.3s; transition: padding 0.3s; -webkit-box-sizing: border-box; box-sizing: border-box; z-index: 800; }

.sticky-panel__close { z-index: 801; position: absolute; right: 5px; top: 5px; font-style: normal; padding: 10px; cursor: pointer; display: none; line-height: 1; }

.sticky-panel__inner { max-width: 1200px; margin: 0 auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.sticky-panel__title { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.sticky-panel__title-inner { font-size: 18px; margin-left: 15px; height: 100%; font-weight: 500; }

.sticky-panel__title-icon { -webkit-transition: -webkit-transform 0.3s; transition: -webkit-transform 0.3s; transition: transform 0.3s; transition: transform 0.3s, -webkit-transform 0.3s; }

.sticky-panel ul { display: -webkit-box; display: -ms-flexbox; display: flex; margin: 0; padding: 0; margin-left: 30px; }

.sticky-panel ul li { margin-right: 30px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

.sticky-panel ul li:last-child { margin-right: 0; }

.sticky-panel ul li a { color: #000; text-decoration: none; font-weight: bold; font-size: 18px; }

.sticky-panel ul li span { opacity: 0.7; font-size: 14px; display: inline-block; }

.sticky-panel_compact { padding: 8px 15px; }

.sticky-panel_compact ul li span { display: none; }

.sticky-panel_compact .sticky-panel__title-inner br { display: none; }

.sticky-panel_compact .sticky-panel__title-icon { -webkit-transform: scale(0.8); transform: scale(0.8); }

.svg-phone-waves { width: 40px; height: 40px; fill: #000; }

@media screen and (max-width: 950px) { .sticky-panel__title-inner { display: none; } }

@media screen and (max-width: 700px) { .sticky-panel:after { content: ""; display: block; height: 100%; width: 100%; position: absolute; left: 0; top: 0; cursor: pointer; }
  .sticky-panel__inner { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }
  .sticky-panel ul { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; width: 100%; }
  .sticky-panel ul li { position: relative; display: none; }
  .sticky-panel ul li:first-child { display: -webkit-box; display: -ms-flexbox; display: flex; }
  .sticky-panel_open::after { display: none; }
  .sticky-panel_open .sticky-panel__close { display: block; }
  .sticky-panel_open ul li { display: -webkit-box; display: -ms-flexbox; display: flex; margin-bottom: 15px; padding-bottom: 15px; }
  .sticky-panel_open ul li::after { content: ""; display: block; position: absolute; width: 100%; height: 1px; background-color: #000; bottom: 0; }
  .sticky-panel_open ul li:last-child { padding-bottom: 0; margin-bottom: 0; }
  .sticky-panel_open ul li:last-child::after { display: none; } }
