.site-business-notice {
  position: relative;
  z-index: 10000;
  box-sizing: border-box;
  width: 100%;
  padding: 18px 20px;
  border-bottom: 4px solid #f2b84b;
  background: #123d52;
  color: #fff;
  font: 16px/1.45 Arial, Helvetica, sans-serif;
  text-align: center;
}

.site-business-notice__inner {
  max-width: 960px;
  margin: 0 auto;
}

.site-business-notice__label {
  margin: 0 0 4px;
  color: #f2b84b;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.site-business-notice h2 {
  margin: 0 0 7px;
  color: #fff;
  font: 700 25px/1.2 Arial, Helvetica, sans-serif;
}

.site-business-notice p {
  margin: 5px auto;
  color: #fff;
}

.site-business-notice__action,
.vk-consent-panel__button {
  display: inline-block;
  box-sizing: border-box;
  margin-top: 9px;
  padding: 10px 18px;
  border: 0;
  border-radius: 5px;
  background: #f2b84b;
  color: #162d38 !important;
  font: 700 16px/1.25 Arial, Helvetica, sans-serif;
  text-decoration: none !important;
  cursor: pointer;
}

.site-business-notice__action:hover,
.site-business-notice__action:focus,
.vk-consent-panel__button:hover,
.vk-consent-panel__button:focus {
  background: #ffd27b;
}

.vk-consent-panel {
  box-sizing: border-box;
  width: 800px;
  max-width: calc(100% - 24px);
  margin: 18px auto;
  padding: 22px;
  border: 1px solid #9eb7bf;
  border-radius: 8px;
  background: #fff;
  color: #24343b;
  font: 16px/1.5 Arial, Helvetica, sans-serif;
  text-align: center;
}

.vk-consent-panel p {
  margin: 0 0 9px;
}

.vk-consent-panel a:not(.vk-consent-panel__button) {
  color: #356da4;
}

.vk-consent-panel__secondary {
  display: inline-block;
  margin: 10px 8px 0;
  padding: 4px;
  border: 0;
  background: transparent;
  color: #356da4;
  font: 14px/1.3 Arial, Helvetica, sans-serif;
  text-decoration: underline;
  cursor: pointer;
}

@media (max-width: 700px) {
  .site-business-notice {
    padding: 14px 12px;
    font-size: 14px;
  }

  .site-business-notice h2 {
    font-size: 20px;
  }
}
