@charset "utf-8";
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}
body {
  font: normal 14px/24px "PT Sans", "PTSans-Regular", Arial, Helvetica, 'Helvetica Neue', serif;
  color: #000;
  background: #f3f3f3;
  min-width: 1000px;
}
a {
  color: #cf0000;
  text-decoration: underline;
  cursor: pointer;
  transition: color 0.1s;
}
a:hover {
  color: #f00;
  text-decoration: underline;
}
a:focus {
  outline: none;
}
.pseudo-link {
  color: #cf0000;
  border-bottom: #cf0000 1px dotted;
  cursor: pointer;
  text-decoration: none;
  transition: color 0.1s;
}
.pseudo-link:hover {
  color: #f00;
  border-bottom-color: #f00;
  text-decoration: none;
}
a img {
  border: none;
}
p {
  margin: 0 0 1.5em 0;
  padding: 0;
}
.spacer {
  height: 0;
  overflow: hidden;
  clear: both;
  display: block;
}
.spacer-20 {
  height: 20px;
}
.hidden {
  display: none;
}
.cf:before,
.cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  zoom: 1;
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.clear {
  clear: both;
}
hr {
  margin: 18px 0;
  padding: 0;
  overflow: hidden;
  height: 2px;
  border: none;
  color: #ffea00;
  background: #ffea00;
}
ul {
  margin: 20px 0 20px 16px;
  padding: 0;
  list-style: disc;
}
ul li {
  margin: 0 0 12px 0;
  padding: 0;
  position: relative;
}
ul li:after {
  display: block;
  content: '';
}
ol {
  margin: 20px 0 20px 22px;
  padding: 0;
}
ol li {
  margin: 0 0 12px 0;
  padding: 0;
}
ol ul,
ul ol {
  margin-top: 12px;
  margin-bottom: 12px;
}
ul ul {
  list-style: lower-alpha;
}
.blur {
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
}
form {
  margin: 0;
  padding: 0;
}
/*input, textarea, button { margin:0; -webkit-appearance:none }*/
input:focus,
textarea:focus {
  outline: none;
}
textarea {
  overflow: auto;
}
.textInput {
  margin: 0;
  padding: 8px 15px 10px 15px;
  border: none;
  border-top: #dbdbdb 4px solid;
  font: normal 14px/17px "PT Sans", "PTSans-Regular", Arial, Helvetica, 'Helvetica Neue', serif;
  color: #000;
  background: #f4f4f4;
}
.textInput:focus {
  border-top-color: #c3c3c3;
}
.textInput-placeholder {
  color: #9b9b9b;
}
.textInput-placeholder.required {
  color: #cf0000;
}
.textInput2 {
  margin: 0;
  padding: 5px 7px;
  border: none;
  font: normal 13px/17px Arial, Helvetica, 'Helvetica Neue', serif;
  color: #000;
  background: #f7f7f7;
  background: linear-gradient(to bottom, #e0e0e0, #fefefe);
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.3);
}
/*.textInput2:focus { border: #30b9e2 1px solid; margin: -1px;}*/
.textInput2:focus {
  background: #fff;
  border: #038bb7 1px solid;
  margin: -1px;
  box-shadow: inset 0 1px 1px rgba(0,74,96,0.27);
}
.textInput2.textInput-placeholder {
  color: #bebdbd;
}
.oldie .textInput2 {
  border: #e0e0e0 1px solid;
}
.oldie .textInput2:focus {
  border-color: #038bb7;
  margin: 0;
}
.button {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  margin: 0;
  padding: 14px 30px;
  border: none;
  visibility: visible;
  overflow: visible;
  font: bold 18px/24px "PT Sans", Arial, Helvetica, 'Helvetica Neue', serif;
  color: #fff;
  text-align: center;
  text-decoration: none;
  letter-spacing: 1px;
  background: #cf0000;
  border-top: #cf0000 4px solid;
  border-bottom: #b00000 4px solid;
  cursor: pointer;
}
.button:hover {
  color: #fff;
  text-decoration: none;
  background: #f00;
  border-top-color: #f00;
  border-bottom-color: #b20000;
}
.button:active {
  background: #cf0000;
  border-top-color: #b00000;
  border-bottom-color: #cf0000;
}
.button:focus {
  outline: none;
}
.button:disabled,
.button.disabled {
  cursor: default;
  color: #bebdbd;
  text-shadow: none;
  background: #f4f4f4;
  border-top-color: #dbdbdb;
  border-bottom-color: #f4f4f4;
}
.button.disabled2 {
  padding: 4px 20px;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0;
  cursor: default;
}
.button.disabled2 {
  background: #a20000;
  border-bottom-color: #a20000;
  border-top-color: #8a0000;
  color: #fff;
}
.button-small {
  font-size: 14px;
  font-weight: normal;
  padding: 4px 20px;
  letter-spacing: 0;
}
.checkbox {
  position: relative;
  padding: 0 0 0 30px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox input {
  visibility: hidden;
  visibility: visible;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 0px;
  height: 0px;
  border: none;
  background: none;
  overflow: hidden;
}
.checkbox input:focus {
  outline: none;
  border: none;
}
.checkbox i {
  display: block;
  width: 20px;
  height: 20px;
  background: url("../img/i.png") -182px -106px;
  position: absolute;
  top: 3px;
  left: 0;
}
/*.checkbox:hover i { background-position: -163px 0;}*/
.checkbox-checked i {
  background-position: -204px -106px;
}
/*.checkbox-checked:hover i { background-position:-184px 0 }*/
.checkbox-disabled {
  color: #a1a1a1;
}
/*.checkbox-disabled i { background-position: -142px 0;}*/
.radio {
  position: relative;
  padding: 0 0 0 30px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.radio input {
  visibility: hidden;
  visibility: visible;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 0px;
  height: 0px;
  border: none;
  background: none;
  overflow: hidden;
}
.radio input:focus {
  outline: none;
  border: none;
}
.radio i {
  display: block;
  width: 22px;
  height: 22px;
  background: url("../img/i.png") -140px -230px;
  position: absolute;
  top: 2px;
  left: 0;
}
.radio:hover i {
  background-position: -170px -230px;
}
.radio-checked i {
  background-position: -170px -230px;
}
.radio-checked:hover i {
  background-position: -170px -230px;
}
.selectInput {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  position: relative;
  z-index: 1;
  width: 275px;
  background: #f00;
  padding: 0 0 0 0;
  text-align: left;
  text-overflow: ellipsis;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.selectInput .b {
  position: relative;
  z-index: 10;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  *behavior: url("../js/boxsizing.htc");
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  visibility: visible;
  overflow: visible;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  height: 40px;
  overflow: hidden;
  margin: 0;
  padding: 8px 45px 11px 15px;
  border: none;
  border-top: #dbdbdb 4px solid;
  font: normal 14px/17px "PT Sans", "PTSans-Regular", Arial, Helvetica, 'Helvetica Neue', serif;
  color: #000;
  background: #f4f4f4;
  text-overflow: ellipsis;
}
.selectInput .sh {
  display: block;
  width: 40px;
  height: 32px;
  overflow: hidden;
  background: #cf0000;
  border-top: #cf0000 4px solid;
  border-bottom: #b00000 4px solid;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 11;
  cursor: pointer;
}
.selectInput .sh:after {
  display: block;
  content: '';
  width: 9px;
  height: 6px;
  overflow: hidden;
  background: url("../img/i.png") -289px -20px no-repeat;
  position: absolute;
  top: 12px;
  left: 15px;
}
.selectInput:hover .sh {
  background: #f00;
  border-top-color: #f00;
  border-bottom-color: #b20000;
}
.selectInput-placeholder .b {
  color: #999;
}
.selectInput-opened {
  z-index: 20;
}
.selectInput-opened .selectInput-options {
  display: block;
}
.selectInput-opened .sh {
  background: #cf0000;
  border-top-color: #b00000;
  border-bottom-color: #cf0000;
}
.selectInput-opened:hover .sh {
  background: #cf0000;
  border-top-color: #b00000;
  border-bottom-color: #cf0000;
}
.selectInput-options {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  margin: 0;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background: #f4f4f4;
  border-top: #dbdbdb 4px solid;
  display: none;
  max-height: 245px;
  overflow: hidden;
  font-size: 14px;
  line-height: 20px;
}
.selectInput-options-inner {
  position: relative;
}
.selectInput-options ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.selectInput-options ul li {
  display: block;
  margin: 0;
  padding: 10px 15px;
  background: #f4f4f4;
  color: #9b9b9b;
  cursor: pointer;
  position: relative;
}
.selectInput-options ul li:hover {
  color: #cf0000;
}
.selectInput-options ul li:after {
  display: none;
}
.selectInput-options ul li.active {
  color: #000;
}
.selectInput-options .bar-back {
  display: block;
  content: '';
  width: 8px;
  height: 100%;
  overflow: hidden;
  background: #dbdbdb;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
}
.selectInput-options .bar {
  position: absolute;
  width: 8px;
  height: 60px;
  top: 1px;
  right: 0;
  z-index: 10;
  cursor: pointer;
  background: #cf0000;
}
.selectInput-options .bar div {
  width: 4px;
  height: 50px;
  margin: 3px 0 0 3px;
  background: none;
}
.selectInput-options .bar:hover,
.selectInput-options .bar:active {
  background: #f00;
}
/*.selectInput-options .bar:hover div { width:6px; margin-left:2px }*/
.selectInput-big .b {
  height: 36px;
  line-height: 36px;
}
.selectInput.disabled .bar {
  display: none;
}
h1,
.heading1 {
  margin: 0 0 30px 0;
  padding: 0;
  font: bold 40px/42px "PT Sans Narrow", Arial, Helvetica, sans-serif;
  color: #000;
}
h2,
.heading2 {
  margin: 0 0 30px 0;
  padding: 0;
  font: bold 28px/32px "PT Sans Narrow", Arial, Helvetica, sans-serif;
  color: #000;
}
h3,
.heading3 {
  margin: 0 0 15px 0;
  padding: 0;
  font: bold 18px/24px "PT Sans", Arial, Helvetica, sans-serif;
  color: #000;
}
h1 a,
.heading1 a,
h2 a,
.heading2 a,
h3 a,
.heading3 a {
  color: #000;
}
h1 .pseudo-link,
.heading1 .pseudo-link,
h2 .pseudo-link,
.heading2 .pseudo-link,
h3 .pseudo-link,
.heading3 .pseudo-link {
  border-bottom-color: #000;
}
h1 a:hover,
.heading1 a:hover,
h2 a:hover,
.heading2 a:hover,
h3 a:hover,
.heading3 a:hover {
  color: #cf0000;
}
h1 .pseudo-link:hover,
.heading1 .pseudo-link:hover,
h2 .pseudo-link:hover,
.heading2 .pseudo-link:hover,
h3 .pseudo-link:hover,
.heading3 .pseudo-link:hover {
  border-bottom-color: #cf0000;
}
.w {
  width: 900px;
  margin: 0 auto;
  padding: 0 45px;
}
#header-wrapper.fixed {
  margin-bottom: 55px;
}
#header-wrapper.fixed .nav-wrap {
  position: fixed;
  left: 0;
  top: 0;
  min-width: 100%;
  z-index: 1000;
}
#header-wrapper .nav-wrap {
  position: relative;
}
#header-wrapper .nav-wrap .wrapper {
  min-width: 990px;
}
#header-wrapper ul {
  margin: 0;
}
#header-wrapper li {
  display: inline-block;
  vertical-align: top;
  list-style: none;
  box-sizing: border-box;
  margin: 0;
  text-align: left;
}
#header-wrapper li + li {
  margin-left: -4px;
}
#header-wrapper li.has-submenu {
  position: relative;
}
#header-wrapper li.has-submenu.active .submenu {
  display: block;
}
#header-wrapper li.has-submenu.max-width {
  position: static;
}
#header-wrapper li.has-submenu.max-width .submenu {
  min-width: 100%;
  width: auto;
}
#header-wrapper li.has-submenu.max-width .submenu h4 {
  color: #fff;
  padding: 0 20px;
  margin: 0;
}
#header-wrapper li.has-submenu.max-width .submenu .section {
  display: inline-block;
  vertical-align: top;
  margin-right: -4px;
  min-width: 160px;
  max-width: 290px;
  padding: 0 25px 20px 20px;
}
#header-wrapper li.has-submenu.max-width .submenu .hidden {
  display: none;
}
#header-wrapper li.has-submenu > a:after {
  content: '';
  position: relative;
  top: -2px;
  display: inline-block;
  vertical-align: middle;
  width: 7px;
  height: 4px;
  margin-left: 5px;
  background: url("../img/i.png") -289px -36px no-repeat;
}
#header-wrapper li a {
  display: inline-block;
  color: #fff;
}
#header-wrapper li .long {
  display: none;
}
#header-wrapper li .i-gim-main {
  font-weight: bold;
}
#header-wrapper li .i-gim-main:before {
  content: '';
  position: relative;
  top: -3px;
  display: inline-block;
  vertical-align: middle;
  width: 29px;
  height: 28px;
  margin-right: 20px;
  background: url("../img/i.png") 0 -260px no-repeat;
}
#header-wrapper li .enter:before {
  content: '';
  position: relative;
  top: -1px;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 11px;
  margin-right: 10px;
  background: url("../img/i.png") -40px -260px no-repeat;
}
#header-wrapper li .all-site {
  font-weight: bold;
  border-left: 4px #ba0000 solid;
}
#header-wrapper li .all-site:before {
  content: '';
  position: relative;
  top: -1px;
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 13px;
  margin-right: 10px;
  background: url("../img/i.png") 0 0 no-repeat;
}
#header-wrapper .submenu {
  display: none;
  background: #ba0000;
  position: absolute;
  top: 100%;
  left: 0;
  width: 220px;
  padding: 15px 0;
  z-index: 1000;
}
#header-wrapper .submenu li {
  display: block;
  margin: 0;
  line-height: 20px;
}
#header-wrapper .submenu a {
  display: block;
  color: #f2dddd;
  text-decoration: underline;
  padding: 5px 20px;
}
#header-wrapper .submenu a:hover {
  color: #fff;
  background: #cf0000;
}
#header-wrapper .submenu span {
  display: block;
  padding: 5px 20px;
  color: #fff;
  background: #cf0000;
}
#header-wrapper .main-menu {
  position: relative;
  float: left;
  width: 70%;
}
#header-wrapper .main-menu > li {
  position: relative;
}
#header-wrapper .right-menu {
  margin-right: -1px;
  float: right;
  max-width: 30%;
}
#header-wrapper .right-menu > li,
#header-wrapper .main-menu > li {
  line-height: 55px;
}
#header-wrapper .right-menu > li > a,
#header-wrapper .main-menu > li > a,
#header-wrapper .right-menu > li > span,
#header-wrapper .main-menu > li > span {
  display: inline-block;
  vertical-align: top;
  padding: 0 20px;
  text-decoration: none;
}
#header-wrapper .right-menu .active > a,
#header-wrapper .main-menu .active > a,
#header-wrapper .right-menu .active > span,
#header-wrapper .main-menu .active > span {
  background: #ba0000;
  color: #fff;
}
#header-wrapper .right-menu a,
#header-wrapper .main-menu a {
  background: transparent;
  transition: background 0.3s;
}
#header-wrapper .right-menu a:hover,
#header-wrapper .main-menu a:hover {
  background: #ba0000;
}
#header-wrapper .right-menu .submenu a:hover,
#header-wrapper .main-menu .submenu a:hover,
#header-wrapper .right-menu .submenu span,
#header-wrapper .main-menu .submenu span {
  color: #fff;
  background: #cf0000;
}
#header-wrapper .museums-wrap {
  background: #fff;
  white-space: nowrap;
}
#header-wrapper .museums-wrap li {
  width: 25%;
  min-height: 215px;
  text-align: center;
  white-space: normal;
}
#header-wrapper .museums-wrap li.active a,
#header-wrapper .museums-wrap li.active span {
  color: #cf0000;
}
#header-wrapper .museums-wrap li.active a .ico-gim,
#header-wrapper .museums-wrap li.active span .ico-gim {
  background-position: 0 -140px;
}
#header-wrapper .museums-wrap li.active a .ico-hvb,
#header-wrapper .museums-wrap li.active span .ico-hvb {
  background-position: -120px -140px;
}
#header-wrapper .museums-wrap li.active a .ico-mov,
#header-wrapper .museums-wrap li.active span .ico-mov {
  background-position: -240px -140px;
}
#header-wrapper .museums-wrap li.active a .ico-pbr,
#header-wrapper .museums-wrap li.active span .ico-pbr {
  background-position: -430px -140px;
}
#header-wrapper .museums-wrap li + li {
  border-left: 4px #f4f4f4 solid;
}
#header-wrapper .museums-wrap li a,
#header-wrapper .museums-wrap li span {
  display: block;
  padding: 20px;
  text-decoration: none;
  color: #000;
  font-weight: bold;
}
#header-wrapper .museums-wrap li a:hover,
#header-wrapper .museums-wrap li span:hover {
  color: #cf0000;
}
#header-wrapper .museums-wrap li a:hover .ico-gim,
#header-wrapper .museums-wrap li span:hover .ico-gim {
  background-position: 0 -140px;
}
#header-wrapper .museums-wrap li a:hover .ico-hvb,
#header-wrapper .museums-wrap li span:hover .ico-hvb {
  background-position: -120px -140px;
}
#header-wrapper .museums-wrap li a:hover .ico-mov,
#header-wrapper .museums-wrap li span:hover .ico-mov {
  background-position: -240px -140px;
}
#header-wrapper .museums-wrap li a:hover .ico-pbr,
#header-wrapper .museums-wrap li span:hover .ico-pbr {
  background-position: -430px -140px;
}
#header-wrapper .museums-wrap .ico {
  display: inline-block;
  vertical-align: top;
  height: 122px;
  margin-bottom: 20px;
  background-image: url("../img/museum.png");
}
#header-wrapper .museums-wrap .ico.ico-gim {
  width: 103px;
  background-position: 0 0;
}
#header-wrapper .museums-wrap .ico.ico-hvb {
  width: 105px;
  background-position: -120px 0;
}
#header-wrapper .museums-wrap .ico.ico-mov {
  width: 171px;
  background-position: -240px 0;
}
#header-wrapper .museums-wrap .ico.ico-pbr {
  width: 117px;
  background-position: -430px 0;
}
#header-wrapper .nav-wrap {
  height: 55px;
  background: #cf0000;
}
@media (min-width: 1200px) {
  #header-wrapper li .long {
    display: inline-block;
  }
  #header-wrapper li .short {
    display: none;
  }
}
#subnav {
  clear: both;
  background: #ba0000;
  display: none;
}
#subnav .inner {
  margin: 0 -45px 0 0;
  padding: 10px 0 10px 162px;
}
#subnav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
}
#subnav ul li {
  float: left;
  margin: 0 26px 0 0;
  padding: 0;
  white-space: nowrap;
  color: #fff;
}
#subnav ul li:after {
  display: block;
  width: 1px;
  height: 17px;
  overflow: hidden;
  background: #cf4d4d;
  position: absolute;
  top: 3px;
  left: 100%;
  margin: 0 0 0 13px;
}
#subnav ul li:last-child {
  margin-right: 0;
}
#subnav ul li:last-child:after {
  display: none;
}
#subnav ul li a {
  color: #e5b8b8;
  text-decoration: underline;
}
#subnav ul li a:hover {
  color: #fff;
  text-decoration: underline;
}
#subnav ul li.active a {
  color: #fff;
  text-decoration: none;
}
#subnav ul li.active a:hover {
  color: #f8e8e8;
  text-decoration: none;
}
#top {
  height: 60px;
  background: #e5e5e5;
  border-bottom: #d0d0d0 4px solid;
  position: relative;
  z-index: 21;
}
#top .addnav {
  float: left;
  margin: 0;
  padding: 0 0 0 146px;
  list-style: none;
}
#top .addnav li {
  float: left;
  height: 60px;
  margin: 0;
  padding: 0 18px;
  font-size: 14px;
  line-height: 60px;
  font-weight: bold;
  color: #000;
}
#top .addnav li:after {
  display: none;
}
#top .addnav li a {
  display: block;
  margin: 0 -18px;
  padding: 0 18px;
  color: #000;
  text-decoration: none;
}
#top .addnav li a:hover {
  color: #000;
  text-decoration: none;
  background: #dadada;
}
#top .addnav li:first-child {
  margin-left: -15px;
  padding-left: 33px;
}
#top .addnav li:first-child a {
  margin-left: -33px;
  padding-left: 33px;
}
#top .addnav .sub {
  cursor: pointer;
}
#top .addnav .sub:hover {
  background: #dadada;
}
#top .addnav .active {
  background: #d0d0d0;
}
#top .addnav ul {
  display: none;
}
#top .sysnav {
  float: right;
  margin: 0 -45px 0 0;
  padding: 0;
  list-style: none;
}
#top .sysnav li {
  float: left;
  height: 60px;
  margin: 0 18px;
  padding: 0;
  font-size: 14px;
  line-height: 60px;
  font-weight: bold;
  color: #000;
  position: relative;
}
#top .sysnav li:after {
  display: none;
}
#top .sysnav li a {
  display: block;
  margin: 0 -18px;
  padding: 0 18px;
  color: #000;
  text-decoration: none;
}
#top .sysnav li a:hover {
  color: #000;
  text-decoration: none;
  background: #dadada;
}
#top .sysnav .sysnav-langs {
  position: relative;
}
#top .sysnav .sysnav-langs .link-lang {
  padding-right: 30px;
  position: relative;
}
#top .sysnav .sysnav-langs .link-lang:after {
  display: block;
  content: '';
  width: 7px;
  height: 4px;
  overflow: hidden;
  background: url("../img/i.png") -30px 0 no-repeat;
  position: absolute;
  top: 29px;
  right: 19px;
}
#top .sysnav .sysnav-langs ul {
  margin: 0;
  padding: 20px 0 0 0;
  list-style: none;
  width: 424px;
  background: #f4f4f4;
  border: #dbdbdb 4px solid;
  position: absolute;
  top: 60px;
  right: -18px;
  display: none;
}
#top .sysnav .sysnav-langs ul li {
  float: left;
  width: 192px;
  height: auto;
  margin: 0 0 20px 0;
  padding: 0 0 0 20px;
  line-height: 20px;
  font-weight: normal;
}
#top .sysnav .sysnav-langs ul a {
  display: block;
  margin: 0;
  padding: 0 0 0 55px;
  color: #000;
  position: relative;
}
#top .sysnav .sysnav-langs ul a:hover {
  color: #cf0000;
  background: none;
}
#top .sysnav .sysnav-langs ul a:after {
  display: none;
}
#top .sysnav .sysnav-langs ul a span {
  text-decoration: underline;
  font-weight: bold;
}
#top .sysnav .sysnav-langs ul a em {
  display: block;
  font-size: 12px;
  color: #7a7a7a;
  font-style: normal;
}
#top .sysnav .sysnav-langs ul a i {
  display: block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
