@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic&subset=latin,latin-ext);

.body-spacing {
  padding: 20px 20px 0 20px;
  margin: 100px auto;
}

.body-box {
  margin: 0;
  padding: 0;
  width: 600px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -300px;
  margin-top: -200px;
  border: 1px solid #dedede;
}

input[type=text] {
  border-radius: 0;
  border: 1px solid #dedede;
  height: 50px;
  padding-top: 0;
  padding-bottom: 0;
  box-shadow: none;
}

.ost {
  padding-top: 65px;
}

.line-h {
  line-height: 40px;
}

.max-form {
  max-width: 700px;
  margin: 0 auto;
  
}

.listPOINT {
  list-style: circle;
}

.listki {
  margin: 30px 0 0 30px;
}

.listki li {
  padding-bottom: 5px;
}

.red {
  color: red;
}

.txt {
  font-family: Arial;
  font-size: 10px;
  line-height: 15px;
  text-align: justify;
  padding: 30px 0 0 0;
  margin: 0!important;
  font-weight: 300;
}

.lineHR {
  border-top: 1px dashed #dedede;
  padding-bottom: 20px;
}