.popup-window {
    position: fixed;
    width: 60%;
    height: auto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
    /* display: block; */
    background: #fff;
    padding: 40px 60px;
    position: relative;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.35)
  }


  .popup-window.download-popup{
    font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 25px;
min-height: 500px;
background:#fff url('/local/templates/europe/assets/img/icons/download-popup.png') no-repeat right bottom;
  }

  .popup-window.download-popup .popup-window-content{
    background: transparent;
  }


  .popup-window.popup-window-with-titlebar{
    padding: 40px 60px;
  }

  .popup-window-with-titlebar .popup-window-content {
    padding: 0;
}

.popup-window-with-titlebar .popup-window-content, .popup-window-content-gray .popup-window-content {
    background-color: #fff;
}

  .popup-window-close-icon{
    background:url('/local/templates/europe/assets/img/icons/modal-close.svg') no-repeat center center/contain;
    height:28px;
    width:28px;
    position: absolute;
    top:41px;
    right:47px;
    text-indent: -90000px;
    opacity:1;
      cursor:pointer;
  }

  .popup-window-close-icon:hover{
    background-image: url('/local/templates/europe/assets/img/icons/modal-close-a.svg');
  }

  .popup-window-close-icon:after {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
    width: 10px;
    height: 10px;
    background-image: none;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
}

  .popup-window-titlebar{
    margin-bottom: 40px;
    height:auto;
  }

  .popup-window-titlebar h3{
    margin-bottom:0;
  }

  .popup-window-content{

  }

  .popup-window-content table{
    border-collapse: collapse;
    width:100%;
  }

  .popup-window-content table td{
    padding:0 10px 20px;
    vertical-align:top;
  }
