.modal {
  position: fixsed;
  top: 50%;
  left: 50%;
  width: 60%;
  height: auto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #000000;
  /* display: block; */
  background: #fff;
  transform: translate(-50%,-50%);
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.35)
}

.modal__container {
  padding: 40px 60px;
  position: relative;
}

.modal_close{
  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;
}

.modal__header{
  margin-bottom: 40px;
}

.modal__header h3{
  margin-bottom:0;
}

.modal__body{

}

.modal__body table{
  border-collapse: collapse;
  width:100%;
}

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