#top .sysnav .sysnav-langs ul a b {
  display: block;
  width: 40px;
  height: 40px;
  background: url("../img/flags.png") 0 0 no-repeat;
}
#top .sysnav .sysnav-langs ul .lang-gb b {
  background-position: 0 0;
}
#top .sysnav .sysnav-langs ul .lang-fr b {
  background-position: -50px 0;
}
#top .sysnav .sysnav-langs ul .lang-de b {
  background-position: -100px 0;
}
#top .sysnav .sysnav-langs ul .lang-jp b {
  background-position: -150px 0;
}
#top .sysnav .sysnav-langs ul .lang-es b {
  background-position: -200px 0;
}
#top .sysnav .sysnav-langs ul .lang-it b {
  background-position: -250px 0;
}
#top .sysnav .sysnav-langs ul .lang-pt b {
  background-position: -300px 0;
}
#top .sysnav .sysnav-langs ul .sitelang a {
  color: #cf0000;
  text-decoration: underline;
  padding: 0;
  font-weight: bold;
}
#top .sysnav .sysnav-langs ul .sitelang a:hover {
  color: #f00;
  text-decoration: underline;
}
#top .sysnav .sysnav-langs.active .link-lang {
  background: #f4f4f4;
  border-left: #dbdbdb 4px solid;
  border-right: #dbdbdb 4px solid;
  padding: 0 26px 0 16px;
  margin-bottom: -4px;
  height: 64px;
  position: relative;
  z-index: 1;
}
#top .sysnav .sysnav-langs.active .link-lang:after {
  right: 15px;
}
#top .sysnav .sysnav-langs.active ul {
  display: block;
}
#top .sysnav .sysnav-login {
  position: relative;
}
#top .sysnav .sysnav-login a {
  padding-left: 30px;
  position: relative;
}
#top .sysnav .sysnav-login a:after {
  display: block;
  content: '';
  width: 12px;
  height: 14px;
  overflow: hidden;
  background: url("../img/i.png") -16px 0 no-repeat;
  position: absolute;
  top: 23px;
  left: 10px;
}
#subsubnav {
  clear: both;
  background: #d0d0d0;
  display: none;
}
#subsubnav .inner {
  margin: 0 -45px 0 0;
  padding: 6px 0 10px 164px;
}
#subsubnav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
}
#subsubnav ul li {
  float: left;
  margin: 0 26px 0 0;
  padding: 0;
  white-space: nowrap;
  color: #000;
}
#subsubnav ul li:after {
  display: block;
  width: 1px;
  height: 17px;
  overflow: hidden;
  background: #adadad;
  position: absolute;
  top: 3px;
  left: 100%;
  margin: 0 0 0 13px;
}
#subsubnav ul li:last-child {
  margin-right: 0;
}
#subsubnav ul li:last-child:after {
  display: none;
}
#subsubnav ul li a {
  color: #5d5d5d;
  text-decoration: underline;
}
#subsubnav ul li a:hover {
  color: #000;
  text-decoration: underline;
}
#subsubnav ul li.active a {
  color: #000;
  text-decoration: none;
}
#subsubnav ul li.active a:hover {
  color: #393939;
  text-decoration: none;
}
.content {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: #e5e5e5 4px solid;
  background: #fff;
  position: relative;
}
.content + .content {
  margin-top: 42px;
}
.museums {
  margin: -39px -40px 30px 6px;
}
.museums .item {
  float: left;
  width: 200px;
  cursor: pointer;
}
.museums .item + .item {
  margin-left: 35px;
}
.museums .item .image {
  height: 120px;
  margin: 0 0 12px 0;
  border-bottom: #000 4px solid;
  position: relative;
}
.museums .item .image img {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.museums .item .title {
  margin: 0;
  padding: 0;
  font: bold 17px/22px "PT Sans", Arial, Helvetica, 'Helvetica Neue', serif;
}
.museums .item .title .pseudo-link {
  color: #000;
  border-bottom-color: #000;
}
.museums .item .title .pseudo-link:hover {
  color: #cf0000;
  border-bottom-color: #cf0000;
}
.museums .item:hover .title .pseudo-link {
  color: #cf0000;
  border-bottom-color: #cf0000;
}
.museums .item:hover .image {
  border-bottom-color: #cf0000;
}
.museums .item .body {
  display: none;
}
.museums .trigger {
  font: bold 18px/24px "PT Sans Narrow", Arial, Helvetica, sans-serif;
  padding: 7px 0 13px 0;
}
.museums .trigger .pseudo-link {
  margin: 0 0 0 22px;
  position: relative;
}
.museums .trigger .pseudo-link:after {
  display: block;
  content: '';
  width: 14px;
  height: 13px;
  overflow: hidden;
  background: url("../img/i.png") -220px 0 no-repeat;
  position: absolute;
  top: 5px;
  left: -28px;
}
.museums .trigger .pseudo-link:hover:after {
  background-position: -236px 0;
}
.museums.hidden {
  display: block;
  margin-bottom: 0;
}
.museums.hidden .item {
  display: none;
}
.museums.hidden .trigger {
  font: bold 18px/24px "PT Sans Narrow", Arial, Helvetica, sans-serif;
}
.content-museums {
  padding-bottom: 0;
  margin-bottom: 19px;
}
.slider {
  height: 327px;
  margin: 0 0 30px 0;
  position: relative;
  overflow: hidden;
}
.slider .bar {
  height: 4px;
  overflow: hidden;
  background: #b20000;
}
.slider .bar div {
  width: 0;
  height: 4px;
  overflow: hidden;
  background: #f00;
}
.slider .item {
  position: absolute;
  top: 4px;
  left: 0;
  width: 100%;
  height: 323px;
  display: none;
}
.slider .item .back-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.slider .item .descr {
  width: 300px;
  height: 243px;
  padding: 40px;
  background: #191511;
  background: url("../img/bg-black50.png");
  color: #fff;
  position: relative;
  z-index: 1;
}
.slider .item .descr a {
  color: #fff;
}
.slider .item .descr a:hover {
  color: #f00;
}
.slider .item .descr .label {
  margin: 0 0 20px 0;
}
.slider .item .descr .label span {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  height: 40px;
  padding: 0 16px 0 20px;
  font-size: 18px;
  line-height: 40px;
  font-weight: bold;
  color: #000;
  background: #e9e9e8;
  position: relative;
}
.slider .item .descr .label span:after {
  display: block;
  content: '';
  width: 19px;
  height: 40px;
  overflow: hidden;
  background: url("../img/i.png") 0 -19px no-repeat;
  position: absolute;
  top: 0;
  left: 100%;
}
.slider .item .descr .date {
  margin: 0 0 14px 0;
  padding: 0 0 0 22px;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  position: relative;
}
.slider .item .descr .date:after {
  display: block;
  content: '';
  width: 14px;
  height: 14px;
  overflow: hidden;
  background: url("../img/i.png") -39px 0 no-repeat;
  position: absolute;
  top: 4px;
  left: 0;
}
.slider .item .descr .title {
  margin: 0;
  padding: 0;
  font: bold 18px/24px "PT Sans", Arial, Helvetica, 'Helvetica Neue', serif;
}
.slider .item:nth-child(2) {
  display: block;
}
.slider .switchers {
  position: absolute;
  top: 270px;
  left: 36px;
  z-index: 6;
}
.slider .switchers .sitem {
  float: left;
  width: 20px;
  height: 20px;
  overflow: hidden;
  cursor: pointer;
}
.slider .switchers .sitem span {
  display: block;
  width: 12px;
  height: 12px;
  overflow: hidden;
  background: #fff;
  margin: 4px;
  border-radius: 10px;
}
.slider .switchers .sitem:hover span {
  background: #f00;
}
.slider .switchers .sitem.active {
  cursor: default;
  opacity: 0.5;
}
.slider .switchers .sitem.active:hover span {
  background: #fff;
}
.attention {
  margin: -30px 0 30px 0;
}
.attention .item {
  display: block;
  width: 690px;
  padding: 20px 105px;
  color: #fff;
  text-decoration: none;
  background: #cf0000;
  position: relative;
}
.attention .item strong {
  display: block;
  font-size: 18px;
  font-weight: bold;
}
.attention .item:after {
  display: block;
  content: '';
  width: 43px;
  height: 43px;
  overflow: hidden;
  background: url("../img/i.png") -21px -19px no-repeat;
  position: absolute;
  top: 50%;
  left: 37px;
  margin-top: -21px;
}
.attention a.item:hover {
  background: #f00;
}
.attention.black {
  position: relative;
  margin: 0 0 40px;
  padding: 19px 37px 26px 104px;
  background: #e0e0e0;
  font: bold 18px/24px "PT Sans", Arial, Helvetica, 'Helvetica Neue', serif;
}
.attention.black:after {
  display: block;
  content: '';
  width: 43px;
  height: 43px;
  overflow: hidden;
  background: url("../img/i.png") -80px -200px no-repeat;
  position: absolute;
  top: 50%;
  left: 30px;
  margin-top: -21px;
}
.tags {
  margin: 0 0 15px 0;
  padding: 0;
}
.tags a {
  display: inline-block;
  *display: inline;
  zoom: 1;
  min-height: 27px;
  margin: 0 20px 5px 0;
  padding: 0 7px;
  color: #5f5f5f;
  background: #eaeaea;
  position: relative;
}
.tags a:after {
  display: block;
  content: '';
  width: 11px;
  height: 27px;
  overflow: hidden;
  background: url("../img/i.png") -89px -19px no-repeat;
  position: absolute;
  top: 0;
  left: 100%;
}
.tags a:hover {
  color: #cf0000;
}
.tags .noback {
  background: none;
}
.tags .noback:after {
  display: none;
}
.tags .tag-item {
  display: inline-block;
  *display: inline;
  zoom: 1;
  min-height: 27px;
  margin: 0 20px 5px 0;
  padding: 0 7px;
  color: #5f5f5f;
  background: #eaeaea;
  position: relative;
}
.tags .tag-item:after {
  display: block;
  content: '';
  width: 11px;
  height: 27px;
  overflow: hidden;
  background: url("../img/i.png") -89px -19px no-repeat;
  position: absolute;
  top: 0;
  left: 100%;
}
.hscroller {
  overflow: auto;
}
.events-heading a {
  color: #000;
}
.events-heading a:hover {
  color: #cf0000;
}
.events-heading .rss {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  width: 21px;
  height: 21px;
  margin: 16px 0 0 8px;
  overflow: hidden;
  background: url("../img/i.png") -66px -19px no-repeat;
  text-indent: 100%;
}
.events-heading .rss:hover {
  background-position: -66px -42px;
}
.hscroller-wrapper {
  position: relative;
  overflow: hidden;
}
.hscroller {
  overflow-y: auto;
  height: 100%;
/* -webkit-overflow-scrolling: touch; */
/* uncomment to accelerate scrolling on iOS */
}
.hscroller::-webkit-scrollbar {
/* Prevents webkit cross-direction scrolling bug */
  width: 0;
}
.scroller__track {
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 8px;
  background: #f4f4f4;
  border-top: #d9d9d9 4px solid;
}
.baron .scroller__track {
  display: block;
}
.scroller__bar {
  position: absolute;
  z-index: 1;
  top: -4px;
  right: 0;
  width: 10px;
  height: 8px;
  background: #cf0000;
  border-top: #cf0000 4px solid;
  cursor: pointer;
}
.scroller__bar:hover {
  border-top-color: #f00;
  background: #f00;
}
.scroller__bar:active {
  border-top-color: #b00000;
  background: #f00;
}
.date {
  padding: 0 0 0 22px;
  position: relative;
  font-style: normal;
}
.date:after {
  display: block;
  content: '';
  width: 14px;
  height: 16px;
  overflow: hidden;
  background: url("../img/i.png") -208px -85px no-repeat;
  position: absolute;
  top: 1px;
  left: 0;
}
.events {
  margin: 0 -40px 60px 0;
  position: relative;
}
.events .item {
  float: left;
  width: 273px;
  margin: 0 40px 40px 0;
  padding: 6px 0 0 0;
  border-top: #000 4px solid;
}
.events .item .ei-top {
  margin: 0 0 8px 0;
}
.events .item .date {
  display: block;
  margin: 0 0 0 0;
}
.events .item .date:after {
  top: 3px;
}
.events .item .types {
  display: block;
  margin: 0;
  padding: 2px 0 0 22px;
  position: relative;
  line-height: 20px;
}
.events .item .types:after {
  display: block;
  content: '';
  width: 14px;
  height: 14px;
  overflow: hidden;
  background: url("../img/i.png") -229px -64px no-repeat;
  position: absolute;
  top: 5px;
  left: 0;
}
.events .item .intro {
  margin: 0;
  padding: 0;
}
.events .item .intro a {
  display: block;
  padding: 0 0 35px 0;
}
.events .item .intro .image {
  display: block;
  position: relative;
}
.events .item .intro .image img {
  display: block;
}
.events .item .intro .image .intro-text {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/bg-black50.png");
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.1s;
}
.events .item .intro .image .intro-text span {
  display: block;
  padding: 12px 25px;
  height: 162px;
  color: #fff;
  overflow: hidden;
}
.events .item .heading3 {
  margin: 0 0 15px 0;
}
.events .item .heading3 a {
  display: block;
}
.events .item .body {
  clear: both;
}
.events .item .body:hover .intro .image .intro-text {
  opacity: 1;
}
.events .item .body:hover .heading3 a {
  color: #cf0000;
}
.events .item .tags {
  margin: 0;
}
.events .item:last-child {
  margin-right: 0;
}
.no-js .events {
  margin-bottom: 20px;
}
.no-js .events .item:nth-child(3n+1) {
  clear: left;
}
.events-list {
  margin-bottom: 30px;
}
.events-list .item:nth-child(3n+1) {
  clear: left;
}
.events-list .item .intro a {
  padding-bottom: 20px;
}
.events-article {
  margin-top: 75px;
}
.events-article .events {
  margin-top: 30px;
  margin-bottom: 0;
}
.content .loading {
  display: none;
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 30;
}
.content .loader2 {
  display: none;
  position: absolute;
  top: 42px;
  left: 50%;
  margin: 0 0 0 -24px;
  z-index: 31;
}
.partership {
  margin: 0 -40px 60px 0;
}
.partership .item {
  float: left;
  width: 273px;
  height: 250px;
  overflow: hidden;
  margin: 0 40px 40px 0;
  background: #212121;
  position: relative;
}
.partership .item .inner {
  display: block;
  color: #fff;
  text-decoration: none;
}
.partership .item .inner img {
  display: block;
  opacity: 1;
  transition: opacity 0.1s;
}
.partership .item .inner span {
  display: block;
  width: 200px;
  padding: 5px 0 0 0;
  border-top: #fff 4px solid;
  position: absolute;
  top: 38px;
  left: 38px;
  font-size: 21px;
}
.partership .item a.inner:hover img {
  opacity: 0.7;
}
.no-js .partership {
  margin-bottom: 20px;
}
.no-js .partership .item:nth-child(3n+1) {
  clear: left;
}
.catalogue-link .label {
  float: left;
  width: 635px;
  margin: 0;
  padding: 18px 40px 18px 70px;
  background: #f4f4f4;
  position: relative;
}
.catalogue-link .label:after {
  display: block;
  content: '';
  width: 23px;
  height: 27px;
  overflow: hidden;
  background: url("../img/i.png") -102px -19px no-repeat;
  position: absolute;
  top: 17px;
  left: 25px;
}
.catalogue-link .submit {
  float: right;
  width: 150px;
  margin: 0;
  padding: 0;
}
.catalogue-link .submit .button {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
#footer {
  background: #393939;
  color: #d8d8d8;
  margin: -52px 0 0 0;
}
#footer a {
  color: #d8d8d8;
}
#footer a:hover {
  color: #f00;
}
#footer .w {
  padding-top: 100px;
  padding-bottom: 50px;
}
#footer .fnav {
  margin: 0 -40px 10px 0;
  font-size: 14px;
  line-height: 20px;
}
#footer .fnav ul {
  float: left;
  width: 205px;
  margin: 0;
  padding: 0 30px 0 0;
  list-style: none;
}
#footer .fnav ul li {
  margin: 0 0 10px 0;
  padding: 0;
  font-weight: bold;
}
#footer .fnav ul li:after {
  display: none;
}
#footer .fnav ul li ul {
  float: none;
  width: auto;
  margin: 0;
  padding: 20px 0;
}
#footer .fnav ul li ul li {
  margin: 0 0 4px 0;
  font-weight: normal;
}
#footer .fnav ul li ul li a {
  color: #9a9a9a;
}
#footer .fnav ul li ul li a:hover {
  color: #f00;
}
#footer .fnav ul li ul li span {
  font-size: 12px;
  color: #757575;
  white-space: nowrap;
}
#footer .fnav .fnav-langs {
  padding-top: 26px;
}
#footer .fnav ul li ul li.active a {
  color: #9a9a9a;
}
#footer .fnav ul li ul li.active a:hover {
  color: #f00;
}
#footer .soc {
  width: 690px;
  margin: 0 0 35px 0;
  padding: 0;
}
#footer .soc dt {
  float: left;
  clear: left;
  width: 400px;
  margin: 0 0 16px 0;
  padding: 0;
  height: 17px;
  border-bottom: #515151 1px dotted;
  font-weight: bold;
}
#footer .soc dt span {
  padding: 0 4px 0 0;
  background: #393939;
}
#footer .soc dd {
  float: left;
  width: 250px;
  margin: 0 0 6px 0;
  padding: 4px 0 0 15px;
}
#footer .soc a {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: baseline;
  margin: 0 16px 0 0;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
