@import url(https://fonts.googleapis.com/css?family=Rubik);
body { }

.container { }

.modal-window {
  position: fixed;    
  overflow-y: scroll;
  max-height: 560px;
  left: 50%;
  top: 50px;
  width: 75%;
  padding: 30px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 3px 3px 5px rgba(0,0,0,.5);
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  z-index: 2;
}
.blue{
    text-transform: uppercase;
    text-align: center;
    color: #CD3034;
    font-weight: 500;
    letter-spacing: 1px;
    font-family: 'Rubik', sans-serif;
    font-size: 18px !important;
}
a {
  text-decoration: none !important;
}
.modal-close 
{
  position: absolute;
  top: 10px;
  right: 10px;
  color: #4AA7A8;
}

.modal-shade {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,.7);
  z-index: 1;
}
.pars {
    font-family: 'Rubik', sans-serif;
    font-size: 15px;
    text-align: justify;
    letter-spacing: 1px;
    color: rgb(117, 108, 108);
    float: left;
}
.pars p {
    font-family: 'Rubik', sans-serif;
    font-size: 14.5px;
    text-align: justify;
    letter-spacing: 1px;
    color: rgb(117, 108, 108);
    float: left;
}
@media only screen and (max-width: 768px) {
  .modal-window {
   overflow-y:scroll;
   max-height: 450px;
  }
