
 .modal-window {
    display: none;
    
    position: fixed;
    background-color: rgba(119, 119, 119, 0.7);
    transition: background-color 300ms ease-in-out;    
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.3), 0 1px 5px rgba(0, 0, 0, 0.2);
    transition: all 0.3s;
  }
  .modal-window div {
    width: 512px;      
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ffffff;
    text-align: center;
    padding-bottom: 60px;
  }

  .modal-window h6{
	max-width: 250px;
    margin: 40px auto;
    color: rgb(0, 0, 0);
  }
  .modal-window h1 {
    font-size: 48px;
    font-weight: 500;
    font-style: normal;
    color: rgb(255, 255, 255);
    background: rgba(218,77,70,1);
    height: 107px;
    line-height: 130px;
    border: none;
  }

  .modal-window .modal-button{
    background: #2e74ff;
    border: 1px solid transparent;
    padding: 8px 20px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    font-weight: normal;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-family: Futura, 'Century Gothic', AppleGothic, sans-serif;
    text-shadow: 0 -1px rgba(0,0,0,0.4);
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -webkit-appearance: none;
    outline: none;
    width: 200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  
  .modal-close, .modal-close:hover {
    background: url(https://builder-assets.unbounce.com/published/images/lightbox-close@3x.png) center / 30px 30px transparent no-repeat;
    border: none;
    cursor: pointer;
    font-size: 0;
    height: 40px;
    position: absolute;
    right: -19px;
    top: -19px;
    width: 40px;
  }
  @media (max-width: 600px){
  	.modal-window div {
        max-width: 320px;
    }
  }
  @media only screen and (min-width: 768px){
      #k_downloadnow_buttons{
        display: flex;
      }
      #k_id_email{
        border-right: 0px;
      }
      #k_downloadnow{
        height: 40px; 
        min-width: 300px; 
        border-top-left-radius: 0px; 
        border-bottom-left-radius: 0px;
      }
  }
