html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
}
table, tr, td, th, thead {
  border-collapse: collapse;
}
html {
  height: 100%;
}
body {
  height: 100%;
  min-width: 960px;
  background-color: #ffffff;
}
body, td {
  font-family: 'Open Sans', Tahoma, sans-serif;
  font-size: 14px;
  line-height: 1.3;
  color: #000000;
}
p {
  margin-bottom: 10px;
}
h1 {
  color: #000000;
  font-family: 'Open Sans', sans-serif;
  font-size: 32px;
  margin: 15px 0 25px 0;
  text-align: center;
  font-weight: normal;
}
h2 {
  color: #000000;
  font-family: 'Open Sans', sans-serif;
  padding: 0;
  margin: 10px 0 10px 0;
  font-size: 24px;
  color: #004a97;
  font-weight: normal;
}
h3 {
  color: #000000;
  font-family: 'Open Sans', sans-serif;
  padding: 0;
  margin: 0;
  font-size: 18px;
  margin: 10px 0 15px 0;
  text-align: center;
  font-weight: normal;
}
a {
  color: #16316f;
  text-decoration: underline;
}
a:hover {
/*  text-decoration: underline;*/
}
a:focus {
  /*outline: 1px dotted;*/
}
h1 a, h2 a, h3 a {
  text-decoration: none;
}
h1 a {
  margin-left: 10px;
}
ul li {
  list-style-position: inside;
  margin-left: 25px;
}
img, a img {
  border: none;
}
input, textarea, button, option, select {
  margin: 0;
  padding: 0;
}
hr {
  color: #eee;
  margin: 15px 0 25px 0;
}
.clear {
  clear: both;
}
.clear50 {
  clear: both;
  height: 50px;
}
.red {
  color: #c20000;
}
.blue {
  color: #16316f;
}
/* LAYOUT */

#site-wrap {
  display: block;
/*  height: auto !important;
  height: 100%;
  min-height: 100%;
  position: relative;
  z-index: 1;*/
}
.wrap {
  margin: 0 auto;
  width: 1024px;
  position: relative;
}
#header {
  height: 74px;
  background-color: #eeeeee;
  border-bottom: 1px solid #bbb;
  /*
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.35);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.35);
  box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.35);
  */
}
.list {
  padding: 20px;
}
.list > div {
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
}
.list > div > div {
  padding: 5px;
}

label {
  display: block;
  width: 439px;
  height: 30px;
  margin: 0 auto 5px auto;
  padding: 2px;
/*  background-color: #286eb8;*/
  font-size: 18px;
  line-height: 30px;
  color: #000;
  text-align: right;
/*  webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;*/
}

label > input[type=text],
label > input[type=password],
label > select {
  width: 245px;
  height: 27px;
  float: right;
  font-size: 16px;
  color: #000;
  border: 1px solid #333;
  border-radius: 6px;
  margin-left: 10px;
  padding: 0 7px;
}

label > input[type=text],
label > input[type=password] {
  width: 220px;
  height: 24px;
  padding: 0 10px;
}
label > sup {
  font-size: 12px;
  color: #c20000;
}

div.error {
  color: #c20000;
  font-size: 12px;
  margin-left: 75px;
  text-align: center;
}
div.captcha {
  position: relative;
  margin: 20px 0 0 75px;
}
div.captcha img {
  display: block;
  margin-right: 10px;
  float: left;
}
div.captcha input {
  width: 85px;
  height: 37px;
  font-size: 14pt;
  float: left;
}
div.captcha .r {
  position: absolute;
  width: 274px;
  top: 0;
  right: 0;
}

input[type=submit] {
/*  display: block;*/
  width: auto!important;
/*  float: right;*/
  margin: 15px 0 20px 0;
  padding: 5px 25px;
  border: none;
  background-color: #286eb8;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  cursor: pointer;
}


