/* ==========================================================================
   Helper classes
   ========================================================================== */
/* media block */
@-webkit-keyframes loader {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes loader {
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loader {
  100% {
    transform: rotate(360deg);
  }
}
/* index */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.hidden {
  display: none !important;
}
.visible {
  display: block !important;
}
@media (max-width: 768px) {
  .visible-sm {
    display: block;
  }
}
@media (min-width: 769px) {
  .visible-sm {
    display: none;
  }
}
.invisible {
  visibility: hidden;
}
.full-width {
  width: 100%;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  content: " ";
  display: table;
  clear: both;
}
.auto-height {
  height: auto;
  min-height: 0;
}
.height-20 {
  height: 20px;
  clear: both;
}
.height-10 {
  height: 10px;
  clear: both;
}
.height-5 {
  height: 5px;
  clear: both;
}
.align-center {
  text-align: center;
}
.white {
  color: #fff;
}
.black {
  color: #000;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 10px;
  border-radius: 3px;
}
.btn:hover {
  text-decoration: none;
}
.btn:focus {
  text-decoration: none;
}
.btn:active {
  outline: 0;
  background-image: none;
}
.btn.active {
  outline: 0;
  background-image: none;
}
.btn.disabled {
  cursor: not-allowed;
  pointer-events: none;
}
.btn[disabled] {
  cursor: not-allowed;
  pointer-events: none;
}
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
}
.btn.dark-green {
  background-color: #00463e;
  color: #fff;
}
.alert {
  padding: 15px;
  border: 1px solid transparent;
  border-radius: 6px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: 300;
}
.alert > p {
  margin-bottom: 0;
}
.alert > ul {
  margin-bottom: 0;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border: solid 1px #3b6533;
  color: #3c763d;
}
.alert-info {
  background-color: #31708f;
  border: solid 1px #c4ebf3;
  color: #d9edf7;
}
.alert-warning {
  background-color: #fcf8e3;
  border: solid 1px #faebcc;
  color: #8a6d3b;
}
.alert-danger {
  background-color: #f2dede;
  border: solid 1px #ebccd1;
  color: #a94442;
}
.media {
  margin-top: 15px;
  zoom: 1;
  overflow: hidden;
}
.media:first-child {
  margin-top: 0;
}
.media > .pull-right {
  padding-left: 10px;
}
.media > .pull-left {
  padding-right: 10px;
}
.media-body {
  zoom: 1;
  overflow: hidden;
  width: 10000px;
  display: table-cell;
  vertical-align: middle;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right {
  padding-left: 10px;
  display: table-cell;
  vertical-align: middle;
}
.media-left {
  padding-right: 10px;
  display: table-cell;
  vertical-align: middle;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.max-100 {
  max-width: 100px !important;
}
.max-100 img {
  width: 100%;
  height: auto;
}
.loading-animation {
  width: 50px;
  height: 50px;
  border: solid 4px #777;
  border-radius: 50%;
  border-top-color: #777;
  border-right-color: #999;
  border-bottom-color: #aaa;
  border-left-color: #eee;
  -webkit-animation: loader 0.5s infinite linear;
  -moz-animation: loader 0.5s infinite linear;
  animation: loader 0.5s infinite linear;
}
@media (max-width: 480px) {
  .hidden-xs {
    display: none;
  }
}
@media (min-width: 481px) {
  .hidden-xs {
    display: block;
  }
}
@media (max-width: 480px) {
  .visible-xs {
    display: block;
  }
}
@media (min-width: 481px) {
  .visible-xs {
    display: none;
  }
}
@media (max-width: 700px) {
  .hidden-700 {
    display: block;
  }
}
@media (min-width: 701px) {
  .hidden-700 {
    display: none;
  }
}
@media (max-width: 700px) {
  .visible-less-700 {
    display: block;
  }
}
@media (min-width: 701px) {
  .visible-less-700 {
    display: none;
  }
}
.embed-responsive-item {
  margin: 0 auto;
}
@media (max-width: 480px) {
  .embed-responsive-item {
    width: 98%;
    height: auto;
  }
}
@media (min-width: 481px) {
  .embed-responsive-item {
    width: 98%;
    height: auto;
    min-height: 320px;
  }
}
.mb-5 {
  margin-bottom: 5px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.inline-block {
  display: inline-block !important;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.no-padding {
  padding: 0 !important;
}
html {
  height: 100%;
}
a {
  color: #735427;
  text-decoration: none;
}
a:visited {
  color: #735427;
  text-decoration: none;
}
a:active {
  color: #735427;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
body {
  height: 100%;
  font-size: 14px;
  font-family: 'Verdana', 'Arial', sans-serif;
  font-weight: 300;
  color: #000000;
  padding: 0;
  margin: 0;
  background-color: #ffffff;
  text-align: left;
}
body.inner {
  background-color: #ffffff;
}
p {
  margin: 0px 0px 10px 0px;
  color: #000000;
  font-size: 14px;
  font-weight: normal;
}
h1 {
  margin: 0px 0px 20px 0px;
  font-weight: 300;
  font-size: 26px;
  text-transform: uppercase;
}
h2 {
  margin: 0px 0px 20px 0px;
  font-weight: 300;
  font-size: 20px;
  text-transform: uppercase;
}
.row {
  width: 100%;
}
.container {
  max-width: 1270px;
  margin: 0 auto;
}
.white {
  background-color: #ffffff;
}
.inner-bgr {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  height: 388px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: -1;
}
.index-bgr {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  background-image: url('/assets/pctrs/index_main_bgr.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  z-index: -1;
}
@media (max-width: 768px) {
  .index-bgr {
    height: 727px;
  }
}
@media (min-width: 769px) {
  .index-bgr {
    height: 877px;
  }
}
.top {
  background-color: rgba(13, 19, 27, 0.8);
  z-index: 10000;
}
@media (max-width: 768px) {
  .top {
    border-bottom: solid 4px #28303b;
  }
}
@media (min-width: 769px) {
  .top {
    border: none;
  }
}
.top .logo {
  position: absolute;
  left: 0;
}
@media (max-width: 768px) {
  .top .logo {
    display: none;
  }
}
@media (min-width: 769px) {
  .top .logo {
    width: 180px;
    top: 25px;
  }
}
@media (min-width: 850px) {
  .top .logo {
    width: 216px;
    top: 20px;
  }
}
@media (min-width: 1100px) {
  .top .logo {
    width: 276px;
    top: 60px;
  }
}
.top .inner-logo {
  display: block;
  position: relative;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .top .inner-logo {
    top: 50px;
    width: 80%;
  }
}
@media (min-width: 769px) {
  .top .inner-logo {
    top: 100px;
    width: 50%;
  }
}
.top .inner-logo img {
  margin: 0 auto;
}
.top .lang {
  position: absolute;
  top: 60px;
  right: 55px;
  width: 130px;
  height: 30px;
  margin-top: 7px;
  background: transparent;
  overflow: hidden;
  color: #fff;
}
.top .lang select {
  width: 130px;
  height: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 2px 2px 2px 2px;
  border: none;
  background: #0e141d url('/assets/pctrs/top_select_arrow.png') 100px center no-repeat;
  color: #a0a8b2;
  text-transform: uppercase;
}
.top .lang a {
  display: block;
  width: 100%;
  color: #a0a8b2;
  text-transform: uppercase;
  text-align: left;
  margin-top: 7px;
}
.top .lang a:hover {
  color: #fff;
}
.top .top-links {
  position: absolute;
  top: 75px;
  color: #b09f85;
  text-transform: uppercase;
  font-size: 11px;
}
.top .top-links.worktime {
  right: 486px;
}
.top .top-links.route {
  right: 357px;
}
.top .top-links.tours {
  right: 257px;
}
.top .top-links.tickets {
  right: 611px;
}
.top .top-links.index-tickets {
  right: 306px;
}
@media (max-width: 768px) {
  .top.index {
    height: 50px;
    background: none;
    border: none;
  }
}
@media (min-width: 769px) {
  .top.index {
    height: 133px;
  }
}
@media (max-width: 768px) {
  .top.inner {
    height: 100px;
  }
}
@media (min-width: 769px) {
  .top.inner {
    height: 190px;
  }
}
@media (max-width: 768px) {
  .navigation {
    display: none;
  }
}
@media (min-width: 769px) {
  .navigation {
    background-color: rgba(13, 19, 27, 0.8);
    border-bottom: solid 4px #28303b;
  }
}
nav {
  float: none;
  margin: 0 auto;
}
@media (min-width: 769px) {
  nav {
    width: 90%;
  }
}
@media (min-width: 820px) {
  nav {
    width: 90%;
  }
}
@media (min-width: 1000px) {
  nav {
    width: 80%;
  }
}
@media (max-width: 768px) {
  nav {
    display: none;
  }
}
@media (min-width: 769px) {
  nav {
    display: block;
    margin-bottom: -4px;
  }
}
nav ul {
  display: table;
  width: 100%;
  list-style: none;
  margin: 0;
  text-transform: uppercase;
}
nav ul li {
  display: table-cell;
  width: 1%;
  height: 30px;
  white-space: nowrap;
  text-align: center;
}
@media (max-width: 768px) {
  nav ul li a,
  nav ul li a:active,
  nav ul li a:visited {
    display: none;
  }
}
@media (min-width: 769px) {
  nav ul li a,
  nav ul li a:active,
  nav ul li a:visited {
    padding: 11px 0.8vw;
    font-size: 13px;
    color: #c7b294;
  }
}
@media (min-width: 1000px) {
  nav ul li a,
  nav ul li a:active,
  nav ul li a:visited {
    padding: 11px 1.3vw;
    font-size: 14px;
    color: #c7b294;
  }
}
@media (min-width: 1150px) {
  nav ul li a,
  nav ul li a:active,
  nav ul li a:visited {
    padding: 11px 1.4vw;
    font-size: 14px;
    color: #c7b294;
  }
}
@media (min-width: 2150px) {
  nav ul li a,
  nav ul li a:active,
  nav ul li a:visited {
    padding: 11px 1vw;
    font-size: 14px;
    color: #c7b294;
  }
}
nav ul li.active a,
nav ul li:hover a {
  color: #fff;
}
nav ul li.active {
  border-bottom: solid 4px #ffffff;
}
.top-menu-bgr {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1b2128 url('/assets/pctrs/global_dropdown_menu_bgr.jpg') center top no-repeat;
  background-size: cover;
  z-index: 1;
  display: none;
}
.index-main {
  position: relative;
}
@media (max-width: 768px) {
  .index-main .title {
    text-align: center;
  }
}
@media (min-width: 769px) {
  .index-main .title {
    text-align: left;
  }
}
.index-main .title img {
  position: relative;
}
@media (max-width: 768px) {
  .index-main .title img {
    margin: 0 auto;
    width: 90%;
    height: auto;
  }
}
@media (min-width: 769px) {
  .index-main .title img {
    margin-left: -190px;
    left: 50%;
  }
}
.index-main .years {
  margin-top: 170px;
  text-align: right;
  padding-right: 40px;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .index-main .years {
    padding-right: 0;
    margin-top: 25px;
    margin-bottom: 45px;
  }
}
@media (max-width: 700px) {
  .index-main .years img {
    max-width: 90%;
    height: auto;
  }
}
.index-main .years a {
  display: inline-block;
  padding: 3px 15px;
  text-transform: uppercase;
  font-size: 11px;
  background: #fff;
  color: #000;
}
.index-main .top-events {
  width: 650px;
  color: #ffffff;
  margin-left: auto;
}
@media (max-width: 700px) {
  .index-main .top-events {
    width: 100%;
  }
}
.index-main .top-events .top-events-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2px;
}
@media (max-width: 700px) {
  .index-main .top-events .top-events-item {
    flex-wrap: wrap;
    text-align: center;
  }
}
.index-main .top-events .top-events-item .info {
  flex: 1 1 auto;
  padding: 10px;
}
.index-main .top-events .top-events-item .info .type {
  font-size: 18px;
  text-transform: capitalize;
}
@media (max-width: 700px) {
  .index-main .top-events .top-events-item .info .type {
    font-size: 18px;
  }
}
.index-main .top-events .top-events-item .info .date {
  display: inline-block;
  padding: 8px 20px;
  font-size: 22px;
  background: #fff;
  color: #000;
  margin: 12px 0;
}
@media (max-width: 700px) {
  .index-main .top-events .top-events-item .info .date {
    padding: 4px 10px;
    font-size: 16px;
    margin: 8px 0;
  }
}
.index-main .top-events .top-events-item .info h4 {
  font-weight: normal;
  font-size: 26px;
  margin: 10px 0 10px 0;
}
@media (max-width: 700px) {
  .index-main .top-events .top-events-item .info h4 {
    font-size: 20px;
    margin: 5px auto;
  }
}
.index-main .top-events .top-events-item .info h4 a {
  display: inline;
  font-weight: normal;
  font-size: 26px;
  background: none;
  text-transform: none;
  color: #fff;
}
.index-main .top-events .top-events-item .image {
  flex: 0 0 260px;
  padding: 2px;
}
@media (max-width: 700px) {
  .index-main .top-events .top-events-item .image {
    flex: 0 1 260px;
    margin: 0 auto;
  }
}
.index-main .top-events .top-events-item .image img {
  border: solid 2px #fff;
}
.index-main .top-events .top-events-item .image a {
  padding: 0;
}
.index-main .top-events .slick-dots {
  margin-top: 0;
  padding: 0;
}
@media (max-width: 700px) {
  .index-main .top-events .slick-dots {
    margin-top: 15px;
    text-align: center;
  }
}
.index-main .top-events .slick-dots li {
  display: inline-block;
  margin: 0 0 0 25px;
  padding: 0;
  width: 16px;
  height: 16px;
  border: solid 2px #cfcdce;
  background-color: #565e71;
  cursor: pointer;
}
.index-main .top-events .slick-dots li:first-child {
  margin-left: 0;
}
.index-main .top-events .slick-dots li.slick-active {
  border: solid 2px #fff;
  background-color: #727b8a;
}
.index-main .top-events .slick-dots li button {
  width: 100%;
  font-size: 0;
  color: transparent;
  padding: 0;
  margin: 0;
  border: transparent;
  background: none;
}
.index-main .misc-menu {
  width: 100%;
  margin: 0 auto 38px auto;
}
.index-main .misc-menu .outer-div {
  position: relative;
  float: right;
  right: 50%;
}
.index-main .misc-menu .inner-div {
  position: relative;
  float: right;
  right: -50%;
}
.index-main .misc-menu a {
  display: block;
  float: left;
  margin: 0 20px;
  font-size: 12px;
  color: #fff;
  background-color: #0d131b;
  text-transform: uppercase;
  border: solid 1px #fff;
  margin-right: 45px;
}
@media (max-width: 430px) {
  .index-main .misc-menu a {
    padding: 3px 5px;
    margin: 0 5px;
  }
}
@media (min-width: 431px) {
  .index-main .misc-menu a {
    padding: 3px 15px;
    margin: 0 10px;
  }
}
@media (min-width: 601px) {
  .index-main .misc-menu a {
    padding: 3px 15px;
    margin: 0 20px;
  }
}
.index-main .misc-menu a:hover {
  background-color: #1a2c44;
}
.nota-bene {
  height: 55px;
  background-color: #30343b;
  text-align: center;
}
.nota-bene a {
  display: inline-block;
  vertical-align: middle;
  height: 55px;
  margin: 0 auto;
  background: url("/assets/pctrs/nb_link_bgr.jpg") left top no-repeat;
  padding: 20px 0 0 250px;
  font-size: 12px;
  color: #ad9c83;
}
.nota-bene p {
  margin: 0;
  padding: 0;
}
.index-events {
  text-align: center;
  padding-top: 30px;
  background-color: #ffffff;
}
.index-events .container {
  border-bottom: solid 1px #8f8f8f;
}
.index-events .event-item {
  display: inline-block;
  position: relative;
  margin-bottom: 25px;
  overflow: hidden;
  box-shadow: -1px 3px 8px 0 rgba(200, 200, 200, 0.7), 2px 2px 7px 0 rgba(200, 200, 200, 0.7);
}
@media (max-width: 768px) {
  .index-events .event-item {
    width: 90%;
    height: 316px;
    margin-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 919px) {
  .index-events .event-item {
    width: 360px;
    height: 216px;
    margin-right: 20px;
  }
}
@media (min-width: 920px) and (max-width: 1119px) {
  .index-events .event-item {
    width: 432px;
    height: 259px;
    margin-right: 20px;
  }
}
@media (min-width: 1120px) {
  .index-events .event-item {
    width: 526px;
    height: 316px;
    margin-right: 20px;
  }
}
.index-events .event-item .bgr-img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.index-events .event-item .content {
  position: absolute;
  left: 0;
  top: 0;
  width: 58%;
  height: 100%;
  z-index: 3;
  text-align: left;
  padding: 20px 0px 3px 20px;
}
@media (max-width: 768px) {
  .index-events .event-item .content {
    padding: 20px 0px 3px 20px;
  }
}
@media (min-width: 768px) and (max-width: 919px) {
  .index-events .event-item .content {
    padding: 10px 0px 3px 10px;
  }
}
@media (min-width: 920px) {
  .index-events .event-item .content {
    padding: 20px 0px 3px 20px;
  }
}
.index-events .event-item .content h4 {
  font-weight: normal;
}
@media (max-width: 768px) {
  .index-events .event-item .content h4 {
    font-size: 18px;
    line-height: 1.3;
    margin: 0 0 15px 0;
  }
}
@media (min-width: 768px) and (max-width: 919px) {
  .index-events .event-item .content h4 {
    font-size: 16px;
    line-height: 1.1;
    margin: 0 0 8px 0;
  }
}
@media (min-width: 920px) {
  .index-events .event-item .content h4 {
    font-size: 18px;
    line-height: 1.3;
    margin: 0 0 15px 0;
  }
}
.index-events .event-item .content h4 a {
  color: #806853;
}
.index-events .event-item .content .date {
  font-size: 16px;
  margin-bottom: 7px;
}
.index-events .event-item .content .lid {
  font-size: 12px;
}
@media (max-width: 768px) {
  .index-events .event-item .content .lid {
    width: 80%;
    line-height: 1.3;
  }
}
@media (min-width: 768px) and (max-width: 919px) {
  .index-events .event-item .content .lid {
    width: 75%;
    line-height: 1.1;
  }
}
@media (min-width: 920px) {
  .index-events .event-item .content .lid {
    width: 80%;
    line-height: 1.3;
  }
}
.index-events .event-item .content .lid p {
  font-size: 12px;
  margin: 0;
}
.index-events .event-item .event-type {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #ececed;
  text-transform: uppercase;
  font-size: 12px;
  z-index: 3;
}
.index-events .event-item:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/assets/pctrs/index_events_item_bgr.png") left top no-repeat;
  background-size: cover;
  z-index: 2;
}
.index-events .event-item .day-image {
  position: absolute;
  left: 14%;
  bottom: -3px;
  width: 25%;
  height: 70%;
  color: transparent;
  font-size: 0;
  background-position: left bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
  z-index: 3;
}
.index-events .event-item .day-image img {
  width: 100%;
  height: auto;
}
.index-events .event-item.month-01:after {
  background-image: url("/assets/pctrs/months_bgrs/index_events_item_bgr_01.png");
}
.index-events .event-item.month-02:after {
  background-image: url("/assets/pctrs/months_bgrs/index_events_item_bgr_02.png");
}
.index-events .event-item.month-03:after {
  background-image: url("/assets/pctrs/months_bgrs/index_events_item_bgr_03.png");
}
.index-events .event-item.month-04:after {
  background-image: url("/assets/pctrs/months_bgrs/index_events_item_bgr_04.png");
}
.index-events .event-item.month-05:after {
  background-image: url("/assets/pctrs/months_bgrs/index_events_item_bgr_05.png");
}
.index-events .event-item.month-06:after {
  background-image: url("/assets/pctrs/months_bgrs/index_events_item_bgr_06.png");
}
.index-events .event-item.month-07:after {
  background-image: url("/assets/pctrs/months_bgrs/index_events_item_bgr_07.png");
}
.index-events .event-item.month-08:after {
  background-image: url("/assets/pctrs/months_bgrs/index_events_item_bgr_08.png");
}
.index-events .event-item.month-09:after {
  background-image: url("/assets/pctrs/months_bgrs/index_events_item_bgr_09.png");
}
.index-events .event-item.month-10:after {
  background-image: url("/assets/pctrs/months_bgrs/index_events_item_bgr_10.png");
}
.index-events .event-item.month-11:after {
  background-image: url("/assets/pctrs/months_bgrs/index_events_item_bgr_11.png");
}
.index-events .event-item.month-12:after {
  background-image: url("/assets/pctrs/months_bgrs/index_events_item_bgr_12.png");
}
.index-events .to-events-link {
  display: inline-block;
  background-color: rgba(100, 100, 100, 0.3);
  padding: 7px 25px;
  margin: 0 auto;
  color: #000;
  text-transform: uppercase;
}
.index-main-text {
  padding: 30px 15px 40px 15px;
  margin-bottom: 30px;
  text-align: justify;
  font-size: 14px;
  line-height: 1.6;
}
.index-main-text h1,
.index-main-text h2 {
  text-transform: none;
  font-size: 22px;
  font-weight: normal;
  margin: 0 0 20px 0;
}
.index-main-text p {
  line-height: 1.6;
}
h1.dark-grey {
  background-color: #343940;
  color: #fff;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  padding: 20px 0;
  margin: 0 !important;
  font-weight: 300;
}
h1.dark-grey a {
  color: #ffffff;
}
h1.dark-grey a:hover {
  color: #c7b294;
}
.index-apartment {
  position: relative;
  background-color: #343940;
  padding: 20px 0 40px 0;
  max-width: 100%;
  overflow: hidden;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .index-apartment {
    background: url('/assets/pctrs/videoframe.jpg') left top no-repeat;
    background-size: cover;
  }
}
.index-apartment .video-bg__video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  min-width: 100%;
  min-height: 100%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .index-apartment .video-bg__video {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 919px) {
  .index-apartment .video-bg__video {
    display: block;
  }
}
.index-apartment .rooms-schema {
  width: 641px;
  position: relative;
  padding: 20px 0 0 0px;
  margin: 0 auto;
}
.index-apartment .rooms-schema a {
  display: block;
  position: absolute;
  max-width: 110px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
}
.index-apartment .rooms-schema a.living {
  top: 92px;
  left: 212px;
}
.index-apartment .rooms-schema a.cabinet {
  top: 85px;
  left: 33px;
}
.index-apartment .rooms-schema a.dining {
  top: 92px;
  left: 385px;
}
.index-apartment .rooms-schema a.anna {
  top: 77px;
  left: 506px;
}
.index-apartment .rooms-schema a.entrance {
  top: 518px;
  left: 213px;
}
.index-apartment .rooms-schema a.bath {
  top: 518px;
  left: 342px;
}
.index-apartment .rooms-schema a.playroom {
  top: 518px;
  left: 502px;
}
.index-expo {
  text-align: center;
}
.index-expo .links {
  background-color: #595f67;
  padding: 35px 0;
  text-align: center;
}
.index-expo .links a {
  padding: 3px 15px;
  font-size: 12px;
  color: #fff;
  background-color: #6e747c;
  text-transform: uppercase;
  border: solid 1px #fff;
  margin-right: 45px;
}
.index-expo .links a:hover {
  background-color: #37475f;
}
.index-expo .links a:last-child {
  margin: 0;
}
.index-expo h1 a.black:hover {
  color: #735427 !important;
}
.index-cite {
  font-family: Georgia, Serif;
  color: #9c845f;
  font-style: italic;
  font-size: 20px;
  text-align: center;
}
@media (max-width: 849px) {
  .index-cite {
    padding: 60px 20px 20px 20px;
  }
}
@media (min-width: 850px) {
  .index-cite {
    padding: 60px 22% 20px 22%;
  }
}
.index-cite img {
  margin: 20px auto 0 auto;
}
.index-contacts {
  margin-top: 100px;
}
footer {
  font-size: 12px;
}
@media (max-width: 768px) {
  footer {
    padding: 30px 15px 20px 15px;
  }
}
@media (min-width: 769px) {
  footer {
    padding: 30px 60px 20px 60px;
  }
}
footer .address {
  float: left;
}
@media (max-width: 768px) {
  footer .address {
    width: 100%;
    padding: 0;
    line-height: 1.3;
  }
}
@media (min-width: 769px) {
  footer .address {
    width: 35%;
    padding-right: 20px;
    line-height: 1.6;
  }
}
@media (min-width: 990px) {
  footer .address {
    width: 38%;
    padding-right: 60px;
    line-height: 1.6;
  }
}
footer .address .title {
  text-transform: uppercase;
}
footer .address .price {
  display: block;
}
@media (max-width: 768px) {
  footer .address .price {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
@media (min-width: 769px) {
  footer .address .price {
    margin-top: 20px;
  }
}
footer .timetable {
  float: left;
}
@media (max-width: 768px) {
  footer .timetable {
    width: 50%;
    padding-right: 20px;
    line-height: 1.3;
  }
}
@media (min-width: 769px) {
  footer .timetable {
    width: 35%;
    padding-right: 20px;
    line-height: 1.6;
  }
}
@media (min-width: 990px) {
  footer .timetable {
    width: 37%;
    padding-right: 60px;
    line-height: 1.6;
  }
}
footer .timetable .title {
  text-transform: uppercase;
  font-weight: bold;
}
footer .visitors {
  float: left;
  text-align: right;
}
@media (max-width: 768px) {
  footer .visitors {
    width: 50%;
  }
}
@media (min-width: 769px) {
  footer .visitors {
    width: 30%;
  }
}
@media (min-width: 990px) {
  footer .visitors {
    width: 25%;
  }
}
footer .visitors .socials {
  margin-bottom: 10px;
}
footer .visitors .title {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 5px;
}
footer .visitors .visitors-menu a {
  display: block;
  margin-bottom: 5px;
  line-height: 1;
}
footer .copyright {
  float: left;
}
footer .design-by {
  float: right;
}
footer .search {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  margin: 20px 0 0 0;
  padding: 0 10px 0 0;
  width: 100%;
  border-left: solid 6px #4f6176;
  border-right: solid 1px #cdcdcd;
  border-top: solid 1px #cdcdcd;
  border-bottom: solid 1px #cdcdcd;
}
footer .search input[type="text"] {
  flex: 1 1 auto;
  height: 40px;
  border: none;
  padding-left: 20px;
  outline: none;
}
footer .search input[type="submit"] {
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  border: none;
  background: transparent url("/assets/pctrs/search_btn.png") no-repeat 50% 50%;
  outline: none;
}
footer .subscribe-form {
  margin-top: 30px;
}
footer .subscribe-form input[type="text"] {
  display: block;
  width: 100%;
  height: 40px;
  border: none;
  padding-left: 20px;
  margin-top: 5px;
  outline: none;
  border-left: solid 6px #4f6176;
  border-right: solid 1px #ededed;
}
footer .subscribe-form button.text-submit {
  display: inline-block;
  border: none;
  background: none;
  color: #7c7b7b;
  text-align: right;
  font-size: 14px;
}
footer .map-link {
  margin: 17px 0 0 0;
}
footer .map-link a {
  text-transform: uppercase;
  font-weight: bold;
}
.main {
  position: relative;
}
@media (max-width: 768px) {
  .main {
    padding-top: 15vw;
  }
}
@media (min-width: 769px) {
  .main {
    padding-top: 12vw;
  }
}
@media (min-width: 1100px) {
  .main {
    padding-top: 14vw;
  }
}
@media (min-width: 1200px) {
  .main {
    padding-top: 15vw;
  }
}
@media (min-width: 1800px) {
  .main {
    padding-top: 16vw;
  }
}
@media (min-width: 2200px) {
  .main {
    padding-top: 12vw;
  }
}
@media (min-width: 3300px) {
  .main {
    padding-top: 8vw;
  }
}
main {
  position: relative;
  line-height: 1.4;
}
@media (max-width: 768px) {
  main {
    padding: 10px 15px 20px 15px;
  }
}
@media (min-width: 769px) {
  main {
    padding: 10px 60px 20px 60px;
  }
}
main h1 {
  text-transform: none;
}
@media (max-width: 899px) {
  main h1 {
    display: block;
  }
}
@media (min-width: 900px) {
  main h1 {
    display: inline-block;
  }
}
main .breadcrumbs {
  list-style: none;
  margin: 0 0 40px 0px;
  padding: 0;
}
main .breadcrumbs li {
  float: left;
  font-size: 12px;
  margin-right: 4px;
}
main .breadcrumbs li:after {
  content: '/';
  float: right;
  margin-left: 4px;
}
main .breadcrumbs li:last-child:after {
  content: '';
  float: right;
}
main .subdeps-with-images {
  margin-top: 30px;
}
main .subdeps-with-images .item {
  float: left;
}
@media (max-width: 768px) {
  main .subdeps-with-images .item {
    width: 100%;
    margin: 0 0px 30px 0px;
    height: auto;
  }
}
@media (min-width: 769px) {
  main .subdeps-with-images .item {
    width: calc(50% - 30px);
    margin: 0 30px 30px 0px;
    height: 350px;
  }
}
@media (min-width: 900px) {
  main .subdeps-with-images .item {
    width: calc(33.33% - 30px);
    margin: 0 30px 30px 0px;
    height: 380px;
  }
}
main .subdeps-with-images .item .img {
  display: block;
  max-height: 316px;
  overflow: hidden;
  box-shadow: -2px 2px 3px 0 rgba(150, 150, 150, 0.6), 3px 3px 3px 0 rgba(150, 150, 150, 0.6);
}
main .subdeps-with-images .item .title {
  display: block;
  font-size: 16px;
  line-height: 1;
  padding: 15px 0;
}
@media (max-width: 768px) {
  main .select-type {
    display: block;
    width: 195px;
    margin: 0 auto;
  }
}
@media (min-width: 769px) {
  main .select-type {
    display: inline-block;
    position: absolute;
    top: 95px;
    right: 60px;
  }
}
@media (min-width: 899px) {
  main .select-type {
    display: inline-block;
    position: absolute;
    top: 95px;
    right: 60px;
  }
}
@media (min-width: 900px) {
  main .select-type {
    display: inline-block;
    position: absolute;
    top: 53px;
    right: 60px;
  }
}
main .select-type select {
  width: 195px;
  height: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 2px 2px 2px 8px;
  border: none;
  border-radius: 0;
  background: url('/assets/pctrs/select_year_bgr.png') left top no-repeat;
  color: #000;
}
main .select-year {
  width: 227px;
}
@media (max-width: 768px) {
  main .select-year {
    margin: 0px auto 5px auto;
  }
}
@media (min-width: 769px) {
  main .select-year {
    margin: 0px auto 20px auto;
  }
}
@media (min-width: 900px) {
  main .select-year {
    margin: -50px auto 45px auto;
  }
}
@media (min-width: 1100px) {
  main .select-year {
    margin: -50px auto 20px auto;
  }
}
main .select-year .wrapper {
  display: table;
  width: 227px;
  white-space: nowrap;
}
main .select-year .prev,
main .select-year .next,
main .select-year .current {
  display: table-cell;
  float: left;
  height: 28px;
}
main .select-year .prev,
main .select-year .next {
  width: 17px;
  position: relative;
  display: block;
}
main .select-year .prev:before,
main .select-year .next:before {
  content: '';
  position: absolute;
  top: 10px;
  width: 0px;
  height: 0px;
  border-top: solid 5px #957f5c;
  border-left: solid 5px #957f5c;
  border-right: solid 5px #fff;
  border-bottom: solid 5px #fff;
}
main .select-year .current {
  width: 190px;
  background-color: #957f5c;
  color: #fff;
  text-align: center;
  padding: 4px 0 0 0;
}
main .select-year .prev:before {
  left: 5px;
  transform: rotate(-45deg);
}
main .select-year .next:before {
  left: 2px;
  transform: rotate(135deg);
}
main .theater-afisha-link {
  display: block;
  width: 195px;
  height: 29px;
  padding: 4px 12px 0px 12px;
  border: solid 1px #967f5d;
  background-color: #dbd3c8;
  text-align: center;
  color: #5f5345;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  main .theater-afisha-link {
    width: 195px;
    margin: 5px auto 15px auto;
  }
}
@media (min-width: 769px) {
  main .theater-afisha-link {
    position: absolute;
    top: 95px;
    left: 60px;
    right: auto;
  }
}
@media (min-width: 900px) {
  main .theater-afisha-link {
    position: absolute;
    top: 85px;
    left: auto;
    right: 60px;
  }
}
@media (min-width: 1100px) {
  main .theater-afisha-link {
    position: absolute;
    top: 53px;
    left: auto;
    right: 260px;
  }
}
main .theater-afisha-link.to-events-list {
  right: 60px;
}
main .expos-navigation {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  main .expos-navigation {
    flex-wrap: wrap;
  }
}
main .expos-navigation a {
  display: block;
  flex: 0 1 32%;
  background-color: #dbd3c8;
  text-align: center;
  text-transform: uppercase;
  padding: 8px 4px;
  cursor: pointer;
}
@media (max-width: 768px) {
  main .expos-navigation a {
    width: 100%;
    flex-basis: 100%;
    margin-bottom: 5px;
  }
}
main .expos-navigation a.active,
main .expos-navigation a:hover {
  background-color: #967f5d;
  color: #fff;
}
main .expos-list.theater-index .item:first-child {
  border-top: solid 1px #957f5c;
  padding-top: 18px;
}
main .expos-list .item {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px #957f5c;
  padding-top: 10px;
}
main .expos-list .item .flexbox {
  display: flex;
}
main .expos-list .item .day {
  flex: 0 1 13.7%;
  width: 13.7%;
  color: #957f5c;
  text-align: center;
  padding-right: 10px;
}
main .expos-list .item .day img {
  margin: 0 auto;
}
main .expos-list .item .day .weekday {
  font-size: 12px;
}
main .expos-list .item .img {
  display: block;
  flex: 0 10 16.9%;
  width: 16.9%;
  box-shadow: -2px 2px 3px 0 rgba(150, 150, 150, 0.6), 3px 3px 3px 0 rgba(150, 150, 150, 0.6);
}
main .expos-list .item .description {
  flex: 1 1 69.4%;
  width: 69.4%;
  padding-left: 25px;
}
main .expos-list .item .open {
  display: inline-block;
  padding: 3px 10px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  background-color: #957f5d;
}
main .expos-list .item .open.not-opened {
  background-color: rgba(149, 127, 93, 0.3);
  color: #634f3c;
}
main .expos-list .item .type {
  display: inline-block;
  float: right;
  padding: 3px 10px;
  text-align: center;
  background-color: rgba(149, 127, 93, 0.3);
  color: #634f3c;
  font-size: 12px;
  text-transform: uppercase;
}
main .expos-list .item .head .time {
  float: left;
  margin-right: 10px;
}
main .expos-list .item .head h3 {
  margin: 0 0 6px 0;
  text-transform: uppercase;
}
main .expos-list .item .full-text {
  display: none;
}
main .expos-list .item .full-text .open-close {
  padding: 4px 0;
  background-color: #957f5d;
  font-size: 13px;
}
main .expos-list .item .full-text .open-close .center-container {
  width: 40%;
  margin: 0 auto;
  text-align: center;
}
main .expos-list .item .full-text .open-close .center-container .close {
  display: inline-block;
  padding: 3px 20px;
  text-align: center;
  text-transform: uppercase;
  font-weight: normal;
  color: #fff;
}
main .expos-list .item .full-text .open-close .center-container .close:nth-child(2) {
  border-left: solid 1px #fff;
}
@media (max-width: 768px) {
  main .with-right-col .left-col {
    float: none;
    width: 100%;
    padding-bottom: 20px;
  }
}
@media (min-width: 769px) {
  main .with-right-col .left-col {
    float: left;
    width: 68.8%;
    padding-right: 40px;
  }
}
@media (max-width: 768px) {
  main .with-right-col .left-col p img {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 769px) {
  main .with-right-col .left-col p img {
    max-width: 100%;
    height: auto;
  }
}
main .with-right-col .left-col p a {
  text-decoration: underline;
}
main .with-right-col .left-col p a:hover {
  color: #5c3c16;
}
@media (max-width: 768px) {
  main .with-right-col .right-col {
    float: none;
    width: 100%;
  }
}
@media (min-width: 769px) {
  main .with-right-col .right-col {
    float: left;
    width: 31.2%;
  }
}
main .with-right-col .right-col .right-col-img {
  box-shadow: -2px 2px 3px 0 rgba(150, 150, 150, 0.6), 3px 3px 3px 0 rgba(150, 150, 150, 0.6);
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  main .with-right-col .right-col .right-col-img {
    float: left;
    width: 50%;
  }
}
@media (min-width: 769px) {
  main .with-right-col .right-col .right-col-img {
    float: none;
  }
}
main .with-right-col .right-col .info {
  line-height: 1.5;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  main .with-right-col .right-col .info {
    float: left;
    width: 45%;
    padding-left: 20px;
  }
}
@media (min-width: 769px) {
  main .with-right-col .right-col .info {
    float: none;
  }
}
main .with-right-col .right-col .info a {
  font-style: italic;
}
main .with-right-col .right-col .gallery a {
  display: block;
  float: left;
  margin: 0 15px 15px 0;
}
@media (max-width: 768px) {
  main .with-right-col .right-col .gallery a {
    width: auto;
    margin-top: 20px;
  }
}
@media (min-width: 769px) {
  main .with-right-col .right-col .gallery a {
    width: calc(50% - 15px);
  }
}
main .with-right-col .right-col .gallery h4 {
  margin: 0;
  color: #957f5d;
}
main .with-right-col .right-col .other-materials a {
  display: block;
  font-style: italic;
  margin-bottom: 15px;
}
.left-col ul {
  list-style-type: disc !important;
  padding-left: 0;
  margin-left: 30px;
}
.left-col ul > li {
  display: list-item;
  list-style: disc !important;
}
.left-col ol {
  list-style-type: decimal !important;
  padding-left: 0;
  margin-left: 30px;
}
.left-col ol > li {
  display: list-item;
  list-style-type: decimal !important;
}
.left-col .search-info {
  padding: 0 0 20px 20px;
}
.right-col-image {
  margin: 0 auto 20px auto;
  box-shadow: 0 0 10px #646464;
}
.right-col-text p {
  font-size: 12px;
  margin: 0 0 5px 0;
  line-height: 1.2;
}
.right-col-gallery {
  margin-top: 20px;
}
.right-col-gallery .gallery-item {
  float: left;
  margin: 0 20px 20px 0px;
  width: calc(50% - 20px);
}
.all-photos {
  display: block;
  text-align: center;
  font-size: 12px;
  color: #65533f;
}
.right-col-seealso {
  margin-top: 20px;
  border-top: solid 1px #b29e86;
  font-style: italic;
}
.right-col-seealso h4 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 15px 0;
  font-style: normal;
}
.subdeps {
  width: 100%;
  margin: 20px 0;
}
.subdeps .subdeps-item {
  float: left;
}
@media (max-width: 768px) {
  .subdeps .subdeps-item {
    width: 100%;
    margin: 0 0px 30px 0px;
    height: auto;
  }
  .subdeps .subdeps-item img {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 769px) {
  .subdeps .subdeps-item {
    width: calc(50% - 30px);
    margin: 0 30px 30px 0px;
    height: 350px;
  }
}
@media (min-width: 900px) {
  .subdeps .subdeps-item {
    width: calc(33.33% - 30px);
    margin: 0 30px 30px 0px;
    height: 350px;
  }
}
.subdeps .subdeps-item img {
  box-shadow: 0 0 10px #646464;
}
.subdeps .subdeps-item .title {
  font-size: 24px;
  line-height: 1.1;
  display: block;
  white-space: normal;
  margin: 10px 10px 5px 0px;
}
.subdeps .subdeps-item .subtitle {
  font-size: 13px;
}
.theater-item {
  border-top: solid 1px #b29e86;
  padding: 20px 0;
}
.theater-item h2 a {
  color: #000;
}
.b-info-container {
  margin: 15px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 40px 0;
  margin-top: 40px;
}
.b-info-container a {
  flex: 0 1 48%;
}
@media (max-width: 990px) {
  .b-info-container a {
    flex: 0 1 100%;
    margin: 15px 0;
  }
}
@media (max-width: 1280px) {
  .b-info-container {
    padding: 40px 15px;
  }
}
.index-b-info {
  background-color: #30363d;
}
.index-b-info .b-info-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 40px 0;
  margin-top: 40px;
}
.index-b-info .b-info-container a {
  flex: 0 1 48%;
}
@media (max-width: 990px) {
  .index-b-info .b-info-container a {
    flex: 0 1 100%;
    margin: 15px 0;
  }
}
@media (max-width: 1280px) {
  .index-b-info .b-info-container {
    padding: 40px 15px;
  }
}
.abstract {
  padding: 0 0 10px 20px;
  font-style: italic;
}
.feedback-form .form-main {
  padding: 20px 15px;
  background-color: #f6f6f6;
}
.feedback-form label {
  display: block;
  margin: 15px 0 5px 0;
  font-weight: bold;
  color: #454a4d;
}
.feedback-form label:first-child {
  margin-top: 0;
}
.feedback-form input[type="checkbox"],
.feedback-form input[type="radio"] {
  display: inline-block;
  margin-right: 5px;
}
.feedback-form .g-recaptcha {
  margin: 10px 0;
}
.feedback-form input[type="submit"] {
  padding: 15px 30px;
  text-align: center;
  color: #454a4d;
  text-transform: uppercase;
  background-color: #dac19e;
  border: none;
  outline: none;
}
.feedback-form textarea {
  min-height: 150px;
}
.feedbacks-list {
  padding: 20px;
  transition: top 2s;
  -webkit-animation: slidenavup;
  animation: slidenavup;
}
.feedbacks-list .feedback-item {
  margin-bottom: 20px;
}
.feedbacks-list .feedback-item .date {
  font-style: italic;
}
.feedbacks-list .feedback-item .reply {
  margin: 5px 0 0 15px;
}
.container-404 {
  text-align: center;
}
.container-404 .error1 {
  font-size: 18px;
  margin: 20px auto 15px auto;
  text-transform: uppercase;
}
.container-404 .error2 {
  font-size: 20px;
  margin: 20px auto 15px auto;
  text-transform: uppercase;
}
.footer-2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-2 .gosuslugi {
  flex: 0 0 60%;
}
.footer-2 .national-project {
  flex: 0 1 25%;
  text-align: right;
}
/*# sourceMappingURL=styles.css.map */