
.mainHead{
  max-width: 560px;
  margin: 40px auto;
  padding: 20px;
  text-align: center;
}

.mainHead a{
  font-size: 1.2em;
  text-decoration: none;
  font: 700 1em 'Roboto', 'Tahoma', sans-serif;
  color: #33bee5;
}

.mainHead img{
  margin: 0 auto 20px;

}

/*-- Стилт модального окна --*/

.modalInner{
  display: none;
}

.offer{
 /* max-width: 560px;*/
  margin: 0 auto;
  padding: 20px;
  /*background: #eee;*/
}

.offer h2{
  text-align: center;
  font: 700 1.5em 'Roboto', 'Tahoma', sans-serif;
}

/*.offer p{
  font: 400 0.9em 'Roboto', 'Tahoma', sans-serif;
}*/

#send_okno{
display: inline-block;
cursor: pointer;
position: relative;
font-family: 'PT Sans', sans-serif;
font-size: 18px;
line-height: 28px;
width: 130px;
height: 50px;
color: #007be1;
background-color: #ffcd01;
text-shadow: none;
border-radius: 0px 25px 25px 0px;
margin-top: 0px;
border: none;
}


.txt00 {
    display: inline-block;
    float: left;
    width: 280px;
    height: 50px;
    font-family: 'nerislight', sans-serif;
    font-weight: 300;
    margin: 0px 0px 0px 0px;
    border: none;
    background: #fff;
    border-radius: 25px 0px 0px 25px;
    padding: 0px 20px 0px 20px;
    font-size: 18px;
    line-height: 28px;
    
}

#vsp-form p{
    display: inline-block;
    float: left;
    color: #fff;
    font-weight: bold;
    font-size: 28px;
    padding-right: 50px;
    line-height: 50px;
}

#vsp-form p span{
    font-size: 35px;
    text-transform: uppercase;
    color: #ffcd01;
     font-size: 28px;
}

 
#vsp-form-info {
    text-align: center;
    color: #fff;
}