#footer .soc-vk {
  width: 23px;
  height: 13px;
  margin-top: 2px;
  background: url("../img/i.png") -68px 0 no-repeat;
}
#footer .soc-vk:hover {
  background-position: -93px 0;
}
#footer .soc-tw {
  width: 19px;
  height: 17px;
  background: url("../img/i.png") -118px 0 no-repeat;
}
#footer .soc-tw:hover {
  background-position: -139px 0;
}
#footer .soc-fb {
  width: 9px;
  height: 17px;
  background: url("../img/i.png") -160px 0 no-repeat;
}
#footer .soc-fb:hover {
  background-position: -171px 0;
}
#footer .copies {
  color: #696969;
}
#footer .copies a {
  color: #696969;
}
#footer .copies a:hover {
  color: #f00;
}
#footer .copies p {
  margin: 0;
  padding: 0;
}
#footer .copies .copy {
  float: left;
  width: 230px;
}
#footer .copies .nimax {
  float: left;
  width: 230px;
}
#footer .copies form {
  float: right;
  width: 435px;
  margin: -9px 0 0 0;
}
#footer .copies form p {
  margin: 0;
  position: relative;
}
#footer .copies form .textInput {
  float: left;
  width: 365px;
  background: #464646;
  border-top-color: #3f3f3f;
  color: #fff;
}
#footer .copies form .textInput:focus {
  border-top-color: #3f3f3f;
}
#footer .copies form .textInput-placeholder {
  color: #b2b2b2;
}
#footer .copies form .button {
  display: block;
  padding: 0;
  width: 40px;
  height: 41px;
  border-top-color: #2b2b2b;
  border-bottom-color: #252525;
  background: #2b2b2b;
  overflow: hidden;
  text-indent: 40px;
  white-space: nowrap;
  position: relative;
}
#footer .copies form .button i {
  display: block;
  width: 22px;
  height: 21px;
  overflow: hidden;
  background: url("../img/i.png") -196px -41px no-repeat;
  position: absolute;
  top: 5px;
  left: 9px;
}
#footer .copies form .button:hover {
  background: #3a3a3a;
  border-top-color: #3a3a3a;
  border-bottom-color: #313131;
}
#footer .copies form .button:active {
  background: #2b2b2b;
  border-top-color: #252525;
  border-bottom-color: #2b2b2b;
}
.copy-print {
  display: none;
}
.popup {
  width: 900px;
  padding: 40px 45px;
  border-bottom: #e5e5e5 4px solid;
  background: #fff;
  color: #000;
  position: absolute;
  top: 104px;
  left: 100px;
  z-index: 100;
  display: none;
}
.popup .close {
  display: block;
  width: 17px;
  height: 17px;
  overflow: hidden;
  background: url("../img/i.png") -182px 0 no-repeat;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}