#site-title {
  display: block;
  float: left;
  width: 160px;
  height: 74px;
  margin: 0 0 0 10px;
  background: transparent url('/images/comtraia.png') left center no-repeat;
  background-size: contain;
  cursor: pointer;
}
#site-title span {
  display: none;
}
.contacts-title {
  display: block;
  float: right;
  width: 150px;
  margin: 0 10px 0 0;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 34px;
  line-height: 34px;
  text-decoration: none;
  color: #002640;
  padding: 7px 0;
  text-align: center;
}
.contacts-title div {
  font-size: 14px;
  line-height: 18px;
}
#main_menu {
  display: block;
  height: 74px;
  float: left;
  margin: 0 auto;
  /*margin-top: 128px;*/
  padding: 0 15px 0 15px;
  list-style: none;
}
#main_menu li {
  display: block;
  margin: 0;
  padding: 0 10px;
  height: 94px;
  float: left;
  position: relative;
  line-height: 72px;
  cursor: hand;
  cursor: pointer;
}
#main_menu li.f {
  margin-left: 30px;
}
#main_menu li,
#main_menu li a {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal !important;
  font-size: 20px;
  color: #555555;
  text-decoration: none;
}
#main_menu li a {
  display: block;
  width: 100%;
  height: 100%;
}
#main_menu li ul {
  list-style: none;
  width: 325px;
  position: absolute;
  top: 60px!important;
  left: 0!important;
  z-index: 50;
  background-color: #ffffff;
  border-bottom: 1px solid #999999;
/*  -moz-box-shadow: 0 0 1px #000;
  -webkit-box-shadow: 0 0 1px #000;
  box-shadow: 0 2px 2px #000;*/
}
#main_menu li ul li {
  display: block;
  width: 325px;
  float: none;
  height: auto;
  margin: 0;
  padding: 0;
}
#main_menu li ul li a {
  display: block;
  width: 295px;
  margin: 0;
  padding: 10px 20px 15px 15px;
/*  background: transparent url('/images/menu-arrow.gif') center left no-repeat;*/
}
#main_menu li ul li,
#main_menu li ul li a {
  font-size: 16px;
  line-height: 18px;
  color: #555555;
  text-decoration: none;
}
#main_menu li ul li:hover {
  background-color: #eeeeee;
  -webkit-transition: background-color 500ms linear;
  -ms-transition: background-color 500ms linear;
  transition: background-color 500ms linear;
}
#main_menu li ul li ul {
  left: 325px!important;
  top: 0!important;
}

div.docBody {
  margin: 15px 0;
}
div.docBody * {
  font-family: 'Open Sans Condensed', sans-serif!important;
  font-size: 18px!important;
  color: #666!important;
}
div.docBody table, div.docBody td {
  border: 1px solid #ebeaea!important;
  border-collapse: collapse!important;
  background: none!important;
}
div.docBody table {
  width: 100%!important;
}
div.docBody td {
  padding: 10px;
}

div.gallery {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: left;
  width: auto;
  padding: 0 20px;
}
div.gallery > div {
  border: 1px solid #ebeaea;
  padding: 10px;
  margin: 0 10px 5px 0;
}
/*div.gallery > div:nth-child(3n) {
  margin-right: 0;
}*/

div.galleryImg {
  cursor: pointer;
  opacity: 1;
}
div.galleryImg:hover {
  opacity: 0.8;
}


div.searchbox {
  display: block;
  float: right;
  padding: 24px 0;
}
form.searchform {
  display: flex;
  flex-direction: row;
}
form.searchform input[type=text] {
  display: inline-block;
  width: 165px;
  height: 18px;
  margin: 0;
  padding: 5px 10px;
  border-radius: 18px 0 0 18px;
  border: 1px solid #aaa;
  border-width: 1px 0 1px 1px;
  color: #555555;
  font-size: 16px;
}

form.searchform input[type=image] {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0;
  padding: 5px 10px;
  border-radius: 0 18px 18px 0;
  border: 1px solid #aaa;
  border-width: 1px 1px 1px 0;
  background: transparent url('/images/search.png') 50% 50% no-repeat;
  background-size: 18px 18px;
}


.report {
  display: grid!important;
  grid-template-columns: 100px 280px 280px auto;
}
.report .title {
  
}