/* --- ADMIN --- */
.c-admin {
  position: fixed;
  z-index: 9999;
  top: 5px;
  left: 5px;
  opacity: .7;
}
.c-admin:hover {
  opacity: 1;
}
/* --- /ADMIN --- */

/* --- CONTENT --- */
.c-content {}
.c-content p,
.c-content a,
.c-content div,
.c-content span,
.c-content ul,
.c-content ol,
.c-content li,
.c-content td {}

.c-content h1,
.c-content h2,
.c-content h3,
.c-content h4,
.c-content h5,
.c-content h6 {}

.c-content h1 {margin-top: 70px;}
.c-content h2 {margin-top: 50px;}
.c-content h3 {margin-top: 50px;}
.c-content h4 {margin-top: 50px;}
.c-content h5 {margin-top: 50px;}
.c-content h6 {margin-top: 50px;}

.c-content p {}

.c-content ul, .c-content ol {
  margin-left: 30px;
  margin-bottom: 45px;
}
.c-content li {
  padding-left: 5px;
  color: #232323;
  font-size: 16px;
  margin-bottom: 8px;
}

.c-content h1:first-child,
.c-content h2:first-child,
.c-content h3:first-child,
.c-content h4:first-child,
.c-content h5:first-child,
.c-content h6:first-child,
.c-content p:first-child {
  margin-top: 0;
}

.c-content table {margin-bottom: 26px;}
.c-content .c-table tr {
  border: 1px solid #e8e8f2;
}
.c-content .c-table th {
  height: 59px;
  padding-left: 20px;
  border-right: 1px solid #e8e8f2;
  font-size: 15px;
  font-family: 'open_sansextrabold';
  font-weight: normal;
  background: #026dff;
  color: #fff;
}
.c-content .c-table td {
  height: 59px;
  padding-left: 20px;
  border-right: 1px solid #e8e8f2;
  font-size: 15px;
}
.c-content .c-table td:hover {
  background: #f7fafd;
}
.c-content .c-table p {
  color: inherit;
  line-height: inherit;
  font-size: inherit;
  margin: 0;
}

.c-content img[align="left"] {margin-top: 12px; margin-left: 0; margin-right: 36px;}
.c-content img[align="right"] {margin-top: 12px; margin-left: 36px; margin-right: 0;}
/* --- /CONTENT --- */

.standart_tp_news .date_news {
    background: url(../img/for_num_nbi.png);
    display: block;
    width: 22%;
    min-width: 180px;
    height: 35px;
    margin-bottom: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-family: 'open_sansbold';
    border-radius: 10px 0px 10px 0px;
}
.text_tp_news {
    margin-bottom: 45px;
}
.btn_stn {
    display: block;
    width: 142px;
    height: 45px;
    text-align: center;
    padding-right: 11px;
    line-height: 41px;
    text-decoration: none !important;
    border: 3px solid #1B7BFF;
    color: #1B7BFF;
    font-family: 'open_sansbold';
    border-radius: 10px;
}
.btn_stn:hover {
    background: #1B7BFF;
    color: #fff;
}