[id ^= sandbox_theme_panel] {
  color: #000;
  width: 100px !important;
  font-size: 10px !important;
  right: 0 !important;
  top: auto !important;
  bottom: 0 !important;
}
@media (min-width: 769px) {
  .site-header .header-top {
    background: #252525;
    border-color: #252525;
  }
  .site-header .top-menu > li > a {
    color: #F5F7FA;
  }
  .site-header .top-menu > li > a:hover {
    color: #ffd507;
  }
  .site-header .login-btn {
    color: #F5F7FA;
  }
  .site-header .login-btn svg {
    fill: #F5F7FA;
  }
  .site-header .phone-btn {
    color: #1B1B1B;
    box-shadow: inset 0 0 0 1px #1B1B1B;
  }
  .site-header .phone-btn:hover {
    background: #1B1B1B;
  }
}
.site-footer {
  color: #F5F7FA;
  background: #252525;
}
.bottom-contacts svg {
  fill: #F5F7FA;
}
.bot-menu li a {
  color: #F5F7FA;
}
.bot-menu li a:hover {
  color: #ffd507;
}
