.waiter {
  display: none; }
  .waiter .w_shadow {
    background-color: #000;
    height: 100%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 990; }
  .waiter .w_window {
    background-color: #000;
    border: 10px solid #000;
    bottom: 0;
    left: 50%;
    margin: auto 0 auto -260px;
    position: fixed;
    top: 0;
    width: 520px;
    z-index: 991; }

.waiter .w_window:not(*:root) {
    margin-top: 0;
    margin-bottom: 0;
    top: 30px;
}

    .waiter .w_window .w_close {
      background: transparent url("/media/sitemodule_popup/icos-btn.png") no-repeat left top;
      cursor: pointer;
      display: block;
      height: 23px;
      overflow: hidden;
      position: absolute;
      right: 15px;
      top: 18px;
      width: 23px; }
    .waiter .w_window .w_content {
      background-color: #131313;
      position: relative; }
