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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
:focus {
outline: 0;
}
body {
line-height: 1;
}
ol,
ul {
list-style: none;
list-style-position: outside;
}
blockquote,
q {
quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: '';
content: none;
}
ins {
text-decoration: none;
}
del {
text-decoration: line-through;
}
table {
border-collapse: collapse;
border-spacing: 0;
empty-cells: show;
}
caption,
td,
th {
text-align: left;
vertical-align: middle;
font-weight: normal;
}
th {
font-weight: bolder;
}
p {
text-indent: 0;
}
strong {
font-weight: bold;
}
em {
font-style: italic;
}
a {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
.error {
color: #ff0000;
}
.warning {
color: #cc6600;
}
.success {
color: #008000;
}
.icon {
display: inline-block;
width: 16px;
height: 16px;
}
.erase {
display: none;
}
.hide {
visibility: hidden;
}
.lfloat {
float: left !important;
}
.rfloat {
float: right !important;
}
.lclear {
clear: left;
}
.rclear {
clear: right;
}
.clear {
clear: both;
}
.strike {
text-decoration: line-through;
}
.center {
text-align: center;
}
.left {
text-align: left;
}
.right {
text-align: right;
}
.sub {
vertical-align: sub;
font-size: .83em;
line-height: .83em;
}
.sup {
vertical-align: super;
font-size: .83em;
line-height: .83em;
}
.italic {
font-style: italic;
}
html,
body {
margin: 0;
padding: 0;
font-family: 'Arial CE', 'Arial', sans-serif;
font-size: 13px;
color: #37322e;
}
body {
background: url('/images/background2.png') repeat-x center -19px #babeca;
}
body.homepage {
background: url('/images/background.png') repeat-x center -19px #babeca;
}
header,
footer,
article,
section,
aside {
display: block;
}
#all {
width: 960px;
margin: 0 auto 10px;
position: relative;
}
header {
background: #131313;
height: 114px;
position: relative;
z-index: 10;
}
header:before,
header:after {
content: '';
display: block;
position: absolute;
height: 45px;
width: 1px;
background: #bdbccc;
top: 25px;
}
header:before {
left: 0;
}
header:after {
right: 0;
}
header #logo {
display: block;
background: url('/images/logo.png') no-repeat;
width: 222px;
height: 47px;
position: absolute;
top: 25px;
left: 5px;
z-index: 10;
}
.homepage header #logo:after {
background: url('/images/arrow_gray.png') no-repeat;
}
header #logo:after {
content: '';
display: block;
width: 22px;
height: 11px;
position: absolute;
top: 78px;
left: 162px;
background: url('/images/arrow_white.png') no-repeat;
}
header .header-slogan {
font-weight: bold;
font-size: 16px;
color: #e14822;
position: absolute;
top: 35px;
left: 220px;
}
header .header-count {
font-size: 16px;
color: #d2d2d4;
position: absolute;
top: 75px;
left: 23px;
}
header menu {
position: absolute;
right: 15px;
top: 25px;
list-style: none;
margin: 0;
padding: 0;
}
header menu li {
float: left;
border-left: solid 1px #bdbccc;
padding: 0 3px 2px;
}
header menu li:first-child {
border-left: none;
}
header menu li.active a,
header menu li a:hover {
color: #c53e2b;
text-decoration: none;
}
header menu li.active a {
font-weight: bold;
}
header menu li a {
color: #babdca;
text-decoration: none;
display: block;
padding: 1px 10px;
margin-top: -1px;
height: 100%;
font-size: 15px;
vertical-align: top;
}
section {
zoom: 1;
-webkit-box-shadow: 6px 6px 10px 0 rgba(0,0,0,.4);
-moz-box-shadow: 6px 6px 10px 0 rgba(0,0,0,.4);
box-shadow: 6px 6px 10px 0 rgba(0,0,0,.4);
margin-bottom: 16px;
background: url('/images/back_main.png') repeat-y 10px top white;
position: relative;
}
section:after {
content: '';
display: block;
clear: both;
}
.homepage section {
background: white;
}
section.archive {
background: white;
}
section #main {
width: 730px;
float: left;
overflow: hidden;
}
section #main.archive {
width: 960px;
}
section #main #recent {
background: #414352;
height: 267px;
width: 722px;
-webkit-box-shadow: 0 0 6px 1px #444444;
-moz-box-shadow: 0 0 6px 1px #444444;
box-shadow: 0 0 6px 1px #444444;
}
section #main #recent:after {
content: '';
display: block;
height: 267px;
top: 0;
width: 20px;
right: -20px;
z-index: 50;
position: absolute;
background: #414352;
}
section #main #recent img {
float: left;
object-fit: cover;
}
section #main #recent .cover {
height: 267px;
width: 445px;
}
section #main #recent .content {
color: #bbbecb;
width: 276px;
float: right;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
padding: 15px;
position: relative;
height: 267px;
}
section #main #recent .content p {
font-size: 12px;
margin: 0;
margin-bottom: 8px;
}
section #main #recent .content .title {
font-size: 18px;
line-height: 21px;
margin-bottom: 4px;
font-weight: normal;
font-family: 'open_sans_condensedbold', 'Arial CE', 'Arial', sans-serif;
}
section #main #recent .content .title.big {
font-size: 32px;
line-height: 35px;
}
section #main #recent .content .author {
margin-bottom: 6px;
}
section #main #recent .content .more {
position: absolute;
bottom: 10px;
font-size: 15px;
line-height: 17px;
}
section #main #content {
padding: 20px 25px;
position: relative;
}
section #main #content h1 {
text-align: left;
font-size: 42px;
text-transform: uppercase;
color: #babeca;
font-weight: bold;
line-height: 46px;
margin-bottom: 15px;
}
.homepage section #main #content h1 {
display: inline;
text-align: left;
}
section #main #content p {
color: #414353;
font-size: 13px;
line-height: 20px;
margin-bottom: 14px;
}
section #main #content .small {
font-size: 12px;
}
section #main #content .big {
font-size: 20px;
}
section #main #content h2 {
color: #414353;
margin-bottom: 5px;
}
section #main #content img {
margin: 0 20px 15px;
}
section #main #content img.lfloat {
margin-left: 0;
margin-right: 20px;
}
section #main #content img.rfloat {
margin-left: 20px;
margin-right: 0;
}
section #main #content .archive {
zoom: 1;
}
section #main #content .archive:after {
content: '';
display: block;
clear: both;
}
section #main #content .archive .item {
display: block;
margin-left: 29px;
float: left;
height: 210px;
margin-bottom: 5px;
}
section #main #content .archive .item:first-child,
section #main #content .archive .item.clear {
margin-left: 0;
clear: both;
}
section #main #content .archive .item img {
margin: 0;
}
section #main #content .archive .item .cover {
width: 127px;
height: 169px;
display: block;
}
section #main #content .archive .item span.cover {
background: #babeca;
}
section #main #content .archive .item p {
font-size: 13px;
color: #414353;
line-height: 14px;
padding-top: 5px;
}
section #main #content .archive .item .download {
color: #c53e2b;
text-decoration: underline;
}
section #main #content .archive .item .download:hover {
text-decoration: none;
}
section #main #content .formats {
zoom: 1;
margin-bottom: 10px;
margin-top: 20px;
}
section #main #content .formats:after {
content: '';
display: block;
clear: both;
}
section #main #content .formats .format {
float: left;
width: 135px;
height: 265px;
margin-right: 35px;
margin-bottom: 10px;
font-size: 9px;
line-height: 13px;
text-align: center;
}
section #main #content .formats .format img {
margin: 0 0 10px;
}
section #main #content .formats .format dl {
margin: 0;
padding: 0;
}
section #main #content .formats .format dt {
clear: both;
float: left;
}
section #main #content .formats .format dd {
float: right;
text-align: right;
white-space: nowrap;
}
section #main #content .formats .format dd.clear {
clear: both;
}
section #main #content .formats .format.last {
font-size: 10px;
line-height: 18px;
}
section #main #content .formats .format.last dl {
margin-top: 115px;
}
section #main #content .formats+p {
font-size: 11px;
line-height: 16px;
}
section #main #content .audit {
margin-top: 20px;
font-weight: bold;
font-size: 16px;
padding-top: 15px;
line-height: 1.5;
}
section #main #content .audit img {
float: left;
margin-top: -15px;
margin-left: 0;
}
section #main #content .reference {
position: relative;
width: 320px;
float: left;
padding-left: 66px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
margin: 34px 0 0 40px;
}
section #main #content .reference:nth-child(1),
section #main #content .reference:nth-child(2) {
margin-top: 20px;
}
section #main #content .reference:nth-child(2n+1) {
margin-left: 0;
clear: left;
}
section #main #content .reference h2 {
font-size: 15px;
font-weight: bold;
font-family: 'open_sans';
width: 254px;
line-height: 17px;
}
section #main #content .reference h2 a {
color: #c53e2b;
}
section #main #content .reference img {
width: 56px;
height: 70px;
position: absolute;
top: 0;
left: 0;
margin: 0;
}
section #main #content .reference figure {
margin: 0;
}
section #main #content .reference figcaption {
font-family: 'open_sans';
font-style: italic;
width: 207px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
border: 1px solid #d3d3d3;
padding: 4px 7px;
margin-top: 11px;
line-height: 16px;
font-size: 12.5px;
position: relative;
}
section #main #content .reference figcaption:before {
content: '';
position: absolute;
background: url('/images/references_arrow.png') no-repeat;
width: 17px;
height: 9px;
top: -9px;
left: 10px;
}
section #main #content .reference figcaption:after {
content: '';
width: 47px;
position: absolute;
top: -1px;
left: 100%;
bottom: -1px;
display: block;
background-color: #c53e2b;
}
section #main #content .reference figcaption a {
color: white;
text-align: center;
font-style: normal;
font-weight: bold;
text-decoration: underline;
width: 47px;
position: absolute;
top: 50%;
left: 100%;
display: block;
z-index: 1;
margin-top: -9px;
font-size: 12px;
}
section #main #content .reference figcaption a:hover {
text-decoration: none;
}
section #main #content .reference figcaption a:after {
content: '\00a0\00bb';
}
section #main #content .reference-highlight {
position: relative;
background: #f6f6f6;
height: 135px;
margin-top: 10px;
}
section #main #content .reference-highlight h2 {
font-size: 18px;
font-weight: bold;
font-family: 'open_sans';
color: #c53e2b;
margin-left: 120px;
padding-top: 11px;
}
section #main #content .reference-highlight img {
position: absolute;
top: 11px;
left: 11px;
margin: 0;
}
section #main #content .reference-highlight figcaption {
position: absolute;
top: 45px;
left: 120px;
font-family: 'open_sans';
font-style: italic;
width: 190px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
border: 1px solid #d3d3d3;
padding: 4px 7px;
line-height: 17px;
font-size: 13px;
background: #ffffff;
}
section #main #content .reference-highlight figcaption:before {
content: '';
position: absolute;
background: url('/images/references_arrow.png') no-repeat;
width: 17px;
height: 9px;
top: -9px;
left: 10px;
}
section #main #content .reference-highlight p {
margin-left: 330px;
width: 340px;
font-size: 12px;
line-height: 1.2;
}
section #main #content.reference-detail {
padding-left: 230px;
}
section #main #content.reference-detail h1 {
font-size: 25px;
font-weight: bold;
color: black;
line-height: 1.3;
text-transform: none;
}
section #main #content.reference-detail figure {
position: absolute;
top: 25px;
left: 30px;
width: 176px;
margin: 0;
}
section #main #content.reference-detail figure img {
margin: 0;
}
section #main #content.reference-detail figure figcaption {
margin-top: 5px;
color: #a5a4ae;
line-height: 1.3;
}
section #main #content.reference-detail a {
color: #c53e2b;
font-weight: bold;
text-decoration: underline;
}
section #main #content.reference-detail a:hover {
text-decoration: none;
}
section #main #content .reference-bubble {
background: url('/images/references_icon.png') no-repeat;
height: 37px;
display: block;
font-family: 'open_sans';
padding-left: 50px;
color: #515151;
font-weight: normal;
text-transform: none;
font-size: 25px;
line-height: 1.2;
}
section #main #content .reference-bubble-homepage {
position: absolute;
bottom: 102px;
right: 20px;
}
section #main #content .homepage-paragraph {
margin-bottom: 30px;
}
section #main #content .award {
clear: left;
font-size: 18px;
font-weight: bold;
padding-top: .3em;
}
section #main.index {
padding-bottom: 95px;
}
section #main.index #content {
padding-left: 30px;
padding-right: 10px;
}
section #main.index h2+p {
padding-right: 20px;
}
section #main.index #content .banner-zlaty-strednik {
zoom: 1;
padding: 10px 10px 5px 150px;
background: #e3c4ae;
box-shadow: 1px 3px 10px 0 rgba(0,0,0,0.4);
margin: 5px 0 30px;
position: relative;
height: 190px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
section #main.index #content .banner-zlaty-strednik:after {
content: '';
display: block;
clear: both;
}
section #main.index #content .banner-zlaty-strednik h2 {
font-weight: bold;
font-size: 19px;
line-height: 1.5;
margin-bottom: 10px;
}
section #main.index #content .banner-zlaty-strednik p {
margin-bottom: 0;
}
section #main.index #content .banner-zlaty-strednik a {
color: black;
}
section #main.index #content .banner-zlaty-strednik .colorbox {
position: absolute;
left: 0;
top: 0;
}
section #main.index #content .banner-zlaty-strednik img {
margin: 0;
}
section #main #bottom {
position: absolute;
bottom: 0;
width: 960px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
height: 95px;
}
section #main #bottom .support {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
border-top: solid 1px #bdbbd0;
float: right;
position: relative;
padding: 5px 8px;
width: 387px;
}
section #main #bottom .support a {
height: 70px;
line-height: 70px;
float: left;
margin: 0 10px;
}
section #main #bottom .support a img {
vertical-align: middle;
}
section #main #bottom strong {
display: block;
font-size: 11px;
font-weight: normal;
color: #414353;
}
section #main #bottom .rotator {
padding: 5px 0;
border-top: solid 1px #bdbbd0;
position: relative;
width: 480px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
height: 95px;
}
section #main #bottom .rotator .wrapper {
width: 400px;
margin: -6px auto 0 auto;
height: 82px;
position: absolute;
left: 40px;
}
section #main #bottom .rotator .wrapper .inner a {
height: 70px;
line-height: 70px;
float: left;
margin: 0 10px;
}
section #main #bottom .rotator:after {
position: absolute;
content: '';
display: block;
border-right: solid 1px #bcbbcd;
width: 1px;
height: 95px;
top: -1px;
right: 0;
}
section aside {
width: 230px;
float: right;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
padding: 5px 10px;
color: #babdca;
font-size: 12px;
}
.homepage section aside {
color: #414353;
}
section aside p {
color: inherit;
font-size: 12px;
margin: 5px 0;
}
section aside .cover {
display: block;
margin: 10px 0 5px 0;
}
section aside .archive .item {
width: 66px;
height: 88px;
display: block;
float: left;
margin: 0 4px 4px 0;
}
section aside .archive span.item {
background: #babeca;
}
.homepage section aside .archive span.item {
background: #bbbdca;
}
footer {
clear: both;
text-align: right;
font-size: 12px;
color: #414353;
line-height: 1.4;
zoom: 1;
}
footer:after {
content: '';
display: block;
clear: both;
}
footer .left {
float: left;
width: 660px;
margin-bottom: 10px;
}
footer .copyright {
float: right;
}
footer a {
color: #414353;
text-decoration: underline;
}
footer a:hover {
text-decoration: none;
}
a {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
.rotator {
float: left;
}
.rotator strong,
.rotator a {
margin-left: 10px;
margin-right: 10px;
}
.rotator strong {
position: relative;
z-index: 5;
}
.rotator .arrLeft,
.rotator .arrRight {
display: block;
width: 24px;
height: 24px;
background: no-repeat center;
margin-top: 25px;
cursor: pointer;
}
.rotator .arrLeft {
background-image: url('/images/rotator_left.png');
float: left;
}
.rotator .arrRight {
background-image: url('/images/rotator_right.png');
float: right;
}
.rotator .wrapper {
overflow: hidden;
}
.rotator .wrapper .inner {
width: 9999em;
height: 100%;
position: absolute;
left: 0;
top: 7px;
overflow: hidden;
}
.rotator .wrapper .inner a img {
vertical-align: middle;
}
.reference-rotator {
padding: 5px 0;
position: relative;
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
margin-bottom: 25px;
float: none;
}
.reference-rotator .wrapper {
width: 100%;
margin: -6px auto 0 auto;
height: 120px;
position: relative;
}
.reference-rotator .wrapper .inner a {
height: 111px;
line-height: 111px;
float: left;
margin: 0 10px 0 0;
}
.reference-rotator .wrapper .inner a img {
margin: 0 !important;
display: block;
}
.pagination {
clear: both;
text-align: right;
border-bottom: 1px solid #c53e2b;
margin-top: -40px;
font-size: 0;
}
.pagination li {
display: inline-block;
padding: 5px 6px;
font-family: 'open_sans';
font-size: 16px;
margin-bottom: -1px;
border-bottom: 1px solid black;
}
.pagination li:hover {
border: 1px solid #bc311d;
padding: 4px 5px 5px;
cursor: pointer;
}
.pagination li a:hover {
text-decoration: none;
}
.pagination li * {
color: #bc311d;
}
.pagination li.disabled * {
display: none;
}
.pagination li.active {
background: #bc311d;
}
.pagination li.active * {
color: #ffffff;
}
.pagination~.pagination {
border-top: 1px solid #c53e2b;
border-bottom: 0;
margin: 20px 0;
float: right;
width: 100%;
}
.pagination~.pagination li {
margin-bottom: 0;
border-bottom: 0;
margin-top: -1px;
border-top: 1px solid black;
}
.pagination~.pagination li:hover {
padding: 5px 5px 4px;
border: 1px solid #bc311d;
}
.imgrotator {
position: relative;
}
.imgrotator .imgrotator-item {
position: absolute;
top: 0;
left: 0;
display: none;
}
.imgrotator .imgrotator-item:first-child {
display: block;
}
.social {
line-height: 9px;
height: 20px;
}
.social .fb-like {
height: 20px;
overflow: hidden;
}
