.popup-message {
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: 0;
  font-size: 14px;
  line-height: 24px;
  font-family: Tahoma, sans-serif;
  color: #000000;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99992;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
}

.popup-message *,
.popup-message *:before,
.popup-message *:after {
  box-sizing: inherit;
}

.popup-message-closed {
  display: none;
}

.popup-message-overlay {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.6;
}

.popup-message-inner {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: 0;
  overflow: auto;
  padding: 6px;
  text-align: center;
  white-space: normal;
}

.popup-message-inner::before {
  display: inline-block;
  vertical-align: middle;
  content: '';
  font-size: 0;
  height: 100%;
  width: 0;
}

.popup-message-content {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: calc(100% - 30px);
  max-width: 560px;
  margin: 0;
  padding: 40px 35px 35px;
  border-radius: 4px;
  background-color: #fff;
  border: 4px solid #fdb813;
  text-align: left;
  overflow: auto;
}

#popup-message p:not([class]) {
  margin-top: 15px;
  margin-bottom: 15px;
}

#popup-message p {
  font: inherit;
  padding: 0;
}

#popup-message .popup-message-lead {
  margin-top: 15px;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 30px;
  color: #ba0c0c;
}

#popup-message .popup-message-phone {
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  text-decoration: none;
  color: #000000;
}

#popup-message .popup-message-title {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  font-family: inherit;
  color: #000;
}

#popup-message p:last-of-type {
  margin-bottom: 0;
}

#popup-message .popup-message-note {
  margin-top: 20px;
}

.popup-message-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 0;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19'%3E%3Cpath stroke='%23C5C5C5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' d='M2 2l14 14M16 2L2 16'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 19px 19px;
  outline: 0;
  transition: filter 0.3s ease;
  cursor: pointer;
}

.popup-message-close:hover {
  filter: brightness(0.8);
}

.visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}
