body {
  background-color: rgb(90, 90, 90);
  font: 400 14px/1.38 Verdana;
  color: rgb(62, 59, 59);
}

.content {
  position: relative;
}

.content .content {
  clear: both;
  width: 70%;
  min-height: 390px;
  margin: 15px 0 0 30px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.8);
  overflow: visible;
}

.content_border {
  position: relative;
  float: left;
  width: 100%;
  overflow: hidden;
}

.main {
  width: 1280px;
  margin: 0 auto;
}

.rad {
  float: left;
}

.text {
  width: 97.9996744791%;
  padding-bottom: 20px;
  padding-left: 15px;
}

.up {
  float: left;
  min-height: 24px;
  margin-left: 20px;
  padding-left: 10px;
  line-height: 1.38;
  color: rgb(62, 59, 59);
}

.content-1 {
  float: left;
  width: 100%;
  min-height: 460px;
  padding-bottom: 30px;
  background-image: url('../images/bg_provoz.jpg');
  background-size: cover;
  background-position: left top;
  overflow: hidden;
}

.rad-1 {
  width: 160px;
  height: 24px;
  min-height: 24px;
  margin: 15px 0 0 40px;
  border-bottom: 1px solid rgb(137, 140, 143);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.38;
  color: rgb(216, 217, 217);
}

.up-1 {
  width: 95.4216867469%;
  margin-top: 20px;
}

.up-10,
.up-9 {
  clear: both;
  width: 96.4279473438%;
  margin-top: 5px;
}

.up-11 {
  clear: both;
  width: 96.4274562864%;
  margin-top: 5px;
}

.up-2 {
  clear: both;
  width: 96.4327830188%;
  margin-top: 5px;
}

.up-3,
.up-4 {
  clear: both;
  width: 96.4307228915%;
  margin-top: 5px;
}

.up-5,
.up-6,
.up-7 {
  clear: both;
  width: 96.4292730844%;
  margin-top: 5px;
}

.up-8 {
  clear: both;
  width: 96.4279473438%;
  margin-top: 5px;
  font-weight: 700;
}

@media(max-width: 1040px) {
  body {
    font-size: 14px;
  }
}

@media(max-width: 768px) {
  .content .content {
    width: 92%;
  }
}

@media(max-width: 480px) {
  body {
    font-size: 14px;
  }

  .content .content {
    margin-left: 20px;
  }

  .content .rad-1 {
    margin-left: 30px;
  }
}