html,
body {
  padding: 0 !important;
  margin: 0 !important;
  font-family: "Open Sans", sans-serif;
  background: #fff;
}
p {
  line-height: 1.75em;
  margin-bottom: 20px;
}
.clear {
  clear: both !important;
  display: block;
  float: none !important;
}
.nobr {
  white-space: nowrap;
}
.hidden {
  display: none;
}
.clearfix::after {
  content: '';
  display: block;
  clear: both;
}
.wrapper {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  padding: 0 48px;
}
@media (max-width: 991px) {
  .wrapper {
    padding: 0 10px;
  }
}
.faded {
  opacity: 0 !important;
  visibility: hidden !important;
}
.box >*:first-child {
  margin-top: 0;
}
.box >*:last-child {
  margin-bottom: 0;
}
.start_page {
  height: 100%;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1200px),(max-width: 991px) {
  .start_page {
    padding: 10px;
  }
}
@media (max-width: 991px) {
  .start_page {
    padding: 0;
  }
}
.start_page .btn_start {
  display: inline-block;
  height: 38px;
  background: rgba(255,255,255,0.8);
  border-top: 2px solid #3F528A;
  border-bottom: 2px solid #3F528A;
  border-color: transparent;
  transition: border-color .3s;
  opacity: 0;
  border-radius: 4px;
}
.start_page .btn_start a {
  padding: 0 10px;
  color: #3F528A;
  line-height: 36px;
  text-decoration: none;
  display: block;
  height: 100%;
  font-size: 14px;
}
.start_page .btn_start:hover {
  border-color: #3F528A;
}
.start_page .button {
  background: #3498D1;
  display: inline-block;
  padding: 8px 17px;
  border-radius: 30px;
  color: #fff;
}
.start_page .bg_page {
  margin: 0 auto;
  width: 1200px;
  height: 848px;
}
@media (max-width: 991px) {
  .start_page .bg_page {
    height: 500px;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .start_page .bg_page {
    height: 250px;
  }
}
.start_page .header {
  margin: 0 auto;
  width: 1200px;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
  padding: 0 10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.start_page .header .logo {
  margin: 15px 0 12px;
}
.start_page .header .logo img {
  height: 40px;
}
@media (max-width: 991px) {
  .start_page .header .logo img {
    max-width: calc(100% - 50px);
  }
}
.start_page .header .logo .museum-icon {
  height: 50px;
  margin: -5px 10px -5px 0;
}
@media (max-width: 991px) {
  .start_page .header .logo .museum-icon {
    margin: -5px 5px -5px 0;
    float: left;
    height: 30px;
  }
}
.start_page .header .btn_menu {
  display: none;
}
.start_page .header .navigation {
  background: none;
  margin-left: 60px;
}
.start_page .header .navigation ul {
  list-style: none;
  padding: 0;
}
.start_page .header .navigation ul li {
  display: inline-block;
  margin-left: 20px;
}
.start_page .header .navigation ul li:first-child {
  margin-left: 0;
}
.start_page .header .navigation ul li a,
.start_page .header .navigation ul li span {
  font-size: 14px;
}
.start_page .header .navigation ul li a {
  text-decoration: none;
  color: #3F528A;
}
.start_page .header .navigation ul .current span {
  color: #657bbd;
}
@media (max-width: 991px) {
  .start_page .header {
    display: block;
  }
  .start_page .header .logo {
    margin: 15px 0 10px;
    float: left;
    width: 232px;
    max-width: calc(100% - 60px);
  }
  .start_page .header .logo img {
    height: auto;
  }
  .start_page .header .btn_menu {
    height: 30px;
    width: 30px;
    float: right;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 10px;
    display: block;
  }
  .start_page .header .btn_menu img {
    height: 24px;
    width: 24px;
  }
  .start_page .header .navigation {
    display: none;
  }
}
.start_page .mobile_navigation {
  display: none;
  position: absolute;
}
@media (max-width: 991px) {
  .start_page .mobile_navigation {
    height: 0;
    display: block;
    background: #fff;
    overflow: hidden;
  }
  .start_page .mobile_navigation ul {
    margin: 10px 0 0;
    padding: 0;
    list-style: none;
  }
  .start_page .mobile_navigation ul li {
    display: block;
    text-align: center;
    border-bottom: 1px solid #e8e8e8;
  }
  .start_page .mobile_navigation ul li:last-child {
    border-bottom: 0px;
  }
  .start_page .mobile_navigation ul li a {
    color: #3F528A;
    text-decoration: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .start_page .mobile_navigation {
    width: 100%;
  }
  .start_page .mobile_navigation ul li {
    height: 40px;
  }
  .start_page .mobile_navigation ul li a {
    line-height: 40px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .start_page .mobile_navigation {
    width: 100%;
    position: absolute;
    z-index: 999;
    margin-bottom: 10px;
    border-radius: 0 0 4px 4px;
  }
  .start_page .mobile_navigation ul li {
    height: 36px;
  }
  .start_page .mobile_navigation ul li a {
    line-height: 36px;
    font-size: 16px;
    display: block;
    height: 100%;
  }
}
.start_page .footer {
  display: block;
  width: 1200px;
  height: 40px;
  margin: 0 auto;
  padding: 0 15px;
  border-radius: 0 0 4px 4px;
}
.start_page .footer a,
.start_page .footer p {
  font-size: 13px;
  color: #3F528A;
  margin: 0;
}
.start_page .footer img {
  margin: 7px 40px 7px 0;
  float: left;
}
.start_page .footer .krotov {
  float: left;
  margin: 10px 0 0;
}
.start_page .footer .rinamika {
  float: right;
  margin: 10px 0 0;
}
@media (max-width: 991px) {
  .start_page .footer {
    padding: 8px 10px;
    margin: 0;
    border-top: 1px solid #000;
  }
  .start_page .footer p {
    display: block;
    margin: 0 0 0 80px !important;
    float: none !important;
  }
  .start_page .footer img {
    margin: 10px 13px 0 0;
    width: 67px;
  }
}
@media (max-width: 991px) {
  .start_page .bg_page,
  .start_page .header,
  .start_page .footer {
    width: 100%;
  }
}
.start_page .area {
  position: absolute;
}
.start_page .area .btn_start {
  transition: opacity .3s;
}
.start_page .area:hover .btn_start {
  opacity: 1;
}
@media (max-width: 991px) {
  .start_page .area {
    display: none;
  }
}
.start_page .afisha {
  height: 150px;
  width: 330px;
  position: absolute;
  margin-top: 440px;
  margin-left: 480px;
  overflow: hidden;
}
.start_page .afisha .border_afisha {
  position: absolute;
  z-index: 2;
  background-repeat: no-repeat;
}
.start_page .afisha .border_afisha--top,
.start_page .afisha .border_afisha--bottom {
  height: 15px;
  width: 100%;
}
.start_page .afisha .border_afisha--right,
.start_page .afisha .border_afisha--left {
  width: 15px;
  height: 100%;
  margin-top: 15px;
  top: 0;
}
.start_page .afisha .border_afisha--top {
  top: 0;
  background: url('/resources/images/start/test_border-top.png') no-repeat;
}
.start_page .afisha .border_afisha--bottom {
  bottom: 0;
  background: url('/resources/images/start/test_border-bottom.png') no-repeat;
}
.start_page .afisha .border_afisha--right {
  right: 0;
  background: url('/resources/images/start/test_border-right.png') no-repeat;
}
.start_page .afisha .border_afisha--left {
  left: 0;
  background: url('/resources/images/start/test_border-left.png') no-repeat;
}
.start_page .afisha .owl-start-afisha {
  width: 330px;
  height: 150px;
  border: 1px solid green;
  position: relative;
  z-index: 1;
}
.start_page .afisha .description {
  padding: 17px 30px 10px 17px;
  color: #fff;
  background: rgba(0,0,0,0.62);
  height: 100%;
  font-size: 14px;
}
.start_page .afisha .description p:first-child {
  margin-top: 0;
}
.start_page .afisha .description .button {
  text-decoration: none;
  margin: 10px 0;
  display: block;
  float: right;
}
@media (max-width: 991px) {
  .start_page .afisha {
    display: none;
  }
}
.start_page .content-popup {
  background: rgba(0,0,0,0.5) url(/resources/images/start/popup-bg.jpg) no-repeat 50% / 100%;
  height: 100%;
  width: 100%;
  position: relative;
  padding: 158px 114px 50px 171px;
  color: #fff;
  transition: 0.25s all ease 0s;
  visibility: visible;
  opacity: 1;
}
.start_page .content-popup .close {
  display: block;
  width: 40px;
  height: 40px;
  background: url(/resources/images/start/close.svg) no-repeat 50% / 24px;
  text-indent: 100%;
  overflow: hidden;
  float: right;
  margin: -60px -60px 0 0;
}
.start_page .content-popup h2 {
  font-size: 36px;
  text-transform: uppercase;
}
.start_page .content-popup p {
  font-size: 22px;
  line-height: 1.5;
  margin: 10px 0;
}
.start_page .content-popup a {
  color: inherit;
}
@media (max-width: 991px) {
  .start_page .content-popup {
    display: none;
  }
}
.start_page .mobile_content {
  width: 100%;
  background: #fff;
  padding: 20px 10px 40px;
  height: 100%;
  display: none;
  border-radius: 0 0 4px 4px;
}
.start_page .mobile_content .title {
  margin-bottom: 20px;
  text-align: center;
}
.start_page .mobile_content .title h2 {
  margin: 0;
  color: #3F528A;
  font-size: 20px;
}
.start_page .mobile_content p {
  margin: 10px 0;
  line-height: 1.5;
  font-size: 14px;
}
.start_page .mobile_content .mobile_afisha {
  width: 528px;
  height: 240px;
  margin: 0 auto 30px;
}
.start_page .mobile_content .mobile_afisha .owl-start-afisha .owl-item img {
  border-radius: 4px;
}
.start_page .mobile_content .mobile_afisha .owl-start-afisha .owl-dots {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}
.start_page .mobile_content .mobile_afisha .owl-start-afisha .owl-dots .owl-dot {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #3F528A;
  margin-left: 6px;
  display: inline-block;
  transition: background .3s;
}
.start_page .mobile_content .mobile_afisha .owl-start-afisha .owl-dots .owl-dot:first-child {
  margin-left: 0;
}
.start_page .mobile_content .mobile_afisha .owl-start-afisha .owl-dots .owl-dot:hover {
  background: #657bbd;
}
.start_page .mobile_content .mobile_afisha .owl-start-afisha .owl-dots .owl-dot.active {
  background: #657bbd;
}
.start_page .mobile_content .mobile_afisha .icon_swipe {
  text-align: center;
  margin-top: 10px;
}
.start_page .mobile_content .mobile_afisha .icon_swipe img {
  width: 24px;
  opacity: .3;
}
@media (max-width: 991px) {
  .start_page .mobile_content {
    display: block;
    padding-bottom: 10px;
  }
  .start_page .mobile_content .mobile_afisha {
    width: 100%;
    height: 100%;
  }
}
.layout {
  padding: 10px 0 30px;
  min-height: 600px;
}
.layout h1 {
  font-size: 26px;
  margin: 10px 0;
}
.breadcrumbs a,
.breadcrumbs span {
  color: #646464;
  font-size: 13px;
}
.breadcrumbs a + a::before,
.breadcrumbs a + span::before {
  content: '';
  display: inline-block;
  height: 10px;
  width: 20px;
  background: url(/resources/images/start/breadarr.svg) no-repeat 50%;
}
.children-list {
  list-style: none;
  margin: -10px 0;
  padding: 0;
  max-width: 286px;
}
.children-list a {
  color: #007DA7;
  display: block;
  text-decoration: none;
  padding: 15px 30px 15px 0;
  font-size: 14px;
}
.children-list li:nth-child(n + 2) {
  border-top: 1px solid #007DA7;
}
#tinymce,
[formatted-text] {
  font-size: 14px;
  max-width: 900px;
}
#tinymce h2,
[formatted-text] h2 {
  font-size: 20px;
  text-transform: uppercase;
  margin: 20px 0 10px;
}
#tinymce ul,
[formatted-text] ul {
  list-style: none;
  padding-left: 10px;
}
#tinymce ul >li,
[formatted-text] ul >li {
  padding-left: 20px;
}
#tinymce ul >li::before,
[formatted-text] ul >li::before {
  content: '–';
  float: left;
  margin-left: -20px;
  width: 20px;
}
#tinymce p,
[formatted-text] p {
  margin: 10px 0;
}
#tinymce blockquote,
[formatted-text] blockquote {
  font-size: 16px;
  text-transform: uppercase;
  color: #317CB3;
  line-height: 1.5;
  border-top: 2px solid #317CB3;
  border-bottom: 2px solid #317CB3;
  display: inline-block;
  padding: 10px 40px 10px 0;
}
#tinymce a,
[formatted-text] a {
  color: #317CB3;
}
#tinymce img,
[formatted-text] img {
  max-width: 100%;
}
.area.game {
  height: 220px;
  width: 260px;
  margin-left: 520px;
  margin-top: 140px;
}
.area.game .btn_start {
  margin-top: 60px;
  margin-left: 120px;
}
.area.shop {
  height: 300px;
  width: 120px;
  margin-left: 180px;
  margin-top: 140px;
}
.area.shop .btn_start {
  margin-left: 30px;
  margin-top: 60px;
}
.area.guide {
  height: 80px;
  width: 120px;
  margin-left: 50px;
  margin-top: 140px;
}
.area.souvenir {
  height: 110px;
  width: 120px;
  margin-left: 50px;
  margin-top: 300px;
}
.area.sounds {
  height: 200px;
  width: 260px;
  margin-left: 140px;
  margin-top: 460px;
}
.area.sounds .btn_start {
  margin-left: 130px;
  margin-top: 10px;
}
.area.tours {
  height: 100px;
  width: 50px;
  margin-left: 320px;
  margin-top: 220px;
}
.area.attributes {
  height: 180px;
  width: 70px;
  margin-left: 430px;
  margin-top: 130px;
}
.area.attributes .btn_start {
  margin-left: 0px;
  margin-top: 0px;
}
@font-face {
  font-family: 'Open Sans';
  src: url('/resources/fonts/open_sans/regular.eot');
  src: url('/resources/fonts/open_sans/regular.eot?#iefix') format('embedded-opentype'), url('/resources/fonts/open_sans/regular.woff') format('woff'), url('/resources/fonts/open_sans/regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('/resources/fonts/open_sans/bold.eot');
  src: url('/resources/fonts/open_sans/bold.eot?#iefix') format('embedded-opentype'), url('/resources/fonts/open_sans/bold.woff') format('woff'), url('/resources/fonts/open_sans/bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('/resources/fonts/open_sans/italic.eot');
  src: url('/resources/fonts/open_sans/italic.eot?#iefix') format('embedded-opentype'), url('/resources/fonts/open_sans/italic.woff') format('woff'), url('/resources/fonts/open_sans/italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Open Sans';
  src: url('/resources/fonts/open_sans/bolditalic.eot');
  src: url('/resources/fonts/open_sans/bolditalic.eot?#iefix') format('embedded-opentype'), url('/resources/fonts/open_sans/bolditalic.woff') format('woff'), url('/resources/fonts/open_sans/bolditalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
}
@keyframes "fadeOut" {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-carousel {
  -webkit-tap-highlight-color: transparent;
  position: relative;
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  min-height: 1px;
  float: left;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0,0,0);
}
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav.disabled {
  display: none;
}
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav .owl-next {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3,1.3);
  transform: scale(1.3,1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.no-js .owl-carousel {
  display: block;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-height {
  transition: height .5s ease-in-out;
}
