@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
  v2.0 | 20110126
  License: none (public domain)
*/
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input::-ms-clear {
  width: 0;
  height: 0; }

html, body {
  height: 100%; }

body {
  background-color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 15px; }

.main {
  min-height: 100%; }

* html .main {
  height: 100%; }

.width1200 {
  max-width: 1200px;
  min-width: 1024px; }

.hFooter {
  height: 128px; }

.rol {
  clear: both;
  width: 100%; }

.col {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  float: left;
  position: relative;
  width: 30.75%; }
  .col:last-child {
    width: 69.25%; }
  .col__lineGray {
    border-right: 2px solid #bbbab9; }
  .col__lineWhite {
    border-right: 2px solid #fff; }

.infoBlock {
  display: block;
  overflow: hidden;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 80px; }

.content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 30px;
  padding-left: 5%;
  padding-right: 5%;
  width: 100%; }
  .content p {
    line-height: 1.5;
    text-align: justify;    }
    .content ul{
      line-height: 1.5;
    text-align: justify;
    }
table {
  border: 1px solid #807d2a;
  margin: 10px 0;
  width: 100%; }
  table tr td {
    border-bottom: 1px solid #807d2a;
    padding: 10px;
    width: 25%; }
    table tr td:last-child {
      border-left: 1px solid #807d2a;
      width: 70%; }

/* стили блока аккордеон */
.accordion {
  width: 80%; }

/* секции аккордеона */
.accordion .accordion_item {
  margin-bottom: 1px;
  position: relative; }

/* заголовки панелей аккордеона */
.accordion .title_block, .accordion .title_block2 {
  position: relative;
  font-weight: bold;
  font-size: 16px;
  color: #336699;
  padding: 10px 0 10px 20px;
  -webkit-transition: all .2s linear 0;
  -webkit-transition-delay: .2s 0;
  -o-transition: all .2s linear 0;
  transition: all .2s linear 0; }

.accordion .title_block {
  cursor: pointer; }

/* переключатель панелей, положение вниз */
.accordion .title_block:before {
  content: '';
  height: 6px;
  width: 6px;
  display: block;
  border: 2px solid #336699;
  border-right-width: 0;
  border-top-width: 0;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  left: 0px;
  top: 14px; }

/* активный переключатель, положение вверх */
.accordion .active_block .title_block:before {
  border: 2px solid #336699;
  border-left-width: 0;
  border-bottom-width: 0;
  top: 16px; }

/* блоки с содержанием */
.accordion .info {
  display: none;
  font-size: 15px;
  padding: 5px 15px;
  overflow: hidden; }

/* параграф внутри блоков с содержанием */
.accordion .info_item {
  padding-left: 16px;
  position: relative;
  margin-bottom: 10px; }
  .accordion .info_item:before {
    content: '-';
    position: absolute;
    left: 6px;
    font-size: 15px; }

h1 {
  color: #303132;
  font-size: 36px;
  font-weight: bold; }

h2 {
  color: #303132;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase; }

h3 {
  color: #285a8b;
  font-size: 16px;
  font-weight: bold;
  padding: 15px 0 0px 0; }

p {
  padding: 3px 0; }

.text_center {
  text-align: center; }

.text_right {
  text-align: right; }

.text_left {
  text-align: right; }

.text_red {
  color: #8b2308; }

.text_bold {
  font-weight: bold; }
.text_boldblue {
  font-weight: bold;
  color: #285a8b; }

ol {
  padding-left: 3.5%; }
  ol li {
    padding: 10px 0; }

a {
  color: #285a8b; }

.header__blockLogo {
  height: 162px;
  margin: 0 auto; }

.header__linkLogo {
  display: block;
  text-align: center; }

.header__logo {
  display: inline-block; }

.header__main {
  margin: 0 auto;
  max-width: 1200px;
  min-width: 1024px; }
  .header__main .col {
    background-image: url("../img/img_mainLeft.jpg");
    height: 200px;
    position: relative; }
    .header__main .col:last-child {
      background-image: url("../img/img_mainRight.jpg"); }

.header__blockTitle {
  background-color: rgba(255, 255, 255, 0.5);
  margin-left: 2%;
  margin-top: 10px;
  height: 180px;
  font-family: "Roboto Condensed", sans-serif;
  text-align: center;
  width: 96%; }

.header__title {
  color: #336699;
  display: inline-block;
  font-size: 30px;
  padding-top: 24px;
  padding-bottom: 10px;
  font-weight: bold; }

.header__title2 {
  color: #303132;
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 10px; }

.header__info {
  color: #336699;
  display: inline-block;
  font-size: 24px;
  font-weight: bold; }

.header__logos {
  display: block;
  padding-top: 20px; }
  .header__logos a {
    display: inline-block;
    padding: 0 0.4%; }

.header .rol {
  margin: 33px 0; }

.block_lang {
  position: absolute;
  right: 2%;
  bottom: -25px; }
  .block_lang a {
    display: inline-block;
    font-weight: bold;
    margin-right: 10px; }
    .block_lang a:last-child {
      margin-right: 0; }
  .block_lang .text {
    color: #bbbab9;
    display: inline-block; }

.menu {
  font-size: 16px;
  padding-left: 15%;
  padding-right: 10%;
  text-align: right; }
  .menu li {
    border-bottom: 1px solid #807d2a;
    padding-top: 30px;
    position: relative; }
    .menu li a {
      color: #605d5c;
      cursor: pointer;
      padding-bottom: 14px;
      padding-right: 28px;
      display: inline-block;
      text-decoration: none; }
    .menu li i {
      color: #605d5c;
      display: inline-block;
      margin-left: 14px;
      position: absolute;
      right: 0; }
    .menu li:hover a, .menu li:hover i {
      color: #285a8b; }

.contact {
  margin-bottom: 21px;
  margin-top: 120px;
  padding-right: 10%; }
  .contact__title {
    font-weight: bold;
    margin-bottom: 10px;
    text-align: right;
    text-transform: uppercase; }
  .contact__info {
    text-align: right; }
    .contact__info p {
      padding: 5px 0; }

.footer {
  background-color: #bbbab9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 128px;
  font-size: 14px;
  margin-top: -128px;
  padding-top: 20px;
  padding-left: 5%;
  padding-right: 5%; }

#doklad {
   font-size: small;
   text-align: left;
   text-indent: 0;
}

#table1 {
  border: 0px solid #807d2a;
  margin: 0;
vertical-align: middle;


  }  
  #table1 tr td {
    border-bottom: 0px solid #807d2a;
    padding: 10px;
    font-size: small;
    height: 120px;
    width: 10%; 
    text-align: center;
}
    
#table1 tr td:last-child {
      border-left: 0px solid #807d2a;
      padding: 10px;
      width: 90%; 
      font-size: small;
      height: 120px;
      text-align: center;

}

#table1 tr td p{   font-size: small;
   text-align: center;
   text-indent: 0;
   font-style: italic
}
#table1 tr td b{   font-size: small;
   text-align: left;
   text-indent: 0;
   font-weight: bold;
}
#red{
  color: red;
}

#table2 {
  border-left: 1px solid #807d2a;
      border-right: 1px solid #807d2a;
      border-top: 1px solid #807d2a;
      border-bottom: 1px solid #807d2a;
  margin: 10px 0;
  width: 100%; }
  table tr td {
    border-left: 1px solid #807d2a;
      border-right: 1px solid #807d2a;
      border-top: 1px solid #807d2a;
      border-bottom: 1px solid #807d2a;
    padding: 10px;
     }
    table tr td:last-child {
      border-left: 1px solid #807d2a;
      border-right: 1px solid #807d2a;
      border-top: 1px solid #807d2a;
      border-bottom: 1px solid #807d2a;
       }