﻿.iconfont::before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.iconfont-arrow-left::before {
  content: "\e900";
}

.iconfont-arrow-right::before {
  content: "\e901";
}

.iconfont-1tv-logo::before {
  content: "\e902";
}

.iconfont-globe::before {
  content: "\e903";
}

.iconfont-microphone::before {
  content: "\e904";
}

.iconfont-pen::before {
  content: "\e905";
}

.iconfont-pencil::before {
  content: "\e906";
}

.iconfont-share::before {
  content: "\e907";
}

.iconshare-twitter::before {
  content: "\e900";
}

.iconshare-facebook::before {
  content: "\e901";
}

.iconshare-vk::before {
  content: "\e902";
}

.iconshare-odnoklassniki::before {
  content: "\e903";
}

.iconshare-telegram::before {
  content: "\ea95";
}

.infoicon-info::before {
  content: "\e800";
  font-family: 'icomoon-info' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ptsansNarrow {
  font-family: 'pt_sans_narrowregular', Arial, sans-serif;
}

.ptserifRegular {
  font-family: 'pt_serifregular', serif;
}

.btn {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.btn-default {
  text-decoration: none;
  background: #c2c2c2;
  font-family: 'uniSansThinCaps', Arial, sans-serif;
  color: #000;
  border-width: 1px;
  border-color: #c2c2c2;
}

.btn-default.btn.dropdown-toggle,
.btn-default:hover,
.btn-default:focus {
  color: #000;
  background: #cfcfcf;
  border-color: #cfcfcf;
}

.btn.btn-lg {
  font-size: 14px;
  padding-left: 20px;
  padding-right: 20px;
}

ul,
ol {
  padding-left: 20px;
}

@media (max-width: 767px) {
  .align-xs-center {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .align-sm-right {
    text-align: right;
  }
}

@media (min-width: 768px) {
  .align-sm-left {
    text-align: left;
  }
}

/*header::after {
    content: "";
    position: absolute;
    height: 10px;
    width: 100%;
    bottom: 10px;
    left: 0;
    background: #f00;
    box-shadow: 0px 35px 20px 20px rgba(0, 0, 0, 0.75);
}*/
.navbar {
  /*.box-shadow(0px 40px 30px 40px rgba(0, 0, 0, 0.75));*/
  min-height: 64px;
  color: #ddd8d1;
  font-family: 'pt_sans_narrowregular', Arial, sans-serif;
  border-width: 0;
  border-bottom: 1px solid #5f5c57;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.navbar .navbar-header {
  border-right: 1px solid #5f5c57;
}

.navbar .navbar-header .navbar-brand {
  height: 64px;
  color: inherit;
  padding: 18px 25px;
  width: 80px;
  border-right: 1px solid #5f5c57;
}

.navbar .navbar-slogan {
  font-size: 30px;
  float: left;
  height: 64px;
  padding: 15px;
  color: #9e9b99;
  text-decoration: none;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

.navbar .navbar-slogan:hover,
.navbar .navbar-slogan:focus {
  text-decoration: none;
  color: #ddd8d1;
}

.navbar .nav.navbar-right {
  border-left: 1px solid #5f5c57;
  margin-right: 0;
}

.navbar .nav li.open>a:focus,
.navbar .nav li.open>a:hover {
  background: transparent;
}

.navbar .nav li a {
  background: transparent;
  padding: 22px 22px 16px 50px;
  line-height: 1.2;
  color: #9e9b99;
  height: 64px;
  min-width: 80px;
  max-width: 140px;
  font-size: 10px;
  text-transform: uppercase;
  border-right: 1px solid #5f5c57;
  font-family: 'pt_sans_narrowregular', Arial, sans-serif;
}

.navbar .nav li a .iconfont {
  font-size: 28px;
  line-height: 28px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 20px;
  left: 12px;
  color: #9e9b99;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

.navbar .nav li a .iconfont.infoicon-info {
  left: 22px;
}

.navbar .nav li a:hover {
  color: #ddd8d1;
}

.navbar .nav li a:hover .iconfont {
  color: #ddd8d1;
}

.navbar .nav li.active {
  background: #ddd8d1;
}

.navbar .nav li.active a {
  background: transparent;
  color: #35342f;
}

.navbar .nav li.active a .iconfont {
  color: #35342f;
}

.navbar .nav li ul {
  background: transparent;
  border-color: transparent;
  min-width: 190px;
}

.navbar .nav li ul li.open>a {
  background: transparent !important;
}

.navbar .nav li ul li {
  float: left;
}

.navbar .nav li ul li a {
  background: transparent;
  padding: 5px 12px;
  height: auto;
  min-width: 20px;
  border: 0 none;
  position: relative;
  font-size: 20px;
  color: #9f9b96;
}

.navbar .nav li ul li a:hover {
  background: transparent;
  color: #ddd8d1;
}

.navbar .nav li ul li a:hover .iconfont {
  color: #ddd8d1;
}

.navbar .nav.navbar-right li:last-child a {
  border-right: 0 none;
}

.navbar .nav.navbar-right li.linkToFilm a {
  border-right: 0 none;
  padding: 22px 22px 16px 65px;
  min-width: 450px;
  max-width: 450px;
  font-size: 20px;
  text-transform: none;
  border-right: 1px solid #5f5c57;
  font-family: 'pt_sans_narrowregular', Arial, sans-serif;
}

.navbar .nav.navbar-right li.linkToFilm a .icon {
  background: url("../images/img/icon-play.png") no-repeat center center;
  background-color: transparent;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -15px;
}

.projector-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.projector-layout {
  background: url("../images/img/projector-detail-main.png") no-repeat center bottom;
  background-color: transparent;
  width: 520px;
  height: 250px;
  margin: 0 auto;
  padding-top: 135px;
}

.projector-layout::before {
  background: url("../images/img/light.png") no-repeat center bottom;
  background-color: transparent;
  content: "";
  /*.size(563px, 300px);*/
  width: 800px;
  height: 400px;
  display: block;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  /*top: -240px;*/
  top: -320px;
  z-index: -1;
}

.projector-layout.event::before {
  opacity: 0;
  -webkit-animation: fadeIn 0.6s forwards 0.2s;
  animation: fadeIn 0.6s forwards 0.2s;
}

.projector-btn {
  background: url("../images/img/projector-detail-buttons.png") no-repeat;
  background-color: transparent;
  width: 62px;
  height: 60px;
  display: block;
  border: 0 none;
  padding: 0;
}

.projector-btn.btn-prev {
  background-position: 0 top;
}

.projector-btn.btn-next {
  background-position: -67px top;
}

.projector-layout-lid {
  background: url("../images/img/projector-detail-lid.png") no-repeat center bottom;
  background-color: transparent;
  width: 140px;
  height: 141px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -70px;
  z-index: 2;
}

.projector-layout-lid .projector-btn {
  position: absolute;
  top: 54px;
}

.projector-layout-lid .projector-btn.btn-prev {
  left: 7px;
}

.projector-layout-lid .projector-btn.btn-next {
  right: 4px;
}

.projector-lid-shadow {
  background: url("../images/img/projector-lid-shadow.png") no-repeat left bottom;
  background-color: transparent;
  width: 26px;
  height: 132px;
  position: absolute;
  display: block;
  bottom: 0;
  left: 50%;
  margin-left: 60px;
  z-index: 1;
}

.projector-slider {
  /*max-width: 630px;*/
  margin: 0 auto;
}

.projector-slider .item .item-inner {
  text-align: center;
  display: block;
  /*            @media(min-width: 1200px) and (max-height: 779px) {
                img {
                    max-width: 630px;
                    max-height: 425px;
                }
            }*/
}

.projector-slider .item .item-inner a {
  display: inline-block;
}

.projector-slider .item .item-inner img {
  width: auto;
  max-width: 630px;
  margin: 0 auto;
  max-height: 100%;
}

@media (max-height: 779px) {
  .projector-slider .item .item-inner a {
    height: 380px;
  }
}

@media (max-height: 900px) {
  .projector-slider .item .item-inner a {
    height: 450px;
  }
}

@media (max-height: 1000px) {
  .projector-slider .item .item-inner a {
    height: 500px;
  }
}

@media (min-width: 1200px) and (min-height: 780px) {
  .projector-slider .item .item-inner img {
    max-width: 1200px;
  }
}

.projector-slider .active .item .item-inner img {
  opacity: 0;
  -webkit-animation: fadeIn 0.5s forwards 0s;
  animation: fadeIn 0.5s forwards 0s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.projector-carousel {
  width: 120px;
  margin: 0 auto;
}

.projector-carousel .item .item-inner {
  width: 120px;
  overflow: hidden;
  margin: 0 auto;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.projector-carousel .item .item-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-box-shadow: 2px 1px 3px 0px #000 inset;
  box-shadow: 2px 1px 3px 0px #000 inset;
}

.projector-carousel .item img {
  height: 80px;
}

.projector-carousel.owl-carousel .owl-stage-outer {
  overflow: visible;
}

.projector-carousel .owl-stage {
  background-position: center center !important;
  padding: 12px 0;
}

.projector-carousel .owl-stage,
.projector-carousel .owl-stage::before,
.projector-carousel .owl-stage::after {
  background: url("../images/img/projector-detail-slider.png") no-repeat;
  background-color: transparent;
  height: 102px;
}

.projector-carousel .owl-stage::before,
.projector-carousel .owl-stage::after {
  content: "";
  position: absolute;
  top: 0;
  width: 70px;
}

.projector-carousel .owl-stage::before {
  background-position: left center;
  left: -65px;
}

.projector-carousel .owl-stage::after {
  background-position: right center;
  right: -49px;
  visibility: visible;
}

.gallery-slider {
  /*max-width: 990px;*/
  margin: 0 auto;
}

.gallery-slider .item {
  position: relative;
  margin: 0 auto;
}

@media (min-width: 1400px) {
  .gallery-slider .item {
    max-width: 1040px;
  }
}

@media (max-height: 900px) {
  .gallery-slider .item {
    max-width: 920px;
  }
}

@media (max-width: 1400px) and (max-height: 900px) {
  .gallery-slider .item {
    max-width: 680px;
  }
}

.gallery-slider .item-inner {
  padding: 0px 22px 80px 0;
  margin: 0 3px;
  display: block;
}

.gallery-slider .item-img {
  padding: 10px;
  background: #f5f3f1;
  position: relative;
  z-index: 2;
  text-align: center;
}

.gallery-slider .item-img img {
  max-width: 100%;
  width: auto;
}

.gallery-slider .item-img::before,
.gallery-slider .item-img::after {
  position: absolute;
  content: "";
  display: block;
}

.gallery-slider .item-img::before {
  background: url("../images/img/ugolok.png") no-repeat center center;
  background-color: transparent;
  width: 44px;
  height: 31px;
  right: -2px;
  bottom: -2px;
  z-index: 3;
}

.gallery-slider .item-img::after {
  background: url("../images/img/skrep.png") no-repeat center center;
  background-color: transparent;
  width: 52px;
  height: 17px;
  right: -25px;
  bottom: 40px;
}

.gallery-slider .item-caption {
  background: url("../images/img/paper.png") no-repeat right center;
  background-color: transparent;
  background-size: cover;
  position: absolute;
  bottom: 0;
  right: 10px;
  left: 40px;
  height: 235px;
  padding: 160px 40px 20px 110px;
  font-size: 16px;
  color: #000;
  font-family: 'pt_serifregular', serif;
  z-index: 1;
}

.gallery-slider .item-caption p {
  margin: 0;
  color: inherit;
}

@media (max-width: 1400px) {
  .gallery-slider .item-inner {
    padding: 0px 22px 100px 0;
  }

  .gallery-slider .item-caption {
    padding: 140px 30px 20px 80px;
  }
}

.gallery-slider .owl-controls {
  text-align: center;
}

.gallery-slider .owl-controls .owl-prev,
.gallery-slider .owl-controls .owl-next {
  position: absolute;
  top: 50%;
  margin-top: -60px;
  font-size: 90px;
  color: #a8a8b1;
  width: 80px;
  height: 120px;
}

.gallery-slider .owl-controls .owl-prev::before,
.gallery-slider .owl-controls .owl-next::before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.gallery-slider .owl-controls .owl-prev:hover,
.gallery-slider .owl-controls .owl-next:hover {
  color: #ddd8d1;
}

.gallery-slider .owl-controls .owl-prev:active,
.gallery-slider .owl-controls .owl-next:active {
  color: #85889c;
}

.gallery-slider .owl-controls .owl-prev {
  left: 50px;
}

.gallery-slider .owl-controls .owl-prev::before {
  content: "\e900";
}

.gallery-slider .owl-controls .owl-next {
  right: 50px;
}

.gallery-slider .owl-controls .owl-next::before {
  content: "\e901";
}

.gallery-slider .owl-controls .owl-dots {
  display: inline-block;
  overflow: hidden;
  padding: 10px;
}

.singleVideo .item {
  max-width: 480px;
  position: relative;
}

.singleVideo .item.centered {
  margin: 0 auto;
}

.singleVideo .item-inner {
  padding: 0 15px 110px 0;
  display: block;
}

.singleVideo .item-caption {
  background: url("../images/img/paper2-single.png") no-repeat right bottom;
  background-color: transparent;
  background-size: auto 300px;
  height: 300px;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  padding: 200px 35px 20px 60px;
  color: #ddd8d1;
}

@media (max-width: 1400px) {
  .singleVideo .item-caption {
    /*                background-size: 280px auto;*/
    /*padding: 30px 30px 20px 35px;*/
  }
}

.singleVideo .item-img {
  background: #f5f3f1;
  text-align: center;
  padding: 5px;
  position: relative;
  z-index: 9;
  max-width: 450px;
  /*height: 260px;*/
  /*.size(450px, 260px);*/
}

.singleVideo .item-img img {
  max-width: 100%;
  max-height: 100%;
}

.singleVideo .item-img::before,
.singleVideo .item-img::after {
  content: "";
  position: absolute;
  display: block;
}

.singleVideo .item-img::before {
  background: url("../images/img/vhs-single2.png") no-repeat center center;
  background-color: transparent;
  background-size: cover;
  width: 81px;
  height: 120px;
  left: -25px;
  bottom: -50px;
}

@media (min-width: 1400px) {
  .singleVideo .item-img::before {
    width: 104px;
    height: 148px;
    left: -40px;
    top: 200px;
  }
}

.singleVideo .item-img::after {
  background: url("../images/img/skrep.png") no-repeat center center;
  background-color: transparent;
  bottom: 10px;
  height: 17px;
  right: -14px;
  width: 52px;
}

.singleVideo .item-inner {
  position: relative;
}

.singleVideo .item-inner::before {
  background: url("../images/img/icon-play-white.png") no-repeat center center;
  background-color: transparent;
  content: "";
  position: absolute;
  display: block;
  width: 22px;
  height: 22px;
  right: 65px;
  top: 200px;
  z-index: 11;
}

.gallery-slider.video .owl-stage-outer {
  overflow: visible;
}

.gallery-slider.video .item-inner {
  padding: 5px;
  margin: 25px auto 25px;
  height: 160px;
  max-width: 400px;
  position: relative;
}

.gallery-slider.video .item-inner::before {
  background: url("../images/img/vhs.png") no-repeat center center;
  background-color: transparent;
  content: "";
  background-size: cover;
  width: 124px;
  height: 88px;
  left: -10px;
  top: auto;
  bottom: -20px;
  position: absolute;
  z-index: 2;
}

.gallery-slider.video .item-caption {
  background: url("../images/img/paper2.png") no-repeat left top;
  background-color: transparent;
  height: 160px;
  left: auto;
  right: 0;
  top: 0;
  padding: 15px 35px 25px 135px;
  color: #B9B4AE;
}

.gallery-slider.video .item-caption .playtime {
  background: url("../images/img/playtimeicon.png") no-repeat left center;
  background-color: transparent;
  padding-left: 15px;
  position: absolute;
  font-size: 12px;
  bottom: 8px;
  left: 135px;
  color: #9B9791;
  font-family: 'pt_sans_narrowregular', Arial, sans-serif;
}

@media (max-width: 1199px) {
  .gallery-slider.video .item-caption {
    padding: 15px;
  }

  .gallery-slider.video .item-caption .playtime {
    left: 15px;
  }
}

.gallery-slider.video .item-img {
  background-color: #afa9a2;
  padding: 5px;
  width: 110px;
  height: 80px;
}

.gallery-slider.video .item-img::before {
  content: none;
}

.gallery-slider.video .item-img::after {
  background: url("../images/img/skrep2.png") no-repeat center center;
  background-color: transparent;
  width: 52px;
  height: 17px;
  top: 10px;
  left: -14px;
  right: auto;
}

.gallery-slider.video .item-inner .item-img,
.gallery-slider.video .item-inner .item-caption {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.gallery-slider.video .item-inner:hover .item-img {
  background-color: #ddd8d1;
}

.gallery-slider.video .item-inner:hover .item-caption {
  color: #DDD8D1;
}

.gallery-slider.video .item-inner.visited .item-img img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

.gallery-slider.video .items-wrap {
  max-width: 1290px;
  margin: 0 auto;
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .gallery-slider.video .items-wrap {
    max-width: 1170px;
  }

  .gallery-slider.video .items-wrap .owl-controls .owl-prev,
  .gallery-slider.video .items-wrap .owl-controls .owl-next {
    margin-top: -75px;
  }
}

@media (max-width: 1199px) {
  .gallery-slider.video .items-wrap {
    max-width: 820px;
  }

  .gallery-slider.video .items-wrap .item-caption {
    background-size: cover;
    background-position: right top;
    height: 140px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }

  .gallery-slider.video .items-wrap .owl-controls .owl-prev,
  .gallery-slider.video .items-wrap .owl-controls .owl-next {
    margin-top: -90px;
  }
}

@media (min-width: 980px) {
  .gallery-slider.video .owl-controls .owl-prev {
    left: 0px;
  }

  .gallery-slider.video .owl-controls .owl-next {
    right: 0px;
  }
}

@media (min-width: 1400px) {
  .gallery-slider.video .owl-controls .owl-prev {
    left: 20px;
  }

  .gallery-slider.video .owl-controls .owl-next {
    right: 20px;
  }
}

@media (max-width: 1199px) {
  .gallery-slider.video .item-img {
    display: none;
  }

  .gallery-slider.video .item-inner::before {
    content: none;
  }
}

.gallery-slider.dossier {
  max-width: 1170px;
}

@media (min-width: 1400px) {
  .gallery-slider.dossier .item {
    max-width: 480px;
  }
}

@media (max-width: 1400px) {
  .gallery-slider.dossier .item {
    max-width: 300px;
  }
}

.gallery-slider.dossier .item-inner {
  background: url("../images/img/folder.png") no-repeat center top;
  background-color: transparent;
  height: 428px;
  padding: 0;
}

@media (max-width: 1400px) {
  .gallery-slider.dossier .item-inner {
    background-size: contain;
    height: 310px;
  }
}

.gallery-slider.dossier .item-caption {
  background: url("../images/img/paper3.png") no-repeat left bottom;
  background-color: transparent;
  left: 0;
  bottom: 20px;
  padding: 40px 90px 20px 25px;
  font-size: 20px;
  color: #ddd8d1;
}

@media (max-width: 1400px) {
  .gallery-slider.dossier .item-caption {
    background-size: 310px auto;
    /*padding: 150px 30px 20px 35px;*/
    padding: 80px 5px 5px 20px;
    font-size: 16px;
    bottom: 10px;
  }
}

@media (min-width: 980px) {
  .gallery-slider.dossier .owl-controls .owl-prev {
    left: 0px;
  }

  .gallery-slider.dossier .owl-controls .owl-next {
    right: 0px;
  }
}

@media (min-width: 1400px) {
  .gallery-slider.dossier .owl-controls .owl-prev {
    left: -100px;
  }

  .gallery-slider.dossier .owl-controls .owl-next {
    right: -100px;
  }
}

.timeline-carousel .item {
  color: #706D68;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
  position: relative;
}

.timeline-carousel .item .item-inner {
  padding: 4px 0;
}

.timeline-carousel .item:hover .item-inner {
  background: rgba(221, 216, 209, 0.2);
  color: #ddd8d1;
}

.timeline-carousel .current .item .item-inner {
  background: #ddd8d1;
  color: #383731;
}

.timeline-carousel .current .item::before {
  left: 0;
  width: 100%;
  opacity: 1;
}

.timeline-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid #5f5c57;
  font-family: 'pt_sans_narrowregular', Arial, sans-serif;
}

.timeline-box .tml-elem {
  min-height: 50px;
}

.timeline-box .tml-elem a {
  color: #5E5D60;
  text-transform: uppercase;
  font-size: 12px;
  text-decoration: none;
  display: block;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.timeline-box .tml-elem a:hover,
.timeline-box .tml-elem a:focus {
  background: transparent;
  color: #fff;
  text-decoration: none;
}

.timeline-box .timeline-past {
  float: left;
}

.timeline-box .timeline-future,
.timeline-box .timeline-present {
  float: right;
}

.timeline-box .timeline-past,
.timeline-box .timeline-future {
  text-align: center;
  width: 18.75%;
}

.timeline-box .timeline-past a,
.timeline-box .timeline-future a {
  padding-top: 30px;
  min-height: 50px;
  font-family: 'pt_sans_narrowregular', Arial, sans-serif;
}

.timeline-box .timeline-present {
  background: rgba(255, 255, 255, 0.05);
  width: 62.5%;
  border-left: 1px solid #5f5c57;
  border-right: 1px solid #5f5c57;
}

.timeline-box .timeline-present .owl-stage-outer {
  overflow: visible;
}

.timeline-box .present-text {
  text-align: center;
  padding-top: 5px;
  padding-bottom: 3px;
}

.timeline-box .tooltip .tooltip-inner {
  background-color: #ddd8d1;
  color: #35342f;
  font-size: 14px;
  max-width: 400px;
  padding: 6px 15px;
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'pt_sans_narrowregular', Arial, sans-serif;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.timeline-box .tooltip .tooltip-arrow {
  border-top-color: #ddd8d1;
}

.timeline-carousel:not(.owl-carousel) {
  display: table;
  width: 100%;
}

.timeline-carousel:not(.owl-carousel) .item {
  display: table-cell;
}

.timeline-box .tml-elem.active>a,
.timeline-box .item.active>a {
  background: #ddd8d1;
  color: #35342f;
}

*:focus,
a:focus {
  outline: none;
}

html {
  min-height: 100%;
  position: relative;
}

body {
  height: 100%;
  min-height: 700px;
  margin-bottom: 50px;
}

body.custom-bg {
  background-color: #292621;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

body.custom-bg.bg-1 {
  background-image: url(../images/img/bg-1.jpg);
}

body.custom-bg.bg-2 {
  background-image: url(../images/img/bg-main.jpg);
}

body.custom-bg.bg-3 {
  background-image: url(../images/img/bg-3.jpg);
}

body.single-page {
  height: 100%;
  overflow: hidden;
}

.big,
.big2 {
  font-size: 24px;
  color: #ddd8d1;
  font-family: 'pt_serifregular', serif;
  line-height: 1.2;
  margin-bottom: 20px;
}

.big2 {
  font-size: 20px;
}

.img-content-wrap {
  border: 10px solid #f5f3f1;
  width: auto;
  margin: 25px auto;
  position: relative;
}

.img-content-wrap::before,
.img-content-wrap::after {
  position: absolute;
  content: "";
  display: block;
}

.img-content-wrap::before {
  background: url("../images/img/ugolok.png") no-repeat center center;
  background-color: transparent;
  width: 44px;
  height: 31px;
  right: -2px;
  bottom: -2px;
  z-index: 3;
}

.img-content-wrap::after {
  background: url("../images/img/skrep.png") no-repeat center center;
  background-color: transparent;
  width: 52px;
  height: 17px;
  right: -25px;
  bottom: 40px;
}

.img-content {
  padding-bottom: 70px;
}

.img-content .item-img {
  border: 10px solid #f5f3f1;
  width: auto;
  margin: 25px auto;
  position: relative;
  z-index: 2;
}

.img-content .item-img::before,
.img-content .item-img::after {
  position: absolute;
  content: "";
  display: block;
}

.img-content .item-img::before {
  background: url("../images/img/ugolok.png") no-repeat center center;
  background-color: transparent;
  width: 44px;
  height: 31px;
  right: -2px;
  bottom: -2px;
  z-index: 3;
}

.img-content .item-img::after {
  background: url("../images/img/skrep.png") no-repeat center center;
  background-color: transparent;
  width: 52px;
  height: 17px;
  right: -36px;
  bottom: 20px;
}

.img-content .item-caption {
  background: transparent url("../images/img/paper.png") no-repeat scroll center center / cover;
  background: url("../images/img/paper.png") no-repeat center bottom / 100% auto;
  background-color: transparent;
  bottom: 0;
  right: 0;
  height: 235px;
  padding: 140px 35px 0;
  position: absolute;
  z-index: 1;
  font-family: 'pt_serifregular', serif;
  font-size: 16px;
  color: #000000;
  width: 90%;
}

.owl-controls {
  text-align: center;
}

.owl-controls .owl-dots {
  display: inline-block;
}

.owl-controls .owl-dot {
  float: left;
}

.owl-controls .owl-dot span {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid transparent;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.owl-controls .owl-dot.active span {
  background: #a7a6a5;
  border-color: #a7a6a5;
}

.page-header {
  color: #DDD8D1;
  border: 0 none;
  font-family: 'pt_serifregular', serif;
  font-size: 50px;
}

.page-header>* {
  font-size: inherit;
}

.page-header.main-header {
  margin: 80px 0 20px;
}

.page-header.main-header .video-title {
  font-size: 30px;
}

.videoIframeWrap.videoFull {
  width: 100%;
  height: 100%;
  text-align: center;
  margin-top: 75px;
}

.videoIframeWrap.videoFull iframe {
  width: 1270px;
  height: 715px;
  max-width: 100%;
  max-height: 100%;
}

/*.videoIframeWrap {
    &.videoFull {
        width: 100%;
        height: 100%;
        text-align: center;
        margin-top: 75px;
        
        iframe {
            .size(1270px, 715px);
            max-width: 100%;
            max-height: 100%;   
            min-height: 710px;
            height: 95%;
        }
    }
}*/
@media (max-width: 980px) {

  body,
  .navbar,
  .projector-box {
    width: 980px !important;
  }
}

@media (max-width: 767px) {

  .navbar-header,
  .navbar-nav>li,
  .navbar-nav.menu {
    float: left;
  }

  .navbar-right {
    float: right;
  }

  .navbar-nav {
    margin: 0;
  }
}

body,
header,
main,
.container,
.container-fluid,
.timeline-box {
  min-width: 980px;
}

.scrollDown {
  background: url("../images/img/anchor-scrolldown.png") no-repeat center top;
  background-color: transparent;
  display: block;
  width: 20px;
  height: 30px;
}

.scrollDownWrap {
  position: fixed;
  left: 20px;
  bottom: 70px;
}

.scroll-pane {
  width: 100%;
  height: 560px;
  overflow-x: hidden;
  overflow-y: auto;
}

.scroll-pane-inner {
  width: 100%;
}

.jspHorizontalBar {
  display: none;
}

.jspVerticalBar {
  background: transparent;
  width: 10px;
  right: 30px;
}

.jspVerticalBar .jspCap {
  display: block;
}

.jspVerticalBar .jspCap.jspCapTop {
  background: url("../images/img/jspCapTop.png") no-repeat center bottom;
  background-color: transparent;
  height: 150px;
}

.jspVerticalBar .jspCap.jspCapBottom {
  background: url("../images/img/jspCapBottom.png") no-repeat center top;
  background-color: transparent;
  height: 90px;
}

.jspVerticalBar .jspTrack {
  background: url("../images/img/jspTrack.png") repeat-y center top;
  background-color: transparent;
}

.jspVerticalBar .jspDrag {
  background: url("../images/img/jspDrag.png") no-repeat center center;
  background-color: transparent;
  width: 26px;
  margin-left: -8px;
}

.fancybox-overlay {
  background: transparent;
}

.fancyVideo .fancybox-skin {
  /*.box-shadow(0px 0px 5px 4px #fff);*/
  /*.border-radius(15px);*/
}

.fancyVideo .fancybox-title-float-wrap {
  top: -5px;
  bottom: auto;
  margin-top: -50px;
  margin-bottom: 0;
}

.fancyVideo .fancybox-title-float-wrap .child {
  font-size: 30px;
  color: #ddd8d1;
  font-weight: normal;
  white-space: normal;
  font-family: 'pt_serifregular', serif;
}

.fancyVideo .fancybox-close::after {
  color: #a4a4af;
  content: "Закрыть";
  display: inline-block;
  font-size: 9px;
  margin-left: -8px;
  padding: 30px 0 0;
  text-transform: uppercase;
}

.fancyVideo .fancybox-close:hover {
  background-position: right center;
}

.fancyVideo .fancybox-close:hover::after {
  color: #ddd8d1;
}

.fancybox-overlay.videoParent {
  background-color: #000000;
}

.fancybox-overlay.videoParent .fancybox-inner {
  margin-top: 30px;
}

.fancybox-overlay.videoParent .fancybox-title-float-wrap {
  top: -15px;
}

.fancybox-overlay.videoParent .fancybox-title-float-wrap .child {
  padding: 2px 50px;
}

.fancyDoc .fancybox-skin {
  background: transparent;
}

.fancyDoc .fancybox-title-float-wrap {
  top: 60px;
  bottom: auto;
  height: 110px;
  width: 100%;
  left: 0;
  margin: 0;
}

.fancyDoc .fancybox-title-float-wrap::before,
.fancyDoc .fancybox-title-float-wrap::after {
  position: absolute;
  content: "";
}

.fancyDoc .fancybox-title-float-wrap::before {
  top: 5px;
  height: 110px;
  left: 0;
  width: 100%;
  /*.box-shadow(30px 50px 40px 28px rgba(0, 0, 0, 0.75) inset);*/
  -webkit-box-shadow: 30px 50px 30px 20px rgba(0, 0, 0, 0.75) inset;
  box-shadow: 30px 50px 30px 20px rgba(0, 0, 0, 0.75) inset;
  z-index: -1;
}

.fancyDoc .fancybox-title-float-wrap::after {
  background: url("../images/img/delo.png") no-repeat right top;
  background-color: transparent;
  width: 130px;
  height: 180px;
  top: -10px;
  left: 75px;
  z-index: -2;
}

.fancyDoc .fancybox-title-float-wrap .child {
  background: url("../images/img/paper4.png") no-repeat 285px top;
  background-color: transparent;
  font-size: 30px;
  padding: 28px 0 28px 400px;
  color: #ddd8d1;
  font-weight: normal;
  margin-right: 0;
  height: 80px;
  display: block;
  position: relative;
  text-align: left;
  z-index: 1;
  font-family: 'pt_serifregular', serif;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.fancyDoc .dossier-box {
  text-align: right;
}

.fancyDoc .text-box {
  text-align: left;
}

.fancyDoc .box {
  color: #ddd8d1;
  font-family: 'pt_serifregular', serif;
}

.fancyDoc .box * {
  color: inherit;
}

.fancyDoc .box p {
  margin-bottom: 0;
  font-size: 20px;
}

.fancyDoc .box p img {
  /*.box-shadow(0px 3px 7px 0px rgba(0, 0, 0, 0.7));*/
  /*.border-radius(3px);*/
}

.fancyDoc .box .scroll-pane {
  overflow-y: auto;
  overflow-x: hidden;
}

.fancyDoc .box .jspPane {
  max-width: 610px;
  width: 610px;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.fancyDoc .fancybox-close {
  right: 25px;
}

.fancyDoc .fancybox-inner {
  overflow: hidden !important;
}

.fancyDoc .jspVerticalBar {
  background: transparent;
  width: 10px;
  right: 30px;
}

.fancyDoc .jspVerticalBar .jspCap.jspCapTop {
  height: 180px;
}

.fancyDoc .jspVerticalBar .jspCap.jspCapBottom {
  height: 140px;
}

.dossier-img-wrap {
  padding: 150px 0;
}

.fancybox-overlay.docParent {
  background: transparent;
}

.fancybox-overlay.docParent .fancybox-title-float-wrap::after {
  background: url("../images/img/delo.png") no-repeat right top;
  background-color: transparent;
  width: 130px;
  height: 180px;
  top: -10px;
  left: 75px;
  z-index: -2;
}

.section-dossier {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease 0s;
  transition: opacity 0.4s ease 0s;
}

.fancybox-window-open .section-dossier {
  opacity: 0;
}

.fancybox-close {
  background: url("../images/img/close.png") no-repeat left center;
  background-color: transparent;
  top: 85px;
  right: 50px;
  width: 26px;
  height: 26px;
  position: fixed;
  z-index: 9991;
}

.fancybox-lock .fancybox-overlay {
  overflow: hidden;
}

.fancyVideo .fancybox-image,
.fancyVideo .fancybox-iframe,
.fancyVideo iframe {
  height: 100%;
  width: 100%;
  max-height: 100%;
  max-width: 100%;
}

.fancyVideo .fancybox-error,
.fancyVideo .videoIframeWrap {
  max-height: 100%;
  max-width: 100%;
}

/*.fancybox-overlay.docParent {
    background: #000;
}*/
.fancyDoc .box .jspPane {
  max-width: 740px;
}

.fancybox-window-open article.section {
  opacity: 0;
}

.globus-page header nav {
  margin-bottom: 0;
}

.globus-page .gm-style-iw {
  background: url("../images/img/paper5.png") no-repeat center center;
  background-color: transparent;
  width: 324px !important;
  min-height: 346px !important;
  top: 15px !important;
  left: 0px !important;
  padding: 35px 42px 0;
}

.globus-page .gm-popover-content {
  color: #ddd8d1;
  font-family: 'pt_serifregular', serif;
  margin-bottom: 10px;
  /*        .iw-content {
            overflow-y: auto;
            overflow-x: hidden;
        }*/
}

.globus-page .gm-popover-content * {
  color: inherit;
  font-family: inherit;
}

.globus-page .gm-popover-content h2 {
  background-color: transparent;
  border-bottom: 2px solid #e4e4dc;
  padding-bottom: 15px;
  font-size: 20px;
  margin: 20px 0;
}

.globus-page .gm-popover-content p {
  font-size: 16px;
}

.globus-page .iw-subTitle {
  font-size: 16px;
  padding: 5px 0;
}

.globus-page .iw-bottom-gradient {
  position: absolute;
}

.main-present .fp-section {
  /*        background-attachment: fixed !important;*/
  opacity: 0;
  /*.transition(opacity 1s ease 0.5s);*/
}

.main-present .fp-section.customPrevIndex,
.main-present .fp-section.customNextIndex {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease 0s;
  transition: opacity 0.5s ease 0s;
}

.main-present .fp-section.active {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease 0.5s;
  transition: opacity 0.5s ease 0.5s;
}

.share-btn {
  position: fixed;
  bottom: 100px;
  right: 40px;
  z-index: 999;
}

.share-btn .share .dropdown>a {
  font-size: 28px;
  color: #9e9b99;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
  /*color: #6f6c69;*/
}

.share-btn .share .dropdown>a:hover,
.share-btn .share .dropdown>a:focus {
  color: #ddd8d1;
  text-decoration: none;
}

.share-btn .share .dropdown .dropdown-menu {
  background: #ddd8d1;
  /*                    min-width: 50px;
                    max-width: 50px;
                    width: 50px;*/
  left: auto;
  min-width: 136px;
  right: 0;
}

.share-btn .share .dropdown .dropdown-menu li {
  float: left;
}

.share-btn .share .dropdown .dropdown-menu li a {
  color: #67655f;
  font-size: 22px;
  line-height: 1;
  padding: 6px 12px;
  text-align: center;
}

.share-btn .share .dropdown .dropdown-menu li a:hover,
.share-btn .share .dropdown .dropdown-menu li a:focus {
  background: transparent;
  color: #35342f;
}

/*.docParent {
    & {
        background: #000;
    }
    .fancybox-title {
        &::after {
            content: none;
        }
        .child {
            background: transparent;
        }
    }
    .text-box {
        & {

        }
        .scroll-pane-inner {
            padding: 75px 0 50px;
        }
    }
}*/
.dl-wrap {
  font-size: 20px;
  margin: 80px 0;
  font-family: 'pt_serifregular', serif;
  color: #ddd8d1;
}

.dl-wrap .text-left {
  color: inherit;
}

.dl-wrap .text-right,
.dl-wrap p {
  /*color: #0C0C0C;*/
  opacity: 0.8;
}

.dl-row {
  margin-bottom: 25px;
}

.section-projector {
  /*    position: relative;
    padding: 70px 0;*/
}

.gm-popover-content .fancybox-close {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 1;
}

.close-icon-fixed {
  top: 85px;
  right: 50px;
  position: fixed;
  z-index: 9991;
}

.close-icon-fixed a {
  background: url("../images/img/close.png") no-repeat left center;
  background-color: transparent;
  width: 26px;
  height: 26px;
  display: block;
}

.gallery-slider.dossier {
  margin: 20px auto;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9000;
}

.timeline-box {
  z-index: 9000;
}

.timeline-box .timeline-present {
  background: transparent;
}

header .navbar,
.timeline-box {
  background: rgba(0, 0, 0, 0.75);
}

body:not(.fullpage) {
  padding-top: 85px;
}

.ost-wrap {
  width: 630px;
  margin: 0 auto;

}

a.download-OST {
  display: block;
  width: 450px;
  height: 110px;
  margin-left: -5px;
  padding-left: 120px;
  background: url('../images/img/download-ost.png') no-repeat 0 center;
  font-size: 24px;
  color: #ddd8d1;
  font-family: 'pt_serifregular', serif;
  line-height: 110px;
  text-decoration: underline;
}