#pp {
    position: fixed;
    top:-550px; left:50%;
    margin-left:-285px;
    width: 570px;
    background:#f0f0f0;
    z-index:999999;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}

#pp .pp-header, #pp .pp-footer{
    padding: 10px;
    background: #74bc50; 
    box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.2);
}
#pp .pp-header h3{
    margin:0;
    font: normal 1.7em/1.3 Verdana;
    color: #fff;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.7);
    text-align: center;
}
#pp .pp-content{ background: #fff; padding: 20px 10px;}
#pp .pp-content-main{
    width: 340px;
    padding: 0 0 10px 10px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
}
#pp .pp-content-main ul,
#pp .pp-content-main h4 {padding-left: 0; margin: 0;}
#pp .pp-content-main h4 { font-size: 18px; margin:0 0 5px 20px;}
#pp .pp-content-main li {list-style: none;
font-size: 24px;
cursor: pointer;}
#pp .pp-content-main li i {margin-right: 5px;}
#pp .pp-content-sidebar{
    width: 170px;
    display: inline-block;
    vertical-align: top;
}
#pp .pp-content-sidebar i {font-size: 184px; color: #036;}
#pp .pp-footer { background: #EAEAEC; }
#pp .pp-footer input {
    padding: 8px 12px;
    border-radius: 3px;
    outline: none;
    border: 1px solid #dfdfdf;
}
#pp-bg {
    position: fixed;
    top:0; left:0;
    width:100%; height: 100%;
    background: rgba(30,30,30,0.5);
    z-index:99999;
    display: none;
}
.btn, .btn:visited {
    position: relative;
    display: inline-block; 
    outline: none; border: none;
    padding: 5px 10px 6px; 
    background: #3D9970; 
    box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.2);
    color: #fff; 
    cursor: pointer;
}
.btn:hover { background-color: #339970; }
.btn:active { top: 1px; }

.choosen-city{
    cursor:pointer;
    font-weight: bold;
font-size: 21px;
text-decoration: underline;
}

@media (max-width: 991px){
.main-wrapper .header-wrapper{
  padding-bottom: 330px;  
}

.main-wrapper-main .header-wrapper{
  padding-bottom: 0px;  
}


#pp {
  position: fixed;
  top: -550px;
  left: 15%;
  margin-left: 0;
  width: 73%;
  background: #f0f0f0;
  z-index: 999999;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}



.main-wrapper-main {
  margin: 0px 0 -88px 0;
}


}