body{
  font-family: Arial;
}

.lineTitle{
  display: inline-block;
}

.cross{
  width: 30px;
  right: 5%;
  position: absolute;
  cursor: pointer;
}

#btnSub{
  margin-top: 20px;
}

#blockSub{
  display: none;
  animation-duration: 0.5s;
  animation-name: slidein;


}

@keyframes slidein {
  from {
    margin-left: 100%;
    width: 300%;
  }

  to {
    margin-left: 0%;
    width: 100%;
  }
}


@media (max-width: 730px) {
  /*Phone*/
  .wrappForm{
    margin-top: 50px;

  }
  .meContacter{
    margin-bottom: 20px;
    font-size: 20px;
  }

  .textBlock{
    margin-top: 50px;
    font-size: 16px;

  }

  .info{
    margin-top: 5px;
    margin-bottom: 5px;
  }

  input[type="submit"]{
    width: 100%;
    padding: 10px 45px;
    background-color: whitesmoke;
    color: #808080;
    font-size: 18px;
    margin-bottom: 20px;
    cursor: pointer;

  }

}

@media (min-width: 730px) {

  .wrappForm{
    margin-top: 50px;

  }
  .meContacter{
    text-align: center;
    font-size: 20px;
  }

  .textBlock{
    margin-top: 50px;
    font-size: 16px;

  }

  .info{
    margin-top: 5px;
    margin-bottom: 5px;
  }

  input[type="submit"] {
    width: 33%;
    padding: 10px 45px;
    background-color: whitesmoke;
    color: #808080;
    font-size: 18px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    cursor: pointer;
}



}

.text{
  margin-bottom: 25px;
}

.inputTxt{
  width:100%;
  margin-top:10px;
  height:35px;
  margin-bottom:25px;
  padding:10px;
}
textarea{
  width: 100%;
  margin-top: 10px;
  height: 100px;
  margin-bottom: 25px;
  padding: 10px;
  resize:none;
}
