﻿/* ========== структура ========== */

body {
   background-color:  #631106;
   background-image:  url(/bg-body.jpg); 
   background-repeat: no-repeat;
   background-size:   contain;
   text-align: center;
   padding: 30px 0;
}

#div-body {
   display: inline-block;
   width:   auto;
   margin:  0 auot;
   padding: 30px;
   background: white;
   opacity: 0.95;
   border: solid 1px #631106;
   border-radius: 10px;
   text-align: left;
}

#top-line,
#header,
#article,
#footer {
   width:  999px;
   margin: 0 auto;
}


/* ========== общее ========== */

*, *::before, *::after {
    box-sizing: border-box;
}
body {
   font-family: Times New Roman, Times, serif;
   font-size:   14px;
}
p {
   margin:      0 0 10px;
   text-align:  left;
   line-height: 1.2em;
}
h1 {
   color: #002e83;
   font-size: 2.5em;
   font-weight: normal;
   margin: 1em 0;
}
h2 {
   color: #002e83;
   font-size: 1.8em;
   font-weight: normal;
   margin: .5em 0 1em;
}
h3 {
   color: #002e83;
   font-size: 1.5em;
   font-weight: normal;
   margin: .3em 0 0.2em;
}
h4 {
   color: #090909;
   font-size: 1.3em;
   font-weight: normal;
   margin: .3em 0 0.2em;
}
h5 {
   color: #a9a983;
   font-size: 1.0em;
   font-weight: normal;
   margin: .3em 0 0.2em;
}
.left {
   float: left;
}
.right {
   float: right;
}
.article-subtitle {
   font-size:   1.2em;
   font-weight: bold;
   margin: 15px 0;
}


/* ========== верхняя полоса ========== */

#top-line {
   display:  block;
   overflow: hidden;
   width:    100%;
   height:   0;
}


/* ========== заголовок ========== */

#header {
   display:  block;
   overflow: hidden;
   width:    100%;
   height:   257px;
   margin-top: -15px;   /* ??? после перехода на utf-8 */
   background-image:  url(/top.jpg); 
   background-repeat: no-repeat;
   background-size:   contain;
}
#header p {
   margin: 0;
}
#header > .left {
   width: 270px;
   margin: 2px 0 0 205px;
}
#spaser {
   width:  231px;
   height: 61px;
   display: block;
   overflow: hidden;
   margin: 23px 0 8px;
}
#header-menu {
   float:    none;
   clear:    both;
   display:  block;
   overflow: hidden;
}
#header-menu > div {
   float:   left;
   width:   50%;
   padding: 5px 0 0 10px;
   text-align: left;
}
#header-menu > div:first-of-type {
   width: 40%;
}
#header-menu > div a {
   display: block;
   width: 100%;
   font-size:   1.1em;
   line-height: 1.3em;
}
#header > .right {
   width: 270px;
   margin: 10px 225px 0 0;
}
#header p.title {
   color: #002e83;
   font-size:     2em;
   line-height:   .92em;
   margin-bottom: 10px;
}
#index {
   display:  block;
   overflow: hidden;
   margin-bottom: 5px;
}
#index > div {
   float:      left;
   text-align: left;
}
#index > div:first-of-type {
   font-size: 13px;
   padding-right: 15px;
}
#index > div:last-of-type {
   color: #4950a2;
   font-size:      58px;
   line-height:    .9em;
   letter-spacing: -5px;
}
#header .phone {
   color: #002e83;
   font-size: 22px;
   line-height: 18px;
   margin: 6px 0;
}


/* ========== статья ========== */

#article {
}


/* ========== подвал ========== */

#footer {
   display:  block;
   overflow: hidden;
   width:    100%;
   padding-top: 20px;
}
#lv-counter {
   margin: 20px 0 0 50px;
}

/* ========== галерея изображений ========== */

.image-gallery {
   display:  block;
   overflow: hidden;
   width:    100%;
   margin:   0;
}
.image-gallery.images-row-2 img {
   width:  480px;
   margin: 10px 15px 10px 0;
}
.image-gallery.images-row-2 img:last-of-type {
   margin-right: 0;
}
.image-gallery.images-row-3 img {
   width:  320px;
   margin: 8px 16px 8px 0;
}
.image-gallery.images-row-3 img:last-of-type {
   margin-right: 0;
}
.image-gallery.images-row-4 img {
   width:  225px;
   margin: 10px 29px 10px 0;
}
.image-gallery.images-row-4 img:last-of-type {
   margin-right: 0;
}
.center-img {
  display: block;
  text-align: center
  margin: 0 auto;
}

/*BVP:25-01-2017: страница авторов */
#authors {
   width: 100%;
}
#authors tr {
}
#authors td {
   width: 25%;
   text-align: center;
}
#authors img {
   margin: 30px 0 10px;
   border: solid 1px transparent;
}
#authors img:hover {
   border-color: red;
}
#authors a {
   text-decoration: none;
}
#authors a:hover {
   color: red;
}
#authors span:nth-of-type(1) {
   font-size:   1.1em;
   font-weight: bold;
   line-height: 20px;
}
#authors span:nth-of-type(2) {
   line-height: 20px;
}

/*BVP:25-01-2017: страница одного автора */
#author {
   width: 100%;
   margin-top: 20px;
}
#author td {
   vertical-align: top;
}
#author .author-image {
   padding: 10px 30px 0 0;
}
#author .author-title {
   font-size: 1.8em;
   margin-bottom: 15px;
}
#author .author-mail {
   font-size: 1.1em;
}
#author .author-phone {
   font-size: 1.05em;
   color: #001078;
}
#author .author-ids {
   color: blue;
}
#author .on-english {
   margin-top: 50px;
}

/*BVP:26-01-2017: страница редакции */
#editors td {
   padding-bottom: 5px;
}
.fio-1 {
   font-size: 1.1em;
   font-weight: bold;
}
.fio-2 {
   font-size: 1.05em;
}
