.page__contacts {
 top: 160px; 
}

.footer_user {
 font-size: 15px; 
}
h1.content__title {
 text-align: center; 
}
.content__html table {
  width:100%;
}

.loadfile {
}
.loadfile a {
  outline: none;
  text-decoration: none;
  padding: 2px 1px 0;
}

.loadfile a:link {
  color: #0000FF;
}

.loadfile a:visited {
  color: #437A16;
}

.loadfile a:focus {
}

.loadfile a:hover {
}

.loadfile a:active {
}

.block1 {
}
.block1 div {
  max-width: 1122px;  
}
.block1 table tr + tr td {
	border-top: none;
}
.block1 table tr + tr:last-child td {
	border-bottom: none;
}
TABLE.table1 {
  font-size: 14px;
  border-collapse: collapse;
  width: 100%;
}
table.table1 th {
  font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
  color: #686461;
  font-size: 18px;
  text-align: center;
  background: linear-gradient(#4B6F87, #ebf3f9, #4B6F87);
  padding: 20px 20px;
}
table.table1 th:first-child {	
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
table.table1 th:last-child {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
TABLE.table2 {
  font-size: 14px;
  border-collapse: collapse;
  width: 100%;
}
table.table2 th {
  font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
  color: #686461;
  font-size: 18px;
  text-align: center;
  background: linear-gradient(#4B6F87, #ebf3f9, #4B6F87);
  padding: 20px 20px;
}
table.table2 tr:nth-child(even) {
  background: #ebf3f9;
}
table.table2 tr:nth-child(odd) {
 background: #dbeff7;
}
table.table2 td {
  padding: 1px 10px;
  border: 1px solid black;
} 
table.table2 td:first-child {
  padding: 1px 10px;
  border: 1px solid black;
} 
table.table2 th:first-child {	
  border-top-left-radius: 20px;
}
table.table2 th:last-child {
  border-top-right-radius: 20px;
}
table.table2 tr:last-child {
  //background: linear-gradient(#ebf3f9, #4B6F87);
 // border: none;
}
table.table2 tr:last-child td:last-child {
  border-bottom-right-radius: 20px;
  border-bottom: 1px solid black;
}
table.table2 tr:last-child td:first-child {
  border-bottom-left-radius: 20px;
  border-bottom: 1px solid black;
}
table.table__card {
  font-size: 14px;
  border-collapse: collapse;
  width: 100%;
}
table.table__card th {
  font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
  color: #ffffff;
  
  font-size: 18px;
 // text-align: center;
 //font-color: #ffffff;
 // background: linear-gradient(#4B6F87, #ebf3f9, #4B6F87);
  background: #4B6F87;
  padding: 20px 20px;
}
table.table__card td {
  padding: 1px 10px;
  border: 1px solid black;
}
table.table__card tr:last-child td:last-child {
  border-bottom: 1px solid black;
}
table.table__card tr:last-child td:first-child {
  border-bottom: 1px solid black;
}