@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: #FFFF;
  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: 80px; }

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

.col {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  float: left;
  position: relative;
  width: 28%; }
  .col:last-child {
    width: 72%; }
  .col__lineGray {
    border-right: 1px solid #c6c6c6; }

.infoBlock {
  display: table;
  overflow: hidden;
  margin: 0 auto;
  padding-top: 2px; }
  .infoBlock .col {
    display: table-cell;
    float: none;
    padding-top: 30px;
    vertical-align: top; }
    .infoBlock .col:first-child {
      background-image: url("../img/bg-l.jpg");
      background-repeat: repeat-y;
      background-position: right;
      margin-top: 2px; }
    .infoBlock .col:last-child {
      background-image: url("../img/bg-r.jpg");
      background-repeat: repeat-y;
      background-position: left;
      margin-top: 2px; }

.content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 25px;
  padding-left: 5%;
  padding-right: 5%;
  width: 100%; }
  .content p {
    line-height: 1.3;
    text-align: justify; }

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

/* стили блока аккордеон */
.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: #0c53a0;
  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 #0c53a0;
  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 #0c53a0;
  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: #0c53a0;
  font-size: 34px;
  font-weight: bold; }

h2 {
  font-size: 16px;
  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_blue {
  color: #285a8b; }

.text_bold {
  font-weight: bold; }

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

ul.circle {
  padding-top: 15px; }
  ul.circle li {
    padding: 10px 0;
    position: relative;
    font-size: 14px;
    line-height: 1.3; }
    ul.circle li:before {
      content: '';
      background-color: #285a8b;
      display: inline-block;
      margin-right: 8px;
      position: relative;
      border-radius: 50%;
      width: 5px;
      height: 5px;
      vertical-align: middle; }

a {
  color: #285a8b; }

.header {
  margin-top: 5px; }
  .header__block-itp {
    background-color: #0c53a0;
    width: 100%; }
  .header__block-title {
    background-image: url("../img/title-itp.jpg");
    max-width: 1180px;
    margin: 0 auto;
    height: 75px; }
    .header__block-title img {
      display: block;
      margin: 0 auto;
      padding-top: 20px; }
  .header__main-bg {
    background-color: #ebeff0;
    position: relative;
    height: 200px;
    width: 100%; }
    .header__main-bg:before, .header__main-bg:after {
      content: '';
      display: block;
      position: absolute;
      background-repeat: repeat-x;
      width: 100%; }
    .header__main-bg:before {
      background-image: url("../img/bg-t.jpg");
      height: 2px;
      top: 0; }
    .header__main-bg:after {
      bottom: -13px;
      height: 13px;
      background-image: url("../img/bg-b.jpg"); }
  .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-light.png");
        background-position: right;
        background-repeat: no-repeat;
        position: relative; }
        .header__main .col:last-child:before {
          content: '';
          background-image: url("../img/header-bg-r.png");
          position: absolute;
          top: 0;
          left: 0;
          height: 200px;
          width: 49px; }
  .header__blockLogo {
    float: left;
    width: 25%;
    position: relative;
    z-index: 2; }
    .header__blockLogo img {
      margin: 6px 10%;
      max-width: 100%; }
  .header__blockTitle {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 0;
    margin-top: 0;
    height: 180px;
    font-family: "Roboto Condensed", sans-serif;
    text-align: center;
    padding-left: 3%;
    width: 75%; }
  .header__title {
    color: #333333;
    display: inline-block;
    font-size: 22px;
    padding-top: 24px;
    padding-bottom: 10px;
    font-weight: bold; }
  .header__info {
    color: #333333;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px; }
  .header__logos {
    display: block;
    text-align: right;
    padding-right: 10%; }
    .header__logos a {
      display: inline-block;
      padding: 0 4%; }
      .header__logos a:first-child {
        padding-left: 0; }
      .header__logos a:last-child {
        padding-right: 0; }
  .header .rol {
    margin: 33px 0; }

.block_lang {
  padding-right: 5%;
  position: relative;
  text-align: right; }
  .block_lang a {
    display: inline-block;
    font-weight: bold;
    margin-right: 10px; }
    .block_lang a:last-child {
      margin-right: 0; }
  .block_lang .text {
    color: #ebeff0;
    display: inline-block; }

@media screen and (max-width: 1200px) {
  .header__logos a {
    padding: 0 2%; } }

.menu {
  font-size: 16px;
  margin-top: 10px;
  padding-left: 10%;
  padding-right: 12%;
  text-align: right; }
  .menu li {
    border-bottom: 1px solid #c6c6c6;
    padding-top: 30px;
    position: relative; }
    .menu li:after {
      content: '';
      position: absolute;
      display: block;
      background-image: url("../img/menu-bg.jpg");
      height: 10px;
      width: 100%;
      bottom: -11px; }
    .menu li a {
      color: #605d5c;
      cursor: pointer;
      padding-bottom: 20px;
      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: #0c53a0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 80px;
  font-size: 14px;
  margin-top: -80px;
  padding-top: 20px;
  padding-left: 5%;
  padding-right: 5%; }