.popup .close:hover {
  background-position: -201px 0;
}
.popup .heading {
  margin: 0 0 30px 0;
  padding: 0;
  font: bold 40px/42px "PT Sans Narrow", Arial, Helvetica, sans-serif;
  color: #000;
}
.blind {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #000;
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 95;
}
.popup-museum {
  top: 104px !important;
  margin-left: 1px;
}
.popup-museum .descr {
  float: left;
  width: 200px;
  margin: 0 40px 0 0;
}
.popup-museum .descr .image {
  height: 90px;
  border-bottom: #000 4px solid;
  margin: 0 0 12px 0;
  position: relative;
}
.popup-museum .descr .image img {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.popup-museum .descr .title {
  margin: 0 0 5px 0;
  padding: 0;
  font: bold 17px/22px "PT Sans", Arial, Helvetica, 'Helvetica Neue', serif;
}
.popup-museum .links {
  float: left;
  width: 180px;
  margin: 0 40px 0 0;
  padding: 14px 0 0 0;
  list-style: none;
  border-top: #000 4px solid;
}
.popup-museum .links li {
  margin: 0 0 16px 0;
  padding: 0;
}
.popup-museum .links li:after {
  display: none;
}
.popup-museum .links li a {
  padding: 0 0 0 40px;
  position: relative;
}
.popup-museum .links li a:after {
  display: block;
  content: '';
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.popup-museum .links li .links-tour:after {
  width: 22px;
  height: 21px;
  background: url("../img/i.png") -127px -19px no-repeat;
}
.popup-museum .links li .links-tour:hover:after {
  background-position: -127px -41px;
}
.popup-museum .links li .links-www:after {
  width: 17px;
  height: 17px;
  left: 2px;
  background: url("../img/i.png") -226px -96px no-repeat;
}
.popup-museum .links li .links-www:hover:after {
  background-position: -245px -96px;
}
.popup-museum .links li .links-ta:after {
  width: 21px;
  height: 13px;
  background: url("../img/i.png") -173px -19px no-repeat;
  margin: 4px 0 0 0;
}
.popup-museum .links li .links-ta:hover:after {
  background-position: -173px -41px;
}
.popup-museum .links li .links-vk:after {
  width: 23px;
  height: 13px;
  background: url("../img/i.png") -196px -19px no-repeat;
  margin: 4px 0 0 0;
}
.popup-museum .links li .links-vk:hover:after {
  background-position: -93px 0;
}
.popup-museum .links li .links-tw:after {
  width: 19px;
  height: 17px;
  background: url("../img/i.png") -232px -19px no-repeat;
  margin: 0 0 0 3px;
}
.popup-museum .links li .links-tw:hover:after {
  background-position: -139px 0;
}
.popup-museum .links li .links-fb:after {
  width: 9px;
  height: 17px;
  background: url("../img/i.png") -221px -19px no-repeat;
  margin: 0 0 0 7px;
}
.popup-museum .links li .links-fb:hover:after {
  background-position: -171px 0;
}
.popup-museum .info {
  float: left;
  width: 440px;
  padding: 14px 0 0 0;
  border-top: #000 4px solid;
}
.popup-museum .info .heading {
  margin: 0 0 6px 0;
}
.popup-museum .info p {
  margin: 0 0 20px 0;
}
.popup-museum .info dl {
  margin: 0;
  padding: 0;
}
.popup-museum .info dl dt {
  float: left;
  clear: left;
  width: 170px;
  margin: 0 0 7px 0;
  padding: 0;
  height: 17px;
  border-bottom: #9a9a9a 1px dotted;
  font-weight: bold;
}
.popup-museum .info dl dt strong {
  padding: 0 4px 0 0;
  background: #fff;
}
.popup-museum .info dl dd {
  float: left;
  width: 264px;
  margin: 0 0 0 0;
  padding: 0 0 0 6px;
}
.popup-museum .info dl dd a {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  margin: 0 16px 0 0;
  overflow: hidden;
  text-indent: -100%;
  white-space: nowrap;
}
.popup-museum .info .submit {
  margin: 0;
  padding: 35px 0 0 0;
}
.pathBar {
  margin-top: 20px;
  margin-bottom: 30px;
}
.pathBar p {
  margin: 0;
  padding: 0 0 0 43px;
  min-height: 24px;
  position: relative;
  color: #9e9e9e;
}
.pathBar p .pb-main {
  display: block;
  width: 19px;
  height: 20px;
  font-size: 0;
  line-height: 0;
  background: url("../img/i.png") -268px -42px no-repeat;
  position: absolute;
  top: 3px;
  left: 0;
}
.pathBar p .pb-main:hover {
  background-position: -208px -64px;
}
.pathBar p .pb-main:before {
  display: none;
}
.pathBar p a {
  margin: 0 14px 0 0;
  color: #9e9e9e;
  position: relative;
}
.pathBar p span {
  margin: 0 14px 0 0;
  color: #9e9e9e;
  position: relative;
  padding-left: 6px;
}
.pathBar p a:hover {
  color: #cf0000;
}
.pathBar p a:before,
.pathBar p span:before {
  display: block;
  content: '';
  width: 4px;
  height: 7px;
  overflow: hidden;
  background: url("../img/i.png") -252px 0 no-repeat;
  position: absolute;
  top: 50%;
  left: -10px;
  margin: -3px 0 0 0;
}
.pathBar p *:last-child:after {
  display: block;
  content: '';
  width: 7px;
  height: 4px;
  overflow: hidden;
  background: url("../img/i.png") -252px -9px no-repeat;
  position: absolute;
  top: 50%;
  left: 100%;
  margin: -1px 0 0 5px;
}
.pathBar h1 {
  margin: 11px 0 0;
}
.pathBar .tags {
  margin: 14px 0 -5px 0;
  padding: 0;
}
.pathBar h1 .tags {
  margin: 0;
}
.pathBar h1 .tags .tag-item {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  margin: 12px 0 0 15px;
  background: #a8a8a8;
  color: #fff;
  font: normal 14px/27px "PT Sans", "PTSans-Regular", Arial, Helvetica, 'Helvetica Neue', serif;
}
.pathBar h1 .tags .tag-item:after {
  background-position: -245px -130px;
}
.pathBar .goback {
  margin: 0;
  padding: 12px 0 0 0;
  color: #000;
}
.pathBar .goback a {
  padding: 0 0 0 16px;
  position: relative;
}
.pathBar .goback a:before {
  display: block;
  content: '';
  width: 4px;
  height: 7px;
  overflow: hidden;
  background: url("../img/i.png") -289px -27px no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  margin: -3px 0 0 0;
}
.pathBar .goback a:after {
  display: none !important;
}
.pathBar .goback .date:after {
  display: block;
  content: '';
  width: 14px;
  height: 16px;
  overflow: hidden;
  background: url("../img/i.png") -208px -85px no-repeat;
  position: absolute;
  top: 1px;
  left: 0;
  margin: 0;
}
.pathBar .events-view-switcher {
  float: right;
  margin: -45px 0 0 0;
  padding: 0;
}
.pathBar .date-period {
  margin: 15px 0 0 0;
  font-weight: bold;
}
.content-tabs {
  position: relative;
  margin-bottom: 0;
  padding: 0;
  width: 990px;
  font: bold 18px/24px "PT Sans", Arial, Helvetica, 'Helvetica Neue', serif;
}
.content-tabs strong {
  float: left;
  padding: 18px 40px;
  background: #fff;
}
.content-tabs a {
  float: left;
  padding: 18px 30px;
}
.content-tabs a:hover {
  background: #fff;
}
.ie8 .content-tabs a {
  padding: 18px 25px;
}
.content-tabs-sm strong,
.content-tabs-sm a {
  padding-left: 25px;
  padding-right: 25px;
}
.str {
  margin: 0 -45px 30px 0;
}
.str .item {
  float: left;
  width: 275px;
  margin: 0 40px 30px 0;
}
.str .item .heading {
  margin: 0;
  padding: 0;
  font: bold 18px/24px "PT Sans", Arial, Helvetica, 'Helvetica Neue', serif;
}
.str .item .heading a {
  display: block;
  padding: 18px 0 0 0;
  border-top: #000 4px solid;
}
.str .item .heading a:hover {
  border-top-color: #cf0000;
}
.str .item .heading span {
  float: left;
  width: 80px;
  height: 80px;
  overflow: hidden;
  margin: 2px 20px 0 0;
}
.str .item .heading span img {
  display: block;
}
.str .item .heading a:hover span {
  border: #cf0000 4px solid;
  width: 72px;
  height: 72px;
}
.str .item .heading a:hover span img {
  margin: -4px;
}
.str .item p {
  margin: 0;
  padding: 10px 0 0 0;
  clear: both;
}
.str .item:nth-child(3n+1) {
  clear: left;
}
.article {
  width: 590px;
  position: relative;
}
.article h3 {
  padding-top: 20px;
}
.article .wide {
  margin-right: -310px;
}
.article .aside {
  position: absolute;
  left: 625px;
  width: 275px;
  margin: 0 0 0 0;
}
.article .aside .figure {
  margin: 0 0 30px 0;
}
.article .aside .figure a {
  display: block;
  background: #000;
  position: relative;
}
.article .aside .figure a img {
  display: block;
  width: 100%;
}
.article .aside .figure a:hover img {
  opacity: 0.5;
}
.article .aside .figure a:hover:after {
  display: block;
  content: '';
  width: 35px;
  height: 36px;
  overflow: hidden;
  background: url("../img/i.png") 0 -64px no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -12px 0 0 -14px;
}
.article .aside .figure em {
  line-height: 20px;
}
.article .incut {
  margin: 0 0 30px 0;
  padding-top: 11px;
  border-top: #000 4px solid;
}
.article .incut h4 {
  margin: 0 0 5px 0;
  padding: 0;
  font: bold 18px/24px "PT Sans", Arial, Helvetica, 'Helvetica Neue', serif;
}
.article .incut ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.article .incut ul li {
  margin: 0 0 5px 0;
  padding: 0;
}
.article .incut ul li:after {
  display: none;
}
.side {
  float: right;
  width: 275px;
  padding: 0 0 0 35px;
}
.ta {
  margin: 0 0 30px 0;
}
.figure {
  margin: 30px 0;
}
.figure img {
  display: block;
  max-width: 100%;
}
.figure em {
  display: block;
  padding: 7px 0 0 0;
  font-style: normal;
  color: #9b9b9b;
}
.file {
  margin: 0 0 30px 0;
}
.file a {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  padding: 8px 20px 8px 36px;
  background: #f3f3f3;
  color: #656565;
  text-decoration: none;
  position: relative;
}
.file a strong {
  margin: 0 16px 0 0;
  color: #000;
  text-decoration: underline;
  font-weight: bold;
}
.file a span {
  white-space: nowrap;
}
.file a:after {
  display: block;
  content: '';
  width: 12px;
  height: 16px;
  overflow: hidden;
  background: url("../img/i.png") -261px 0 no-repeat;
  position: absolute;
  top: 12px;
  left: 11px;
}
.file a:hover {
  color: #656565;
  text-decoration: none;
}
.file a:hover strong {
  color: #cf0000;
  text-decoration: underline;
}
.file a:hover:after {
  background-position: -275px 0;
}
.gallery {
  margin: 50px -355px 40px -45px;
  padding: 60px 45px 40px 45px;
  background: #f3f3f3;
  border-top: #dadada 4px solid;
  clear: both;
}
.gallery .thumbs {
  margin: 0 0 20px 0;
  position: relative;
}
.gallery .thumbs .thumbs-w {
  margin: 0 60px;
  overflow: hidden;
  position: relative;
}
.gallery .thumbs .thumbs-i {
  width: 200%;
  height: 60px;
  position: relative;
}
.gallery .thumbs a {
  float: left;
  width: 80px;
  height: 60px;
  margin: 0 20px 0 0;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  background: #000;
}
.gallery .thumbs a img {
  display: block;
  width: 80px;
}
.gallery .thumbs a:hover img {
  opacity: 0.5;
}
.gallery .thumbs a:hover:after {
  display: block;
  content: '';
  width: 22px;
  height: 21px;
  overflow: hidden;
  background: url("../img/i.png") -196px -41px no-repeat;
  position: absolute;
  top: 20px;
  left: 30px;
}
.gallery .thumbs a.active {
  border: #cf0000 4px solid;
  width: 72px;
  height: 52px;
  cursor: default;
}
.gallery .thumbs a.active img {
  margin: -4px;
  opacity: 0.8;
}
.gallery .thumbs a.active:hover img {
  opacity: 0.8;
}
.gallery .thumbs a.active:after {
  display: none;
}
.gallery .thumbs .nav {
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.gallery .thumbs .nav span {
  display: block;
  width: 23px;
  height: 40px;
  overflow: hidden;
  background: url("../img/i.png") -37px -64px no-repeat;
  position: absolute;
  top: 10px;
  left: 16px;
}
.gallery .thumbs .nav:hover span {
  background-position: -62px -64px;
}
.gallery .thumbs .next {
  left: auto;
  right: 0;
}
.gallery .thumbs .next span {
  background-position: -112px -64px;
  left: auto;
  right: 16px;
}
.gallery .thumbs .next:hover span {
  background-position: -137px -64px;
}
.gallery .image {
  display: block;
  position: relative;
  width: 900px;
  height: 430px;
}
.gallery .image span {
  display: block;
  position: relative;
  text-align: center;
  background: #d0d0d0;
}
.gallery .image span img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
}
.gallery .image .image-wrapper {
  display: table;
  width: 900px;
  height: 430px;
  position: absolute;
  top: 0;
  left: 0;
}
.gallery .image .image-inner {
  display: table-cell;
  width: 900px;
  height: 430px;
  vertical-align: middle;
}
.gallery .image .nav {
  display: block;
  width: 60px;
  height: 100%;
  background: #555;
  background: rgba(0,0,0,0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  cursor: pointer;
}
.gallery .image .nav span {
  display: block;
  width: 23px;
  height: 40px;
  overflow: hidden;
  background: url("../img/i.png") -87px -64px no-repeat;
  position: absolute;
  top: 50%;
  left: 16px;
  margin: -20px 0 0 0;
}
.gallery .image .nav:hover span {
  background-position: -62px -64px;
}
.gallery .image .next {
  left: 100%;
  margin-left: -60px;
}
.gallery .image .next span {
  background-position: -162px -64px;
  left: auto;
  right: 16px;
}
.gallery .image .next:hover span {
  background-position: -137px -64px;
}
.gallery .label {
  display: block;
  padding: 5px 0 0 0;
  color: #9b9b9b;
  min-height: 24px;
}
.collection {
  margin: 30px 0 20px 0;
}
.collection .heading {
  margin: 0;
  padding: 12px 33px 12px 0;
  border-top: #000 4px solid;
  font: bold 18px/24px "PT Sans", Arial, Helvetica, 'Helvetica Neue', serif;
  cursor: pointer;
  position: relative;
}
.collection .heading span {
  color: #000;
  border-bottom: #000 1px dotted;
}
.collection .heading:after {
  display: block;
  content: '';
  width: 9px;
  height: 5px;
  overflow: hidden;
  background: url("../img/i.png") -289px 0 no-repeat;
  position: absolute;
  top: 20px;
  right: 12px;
}
.collection .heading:hover {
  border-top-color: #cf0000;
}
.collection .heading:hover span {
  color: #cf0000;
  border-bottom-color: #cf0000;
}
.collection .heading:hover:after {
  background-position: -289px -7px;
}
.collection .body {
  display: none;
  padding: 13px 0 1px 0;
}
.collection.active .heading:after {
  background-position: -289px -14px;
}
.collection.active .heading:hover:after {
  background-position: -277px -18px;
}
.pdf-viewer {
  margin: 0 0 20px 0;
}
.map {
  height: 360px;
  margin: 0;
  position: relative;
  z-index: 1;
}
.map .balloon {
  width: 160px;
  padding: 20px 15px 14px 15px;
  position: absolute;
  font: normal 14px/16px "PT Sans", Arial, Helvetica, 'Helvetica Neue', serif;
  color: #383838;
  background: #fff;
  box-shadow: 0 4px 0 rgba(0,0,0,0.2);
  border-radius: 0 0 4px 0;
}
.map .balloon .close {
  display: block;
  width: 11px;
  height: 11px;
  overflow: hidden;
  background: url("../img/i.png") -277px -25px no-repeat;
  position: absolute;
  top: 7px;
  right: 7px;
  cursor: pointer;
}
.map .balloon:before {
  display: block;
  content: '';
  width: 4px;
  height: 4px;
  overflow: hidden;
  background: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
}
.map .balloon:after {
  display: block;
  content: '';
  width: 19px;
  height: 19px;
  overflow: hidden;
  background: url("../img/i.png") -187px -64px no-repeat;
  position: absolute;
  top: 100%;
  right: 0;
}
.article-footer {
  margin: 30px 0 0 0;
  padding: 20px 0 0 0;
  border-top: #000 4px solid;
}
.article-footer p {
  margin: 0;
}
.article-footer .heading {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
/*   width: 265px; */
  margin: 0 0 0 0;
  padding: 0 15px 0 0;
  font: bold 18px/24px "PT Sans", Arial, Helvetica, 'Helvetica Neue', serif;
}
.article-footer .soc {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  margin: 0 16px -7px 0;
  white-space: nowrap;
}
.article-footer .soc .btn {
  display: inline-block;
  vertical-align: top;
}
.article-footer .soc .btn.vk {
  padding-right: 5px;
}
.article-footer .soc .btn.fb {
  padding-right: 25px;
}
.fb_iframe_widget span {
  vertical-align: top !important;
}
.article-footer .print {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  white-space: nowrap;
  font-weight: bold;
}
.touch .article-footer .print {
  display: none;
}
.popup-photo {
  width: auto;
}
.popup-photo .image {
  display: block;
  margin: 0;
}
.popup-photo .image img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  min-height: 200px;
}
.popup-photo .label {
  margin: 0;
  padding: 5px 0 0 0;
  color: #666;
}
#sidenav {
  position: absolute;
  top: 324px;
  left: 50%;
  z-index: 20;
  margin: 0 0 0 500px;
  width: 40px;
}
@media (max-width: 1100px) {
  #sidenav {
    display: none;
  }
}
#sidenav.fixed {
  position: fixed;
  top: 60px !important;
}
/*#sidenav.sidenav-museum { top: 350px;}*/
#sidenav .item {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 0 4px 0;
  background: #f3f3f3;
  position: relative;
  cursor: pointer;
}
#sidenav .item:hover {
  background: #f00;
}
#sidenav .item .icon {
  display: block;
  overflow: hidden;
  position: absolute;
}
#sidenav .item-search .trigger-search {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
#sidenav .item-search .icon {
  width: 22px;
  height: 21px;
  background: url("../img/i.png") -253px -19px no-repeat;
  top: 10px;
  left: 10px;
  opacity: 1;
  transition: opacity 0.1s;
}
#sidenav .item-search:hover .icon {
  background-position: -196px -41px;
}
#sidenav .item .close {
  display: block;
  width: 17px;
  height: 17px;
  overflow: hidden;
  background: url("../img/i.png") -187px -84px no-repeat;
  position: absolute;
  top: 12px;
  left: 12px;
  opacity: 0;
  transition: opacity 0.1s;
}
#sidenav .item-search form {
  width: 0;
  position: absolute;
  top: 0;
  right: 45px;
  overflow: hidden;
  transition: width 0.1s;
}
#sidenav .item-search form p {
  width: 265px;
  margin: 0;
}
#sidenav .item-search form .textInput {
  float: left;
  width: 160px;
}
#sidenav .item-search form .button {
  width: 75px;
  padding: 4px 0 5px 0;
  font-size: 14px;
}
#sidenav .item-search.active {
  background: #f00;
}
#sidenav .item-search.active .icon {
  background-position: -196px -41px;
  opacity: 0;
}
#sidenav .item-search.active .close {
  opacity: 1;
}
#sidenav .item-search.active form {
  width: 265px;
}
#sidenav .item-news {
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
}
#sidenav .item-news .icon {
  width: 22px;
  height: 20px;
  background: url("../img/i.png") -46px -106px no-repeat;
  top: 9px;
  left: 9px;
}
#sidenav .item-news:hover .icon {
  background-position: -70px -106px;
}
#sidenav .item-programms {
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
}
#sidenav .item-programms .icon {
  width: 18px;
  height: 26px;
  background: url("../img/i.png") -94px -106px no-repeat;
  top: 7px;
  left: 11px;
}
#sidenav .item-programms:hover .icon {
  background-position: -114px -106px;
}
#sidenav .item-media {
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
}
#sidenav .item-media .icon {
  width: 22px;
  height: 21px;
  background: url("../img/i.png") -134px -106px no-repeat;
  top: 10px;
  left: 9px;
}
#sidenav .item-media:hover .icon {
  background-position: -158px -106px;
}
#sidenav .item-calendar {
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
}
#sidenav .item-calendar .icon {
  width: 21px;
  height: 22px;
  background: url("../img/i.png") 0 -106px no-repeat;
  top: 10px;
  left: 9px;
}
#sidenav .item-calendar:hover .icon {
  background-position: -23px -106px;
}
.filter {
  margin: 0 0 30px 0;
}
.filter .event-type {
  float: left;
}
.filter .event-type2 .selectInput {
  width: 170px;
}
.filter .event-whom {
  float: left;
  margin: 0 30px 0 0;
}
.filter .event-whom .selectInput {
  width: 170px;
}
.filter .event-time {
  float: left;
  margin: 0 30px 0 0;
}
.filter .event-time .selectInput {
  width: 170px;
}
.filter .event-checkbox {
  float: left;
  margin: 0 30px 0 0;
  padding: 8px 0 0 0;
}
.filter .event-age {
  float: right;
}
.filter .button {
  padding: 4px 20px;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0;
}
.filter .button.disabled {
  background: #a20000;
  border-bottom-color: #a20000;
  border-top-color: #8a0000;
  color: #fff;
}
.pages {
  margin: 40px -45px;
  padding: 30px 45px;
  background: #f3f3f3;
  border-top: #dadada 4px solid;
}
.pages .inner {
  float: left;
  width: 730px;
  padding: 0 0px;
  position: relative;
  text-align: center;
}
.pages .inner .prev {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  width: 23px;
  height: 40px;
  margin: 0 10px 0 0;
  overflow: hidden;
  background: url("../img/i.png") -62px -64px no-repeat;
  white-space: nowrap;
  text-indent: 100%;
}
.pages .inner .next {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  width: 23px;
  height: 40px;
  margin: 0 0 0 10px;
  overflow: hidden;
  background: url("../img/i.png") -137px -64px no-repeat;
  white-space: nowrap;
  text-indent: 100%;
}
.pages .pages-list {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  height: 40px;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
}
.pages .pages-list span {
  float: left;
  padding: 0 5px;
  background: #f3f3f3;
}
.pages .pages-list span * {
  display: block;
  width: 40px;
  height: 40px;
}
.pages .pages-list span a {
  color: #000;
  text-decoration: none;
  background: #fff;
  cursor: pointer;
  transition: none;
}
.pages .pages-list span a:hover {
  color: #fff;
  text-decoration: none;
  background: #f00;
}
.pages .pages-list span strong {
  color: #fff;
  background: #cf0000;
}
.pages .pages-list .sep {
  margin: 0 5px;
  padding: 0;
  width: 20px;
  height: 40px;
  background: url("../img/dot.png") 0 22px repeat-x;
}
.pages .show-em-all {
  float: right;
}
.pages .show-em-all .button {
  padding: 4px 20px 4px 40px;
  position: relative;
}
.pages .show-em-all .button:before {
  display: block;
  content: '';
  width: 13px;
  height: 13px;
  overflow: hidden;
  background: url("../img/i.png") -229px -80px no-repeat;
  position: absolute;
  top: 9px;
  left: 15px;
}
.pages .show-pages {
  float: right;
  position: relative;
  display: none;
  margin: 0 -44px 0 0;
}
.pages .show-pages .sp-hide {
  padding: 4px 20px 4px 40px;
  position: relative;
}
.pages .show-pages .sp-hide:before {
  display: block;
  content: '';
  width: 17px;
  height: 17px;
  overflow: hidden;
  background: url("../img/i.png") -187px -84px no-repeat;
  position: absolute;
  top: 7px;
  left: 13px;
}
/*.pages .show-pages .sp-up { padding: 0; width: 40px; height: 32px; position: absolute; top: 0; right: -45px; overflow: hidden; text-indent: 100%;}
.pages .show-pages .sp-up span { display: block; content: ''; width: 21px; height: 12px; overflow: hidden; background: url(../img/i.png) -245px -64px no-repeat; position: absolute; top: 8px; left: 10px; }*/
.pages .show-pages .sp-up {
  padding: 4px 20px 4px 40px;
  position: relative;
}
.pages .show-pages .sp-up:before {
  display: block;
  content: '';
  width: 21px;
  height: 12px;
  overflow: hidden;
  background: url("../img/i.png") -245px -64px no-repeat;
  position: absolute;
  top: 8px;
  left: 12px;
}
.pages-all {
/*border-top: none; margin-top: -4px; padding-top: 0; background: #fff;*/
  position: fixed;
  bottom: 0;
  left: 50%;
  margin: 0 0 0 -495px;
  width: 900px;
}
.pages-all .inner {
  display: none;
}
.pages-all .show-em-all {
  display: none;
}
.pages-all .show-pages {
  display: block;
}
.pages-all.nofixed {
  position: relative;
  top: auto;
  left: auto;
  margin: 0 -45px;
}
.pages-wrapper {
  padding: 30px 0;
  height: 84px;
}
.pages-simple .inner {
  float: none;
  width: auto;
}
.loader {
  display: block;
  width: 48px;
  height: 48px;
  overflow: hidden;
  background: url("../img/preloader.gif") 0 0 no-repeat;
  margin: 0 auto;
  position: relative;
}
.event-info {
  padding: 30px 20px 20px 20px;
  background: #f4f4f4;
}
.event-info .heading {
  margin: 24px 0 5px 0;
  padding: 15px 0 0 0;
  border-top: #000 4px solid;
  font: bold 18px/24px "PT Sans", Arial, Helvetica, sans-serif;
  color: #000;
}
.event-info .heading:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.event-info ul {
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none;
}
.event-info ul li {
  margin: 0;
  padding: 0;
}
.event-info ul li:after {
  display: none;
}
.event-info .event-place * {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  padding-left: 22px;
  position: relative;
}
.event-info .event-place *:after {
  display: block;
  content: '';
  width: 14px;
  height: 14px;
  overflow: hidden;
  background: url("../img/i.png") -245px -80px no-repeat;
  position: absolute;
  top: 5px;
  left: 0;
}
.event-info .event-prices li {
  margin: 0 0 8px 0;
}
.event-info .submit {
  margin: 25px 0 0 0;
  padding: 0;
}
.event-info .submit .button {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.event-info .showcalendar {
  margin-top: -25px;
}
.event-prices {
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none;
}
.event-prices li {
  margin: 0 0 8px 0;
  padding: 0;
}
.event-prices li:after {
  display: none;
}
.event-prices li span {
  display: block;
  margin: -2px 0 0 0;
  color: #6e6e6e;
  font-size: 12px;
  line-height: 16px;
}
.event-audience {
  padding-left: 22px;
  position: relative;
}
.event-audience:after {
  display: block;
  content: '';
  width: 13px;
  height: 14px;
  overflow: hidden;
  background: url("../img/i.png") -268px -76px no-repeat;
  position: absolute;
  top: 4px;
  left: 0;
}
.event-duration {
  padding-left: 16px;
  position: relative;
}
.event-duration:after {
  display: block;
  content: '';
  width: 11px;
  height: 11px;
  overflow: hidden;
  background: url("../img/i.png") -281px -64px no-repeat;
  position: absolute;
  top: 6px;
  left: 0;
}
.interview {
  margin: 0;
  padding: 0;
}
.interview dt {
  float: left;
  clear: left;
  width: 50px;
  margin: 0 0 30px 0;
  padding: 0 10px 0 0;
}
.interview dd {
  float: left;
  width: 530px;
  margin: 0 0 30px 0;
  padding: 0;
}
.interview dd.interviewer {
  color: #5d5d5d;
  font-style: italic;
}
.popup-prices {
  display: none;
}
.popup-prices .inner {
  margin: 0 -45px 0 0;
}
.popup-prices .item {
  float: left;
  width: 275px;
  padding: 0 40px 0 0;
}
.popup-prices .item:nth-child(3n+1) {
  clear: left;
}
.popup-prices .item .pheading {
  margin: 0 0 5px 0;
  padding: 15px 0 0 0;
  border-top: #000 4px solid;
  font: bold 18px/24px "PT Sans", Arial, Helvetica, sans-serif;
  color: #000;
}
.hint {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  width: 20px;
  height: 20px;
  margin: 3px 0 0 3px;
  position: absolute;
  z-index: 60;
  cursor: pointer;
}
.hint .hint-icon {
  display: block;
  width: 11px;
  height: 11px;
  overflow: hidden;
  background: url("../img/i.png") -268px -64px no-repeat;
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: 2;
}
.hint .hint-inner {
  display: none;
  width: 235px;
  padding: 15px 20px 40px 20px;
  background: #f4f4f4;
  border: #dbdbdb 4px solid;
  font: normal 14px/24px "PT Sans", "PTSans-Regular", Arial, Helvetica, 'Helvetica Neue', serif;
  color: #000;
  position: absolute;
  bottom: -19px;
  right: -19px;
  z-index: 1;
}
.hint.active {
  cursor: auto;
  z-index: 61;
}
.hint.active .hint-inner {
  display: block;
}
.popup-join form .submit {
  margin: 0;
  padding: 0 0 0 200px;
}
.popup-join .pj-success .submit {
  margin: 0;
  padding: 10px 0 0 0;
}
.input {
  margin: 0 0 30px 0;
  padding: 0;
}
.input .label {
  float: left;
  width: 180px;
  padding: 9px 20px 0 0;
}
.input .inner {
  float: left;
  width: 470px;
}
.input .textInput {
  width: 440px;
}
.input textarea.textInput {
  width: 440px;
  min-height: 80px;
  resize: vertical;
}
.input-calendar .textInput {
  width: 140px;
}
.input-calendar .button {
  padding: 0;
  width: 40px;
  height: 32px;
  position: relative;
}
.input-calendar .button i {
  display: block;
  width: 21px;
  height: 23px;
  overflow: hidden;
  background: url("../img/i.png") -201px -134px no-repeat;
  position: absolute;
  top: 3px;
  left: 10px;
}
.ui-datepicker {
  font: normal 11px/15px "PT Sans", "PTSans-Regular", Arial, Helvetica, 'Helvetica Neue', serif;
  color: #000;
  background: #f3f3f3;
  border: none;
  padding: 5px 10px;
  border-bottom: #e5e5e5 4px solid;
  margin: 5px 0 0 0;
  border-radius: 0;
}
.ui-datepicker-header {
  border: none;
  background: none;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  color: #000;
}
.ui-datepicker-calendar {
  background: #fff;
}
.ui-datepicker-calendar th {
  font-weight: normal;
}
/*.ui-datepicker-calendar tr { display: block; padding: 0 10px;}*/
.ui-datepicker-calendar td {
  padding: 2px;
}
.ui-datepicker-calendar td .ui-state-default {
  display: block;
  width: 18px;
  height: 18px;
  padding: 0 4px 0 0;
  background: #e5e5e5;
  font-size: 11px;
  line-height: 18px;
  font-weight: normal;
  border: none;
  text-decoration: none;
  color: #000;
  transition: none;
}
.ui-datepicker-calendar td .ui-state-hover {
  background: #f00;
  color: #fff;
  text-decoration: none;
}
.ui-datepicker-calendar td .ui-state-active {
  background: #cf0000;
  color: #fff;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-prev {
  top: 5px;
}
.ui-datepicker .ui-datepicker-prev .ui-icon {
  display: block;
  width: 5px;
  height: 9px;
  overflow: hidden;
  background: url("../img/i.png") -288px -53px no-repeat;
}
.ui-datepicker .ui-datepicker-prev-hover {
  background: none;
  border: none;
  left: 2px;
  top: 5px;
}
.ui-datepicker .ui-datepicker-next {
  top: 5px;
}
.ui-datepicker .ui-datepicker-next .ui-icon {
  display: block;
  width: 5px;
  height: 9px;
  overflow: hidden;
  background: url("../img/i.png") -294px -53px no-repeat;
  left: 20px;
}
.ui-datepicker .ui-datepicker-next-hover {
  background: none;
  border: none;
  right: 2px;
  top: 5px;
}
.special-info {
  margin: 0 188px 40px 0;
  padding: 18px 50px;
  position: relative;
  font-size: 18px;
  line-height: 24px;
  background: #f4f4f4;
}
.special-info:after {
  display: block;
  content: '';
  width: 6px;
  height: 23px;
  overflow: hidden;
  background: url("../img/i.png") -294px -64px no-repeat;
  position: absolute;
  top: 18px;
  left: 23px;
}
.special-info .button {
  padding-left: 0;
  padding-right: 0;
  width: 184px;
  position: absolute;
  top: 0;
  left: 100%;
  margin: 0 0 0 4px;
}
.empty {
  margin: 60px 0 70px 0;
}
.empty .heading1 {
  margin: 0 0 25px 0;
}
.empty .empty-reset {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
}
.search {
  padding-top: 10px;
  padding-bottom: 40px;
}
.search p {
  margin: 0;
}
.search .textInput {
  float: left;
  width: 790px;
  background: #fff;
}
.search .button {
  float: right;
  width: 76px;
  padding-left: 0;
  padding-right: 0;
}
.search-results .item {
  margin: 0 0 30px 0;
}
.search-results .item .heading2 {
  margin: 0 0 13px 0;
}
.search-results .item .sr-type {
  margin: 0 0 5px 0;
}
.search-results .item .sr-category {
  font-size: 18px;
  font-weight: bold;
  margin: 0 10px 0 0;
}
.search-results .item .sr-result {
  margin: 0;
}
.search-results .item .sr-result a {
  color: #000;
}
.search-results .item .sr-result a:hover {
  color: #cf0000;
}
.search-results .highlight {
  margin: 0 -2px;
  padding: 2px;
  background: #fff799;
}
.vtours {
  margin: 0 -45px 0 0;
  padding: 0;
  list-style: none;
}
.vtours li {
  float: left;
  width: 370px;
  margin: 0 100px 40px 0;
  padding: 0;
}
.vtours li:after {
  display: none;
}
.vtours li a {
  display: block;
  height: 88px;
  padding: 22px 50px 0 84px;
  border-right: #fff 4px solid;
  background: #f4f4f4;
  text-decoration: none;
  color: #999;
  position: relative;
}
.vtours li a:hover {
  color: #999;
  text-decoration: none;
}
.vtours li .vt-image {
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
}
.vtours li .vt-image img {
  display: block;
  max-width: 55px;
  max-height: 70px;
}
.vtours li .vt-label {
  display: block;
  min-height: 56px;
  font-size: 18px;
  line-height: 24px;
  color: #000;
  text-decoration: underline;
}
.vtours li .vt-where {
  display: block;
  font-size: 12px;
  line-height: 16px;
}
.vtours li .vt-go {
  display: block;
  width: 60px;
  height: 102px;
  background: #cf0000;
  border-top: #cf0000 4px solid;
  border-bottom: #b00000 4px solid;
  position: absolute;
  top: 0;
  left: 100%;
  margin: 0 0 0 4px;
}
.vtours li .vt-go span {
  display: block;
  width: 23px;
  height: 40px;
  overflow: hidden;
  background: url("../img/i.png") -162px -64px no-repeat;
  position: absolute;
  top: 31px;
  left: 19px;
}
.vtours li a:hover .vt-label {
  color: #cf0000;
}
.vtours li a:hover .vt-go {
  background: #f00;
  border-top-color: #f00;
  border-bottom-color: #d90000;
}
.heading-print {
  display: none;
}
@media print {
  body {
    background: #fff;
  }
  #header {
    height: 110px !important;
  }
  #header .logo-wrapper {
    height: 106px !important;
    border: #ba0000 4px solid;
    border-top: none;
    margin-left: 0;
  }
  #header #logo {
    height: 106px !important;
  }
  #header #logo .site {
    display: none;
  }
  #header #logo .print {
    display: block;
  }
  #header .mainnav {
    display: none;
  }
  #header .sidenav {
    display: none;
  }
  #top {
    display: none;
  }
  #subsubnav {
    display: none !important;
  }
  #subnav {
    display: none !important;
  }
  .content-museums {
    display: none;
  }
  .pathBar {
    display: none;
  }
  .search {
    display: none;
  }
  #sidenav {
    display: none !important;
  }
  #footer {
    display: none;
  }
  .content {
    border-bottom: none;
  }
  .copy-print {
    display: block;
    border-top: #000 4px solid;
    padding: 12px 0 30px 0;
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
  }
  .article-footer {
    display: none;
  }
  .heading-print {
    display: block;
  }
  .events-article {
    display: none;
  }
  .filter {
    display: none;
  }
  .content-tabs {
    display: none;
  }
  .pages {
    display: none;
  }
  .popup {
    display: none !important;
  }
  .blind {
    display: none !important;
  }
  .side .submit {
    display: none;
  }
}
.wide {
  width: 800px;
}
.dev {
  line-height: 40px;
  margin-top: 10px;
  width: 160px;
  height: 40px;
  padding-left: 40px;
  background-image: url("../img/flag.png");
}
.content-pseudo-tabs {
  margin-bottom: 0;
  padding: 0;
  width: 990px;
  font: bold 18px/24px "PT Sans", Arial, Helvetica, 'Helvetica Neue', serif;
}
.content-pseudo-tabs a {
  float: left;
  padding: 18px 25px;
  text-decoration: none;
}
.content-pseudo-tabs a:hover {
  background: #fff;
}
.content-pseudo-tabs a span {
  border-bottom: #cf0000 1px dotted;
}
.content-pseudo-tabs a:hover span {
  border-bottom-color: #f00;
}
.content-pseudo-tabs a.active {
  background: #fff;
  color: #000;
  cursor: default;
}
.content-pseudo-tabs a.active span {
  border-bottom: none;
}
.content-pseudo-tabs > *:first-child {
  padding-left: 45px;
}
.ec-month {
  margin: 0 0 30px 0;
  padding: 12px 0 0 0;
  border-top: #000 4px solid;
  font: bold 18px/24px "PT Sans", Arial, Helvetica, 'Helvetica Neue', serif;
  text-align: center;
  position: relative;
}
.ec-month .prev {
  position: absolute;
  top: 12px;
  left: 18px;
  border-bottom: #000 1px dotted;
  cursor: pointer;
}
.ec-month .prev:hover {
  color: #cf0000;
  border-bottom-color: #cf0000;
}
.ec-month .prev:after {
  display: block;
  content: '';
  width: 8px;
  height: 12px;
  overflow: hidden;
  background: url("../img/i.png") -264px -96px no-repeat;
  position: absolute;
  top: 7px;
  left: -18px;
}
.ec-month .prev:hover:after {
  background-position: -273px -96px;
}
.ec-month .next {
  position: absolute;
  top: 12px;
  right: 18px;
  border-bottom: #000 1px dotted;
  cursor: pointer;
}
.ec-month .next:hover {
  color: #cf0000;
  border-bottom-color: #cf0000;
}
.ec-month .next:after {
  display: block;
  content: '';
  width: 8px;
  height: 12px;
  overflow: hidden;
  background: url("../img/i.png") -282px -96px no-repeat;
  position: absolute;
  top: 7px;
  right: -18px;
}
.ec-month .next:hover:after {
  background-position: -291px -96px;
}
.ec-days {
  margin: 0 -30px 0 0;
  padding: 0 0 5px 65px;
  opacity: 0.6;
}
.ec-days span {
  float: left;
  width: 122px;
}
.ec-week {
  height: 80px;
  margin: 0 -30px 20px 0;
}
.ec-week .ec-day {
  float: left;
  width: 102px;
  height: 80px;
  margin: 0 20px 0 0;
  position: relative;
}
.ec-week .ec-day.full {
  width: 45px;
}
.ec-week .ec-day.full .button {
  padding: 0;
  width: 45px;
  height: 72px;
  position: relative;
}
.ec-week .ec-day.full .button:after {
  display: block;
  content: '';
  width: 12px;
  height: 8px;
  overflow: hidden;
  background: url("../img/i.png") -263px -109px no-repeat;
  position: absolute;
  top: 32px;
  left: 17px;
}
.ec-week .ec-day.full.active .button {
  background: #cf0000;
  border-top-color: #b00000;
  border-bottom-color: #cf0000;
}
.ec-week .ec-day .item {
  display: block;
  height: 74px;
  border: #d0d0d0 3px solid;
  background: #d0d0d0;
  position: relative;
}
.ec-week .ec-day .item .ec-day-label {
  padding: 0 0 0 20px;
  line-height: 20px;
  position: absolute;
  top: 4px;
  left: 7px;
  opacity: 0.2;
}
.ec-week .ec-day .item .ec-day-label:after {
  display: block;
  content: '';
  width: 14px;
  height: 14px;
  overflow: hidden;
  background: url("../img/i.png") -228px -114px no-repeat;
  position: absolute;
  top: 4px;
  left: 0;
}
.ec-week .ec-day .item .ec-day-date {
  font: bold 24px/28px "PT Sans", Arial, Helvetica, 'Helvetica Neue', serif;
  position: absolute;
  bottom: 1px;
  right: 7px;
}
.ec-week .ec-day .have {
  border-color: #f4f4f4;
  background: #f4f4f4;
  cursor: pointer;
}
.ec-week .ec-day .have:hover {
  background: #cf0000;
  border-color: #cf0000;
  color: #fff;
}
.ec-week .ec-day .have:hover .ec-day-label {
  opacity: 1;
}
.ec-week .ec-day .have:hover .ec-day-label:after {
  background-position: -243px -114px;
}
.ec-week .ec-day .havent {
  background: #fff;
  cursor: default;
  color: #000;
}
.ec-week.hovered .ec-day .have {
  background: #cf0000;
  border-color: #cf0000;
  color: #fff;
}
.ec-week.hovered .ec-day .have .ec-day-label {
  opacity: 1;
}
.ec-week.hovered .ec-day .have .ec-day-label:after {
  background-position: -243px -114px;
}
.ec-week.hovered .ec-day.active .have {
  background: #fff;
  border-color: #cf0000;
  color: #000;
  cursor: default;
}
.ec-week.hovered .ec-day.active .have .ec-day-label {
  opacity: 1;
}
.ec-week.hovered .ec-day.active .have .ec-day-label:after {
  background-position: -228px -114px;
}
.ec-week .ec-day.active .have {
  background: #fff;
  border-color: #cf0000;
  cursor: default;
}
.ec-week .ec-day.active .have .ec-day-label {
  opacity: 1;
}
.ec-week .ec-day.active .have:hover {
  color: #000;
}
.ec-week .ec-day.active .have:hover .ec-day-label:after {
  background-position: -228px -114px;
}
.ec-week .ec-day .loading {
  display: block;
  background: rgba(255,255,255,0.6) url("../img/preloader.gif") center center no-repeat;
}
.ec-incut {
  position: relative;
  margin: 0 -45px;
  padding: 0;
}
.ec-incut .ec-incut-arrow {
  display: block;
  width: 53px;
  height: 29px;
  position: absolute;
  top: -5px;
  left: 100px;
}
.ec-incut .ec-incut-arrow span {
  display: block;
  width: 100%;
  height: 0;
  background: url("../img/i.png") 0 -134px no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
}
.ec-incut-date {
  margin: 0 0 35px 0;
}
.ec-incut-close {
  display: block;
  width: 17px;
  height: 17px;
  overflow: hidden;
  background: url("../img/i.png") -54px -134px no-repeat;
  position: absolute;
  top: 65px;
  right: 45px;
  cursor: pointer;
}
.ec-incut-close:hover {
  background-position: -72px -134px;
}
.ec-incut-inner {
  background: #f3f3f3;
  border-top: #dadada 0 solid;
  padding: 0 45px;
  height: 0;
  overflow: hidden;
}
.ec-incut-inner .events {
  margin: 0;
}
.ec-incut-inner .scroller__track {
  background: #fff;
}
/*

.ec-incut { position: relative; margin: 0 -45px; padding: 20px 0 45px 0;}
.ec-incut .ec-incut-arrow { display: block; width: 53px; height: 29px; position: absolute; top: -5px; left: 100px;}
.ec-incut .ec-incut-arrow span { display: block; width: 100%; height: 29px; background: url(../img/i.png) 0 -134px no-repeat; position: absolute; bottom: 0; left: 0;}
.ec-incut-inner { background: #f3f3f3; border-top: #dadada 4px solid; padding: 35px 45px;}*/
.ec-incut-show {
  padding: 20px 0 45px 0;
}
.ec-incut-show .ec-incut-arrow span {
  height: 29px;
}
.ec-incut-show .ec-incut-inner {
  height: auto;
  border-top-width: 4px;
  padding: 35px 45px;
}
.ec-wrapper {
  position: relative;
  width: 990px;
  margin: 0 auto;
}
.ec-wrapper .loading {
  display: none;
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 30;
}
.ec-wrapper .loader2 {
  display: none;
  position: absolute;
  top: 100px;
  left: 50%;
  margin: 0 0 0 -24px;
  z-index: 31;
}
.funds {
  margin: 0 -45px 0 0;
}
.funds .item {
  float: left;
  width: 240px;
  margin: 0 0 65px 0;
  padding: 0 40px 0 190px;
  position: relative;
  min-height: 150px;
}
.funds .item .heading3 {
  margin: 0 0 14px 0;
}
.funds .item .heading3 span {
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  border: #f4f4f4 1px solid;
}
.funds .item .heading3 span img {
  display: block;
  max-width: 170px;
  max-height: 150px;
}
.funds .item .heading3 span:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.1s;
}
.funds .item .heading3 a:hover span:after {
  opacity: 0.2;
}
.funds .item .exponent {
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 27px;
  font-weight: bold;
}
.funds .item .exponent strong {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  height: 27px;
  margin: 0 0 0 5px;
  padding: 0 8px;
  font-size: 14px;
  line-height: 27px;
  background: #f4f4f4;
  position: relative;
}
.funds .item .exponent strong:after {
  display: block;
  content: '';
  width: 11px;
  height: 27px;
  overflow: hidden;
  background: url("../img/i.png") -89px -19px no-repeat;
  position: absolute;
  top: 0;
  left: 100%;
  opacity: 0.5;
}
.historic {
  margin: 0 0 35px 0;
}
.historic .dates {
  margin: 0 0 50px 0;
  position: relative;
  font: bold 18px/24px "PT Sans", Arial, Helvetica, 'Helvetica Neue', serif;
  text-align: center;
}
.historic .dates .prev {
  position: absolute;
  top: 6px;
  left: 18px;
  border-bottom: #000 1px dotted;
  cursor: pointer;
}
.historic .dates .prev:hover {
  color: #cf0000;
  border-bottom-color: #cf0000;
}
.historic .dates .prev:after {
  display: block;
  content: '';
  width: 8px;
  height: 12px;
  overflow: hidden;
  background: url("../img/i.png") -264px -96px no-repeat;
  position: absolute;
  top: 7px;
  left: -18px;
}
.historic .dates .prev:hover:after {
  background-position: -273px -96px;
}
.historic .dates .next {
  position: absolute;
  top: 6px;
  right: 18px;
  border-bottom: #000 1px dotted;
  cursor: pointer;
}
.historic .dates .next:hover {
  color: #cf0000;
  border-bottom-color: #cf0000;
}
.historic .dates .next:after {
  display: block;
  content: '';
  width: 8px;
  height: 12px;
  overflow: hidden;
  background: url("../img/i.png") -282px -96px no-repeat;
  position: absolute;
  top: 7px;
  right: -18px;
}
.historic .dates .next:hover:after {
  background-position: -291px -96px;
}
.historic .dates .current {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  width: 100px;
  height: 32px;
  margin: 0;
  padding: 0 0 0 44px;
  background: #cf0000;
  border-top: #cf0000 4px solid;
  border-bottom: #b00000 4px solid;
  cursor: pointer;
  font: normal 14px/30px "PT Sans", Arial, Helvetica, 'Helvetica Neue', serif;
  color: #fff;
  text-align: left;
  position: relative;
}
.historic .dates .current:before {
  display: block;
  content: '';
  width: 21px;
  height: 23px;
  overflow: hidden;
  background: url("../img/i.png") -201px -134px no-repeat;
  position: absolute;
  top: 3px;
  left: 10px;
}
.historic-input-date {
  height: 0;
  overflow: hidden;
  text-align: center;
}
.historic-input-date input {
  width: 200px;
  margin: 25px 0 0 0;
  padding: 0;
  border: none;
  background: none;
}
.historic-calendar-page .ui-datepicker-year {
  display: none;
}
.historic .item {
  margin: 0 0 80px 0;
}
.historic .item .photo {
  float: left;
  width: 430px;
  padding: 0 40px 0 0;
}
.historic .item .photo .image {
  margin: 5px -1px 4px -1px;
  border: #f5f5f5 1px solid;
  text-align: center;
}
.historic .item .photo .image img {
  display: block;
  max-width: 430px;
  margin: 0 auto;
}
.historic .item .photo .descr {
  margin: 0 -1px;
  padding: 15px 30px;
  background: #f4f4f4;
}
.historic .item .photo .descr .heading3 {
  margin: 0;
}
.historic .item .info {
  float: left;
  width: 430px;
}
.historic .item .info h2,
.historic .item .info .heading2 {
  margin: 0 0 25px 0;
}
.historic .item .info .date {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  height: 40px;
  padding: 0 20px 0 40px;
  background: #e5e5e5;
  font-size: 18px;
  line-height: 40px;
  font-weight: bold;
  position: relative;
}
.historic .item .info .date:after {
  top: 11px;
  left: 12px;
}
.historic .item .info .date:before {
  display: block;
  content: '';
  width: 19px;
  height: 40px;
  overflow: hidden;
  background: url("../img/i.png") -276px -109px no-repeat;
  position: absolute;
  top: 0;
  left: 100%;
}
.historic .item .info p:last-child {
  margin: 0;
}
.historic .loader {
  top: 90px;
}
.news-list-wrapper {
  position: relative;
  width: 990px;
  margin: 0 auto;
}
.news-list-wrapper .loading {
  display: none;
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 30;
}
.news-list-wrapper .loader2 {
  display: none;
  position: absolute;
  top: 100px;
  left: 50%;
  margin: 0 0 0 -24px;
  z-index: 31;
}
.news-list-wrapper .filter .selectInput {
  margin-right: 20px;
}
.news-list {
  margin: 0 -45px 0 0;
}
.news-list .item {
  float: left;
  width: 240px;
  margin: 0 0 65px 0;
  padding: 0 40px 0 190px;
  position: relative;
  min-height: 152px;
}
.news-list .item .date {
  margin: 0 0 10px 0;
  padding: 0;
}
.news-list .item:nth-child(2n-1) {
  clear: both;
}
.news-list .item .date:after {
  display: none;
}
.news-list .item .heading3 {
  margin: 0 0 15px 0;
}
.news-list .item .heading3 span {
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
}
.news-list .item .heading3 span:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #000;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.1s;
}
.news-list .item .heading3 img {
  display: block;
  max-width: 170px;
  max-height: 150px;
}
.news-list .item .heading3 .pseudo-link:hover span:after {
  opacity: 0.3;
}
.news-list .item .tags {
  margin: 0;
}
.news-list .item .tags .tag-item span {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  max-width: 220px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news-list .ec-incut {
  clear: both;
  margin-right: 0;
  top: -35px;
  padding-bottom: 10px;
}
.news-list .ec-incut .tags {
  margin: -15px 0 25px 0;
}
.news-list .item .loading {
  display: block;
  background: rgba(255,255,255,0.6) url("../img/preloader.gif") center center no-repeat;
}
.history-exp .side {
  float: left;
  width: 270px;
  min-height: 1px;
  margin: 0;
  padding: 0 90px 0 0;
}
.history-exp .article {
  float: left;
  width: 540px;
  margin: 0;
  padding: 0;
}
.history-exp .group {
  position: relative;
}
.history-exp .group .label {
  margin: 0 0 30px 0;
}
.history-exp .group .label span {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  padding: 0 8px;
  background: #f4f4f4;
  height: 27px;
  line-height: 27px;
  color: #000;
  position: relative;
}
.history-exp .group .label span:before {
  display: block;
  content: '';
  width: 12px;
  height: 27px;
  overflow: hidden;
  background: url("../img/i.png") -114px -134px no-repeat;
  position: absolute;
  top: 0;
  left: -12px;
}
.history-exp .group .label span:after {
  display: block;
  content: '';
  width: 11px;
  height: 27px;
  overflow: hidden;
  background: url("../img/i.png") -128px -134px no-repeat;
  position: absolute;
  top: 0;
  left: 100%;
}
.history-exp .group .item {
  margin: 0 -45px 40px -36px;
  padding: 0 45px 40px 36px;
  position: relative;
  border-bottom: #f4f4f4 4px solid;
}
.history-exp .group .label + .item .image {
  margin-top: -57px;
}
.history-exp .group .item .heading2 {
  margin: 0;
}
.history-exp .group .item .image {
  float: right;
  margin: 0 0 0 40px;
  position: relative;
}
.history-exp .group .item .image img {
  display: block;
}
.history-exp .group .item .image a {
  display: block;
  position: relative;
  color: #fff;
  text-decoration: none;
}
.history-exp .group .item .image a:before {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.history-exp .group .item .image span {
  display: block;
  width: 210px;
  position: absolute;
  top: 22px;
  left: 30px;
  opacity: 0;
}
.history-exp .group .item .image a:before,
.history-exp .group .item .image span {
  transition: opacity 0.1s;
}
.history-exp .group .item .image a:hover:before {
  opacity: 0.5;
}
.history-exp .group .item .image a:hover span {
  opacity: 1;
}
.history-exp .group:before {
  display: block;
  content: '';
  width: 4px;
  height: 100%;
  padding: 0 0 40px 0;
  background: #000;
  position: absolute;
  top: 13px;
  left: -40px;
}
.history-exp .group:after {
  display: block;
  content: '';
  width: 16px;
  height: 16px;
  overflow: hidden;
  background: url("../img/i.png") -140px -134px no-repeat;
  position: absolute;
  top: 5px;
  left: -46px;
}
.history-exp .group.active .label span {
  background: #cc2929;
  color: #fff;
}
.history-exp .group.active .label span:before {
  background-position: -90px -134px;
}
.history-exp .group.active .label span:after {
  background-position: -103px -134px;
}
.history-exp .group.active:after {
  background-position: -157px -134px;
}
.history-exp .group:last-child .item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.history-exp .group:last-child:before {
  display: none;
}
.he-nav {
  width: 186px;
  margin: 0;
  padding: 15px 40px 15px 44px;
  list-style: none;
  background: #f4f4f4;
}
.he-nav li {
  margin: 0 0 15px 0;
  padding: 0;
  position: relative;
}
.he-nav li .pseudo-link {
  color: #000;
  border-bottom-color: #000;
  position: relative;
}
.he-nav li .pseudo-link:hover {
  color: #cf0000;
  border-bottom-color: #cf0000;
}
.he-nav li .pseudo-link:before {
  display: block;
  content: '';
  width: 2px;
  height: 100%;
  margin: 0;
  padding: 0 0 21px 0;
  background: #000;
  position: absolute;
  top: 8px;
  left: -20px;
}
.he-nav li .pseudo-link:after {
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  overflow: hidden;
  background: url("../img/i.png") -140px -151px no-repeat;
  position: absolute;
  top: 5px;
  left: -23px;
}
.he-nav li .pseudo-link.active {
  color: #cf0000;
  border-bottom: none;
  cursor: default;
}
.he-nav li .pseudo-link.active:after {
  background-position: -149px -151px;
}
.he-nav li:last-child .pseudo-link:before {
  display: none;
}
.he-nav.fixed {
  position: fixed;
  top: 40px;
}
.popup-subscribe {
  width: 540px;
}
.popup-subscribe .input {
  margin: 0 0 15px 0;
}
.popup-subscribe .input .label {
  float: left;
  width: 90px;
  padding: 9px 10px 0 0;
}
.popup-subscribe .input .textInput {
  float: left;
  width: 280px;
}
.popup-subscribe .fs-types {
  margin: 40px -40px 0 0;
}
.popup-subscribe .fs-types ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.popup-subscribe .fs-types ul li {
  float: left;
  width: 170px;
  margin: 0 0 15px 0;
  padding: 0 20px 0 0;
}
.popup-subscribe .submit {
  margin: 25px 0 0 0;
  padding: 0;
}
.popup-subscribe .loading {
  display: none;
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 30;
}
.popup-subscribe .loader2 {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -24px 0 0 -24px;
  z-index: 31;
}
.popup-subscribe-success form {
  display: none;
}
.events-subscribe {
  margin: 0 0 40px 0;
}
.events-subscribe .label {
  float: left;
  width: 520px;
  padding: 15px 40px 15px 60px;
  position: relative;
  background: #f4f4f4;
  font-size: 18px;
  line-height: 30px;
}
.events-subscribe .label:before {
  display: block;
  content: '';
  width: 26px;
  height: 20px;
  overflow: hidden;
  background: url("../img/i.png") -174px -134px no-repeat;
  position: absolute;
  top: 20px;
  left: 20px;
}
.events-subscribe .submit {
  float: right;
  width: 276px;
  margin: 0;
  padding: 0;
}
.events-subscribe .submit .button {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.gallery2 {
  margin: 0 0 30px 0;
}
.gallery2 .thumbs {
  margin: 0 0 20px 0;
  position: relative;
}
.gallery2 .thumbs .thumbs-w {
  margin: 0 60px;
  overflow: hidden;
  position: relative;
}
.gallery2 .thumbs .thumbs-i {
  width: 200%;
  height: 60px;
  position: relative;
}
.gallery2 .thumbs a {
  float: left;
  width: 80px;
  height: 60px;
  margin: 0 20px 0 0;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  background: #000;
}
.gallery2 .thumbs a img {
  display: block;
  width: 80px;
}
.gallery2 .thumbs a:hover img {
  opacity: 0.5;
}
.gallery2 .thumbs a:hover:after {
  display: block;
  content: '';
  width: 22px;
  height: 21px;
  overflow: hidden;
  background: url("../img/i.png") -196px -41px no-repeat;
  position: absolute;
  top: 20px;
  left: 30px;
}
.gallery2 .thumbs a.active {
  border: #cf0000 4px solid;
  width: 72px;
  height: 52px;
  cursor: default;
}
.gallery2 .thumbs a.active img {
  margin: -4px;
  opacity: 0.8;
}
.gallery2 .thumbs a.active:hover img {
  opacity: 0.8;
}
.gallery2 .thumbs a.active:after {
  display: none;
}
.gallery2 .thumbs .nav {
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.gallery2 .thumbs .nav span {
  display: block;
  width: 23px;
  height: 40px;
  overflow: hidden;
  background: url("../img/i.png") -37px -64px no-repeat;
  position: absolute;
  top: 10px;
  left: 16px;
}
.gallery2 .thumbs .nav:hover span {
  background-position: -62px -64px;
}
.gallery2 .thumbs .next {
  left: auto;
  right: 0;
}
.gallery2 .thumbs .next span {
  background-position: -112px -64px;
  left: auto;
  right: 16px;
}
.gallery2 .thumbs .next:hover span {
  background-position: -137px -64px;
}
.gallery2 .image {
  display: block;
  position: relative;
  width: 900px;
  height: 430px;
}
.gallery2 .image .innerbox {
  display: block;
  position: relative;
  margin: 0 60px;
  height: 100%;
  text-align: center;
}
.gallery2 .image .innerbox iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.gallery2 .image span img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
}
.gallery2 .image .image-wrapper {
  display: table;
  width: 900px;
  height: 430px;
}
.gallery2 .image .image-inner {
  display: table-cell;
  width: 900px;
  height: 430px;
  vertical-align: middle;
}
.gallery2 .image .nav {
  display: block;
  width: 60px;
  height: 100%;
  background: #555;
  background: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  cursor: pointer;
}
.gallery2 .image .nav span {
  display: block;
  width: 23px;
  height: 40px;
  overflow: hidden;
  background: url("../img/i.png") -62px -64px no-repeat;
  position: absolute;
  top: 50%;
  left: 16px;
  margin: -20px 0 0 0;
}
.gallery2 .image .nav:hover span {
  background-position: -37px -64px;
}
.gallery2 .image .next {
  left: 100%;
  margin-left: -60px;
}
.gallery2 .image .next span {
  background-position: -137px -64px;
  left: auto;
  right: 16px;
}
.gallery2 .image .next:hover span {
  background-position: -112px -64px;
}
.g2-text {
  position: relative;
  margin: 0 -45px;
}
.g2-text .more-text {
  display: none;
}
.g2-cl {
  margin-top: 30px;
}
.g2-descr {
  margin: 0;
  padding: 0 105px 20px 105px;
  border-bottom: #e5e5e5 4px solid;
}
.g2-descr .g2d-name {
  float: left;
  margin: 0 0 25px 0;
  padding: 10px 25px 10px 15px;
  position: relative;
  background: #e6e6e6;
  font-size: 14px;
  line-height: 16px;
}
/*.g2-descr .g2d-name:after { display: block; content: ''; width: 30px; height: 56px; overflow: hidden; background: url(../img/i.png) 0 -164px no-repeat; position: absolute; top: 0; left: 100%;}*/
.g2-descr .g2d-name p {
  margin: 0;
}
.g2-descr .g2d-name .heading3 {
  line-height: 20px;
}
.g2-info {
  padding: 50px 45px 0 45px;
  border-top: #f4f4f4 40px solid;
}
.content-incut .g2-descr {
  border-bottom: none;
}
.favs .favs-header {
  margin: 0 0 60px 0;
}
.favs .favs-header a {
  display: block;
  height: 200px;
  margin: 0 0 60px 0;
  position: relative;
  background: #949494;
  background-position: center bottom;
  background-repeat: no-repeat;
  color: #fff;
  text-decoration: none;
}
.favs .favs-header .heading2 {
  margin: 0;
  padding: 5px 0 0 0;
  border-top: #fff 4px solid;
  position: absolute;
  top: 30px;
  left: 30px;
  color: #fff;
}
.favs .favs-header a:before {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.1s;
}
.favs .favs-header a:hover {
  color: #fff;
  text-decoration: none;
}
.favs .favs-header a:hover:before {
  opacity: 0.3;
}
.favs-list {
  margin: 0 -45px 0 0;
}
.favs-list .item {
  float: left;
  width: 270px;
  position: relative;
  margin: 0 40px 50px 0;
  padding: 270px 0 0 0;
}
.favs-list .item:nth-child(3n+1) {
  clear: left;
}
.favs-list .item span {
  display: block;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.favs-list .item img {
  display: block;
  max-width: 271px;
  max-height: 248px;
}
.favs-list .item span:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #000;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.1s;
}
.favs-list .item a:hover span:after {
  opacity: 0.3;
}
.prologue {
  font-size: 18px;
  line-height: 30px;
}
.panorama {
  margin: 0 0 45px 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  width: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.panorama .nav {
  display: block;
  width: 60px;
  height: 100%;
  background: #555;
  background: url("../img/bg-black50.png");
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  cursor: pointer;
  transition: opacity 0.1s;
}
.panorama .nav span {
  display: block;
  width: 23px;
  height: 40px;
  overflow: hidden;
  background: url("../img/i.png") -87px -64px no-repeat;
  position: absolute;
  top: 50%;
  left: 16px;
  margin: -20px 0 0 0;
}
.panorama .nav:hover span {
  background-position: -62px -64px;
}
.panorama .next {
  left: 100%;
  margin-left: -60px;
}
.panorama .next span {
  background-position: -162px -64px;
  left: auto;
  right: 16px;
}
.panorama .next:hover span {
  background-position: -137px -64px;
}
.panorama .nav.disabled {
  opacity: 0.2;
  cursor: default;
}
.panorama .nav.disabled:hover span {
  background-position: -87px -64px;
}
.panorama .next.disabled:hover span {
  background-position: -162px -64px;
}
.panorama img {
  display: block;
  margin: 0;
  cursor: move;
}
.panorama.none img {
  cursor: default;
}
.panorama-label {
  margin: -35px 0 40px 0;
  color: #585858;
}
.content-incut {
  margin: 40px -45px;
  padding: 40px 0;
  background: #f4f4f4;
  border-top: #e5e5e5 4px solid;
}
.content-incut-inner {
  padding: 40px 45px 1px 45px;
  background: #fff;
  border-bottom: #e5e5e5 4px solid;
}
.showmorebox {
  display: none;
}
.experts {
  margin: 40px 0 0 0;
}
.experts .item {
  margin: 0 0 60px 0;
}
.experts .item .person {
  margin: 0 0 30px 0;
}
.experts .item .person .image {
  float: left;
  width: 80px;
  margin: 0 20px 0 0;
  padding: 3px 0 0 0;
}
.experts .item .person .image img {
  display: block;
}
.experts .item .person .body {
  float: left;
  width: 500px;
}
.experts .item .person .body p {
  margin: 0 0 2px 0;
}
.experts .item .showmorelink {
  margin-top: -15px;
}
.hist-index {
  margin: 0 0 50px 0;
  background: #cf0000;
  color: #fff;
}
.hist-index .heading {
  margin: 0;
  padding: 0;
  font: bold 20px/24px "PT Sans", "PTSans-Regular", Arial, Helvetica, 'Helvetica Neue', serif;
}
.hist-index .item {
  display: block;
  height: 127px;
  color: #fff;
  text-decoration: none;
  position: relative;
  background-position: right bottom;
  background-repeat: no-repeat;
}
.hist-index .item span {
  display: block;
  border-top: #fff 4px solid;
  padding: 5px 20px 0 0;
  position: absolute;
  top: 33px;
  left: 39px;
}
.hist-index a.item:before {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.1s;
}
.hist-index a.item:hover:before {
  opacity: 0.3;
}
.oldie .hist-index a.item:before {
  display: none;
}
.filter-editions .fe-type {
  float: left;
  padding: 0 45px 0 0;
}
.filter-editions .fe-type .selectInput {
  width: 273px;
}
.filter-editions .fe-sort {
  float: left;
}
.filter-editions .fe-sort span {
  float: left;
  padding: 8px 20px 0 0;
}
.filter-editions .fe-sort .button {
  float: left;
  margin-right: 4px;
}
.filter-editions .fe-sort .button.disabled {
  cursor: pointer;
  padding-right: 35px;
  position: relative;
}
.filter-editions .fe-sort .button.disabled:hover {
  background: #f00;
  border-top-color: #b20000;
  border-bottom-color: #f00;
}
.filter-editions .fe-sort .button.asc:after {
  display: block;
  content: '';
  width: 10px;
  height: 12px;
  overflow: hidden;
  background: url("../img/i.png") -234px -130px no-repeat;
  position: absolute;
  top: 11px;
  right: 14px;
}
.filter-editions .fe-sort .button.dec:after {
  display: block;
  content: '';
  width: 10px;
  height: 12px;
  overflow: hidden;
  background: url("../img/i.png") -223px -130px no-repeat;
  position: absolute;
  top: 11px;
  right: 14px;
}
.price-tag {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  height: 40px;
  margin: 0 0 0 12px;
  padding: 0 10px;
  position: relative;
  line-height: 40px;
  background: #f4f4f4;
  color: #000;
}
.price-tag:after {
  display: block;
  content: '';
  width: 12px;
  height: 40px;
  overflow: hidden;
  background: url("../img/i.png") -263px -119px no-repeat;
  position: absolute;
  top: 0;
  left: -12px;
}
.price-tag strong {
  font-size: 24px;
}
/*.el-parent { position: relative;}*/
.editions-list {
  margin: 0 -45px -30px 0;
}
.editions-list .item {
  float: left;
  width: 240px;
  min-height: 220px;
  margin: 0 40px 60px 0;
  padding: 30px 0 0 190px;
  border-top: #000 4px solid;
  color: #666;
  position: relative;
}
.editions-list .item:nth-child(2n+1) {
  clear: left;
}
.editions-list .item p {
  margin: 0 0 5px 0;
}
.editions-list .item .heading3 {
  margin: 0 0 10px 0;
}
.editions-list .item .heading3 img {
  display: block;
  max-width: 164px;
  max-height: 224px;
  position: absolute;
  top: 30px;
  left: 0;
}
.editions-list .item .pub {
  margin-bottom: 14px;
  line-height: 18px;
}
.editions-list .item .price {
  margin: 0;
}
.pubs-list {
  margin: 0 -45px 0 0;
}
.pubs-list .item {
  float: left;
  width: 275px;
  margin: 0 40px 55px 0;
  padding: 15px 0 0 0;
  border-top: #000 4px solid;
}
.pubs-list .item:nth-child(3n+1) {
  clear: left;
}
.pubs-list .item p {
  margin: 0 0 5px 0;
}
.pubs-list .item .heading3 {
  margin: 0 0 12px 0;
}
.pubs-list .item .heading3 img {
  display: block;
  max-width: 164px;
  max-height: 224px;
  position: absolute;
  top: 30px;
  left: 0;
}
.pubs-list .item .pub {
  margin: 0;
  color: #666;
  line-height: 18px;
}
.edition-item .ei-gallery {
  float: right;
  width: 273px;
  margin: 0 0 20px 30px;
  position: relative;
}
.edition-item .ei-gallery img {
  display: none;
  margin: 0 auto;
  max-width: 100%;
}
.edition-item .ei-gallery img:first-child {
  display: block;
}
.edition-item .ei-gallery .nav {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: #000;
  background: url("../img/bg-black50.png");
  text-align: center;
}
.edition-item .ei-gallery .nav span {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  width: 18px;
  height: 17px;
  margin: 12px 4px 0 4px;
  overflow: hidden;
  background: url("../img/i.png") -89px -46px no-repeat;
  cursor: pointer;
}
.edition-item .ei-gallery .nav span:hover {
  background-position: -109px -46px;
}
.edition-item .ei-gallery .nav .next {
  width: 17px;
  height: 19px;
  margin-top: 10px;
  background-position: -31px -164px;
}
.edition-item .ei-gallery .nav .next:hover {
  background-position: -50px -164px;
}
.edition-item .ei-info {
  margin: 0 0 25px 0;
  width: 275px;
}
.edition-item .ei-info p {
  margin: 0 0 12px 0;
  padding: 0 0 0 110px;
  font-size: 14px;
  line-height: 14px;
}
.edition-item .ei-info .label {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  width: 100px;
  margin: 0 0 0 -110px;
  padding: 0 5px 0 0;
  font-weight: bold;
  background: url("../img/dot.gif") 0 bottom repeat-x;
}
.edition-item .ei-info .label span {
  background: #fff;
}
.edition-item .ei-info .text {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  vertical-align: bottom;
}
.edition-item .ei-info a {
  color: #000;
}
.edition-item .ei-info a:hover {
  color: #cf0000;
}
.edition-item .file {
  max-width: 275px;
}
.edition-item .ei-buy {
  margin: 0 -45px 0 0;
}
.edition-item .ei-buy .item {
  float: left;
  width: 270px;
  margin: 0 0 30px 0;
  padding: 0 40px 0 0;
}
.edition-item .ei-buy .item p {
  margin: 0 0 10px 0;
  padding: 0 0 0 25px;
  position: relative;
}
.edition-item .ei-buy .item p:after {
  display: block;
  content: '';
  width: 10px;
  height: 14px;
  overflow: hidden;
  background: url("../img/i.png") -223px -143px no-repeat;
  position: absolute;
  top: 6px;
  left: 2px;
}
.edition-item .ei-buy .item .metro:after {
  width: 16px;
  height: 11px;
  background-position: -54px -152px;
  left: -1px;
}
.edition-item .ei-nav {
  margin: 0 0 40px 0;
  position: relative;
  font: bold 18px/24px "PT Sans", Arial, Helvetica, 'Helvetica Neue', serif;
}
.edition-item .ei-nav a {
  color: #000;
}
.edition-item .ei-nav a:hover {
  color: #cf0000;
}
.edition-item .ei-nav .prev {
  float: left;
  padding: 0 0 0 18px;
  cursor: pointer;
}
.edition-item .ei-nav .prev:after {
  display: block;
  content: '';
  width: 8px;
  height: 12px;
  overflow: hidden;
  background: url("../img/i.png") -264px -96px no-repeat;
  position: absolute;
  top: 7px;
  left: 0;
}
.edition-item .ei-nav .prev:hover:after {
  background-position: -273px -96px;
}
.edition-item .ei-nav .next {
  float: right;
  padding: 0 18px 0 0;
  cursor: pointer;
}
.edition-item .ei-nav .next:after {
  display: block;
  content: '';
  width: 8px;
  height: 12px;
  overflow: hidden;
  background: url("../img/i.png") -282px -96px no-repeat;
  position: absolute;
  top: 7px;
  right: 0;
}
.edition-item .ei-nav .next:hover:after {
  background-position: -291px -96px;
}
.pub-item .ei-info {
  width: auto;
}
.pub-item .file {
  max-width: none;
}
.author-box {
  width: 195px;
  margin: 0 0 20px 0;
  padding: 0 40px;
  position: relative;
}
.author-box .ab-wrapper {
  overflow: hidden;
}
.author-box .ab-inner {
  position: relative;
  margin: 0;
}
.author-box .ab-inner .item {
  float: left;
  width: 195px;
  margin: 0 30px 0 0;
}
.author-box .photo {
  margin: 0 0 20px 0;
}
.author-box .photo img {
  display: block;
}
.author-box .heading3 {
  margin: 0 0 2px 0;
}
.author-box .body {
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  color: #666;
}
.author-box .nav {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50px;
  left: 0;
  cursor: pointer;
}
.author-box .nav span {
  display: block;
  width: 23px;
  height: 40px;
  overflow: hidden;
  background: url("../img/i.png") -37px -64px no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.author-box .nav:hover span {
  background-position: -62px -64px;
}
.author-box .next {
  left: auto;
  right: 0;
}
.author-box .next span {
  background-position: -112px -64px;
  left: auto;
  right: 0;
}
.author-box .next:hover span {
  background-position: -137px -64px;
}
.press-releases .item {
  margin: 0 0 80px 0;
}
.press-releases .item .image {
  float: left;
  width: 430px;
  min-height: 10px;
  margin: 0;
  padding: 0 30px 0 0;
}
.press-releases .item .image img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.press-releases .item .image .noimage {
  display: block;
  width: 430px;
  height: 315px;
  background: #9b9b9b;
}
.press-releases .item .info {
  float: left;
  width: 430px;
  margin: -5px 0 0 0;
}
.press-releases .item .info .rdate {
  margin: 0 0 6px 0;
  color: #7f7f7f;
}
.press-releases .item .info .heading2 {
  margin: 0 0 20px 0;
}
.press-releases .item .info .date {
  margin: 0 0 5px 0;
}
.press-releases .item .info .file {
  margin: 30px 0 0 0;
}
.hm-filter {
  padding: 0 0 20px 0;
}
.hm-filter ul {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  color: #cf0000;
}
.hm-filter ul li {
  float: left;
  margin: 0 45px 0 0;
  padding: 7px 0 0 0;
}
.hm-filter ul li:after {
  display: none;
}
.hm-filter ul li:last-child {
  margin: 0;
}
.hm-filter ul a {
  color: #000;
}
.hm-filter ul a:hover {
  color: #cf0000;
}
.hm-filter .hmf-type {
  float: right;
}
.hm-nav {
  margin: 0 0 30px 0;
  position: relative;
  font: bold 18px/24px "PT Sans", Arial, Helvetica, 'Helvetica Neue', serif;
}
.hm-nav a {
  color: #000;
}
.hm-nav a:hover {
  color: #cf0000;
}
.hm-nav .prev {
  float: left;
  padding: 0 0 0 18px;
  cursor: pointer;
}
.hm-nav .prev:after {
  display: block;
  content: '';
  width: 8px;
  height: 12px;
  overflow: hidden;
  background: url("../img/i.png") -264px -96px no-repeat;
  position: absolute;
  top: 7px;
  left: 0;
}
.hm-nav .prev:hover:after {
  background-position: -273px -96px;
}
.hm-nav .next {
  float: right;
  padding: 0 18px 0 0;
  cursor: pointer;
}
.hm-nav .next:after {
  display: block;
  content: '';
  width: 8px;
  height: 12px;
  overflow: hidden;
  background: url("../img/i.png") -282px -96px no-repeat;
  position: absolute;
  top: 7px;
  right: 0;
}
.hm-nav .next:hover:after {
  background-position: -291px -96px;
}
.hm .periods {
  min-height: 1px;
  margin: 0;
  padding: 0;
  border-top: 4px #000 solid;
  font: bold 18px/24px 'PT Sans', Arial, sans-serif;
}
.hm .periods ul {
  margin: 0;
  text-align: justify;
}
.hm .periods li {
  position: relative;
  list-style: none;
  display: inline-block;
  vertical-align: top;
  padding: 21px 0 0;
  margin: 0;
}
.hm .periods li:before {
  content: '';
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -8px;
  display: block;
  width: 16px;
  height: 16px;
  overflow: hidden;
  background: url("../img/i.png") -140px -134px no-repeat;
}
.hm .periods li + li {
  margin-left: 30px;
}
.hm .periods .last {
  width: 100%;
  height: 0;
}
.hm .periods .last:before {
  width: 0;
  height: 0;
}
.hm .periods .active {
  color: #cf0000;
}
.hm .periods .active:before {
  background-position: -157px -134px;
}
.hm .periods .disable {
  color: #7f7f7f;
}
.hm .periods li a {
  color: #000;
}
.hm .periods li a:hover {
  text-decoration: none;
}
.hm .articles {
  padding: 10px 0 0;
}
.hm .group {
  position: relative;
  min-height: 325px;
  padding: 10px 0 50px;
}
.hm .group p {
  margin: 0;
}
.hm .group p + p {
  margin: 0 0 20px;
}
.hm .img-wrap {
  float: left;
  width: 271px;
  padding-top: 61px;
}
.hm .img-wrap a {
  display: block;
  position: relative;
  background: url("../img/overlay.png");
}
.hm .img-wrap a:after {
  display: none;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url("../img/overlay.png");
  z-index: 2;
}
.hm .img-wrap a:hover:after {
  display: block;
}
.hm .img-wrap img {
  display: block;
}
.hm .img-wrap div {
  font: 14px/22px 'PT Sans', Arial, sans-serif;
  padding-top: 12px;
}
.hm .txt-wrap {
  float: right;
  width: 585px;
}
.hm .txt-wrap h2 {
  margin-bottom: 25px;
}
.hm .icon {
  display: none;
  position: absolute;
  bottom: 4px;
  right: 0;
  z-index: 3;
}
.hm .img-wrap a:hover .icon {
  display: block;
}
.hm .icon i {
  margin-right: 7px;
}
.ico-gallery {
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url("../img/i.png") 0 -230px no-repeat;
}
.ico-zoom {
  display: inline-block;
  width: 18px;
  height: 17px;
  background: url("../img/i.png") -89px -46px no-repeat;
}
.preventbox {
  margin: 0;
}
.preventbox .heading3 {
  margin: 0 0 12px 0;
}
.preventbox .heading3 a span {
  padding: 0 0 0 22px;
  position: relative;
}
.preventbox .heading3 a span:after {
  display: block;
  content: '';
  width: 14px;
  height: 14px;
  overflow: hidden;
  background: url("../img/i.png") -68px -164px no-repeat;
  position: absolute;
  top: 5px;
  left: 0;
}
.preventbox .heading3 a:hover span:after {
  background-position: -83px -164px;
}
.preventbox .heading3 img {
  display: block;
  margin: 0;
  padding: 0 0 10px 0;
}
.preventbox .date {
  margin: 0 0 0px 0;
  line-height: 20px;
}
.preventbox .types {
  display: block;
  margin: 0;
  padding: 2px 0 0 22px;
  position: relative;
  line-height: 20px;
}
.preventbox .types:after {
  display: block;
  content: '';
  width: 14px;
  height: 14px;
  overflow: hidden;
  background: url("../img/i.png") -229px -64px no-repeat;
  position: absolute;
  top: 5px;
  left: 0;
}
.preventbox .preb-change {
  margin: 15px 0 0 0;
  padding: 14px 0 0 0;
  border-top: #000 4px solid;
  font-size: 18px;
  font-weight: bold;
}
/*.preventbox-empty .preb-change { border: none; padding-top: 0; margin-top: 0;}*/
.preventbox-empty {
  color: #4c4c4c;
  line-height: 18px;
}
.pacc .pacc-form {
  margin: 0 0 40px 0;
}
.pacc .side {
  float: left;
  margin: 0;
  padding: 0 40px 0 0;
}
.pacc .article {
  float: left;
  width: 585px;
  margin: 0;
  padding: 0;
}
.pacc .preventbox {
  background: #f4f4f4;
  padding: 20px;
}
.pacc .preventbox .heading3 img {
  margin: -20px -20px 0 -20px;
}
.pacc .input {
  margin: 0 0 30px 0;
}
.pacc .input .label {
  float: left;
  width: 115px;
}
.pacc .input .label.big {
  padding-top: 0;
  line-height: 18px;
}
.pacc .input .textInput {
  float: left;
  width: 420px;
}
.pacc .input .selectInput {
  float: left;
  width: 450px;
}
.pacc .input .textInput.small {
  width: 66px;
}
.pacc .submit {
  margin: 0;
  padding: 10px 0 0 135px;
}
.pacc h3 + .material {
  padding-top: 20px;
}
.pacc .material-list .in-link {
  position: relative;
  top: -8px;
  display: inline-block;
  vertical-align: baseline;
  margin-left: 135px;
  line-height: 18px;
}
.pacc .material-list .in-link.remove:after {
  content: '';
  position: absolute;
  top: 5px;
  right: -20px;
  width: 11px;
  height: 11px;
  background: url("../img/i.png") -170px -200px;
}
.pacc .material-list .in-link.hidden {
  display: none;
}
.pacc .material {
  padding: 40px 0 10px;
}
.pacc .material + .material {
  border-top: 4px #000 solid;
  margin-top: 30px;
}
.hint-info {
  padding: 0 0 0 33px;
  position: relative;
}
.hint-info:after {
  display: block;
  content: '';
  width: 20px;
  height: 20px;
  overflow: hidden;
  background: url("../img/i.png") -31px -184px no-repeat;
  position: absolute;
  top: 2px;
  left: 0;
}
.press-service {
  margin: 0 0 40px 0;
  padding: 20px;
  background: #f4f4f4;
}
.press-service .hint-info {
  margin: 0 0 30px 0;
  color: #4c4c4c;
}
.press-service .item {
  float: left;
  width: 270px;
  padding: 0 20px 0 0;
}
.press-service .item .heading3 {
  margin: 0 0 8px 0;
}
.press-service .item p {
  margin: 0;
  line-height: 20px;
}
.popup-acc {
  display: none;
}
.popup-acc .pacc-list {
  margin: 0 -45px 0 0;
}
.popup-acc .preventbox {
  float: left;
  width: 275px;
  margin: 0 40px 50px 0;
}
.popup-acc .preventbox .heading3 img {
  margin: 0 0 10px 0;
  padding: 0;
  opacity: 1;
  transition: opacity 0.1s;
}
.popup-acc .preventbox .heading3 .check {
  display: block;
  position: relative;
  cursor: pointer;
  background: #000;
}
.popup-acc .preventbox .heading3 .check span {
  display: block;
  position: absolute;
  top: 95px;
  left: 115px;
  color: #fff;
  opacity: 0;
  transition: opacity 0.1s;
}
.popup-acc .preventbox .heading3 .check span:after {
  display: block;
  content: '';
  width: 23px;
  height: 19px;
  overflow: hidden;
  background: url("../img/i.png") -52px -184px no-repeat;
  position: absolute;
  top: 2px;
  left: -30px;
}
.popup-acc .preventbox .heading3 .check:hover {
  background: #000;
}
.popup-acc .preventbox .heading3 .check:hover span {
  opacity: 1;
}
.popup-acc .preventbox .heading3 .check:hover img {
  opacity: 0.6;
}
.popup-acc .preventbox .heading3 a img {
  display: none;
}
.oldie .popup-acc .preventbox .heading3 .check span {
  display: none;
}
.oldie .popup-acc .preventbox .heading3 .check:hover span {
  display: block;
}
.filter-around-attr .fa-type {
  float: left;
  padding: 8px 0 0 0;
}
.filter-around-attr .fa-type .checkbox {
  margin-right: 55px;
}
.filter-around-attr .fa-view {
  float: right;
}
.around-attr-list {
  margin: 0 -45px 0 0;
}
.around-attr-list .item {
  float: left;
  width: 430px;
  margin: 0 40px 70px 0;
}
.around-attr-list .item:nth-child(2n+1) {
  clear: both;
}
.around-attr-list .item p {
  margin: 0;
}
.around-attr-list .item .heading3 {
  margin: 0 0 15px 0;
}
.around-attr-list .item .image {
  margin: 0 0 10px 0;
}
.around-attr-list .item .image img {
  display: block;
  cursor: pointer;
}
.around-attr-list .item .controls {
  margin: 2px 0 0 0;
}
.around-attr-list .item .controls .www {
  margin: 0 23px 0 0;
  padding: 0 0 0 15px;
  position: relative;
}
.around-attr-list .item .controls .www:after {
  display: block;
  content: '';
  width: 10px;
  height: 15px;
  overflow: hidden;
  background: url("../img/i.png") -76px -179px no-repeat;
  position: absolute;
  top: 3px;
  left: 0;
}
.around-attr-list .item .controls .phone {
  margin: 0 23px 0 0;
  padding: 0 0 0 20px;
  position: relative;
}
.around-attr-list .item .controls .phone:after {
  display: block;
  content: '';
  width: 15px;
  height: 14px;
  overflow: hidden;
  background: url("../img/i.png") -87px -179px no-repeat;
  position: absolute;
  top: 3px;
  left: 0;
}
.around-attr-list .item .controls .showonmap {
  margin: 0 0 0 20px;
  position: relative;
}
.around-attr-list .item .controls .showonmap:after {
  display: block;
  content: '';
  width: 10px;
  height: 14px;
  overflow: hidden;
  background: url("../img/i.png") -104px -179px no-repeat;
  position: absolute;
  top: 3px;
  left: -20px;
}
.around-attr-list .item .controls .location {
  display: none;
}
.aa-gallery {
  display: none;
}
.around-rec-list .item {
  width: 274px;
  padding-top: 13px;
  border-top: #000 4px solid;
}
.around-rec-list .item:nth-child(2n+1) {
  clear: none;
}
.around-rec-list .item:nth-child(3n+1) {
  clear: both;
}
.around-rec-list .item .controls {
  padding-top: 8px;
}
.around-rec-list .item .controls-item {
  display: block;
  margin: 0 0 3px 0;
}
.popup-aa-gallery .gallery {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}
.around-map {
  height: 0;
  position: relative;
  overflow: hidden;
}
.around-map #aroundMap {
  width: 100%;
  height: 500px;
  position: relative;
}
.around-map .ymaps-balloon-content__header {
  margin-bottom: 10px;
}
.around-map .ymaps-balloon__content {
  max-width: 170px;
  font: normal 14px/16px "PT Sans", "PTSans-Regular", Arial, Helvetica, 'Helvetica Neue', serif;
}
.around-map .ymaps-balloon__content img {
  max-width: 190px;
  cursor: pointer;
}
.around-map .ymaps-balloon__content p {
  max-width: 190px;
  margin: 0;
  text-align: left;
}
.around-map .ymaps-balloon__content .image {
  margin: 0 0 10px 0;
}
.around-map .ymaps-balloon__content .controls {
  margin: 0 0 10px 0;
}
.around-map .ymaps-balloon__content .controls p {
  margin: 0 0 7px 0;
  padding: 0 0 0 25px;
  position: relative;
}
.around-map .ymaps-balloon__content .controls .www:after {
  display: block;
  content: '';
  width: 10px;
  height: 15px;
  overflow: hidden;
  background: url("../img/i.png") -76px -179px no-repeat;
  position: absolute;
  top: 3px;
  left: 3px;
}
.around-map .ymaps-balloon__content .controls .phone:after {
  display: block;
  content: '';
  width: 15px;
  height: 14px;
  overflow: hidden;
  background: url("../img/i.png") -87px -179px no-repeat;
  position: absolute;
  top: 3px;
  left: 2px;
}
.around-map .ymaps-balloon__content .controls .location:after {
  display: block;
  content: '';
  width: 10px;
  height: 14px;
  overflow: hidden;
  background: url("../img/i.png") -104px -179px no-repeat;
  position: absolute;
  top: 3px;
  left: 3px;
}
.plans .hint-info {
  color: #4c4c4c;
}
.plans .map {
  width: 100%;
  height: 470px;
  margin: 0 0 30px 0;
  position: relative;
}
.plans .map:last-child {
  margin-bottom: 0;
}
/*.plans .map  { width: 100%; height: 100%; position: relative;}*/
.plans .plans-floors {
  margin: 0 0 30px 0;
  padding: 0 0 12px 0;
  list-style: none;
  border-bottom: #000 4px solid;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}
.plans .plans-floors li {
  float: left;
  margin: 0 45px 20px 0;
  padding: 0;
  color: #cf0000;
}
.plans .plans-floors li:after {
  display: none;
}
.plans .plans-floors li a {
  color: #000;
}
.plans .plans-floors li a:hover {
  color: #cf0000;
}
.plans .plans-legend {
  margin: 0 0 20px 0;
}
.plans .plans-legend .heading3 {
  margin: 0 0 20px 0;
}
.plans .plans-legend .pl-spaces {
  float: left;
  width: 625px;
}
.plans .plans-legend .pl-more {
  float: left;
  width: 275px;
}
.plans .plans-legend .pl-more ul {
  float: none;
  width: auto;
}
.plans .plans-legend .pl-more ul li {
  padding-right: 0;
}
.plans .plans-legend ul {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.plans .plans-legend ul li {
  margin: 0 0 5px 0;
  padding: 0 20px 0 30px;
  position: relative;
}
.plans .plans-legend ul li:after {
  display: none;
}
.plans .plans-legend ul li .pl-icon {
  display: block;
  width: 20px;
  height: 20px;
  overflow: hidden;
  background: url("../img/i.png") -115px -164px no-repeat;
  position: absolute;
  top: 2px;
  left: 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.plans .plans-legend ul li .pl-icon-entrance {
  background-position: -136px -164px;
}
.plans .plans-legend ul li .pl-icon-info {
  background-position: -157px -164px;
}
.plans .plans-legend ul li .pl-icon-lift {
  background-position: -178px -164px;
}
.plans .plans-legend ul li .pl-icon-cafe {
  background-position: -199px -164px;
}
.plans .plans-legend ul li .pl-info {
  display: none;
}
.subscribe-edit h3 {
  margin-bottom: 10px;
}
.subscribe-edit .button:first-child {
  min-width: 160px;
}
.subscribe-edit .button + .button {
  margin-left: 5px;
}
.subscribe-edit ul {
  margin: 0;
  list-style: none;
}
.subscribe-edit li {
  margin-bottom: 8px;
}
.subscribe-edit tfoot td {
  padding-top: 20px;
}
.subscribe-edit .notice {
  font-size: 12px;
  color: #9e9e9e;
}
.contact-wrap {
  padding: 31px 0 0;
}
.contact-wrap .item {
  display: inline-block;
  vertical-align: top;
  width: 185px;
  font-size: 14px;
}
.contact-wrap .item + .item {
  margin-left: 48px;
}
.contact-wrap .item .day {
  display: inline-block;
  vertical-align: top;
  width: 80px;
  color: #666;
}
.contact-wrap .item .time {
  display: inline-block;
  vertical-align: top;
}
.contact-wrap .item p {
  position: relative;
  margin: 0 0 2px 0;
  padding: 0 0 0 25px;
}
.contact-wrap .item p.address:after {
  display: block;
  content: '';
  width: 10px;
  height: 14px;
  overflow: hidden;
  background: url("../img/i.png") -223px -143px no-repeat;
  position: absolute;
  top: 6px;
  left: 2px;
}
.contact-wrap .item p.metro:after {
  display: block;
  content: '';
  width: 16px;
  height: 11px;
  background: url("../img/i.png") -54px -152px no-repeat;
  position: absolute;
  top: 6px;
  left: -1px;
}
.contact-wrap .item .timetable {
  margin-bottom: 6px;
}
p.phone,
.www {
  margin: 0 0 2px 0;
  padding: 0 0 0 25px;
  position: relative;
}
p.phone:after,
.www:after {
  display: block;
  content: '';
  width: 15px;
  height: 14px;
  overflow: hidden;
  background: url("../img/i.png") -87px -179px no-repeat;
  position: absolute;
  top: 5px;
  left: 0;
}
p.phone.www:after,
.www.www:after {
  width: 10px;
  height: 15px;
  background: url("../img/i.png") -76px -179px no-repeat;
  position: absolute;
  top: 3px;
  left: 3px;
}
.contacts h2 {
  margin-bottom: 12px;
}
.contacts .museums {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 3px;
}
.contacts .museums .item:hover {
  cursor: default;
}
.contacts .museums .item:hover .image {
  border-color: #000;
}
.contacts .museums .image {
  margin-bottom: 16px;
}
.contacts .soc {
  padding: 25px 0 0;
}
.contacts .soc a {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 42px;
  background: #f4f4f4;
}
.contacts .soc a:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background: url("../img/i.png") -68px 0 no-repeat;
}
.contacts .soc .soc-vk:before {
  width: 23px;
  height: 13px;
  margin: -6px 0 0 -11px;
  background-position: -196px -19px;
}
.contacts .soc .soc-vk:hover:before {
  background-position: -93px 0;
}
.contacts .soc .soc-tw:before {
  width: 19px;
  height: 17px;
  margin: -8px 0 0 -8px;
  background-position: -232px -19px;
}
.contacts .soc .soc-tw:hover:before {
  background-position: -139px 0;
}
.contacts .soc .soc-fb:before {
  width: 9px;
  height: 17px;
  margin: -8px 0 0 -4px;
  background-position: -221px -19px;
}
.contacts .soc .soc-fb:hover:before {
  background-position: -171px 0;
}
.other-resources {
  padding: 3px 0 24px;
}
.other-resources .item {
  float: left;
  width: 115px;
}
.other-resources .item + .item {
  margin-left: 42px;
}
.other-resources .item p {
  margin-top: 2px;
}
.vacant {
  padding: 0 0 21px;
}
.vacant .side {
  font: 14px/24px "PTSans-Regular", Arial, Helvetica, 'Helvetica Neue', serif;
}
.vacant .side .mess {
  margin: -7px 0 0;
  font-size: 12px;
  line-height: 18px;
}
.vacant .side .person {
  padding: 15px 0;
}
.vacant .side .person h3 {
  margin-bottom: 12px;
}
.vacant .side .person h3 span {
  font: 14px/18px "PT Sans", "PTSans-Regular", Arial, Helvetica, 'Helvetica Neue', serif;
}
.vacant .side .person img {
  padding-bottom: 9px;
}
.vacant .side .person .phone,
.vacant .side .person .www {
  margin: 0;
  padding-left: 23px;
}
.vacant .side .person .phone span,
.vacant .side .person .www span {
  color: #666;
}
.vacant .vacant-list h3 {
  padding-top: 11px;
  cursor: pointer;
}
.vacant .vacant-list h3:hover span {
  color: #cf0000;
  border-color: #cf0000;
}
.vacant .vacant-list h3 span {
  color: #000;
  border-bottom: #000 1px dotted;
  text-decoration: none;
}
.vacant .vacant-list .item {
  position: relative;
  padding-bottom: 13px;
  border-top: 4px #000 solid;
}
.vacant .vacant-list .item:after {
  content: '';
  position: absolute;
  top: 25px;
  right: 20px;
  width: 7px;
  height: 4px;
  background: url("../img/i.png") -30px 0 no-repeat;
}
.vacant .vacant-list .item.active:after {
  background-position: -30px -6px;
}
.vacant .vacant-list .more {
  display: none;
  padding-top: 3px;
}
.vacant .vacant-list .more h4 {
  margin: 0;
}
.vacant .vacant-list .more ul {
  margin: 0 0 23px;
}
.vacant .vacant-list .more li {
  margin: 0;
  list-style: none;
}
.vacant .vacant-list .more li:before {
  content: '\2014\0020';
}
.vacant .vacant-list .more .button {
  margin: 10px 0 6px;
}
.popup-vacant {
  width: 434px;
  padding: 25px 45px;
}
.popup-vacant.popup-vacant-success form {
  display: none;
}
.popup-vacant .heading {
  margin-bottom: 52px;
}
.popup-vacant .input.submit {
  padding-top: 18px;
}
.popup-vacant .input label {
  width: 100px;
  padding-right: 15px;
}
.popup-vacant .input .textInput {
  width: 285px;
}
.popup-vacant .file-upload {
  margin: -5px 0 0 115px;
  font-size: 13px;
  line-height: 18px;
  color: #7f7f7f;
}
.popup-vacant .file-upload a {
  display: block;
  margin-bottom: 10px;
}
.popup-vacant .loading {
  display: none;
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 300;
}
.popup-vacant .loader2 {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -24px 0 0 -24px;
  z-index: 301;
}
.fileinput-button {
  position: relative;
  overflow: hidden;
}
.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  font-size: 200px;
  direction: ltr;
  cursor: pointer;
}
.fileinput-button span {
  color: #cf0000;
  text-decoration: underline;
  cursor: pointer;
  transition: color 0.1s;
}
.fileinput-button:hover span {
  color: #f00;
}
.file-wrap {
  position: relative;
  color: #000;
  font-size: 14px;
  line-height: 12px;
}
.file-wrap:before {
  content: '';
  display: inline-block;
  vertical-align: bottom;
  width: 12px;
  height: 16px;
  background: url("../img/i.png") -140px -200px;
  margin-right: 5px;
}
.file-wrap .error {
  color: #f00;
  padding: 5px 0;
}
.btn-warning.cancel {
  position: relative;
  display: inline-block !important;
  vertical-align: bottom;
  width: 11px;
  height: 11px;
  background: url("../img/i.png") -170px -200px;
  border: none;
  z-index: 100;
  cursor: pointer;
  margin: 0 0 0 5px !important;
}
.btn-warning.cancel:hover {
  background-position: -190px -200px;
}
.filter-smi {
  margin-bottom: 40px;
}
.filter-smi .smi-year {
  float: left;
  margin: 0 30px 0 0;
}
.filter-smi .smi-year .selectInput {
  width: 150px;
}
.filter-smi .smi-type {
  float: left;
  margin: 0 30px 0 0;
}
.filter-smi .smi-type .selectInput {
  width: 270px;
}
.smi {
  border-top: #000 4px solid;
}
.smi-list {
  margin: 0 -36px 17px;
}
.smi-list.other .item {
  margin-top: 0;
}
.smi-list .item {
  display: inline-block;
  vertical-align: top;
  width: 273px;
  margin: 40px 0 35px 36px;
  padding: 6px 0 0;
}
.smi-list .item .link {
  display: block;
  text-align: center;
  text-decoration: none;
}
.smi-list .item .link:hover {
  color: #cf0000;
}
.smi-list .item .link:hover .heading3 {
  color: #cf0000;
}
.smi-list .item .link .image {
  display: table-cell;
  width: 273px;
  height: 200px;
  background: #f4f4f4;
  vertical-align: middle;
}
.smi-list .item .link .image img {
  display: block;
  margin: 0 auto;
}
.smi-list .item .link .heading3 {
  padding-top: 20px;
  margin-bottom: 18px;
  text-align: left;
  text-decoration: underline;
}
.smi-list .item .desc {
  margin-bottom: 14px;
}
.smi-list .item .date {
  padding-bottom: 2px;
  margin: 0;
}
.tag-type {
  display: inline-block;
  padding: 2px 10px;
  background: #ebebeb;
  color: #5f5f5f;
  text-decoration: none;
}
.tag-type:hover {
  color: #f00;
  text-decoration: none !important;
}
.smi-item .side h3 {
  margin: 15px 0 3px;
}
.smi-item .logo-smi {
  text-align: center;
  display: table-cell;
  width: 273px;
  height: 200px;
  background: #f4f4f4;
  vertical-align: middle;
}
.smi-item .logo-smi img {
  display: block;
  margin: 0 auto;
}
.direction-list {
  margin: 0 0 -7px -40px;
}
.direction-list .person {
  display: inline-block;
  vertical-align: top;
  width: 270px;
  min-height: 380px;
  margin: 0 0 40px 40px;
}
.direction-list .person h4 {
  margin: 14px 0 0;
}
.direction-list .person .video {
  padding-top: 5px;
}
.direction-list .person .photo {
  position: relative;
  width: 270px;
  height: 200px;
  background: #ebebeb;
  text-align: center;
  margin-bottom: 10px;
}
.direction-list .person .photo .img-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.direction-list .person .photo img {
  display: inline-block;
  vertical-align: bottom;
}
.direction-list .person .spec {
  background: #f4f4f4;
  line-height: 18px;
  padding: 4px 10px;
  margin: 22px 0 10px;
}
.direction-list .person .contacts {
  font-family: "PTSans-Regular", "PTSans", Arial, Helvetica, 'Helvetica Neue', serif;
}
.direction-list .person .heading3 {
  margin-bottom: 0;
}
.direction-list .person .post {
  font-size: 14px;
  line-height: 18px;
  color: #626262;
  margin-bottom: 6px;
  margin-bottom: 10px;
}
.director {
  position: relative;
  min-height: 350px;
  padding-bottom: 90px;
  padding-top: 30px;
}
.director + .content-tabs {
  margin-top: -60px;
}
.director h2 {
  margin-bottom: 7px;
}
.director .post {
  font-size: 14px;
  line-height: 18px;
  color: #626262;
  margin-bottom: 6px;
}
.director .info-wrap {
  width: 430px;
}
.director .desc {
  padding: 20px 0 40px;
}
.director .contacts {
  font-family: "PTSans-Regular", "PTSans", Arial, Helvetica, 'Helvetica Neue', serif;
}
.director .photo {
  position: absolute;
  bottom: 0;
  right: 60px;
}
.director .phone span {
  color: #626262;
}
.video {
  display: block;
  padding-top: 10px;
}
.video:before {
  content: '';
  display: inline-block;
  vertical-align: baseline;
  width: 9px;
  height: 10px;
  background: url("../img/i.png") -210px -200px no-repeat;
  margin-right: 6px;
}
.service + .service {
  margin-top: 54px;
}
.service .side {
  padding-top: 7px;
}
.service .press-service .hint-info {
  margin-bottom: 15px;
}
.service .attention {
  margin-bottom: 0;
}
.service h2 {
  margin-bottom: 21px;
}
.service h3 {
  margin: 23px 0 3px;
  padding-top: 0;
}
.service ul {
  margin: 0 0 10px;
}
.service p {
  margin-bottom: 15px;
}
.service li {
  list-style: none;
  margin-bottom: 8px;
}
.preventbox .tags {
  margin-top: 9px;
}
.reg-event {
  margin-bottom: 70px;
}
.reg-event.pacc .preventbox {
  margin-bottom: 40px;
}
.reg-event.pacc .item + .item {
  margin-top: 25px;
}
.reg-event.pacc .pb-info img {
  display: none;
}
.reg-event.pacc .pb-info .heading3 a span {
  padding: 0;
}
.reg-event.pacc .pb-info .heading3 a span:after {
  width: 0;
  background: none;
}
.reg-event .hint-info {
  line-height: 18px;
  margin-bottom: 25px;
}
.reg-event .file-upload {
  float: left;
  width: 420px;
  padding-top: 6px;
}
.reg-event .file-upload .txt {
  line-height: 18px;
  color: #7f7f7f;
  padding-top: 6px;
}
.reg-event .file-upload .file-wrap {
  padding-top: 5px;
}
.reg-event .radio {
  top: 8px;
}
.reg-event .radio + .radio {
  margin-left: 37px;
}
#sidenav .item {
  position: relative;
  transition: all 200ms ease;
  overflow: visible;
}
#sidenav .item .item-hover,
#sidenav a .item-hover,
#sidenav .item.active:hover .item-hover {
  margin-left: -5px;
  position: absolute;
  top: 0;
  right: 45px;
  display: block;
  height: 40px;
  background-color: #f00;
  color: #fff;
  line-height: 40px;
  opacity: 0;
  padding: 0 20px;
  pointer-events: none;
  text-indent: 0;
  transition: opacity 0.25s;
}
#sidenav .item:hover .item-hover,
#sidenav a:hover .item-hover {
  opacity: 1;
}
.pub-item .book-box {
  position: relative;
}
.pub-item .book-box img {
  display: block;
}
.pub-item .book-box .pic {
  position: relative;
  display: inline-block;
}
.pub-item .book-box .status {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  padding-top: 20px;
  box-sizing: border-box;
  background: url("../img/bg-black50.png");
  text-align: center;
  font: bold 14px/24px 'PTSans', Arial, sans-serif;
  color: #fff;
}
.cabinet .user-col {
  float: left;
  width: 590px;
}
.cabinet .side {
  padding: 13px 25px;
  background: #f4f4f4;
  box-sizing: border-box;
}
.cabinet .soc-list {
  padding: 25px 0 0;
  padding-top: 0;
}
.cabinet .soc-list a {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 42px;
  background: #f4f4f4;
}
.cabinet .soc-list a:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background: url("../img/i.png") -68px 0 no-repeat;
}
.cabinet .soc-list .soc-vk:before {
  width: 23px;
  height: 13px;
  margin: -6px 0 0 -11px;
  background-position: -196px -19px;
}
.cabinet .soc-list .soc-vk:hover:before {
  background-position: -93px 0;
}
.cabinet .soc-list .soc-tw:before {
  width: 19px;
  height: 17px;
  margin: -8px 0 0 -8px;
  background-position: -232px -19px;
}
.cabinet .soc-list .soc-tw:hover:before {
  background-position: -139px 0;
}
.cabinet .soc-list .soc-fb:before {
  width: 9px;
  height: 17px;
  margin: -8px 0 0 -4px;
  background-position: -221px -19px;
}
.cabinet .soc-list .soc-fb:hover:before {
  background-position: -171px 0;
}
.cabinet .row {
  padding-bottom: 26px;
}
.cabinet .name {
  display: inline-block;
  vertical-align: top;
  margin-right: -4px;
  width: 135px;
  line-height: 40px;
}
.cabinet .value {
  display: inline-block;
  vertical-align: top;
  margin-right: -4px;
  width: 450px;
  font-weight: bold;
  margin-bottom: 0;
  padding-top: 8px;
}
.cabinet .value.input {
  padding-top: 0;
}
.cabinet .input .textInput,
.cabinet .selectInput {
  width: 100%;
  box-sizing: border-box;
}
.cabinet .button {
  margin-top: 26px;
}
.cabinet .user-info {
  padding: 10px 0 30px;
}
.cabinet .user-info .changePass h3 {
  padding: 20px 0 30px;
}
.cabinet .subscribe-form-wrap {
  padding-bottom: 20px;
}
.cabinet .subscribe-form-wrap .row.email {
  padding-bottom: 50px;
}
.cabinet .subscribe-form-wrap .row.email .name {
  width: 80px;
}
.cabinet .subscribe-form-wrap .row.email .value {
  width: 500px;
}
.cabinet .subscribe-form-wrap h3 {
  margin-bottom: 32px;
}
.cabinet .subscribe-form-wrap h4 {
  margin: 23px 0 21px;
}
.cabinet .subscribe-form-wrap .checkbox {
  min-width: 140px;
  box-sizing: border-box;
  margin-bottom: 25px;
}
.address-timeline {
  padding: 0 0 30px;
}
.address-timeline .col {
  display: inline-block;
  vertical-align: top;
  margin-right: -4px;
  width: 50%;
}
.address-timeline h3 {
  margin-bottom: 7px;
}
.partership.museum-detail {
  margin-bottom: 20px;
}
.partership.museum-detail .item {
  width: 430px;
}
.partership.museum-detail .item .inner span {
  width: 350px;
}
.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 135px;
  height: 135px;
  margin: -67px 0 0 -67px;
}
.play-btn:before {
  content: '';
  display: block;
  width: 135px;
  height: 135px;
  background: url("../img/bg-black50.png");
  border-radius: 50%;
}
.play-btn:hover {
  opacity: 0.8;
}
.play-btn:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -23px 0 0 -14px;
  border: 24px solid transparent;
  border-left: 41px solid #cf0000;
}
.top-museum-block {
  position: relative;
  width: 100%;
  display: block;
  overflow: hidden;
  margin-bottom: 50px;
}
.top-museum-block img {
  display: block;
  width: 100%;
  height: auto;
}
.top-museum-block .txt {
  position: absolute;
  top: 33px;
  left: 39px;
  width: 240px;
}
.top-museum-block .txt p {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}
.top-museum-block .heading {
  display: block;
  border-top: #fff 4px solid;
  padding: 5px 20px 0 0;
  margin: 0 0 25px;
  font: bold 20px/24px "PT Sans", "PTSans-Regular", Arial, Helvetica, 'Helvetica Neue', serif;
  color: #fff;
}
.top-museum-block .hover {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.1s;
}
a.top-museum-block:hover .hover {
  opacity: 0.3;
}
.calendar-prestol .ec-week .ec-day {
  width: 110px;
}
.calendar-prestol .checkbox + .checkbox {
  margin-left: 35px;
}
.holiday + .holiday {
  margin-top: 40px;
}
.holiday h2 {
  margin-top: -5px;
}
.holiday .pic {
  display: inline-block;
  vertical-align: top;
  margin-right: -4px;
  width: 270px;
}
.holiday .txt {
  display: inline-block;
  vertical-align: top;
  margin-right: -4px;
  width: 590px;
  margin-left: 40px;
}
.popup-enter,
.popup-reg {
  width: 475px;
}
.popup-enter .input label,
.popup-reg .input label {
  width: 105px;
}
.popup-enter .input .textInput,
.popup-reg .input .textInput {
  width: 320px;
}
.popup-enter .button,
.popup-reg .button {
  min-width: 200px;
}
.popup-enter .soc-wrap,
.popup-reg .soc-wrap {
  float: left;
}
.popup-enter .soc-list,
.popup-reg .soc-list {
  padding: 25px 0 0;
  padding-top: 0;
  padding-left: 20px;
  display: inline-block;
  vertical-align: middle;
}
.popup-enter .soc-list a,
.popup-reg .soc-list a {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 42px;
  background: #f4f4f4;
}
.popup-enter .soc-list a:before,
.popup-reg .soc-list a:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background: url("../img/i.png") -68px 0 no-repeat;
}
.popup-enter .soc-list .soc-vk:before,
.popup-reg .soc-list .soc-vk:before {
  width: 23px;
  height: 13px;
  margin: -6px 0 0 -11px;
  background-position: -196px -19px;
}
.popup-enter .soc-list .soc-vk:hover:before,
.popup-reg .soc-list .soc-vk:hover:before {
  background-position: -93px 0;
}
.popup-enter .soc-list .soc-tw:before,
.popup-reg .soc-list .soc-tw:before {
  width: 19px;
  height: 17px;
  margin: -8px 0 0 -8px;
  background-position: -232px -19px;
}
.popup-enter .soc-list .soc-tw:hover:before,
.popup-reg .soc-list .soc-tw:hover:before {
  background-position: -139px 0;
}
.popup-enter .soc-list .soc-fb:before,
.popup-reg .soc-list .soc-fb:before {
  width: 9px;
  height: 17px;
  margin: -8px 0 0 -4px;
  background-position: -221px -19px;
}
.popup-enter .soc-list .soc-fb:hover:before,
.popup-reg .soc-list .soc-fb:hover:before {
  background-position: -171px 0;
}
.popup-enter .soc-list a,
.popup-reg .soc-list a {
  background: transparent;
  height: 25px;
}
.popup-enter .bottom,
.popup-reg .bottom {
  padding-top: 40px;
}
.popup-enter .reg-btn,
.popup-reg .reg-btn {
  float: right;
  font-size: 18px;
}
.page-360 {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
}
.page-360 + #footer {
  margin-top: 0;
}
.page-360 .article-footer {
  padding: 10px 0;
  border-top: 0;
  overflow: hidden;
  text-align: right;
}
.page-360 .go-up:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 12px;
  margin-right: 13px;
  background: url("../img/i.png") no-repeat -245px -64px;
}
.page-360 .collection:first-child {
  margin-top: 0;
}
.page-360 .article {
  width: 100%;
}
.page-360 .collection {
  margin-bottom: 30px;
}
.page-360 .w {
  width: 600px;
  margin-left: auto;
  margin-right: 0;
  padding-left: 40px;
  padding-right: 40px;
}
.page-360 .content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  border-bottom: 0;
}
.page-360 .content_close {
  position: absolute;
  right: 680px;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(57,57,57,0.2);
  color: #fff;
  font-size: 20px;
  line-height: 1;
  text-align: right;
  padding: 30px 50px;
  cursor: pointer;
}
.page-360 .content_close:hover {
  opacity: 0.8;
}
.page-360 .content_close span {
  position: absolute;
  width: 17px;
  height: 17px;
  display: block;
  background: url("../img/i.png") -54px -134px no-repeat;
  top: 1.2em;
  right: 1.4em;
  margin-left: 5px;
}
.page-360 .content_close span.is_stuck {
  position: fixed;
  top: 80px !important;
  right: 708px;
}
.page-360 .gallery {
  width: 600px;
  background-color: #fff;
  border-top: 0;
  margin: 28px -40px 40px;
  padding: 0 40px;
}
.page-360 .gallery .image {
  width: 100%;
  height: 282px;
}
.page-360 .gallery .image .image-wrapper {
  width: 100%;
  height: 282px;
}
.page-360 .gallery .image .image-inner {
  width: 100%;
  height: 282px;
}
.page-360 .gallery .image .image-inner img {
  width: auto !important;
}
.page-360 .gallery .thumbs {
  margin: 20px 0 0;
}
.page-360 .view_360 {
  position: relative;
  width: 100%;
  min-height: 400px;
  cursor: -webkit-grab;
  cursor: grab;
  overflow: hidden;
  padding-top: 0%;
  box-sizing: border-box;
}
.page-360 .view_360 canvas {
  display: block;
}
.page-360 .view_360:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.page-360 .view_360 .ui-spinner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.page-360 .view_360.is-loaded {
  background-color: #fff;
}
.page-360 .view_360.is-loaded .ui-spinner {
  display: none;
}
.page-360 .view_360 .autofix_sb.fixed {
  position: fixed;
}
.page-360 .expo-map {
  overflow: hidden;
}
.page-360 .expo-map .expo-map__item:first-child {
  float: left;
}
.page-360 .expo-map .expo-map__item:last-child {
  float: right;
}
.page-360 .expo-map__item span {
  font-size: 12px;
  display: block;
  text-align: center;
  opacity: 0.4;
  margin-top: 0px;
}
.page-360 .expo-map__object {
  opacity: 0.07;
}
.page-360 .expo-map__object text {
  opacity: 0;
}
.page-360 .expo-map__object.is-active {
  opacity: 1;
}
.page-360 .expo-map__object.is-active text {
  opacity: 1;
}
/* :not(:required) hides this rule from IE9 and below */
.ui-spinner:not(:required) {
  -webkit-animation: three-quarters-loader 1250ms infinite linear;
          animation: three-quarters-loader 1250ms infinite linear;
  border: 5px solid #cf0000;
  border-right-color: transparent;
  border-radius: 25px;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  overflow: hidden;
  text-indent: -9999px;
  width: 50px;
  height: 50px;
}
@-webkit-keyframes three-quarters-loader {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes three-quarters-loader {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/*# sourceMappingURL=style.css.map */




.trigger-print,
.article-footer p {
	font-size: 12px!important;
}
