.oblast {
  display: flex;
  height: 160px;
  width: 1064px;
  background: linear-gradient(93.67deg, rgba(235, 234, 234, 0.5) 0%, rgba(41, 146, 217, 0.135) 100%);
  width: 100%;
  border-bottom: 8px solid #1f4e79;
  border-radius: 10px;
}

.text {
  margin-left: auto;
  display: flex;
  text-align: right;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.5px;
  margin-right: 10px;
}

.logo {
  margin-left: 0px;
  margin-top: 8px;
}

 table-wr {
  text-align: center;
  display: inline-block;
  background-color: #fff;
  padding: 2rem 2rem;
  color: #000;
}
 
 table {
  width: 100%;
  margin:0;
  padding:0;
  border-collapse: collapse;
  border-spacing: 0;
}

 .table-wr tr {
  border: 1px solid #ddd;
  padding: 5px;
}

 table th, table td {
  padding: 10px;
}
 
 table th {
  color: #fff;
  background-color: #444;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 600px) {
  table {
    border: 0;
  }
  table thead {
    display: none;
  }
  table tr {
    margin-bottom: 10px;
    display: block;
    border-bottom: 2px solid #ddd;
  }
  table td {
    display: block;
    text-align: right;
    font-size: 13px;
    border-bottom: 1px dotted #ccc;
    border-right: 1px solid transparent;
  }
  table th {
    color: inherit;
    background-color: inherit;
  }

  table td:last-child {
    border-bottom: 0;
  }
  table td:before {
    content: attr(data-label);
    float: left;
    text-transform: uppercase;
    font-weight: bold;
  }
}