@import url('https://fonts.googleapis.com/css?family=Cormorant+SC|Playfair+Display:400,700|Roboto&subset=cyrillic');
body,
html {
  font-size: 10px;
}
@media (max-width: 767px) {
  body,
  html {
    font-size: 6px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  body,
  html {
    font-size: 7px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  body,
  html {
    font-size: 8px;
  }
}
body.node-type-storytelling {
  background-color: white;
  color: #111111;
}
.richard-body {
  background: url(../img/richard/bg.png) repeat;
}
@media (min-width: 1200px) {
  .rasporka {
    background-color: white;
    height: 70px;
    width: 100%;
  }
}
#header {
  background: rgba(255, 255, 255, 0.85);
  height: 70px;
  z-index: 100;
}
@media (min-width: 1200px) {
  #header {
    position: fixed;
    top: 0;
    width: 100%;
  }
  #header.fixedMenu {
    height: 50px;
    transition: all 0.5s ease-in;
  }
  #header.fixedMenu .header-nav {
    padding: 0;
    height: 50px;
    transition: all 0.5s ease-in;
  }
  #header.fixedMenu .backtosite img {
    transform: scale(0.8);
    transition: transform 0.5s ease-in;
  }
}
#header .backtosite {
  float: left;
  width: 50px;
}
@media (max-width: 767px) {
  #header .backtosite {
    margin-left: 60px;
  }
}
#header .totoplink {
  float: left;
  margin-right: 10px;
  width: 86px;
}
#header .header-nav {
  padding: 10px 0;
  height: 70px;
}
.sandwich-wrap {
  background-color: white;
  border-radius: 4px;
  cursor: pointer;
  width: 40px;
  height: 36px;
  line-height: 36px;
  padding: 0 5px;
  position: fixed;
  left: 5px;
  z-index: 500;
  margin: 4px 20px 0 0;
}
.sandwich-wrap.mobile-toggle .toggle-btn {
  visibility: hidden;
}
.sandwich-wrap.mobile-toggle .toggle-btn:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: 0;
  visibility: visible;
}
.sandwich-wrap.mobile-toggle .toggle-btn:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  top: 0;
  visibility: visible;
}
.sandwich-wrap .toggle-btn {
  background-color: #898989;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  position: relative;
}
.sandwich-wrap .toggle-btn:before,
.sandwich-wrap .toggle-btn:after {
  background-color: #898989;
  content: "";
  display: inline-block;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  position: absolute;
  left: 0;
  transition: transform .2s,top .2s;
  -webkit-transition: transform .2s,top .2s;
}
.sandwich-wrap .toggle-btn:before {
  top: -10px;
}
.sandwich-wrap .toggle-btn:after {
  bottom: -10px;
}
#menu {
  float: left;
  padding: 11px 0 9px 0;
}
@media (max-width: 1200px) {
  #menu {
    display: none;
  }
}
#menu.menu-mobile {
  position: fixed;
  padding-top: 70px;
  top: 0;
  left: 0;
  z-index: 400;
  height: 100%;
  background-color: rgba(246, 246, 246, 0.9);
  display: block;
  text-align: center;
}
#menu.menu-mobile li {
  display: block;
  margin: 0 10px;
}
#menu.menu-mobile li a {
  color: #363636;
  font-size: 14px;
  padding: 10px 10px;
}
#menu li {
  display: inline-block;
  list-style: none;
}
#menu li a {
  color: #555555;
  border-radius: 20px;
  display: inline-block;
  font-size: 11px;
  font-family: 'Roboto', sans-serif;
  padding: 6px 8px 5px;
  text-transform: uppercase;
  transition: 0.5s ease-in;
}
#menu li a.active {
  background-color: #ebebeb;
  color: #363636;
}
#menu li a:hover {
  background-color: #ebebeb;
  text-decoration: none;
}
@-webkit-keyframes scroll-arrow {
  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: .3;
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    opacity: 1;
  }
}
@keyframes scroll-arrow {
  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: .3;
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    opacity: 1;
  }
}
.main-photo {
  background: url(../img/richard/main-photo.png) no-repeat top center;
  background-size: cover;
  color: white;
  height: 824px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .main-photo {
    height: 650px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .main-photo {
    height: 650px;
  }
}
@media (max-width: 767px) {
  .main-photo {
    height: 503px;
  }
}
@media (max-width: 450px) {
  .main-photo {
    height: 300px;
  }
}
.main-photo .container {
  position: relative;
  height: 100%;
  text-align: center;
}
.main-photo .main-title-block {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.main-photo .title-common {
  font-size: 20px;
}
.main-photo .title-main {
  font-family: 'Cormorant SC', serif;
  font-size: 5.0rem;
  max-width: 576px;
}
.main-photo .mouse-block {
  position: absolute;
  bottom: 50px;
  left: 50%;
  width: 34px;
  margin-left: -17px;
  text-align: center;
}
@media (max-width: 767px) {
  .main-photo .mouse-block {
    display: none;
  }
}
.main-photo .mouse-block .mouse {
  background: url(../img/richard/mouse.png) no-repeat;
  height: 60px;
  width: 34px;
}
.main-photo .mouse-block .mouse-arrow {
  background: url(../img/richard/mouse-arrow.png) no-repeat center;
  height: 16px;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 34px;
  -webkit-animation: scroll-arrow 1s infinite;
  animation: scroll-arrow 1s infinite;
}
.introduction {
  font-size: 18px;
  font-family: 'Playfair Display', serif;
  line-height: 1.6;
  padding: 50px 50px 40px 50px;
  text-align: center;
}
@media (max-width: 767px) {
  .introduction {
    padding: 30px 10px 20px 10px;
  }
}
.element-1 {
  background: url(../img/richard/element_1.png) no-repeat;
  height: 19px;
  width: 266px;
  margin: 20px auto 10px;
}
.element-2 {
  background: url(../img/richard/element_2.png) no-repeat;
  height: 8px;
  width: 46px;
  margin: 20px 0 20px;
}
.element-3 {
  background: url(../img/richard/element_3.png) no-repeat;
  height: 5px;
  width: 28px;
  margin: 10px auto 10px;
}
.element-4 {
  background: url(../img/richard/element_4.png) no-repeat;
  height: 52px;
  width: 507px;
  margin: 20px auto 20px;
}
@media (max-width: 767px) {
  .element-4 {
    background-size: contain;
    height: 30px;
    width: 300px;
  }
}
.right-remark {
  float: right;
  margin-left: 30px;
  font-size: 12px;
  width: 120px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .right-remark {
    float: none;
    margin-left: 0px;
    width: 100%;
  }
  .right-remark img {
    float: left;
    margin-right: 15px;
    margin-bottom: 5px;
  }
  .right-remark .clearfloat {
    clear: left;
  }
}
.right-remark--isaak {
  margin-top: 300px;
}
.right-remark--limassol {
  margin-top: 60px;
}
.right-remark--museum {
  margin-top: 120px;
}
.right-remark img {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .right-remark {
    margin-top: 15px;
  }
}
.center-m-right {
  margin-right: 150px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .center-m-right {
    margin-right: 0px;
  }
}
.cherchil-photo {
  overflow: hidden;
}
.cherchil-photo img {
  float: left;
  margin-right: 10px;
}
.cherchil-photo .label {
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  display: inline-block;
  text-decoration: underline;
  width: 77px;
  margin-top: 10px;
}
.cherchil-rech {
  font-size: 2.2rem;
  font-family: 'Playfair Display', serif;
  line-height: 1.6;
  font-style: italic;
}
@media (max-width: 767px) {
  .cherchil-rech {
    font-size: 18px;
    line-height: 1.4;
  }
}
.commont-text {
  font-size: 16px;
  font-family: 'Playfair Display', serif;
}
.commont-text p {
  line-height: 1.625;
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  .commont-text.commont-text-lg-1 {
    padding-left: 10px;
  }
}
.chapter-title {
  font-weight: bold;
  font-size: 2.4rem;
  margin: 20px 0;
}
@media (max-width: 767px) {
  .chapter-title {
    font-size: 2.8rem;
  }
}
.cap {
  float: left;
  margin: 0 5px 1px 0;
  text-indent: -300px;
  overflow: hidden;
  height: 86px;
  width: 68px;
}
.cap.cap_k {
  background: url(../img/richard/k.png) no-repeat;
}
.cap.cap_v {
  background: url(../img/richard/v.png) no-repeat;
}
.cap.cap_n {
  background: url(../img/richard/n.png) no-repeat;
}
.cap.cap_d {
  background: url(../img/richard/d.png) no-repeat;
}
.cap.cap_p {
  background: url(../img/richard/p.png) no-repeat;
}
.col-kadry {
  text-align: right;
}
@media (max-width: 767px) {
  .col-kadry {
    text-align: center;
  }
}
.img-kadr {
  display: block;
  float: right;
  margin-top: 20px;
  max-width: 402px;
}
.img-kadr-1 {
  margin-left: 30px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .img-kadr {
    max-width: 310px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .img-kadr {
    max-width: 250px;
  }
}
@media (max-width: 767px) {
  .img-kadr {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 450px) {
  .img-kadr {
    max-width: 350px;
  }
}
.vrezka {
  color: #363636;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 10px 0;
  padding: 30px 0;
  max-width: 600px;
  position: relative;
}
.vrezka:before,
.vrezka:after {
  content: "";
  position: absolute;
  background: url(../img/richard/element_2.png) no-repeat;
  height: 8px;
  width: 46px;
  left: 0;
}
.vrezka:before {
  top: 0;
}
.vrezka:after {
  bottom: 0;
}
.section-animation-1,
.section-animation-2 {
  position: relative;
}
.vsadnik-animation {
  overflow: hidden;
  position: relative;
  width: 118px;
}
.vsadnik-animation-1 {
  background: url(../img/richard/p_tropa_1.png) no-repeat center 90px;
  height: 1000px;
}
.vsadnik-animation-2 {
  background: url(../img/richard/p_tropa_2.png) no-repeat center 110px;
  height: 1000px;
}
.vsadnik-animation div {
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
}
.vsadnik-animation .vsadnik {
  background-image: url(../img/richard/vsadnik.png);
  height: 114px;
  width: 109px;
  left: 0;
  top: 0;
  z-index: 20;
  opacity: 0;
}
.vsadnik-animation .p_holmy {
  background-image: url(../img/richard/p_holmy.png);
  height: 22px;
  width: 65px;
  left: 50px;
  top: 540px;
  z-index: 0;
}
.vsadnik-animation .p_kamen {
  background-image: url(../img/richard/p_kamen.png);
  height: 59px;
  width: 66px;
  left: 0;
  top: 680px;
  z-index: 2;
}
.vsadnik-animation .p_kust {
  background-image: url(../img/richard/p_kust.png);
  height: 36px;
  width: 72px;
  left: 10px;
  top: 250px;
  z-index: 0;
}
.vsadnik-animation .p_palma_1 {
  background-image: url(../img/richard/p_palma_1.png);
  height: 57px;
  width: 45px;
  left: 65px;
  top: 130px;
  z-index: 0;
}
.vsadnik-animation .p_palma_2 {
  background-image: url(../img/richard/p_palma_2.png);
  height: 47px;
  width: 26px;
  left: 80px;
  top: 200px;
  z-index: 0;
}
.vsadnik-animation .p_palmy {
  background-image: url(../img/richard/p_palmy.png);
  height: 63px;
  width: 44px;
  left: 10px;
  top: 450px;
  z-index: 0;
}
.vsadnik-animation .point_1 {
  background-image: url(../img/richard/p_tochka.png);
  transition: all 0.5s ease;
  height: 114px;
  width: 114px;
  left: 0;
  top: 0;
  z-index: 10;
}
.vsadnik-animation .point_1.opened {
  background-image: url(../img/richard/point_1.png);
  z-index: 30;
}
.vsadnik-animation .point_2 {
  background-image: url(../img/richard/point_2.png);
  height: 118px;
  width: 118px;
  left: 0;
  top: 280px;
  z-index: 30;
}
.vsadnik-animation .point_2_1 {
  height: 118px;
  width: 118px;
  left: 0;
  top: 280px;
  z-index: 10;
}
.vsadnik-animation .point_3 {
  background-image: url(../img/richard/point_3.png);
  height: 118px;
  width: 118px;
  left: 0;
  top: 580px;
  z-index: 30;
}
.vsadnik-animation .point_3_1 {
  height: 116px;
  width: 116px;
  left: 0;
  top: 580px;
  z-index: 10;
}
.vsadnik-animation .point_4 {
  background-image: url(../img/richard/point_4.png);
  height: 141px;
  width: 119px;
  left: 0;
  top: 850px;
  z-index: 40;
}
.vsadnik-animation .point_5 {
  background-image: url(../img/richard/point_5.png);
  height: 129px;
  width: 118px;
  left: 0;
  top: 0;
  z-index: 30;
}
.vsadnik-animation .point_6 {
  background-image: url(../img/richard/point_6.png);
  height: 118px;
  width: 118px;
  left: 0;
  top: 280px;
  z-index: 30;
}
.vsadnik-animation .point_6_1 {
  height: 118px;
  width: 118px;
  left: 0;
  top: 280px;
  z-index: 0;
}
.vsadnik-animation .point_7 {
  background-image: url(../img/richard/point_7.png);
  height: 118px;
  width: 118px;
  left: 0;
  top: 580px;
  z-index: 30;
}
.vsadnik-animation .point_7_1 {
  height: 118px;
  width: 118px;
  left: 0;
  top: 580px;
  z-index: 0;
}
.vsadnik-animation .point_8 {
  background-image: url(../img/richard/point_8.png);
  height: 118px;
  width: 118px;
  left: 0;
  top: 850px;
  z-index: 30;
}
.vsadnik-animation .point_8_1 {
  height: 118px;
  width: 118px;
  left: 0;
  top: 850px;
  z-index: 0;
}
.vsadnik-animation .tochka {
  background-image: url(../img/richard/p_tochka.png);
}
.big-center-image {
  margin-bottom: 30px;
}
.snoska {
  border: 1px solid #000;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 400;
  font-style: italic;
  text-align: center;
  padding: 20px;
  max-width: 235px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .snoska {
    padding: 15px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .snoska {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .snoska {
    max-width: 100%;
    margin-bottom: 20px;
    font-size: 14px;
  }
}
.snoska--big {
  max-width: 390px;
  font-size: 16px;
  text-align: left;
  margin: 30px 0;
}
.snoska--commont-text {
  border: 1px solid #000;
  border-radius: 10px;
  padding: 15px 20px;
  line-height: 1.5;
  margin-left: 125px;
  margin-top: 60px;
}
.petuhova {
  float: left;
  margin-top: 70px;
}
.h3-title {
  font-size: 24px;
  font-weight: 600;
  margin: 10px 0 10px 0;
}
@media (max-width: 767px) {
  .h3-title {
    font-size: 18px;
  }
}
.song-block {
  margin: 60px 0;
}
.song-block p {
  font-size: 18px;
  font-style: italic;
}
.h4-title {
  font-size: 24px;
  font-style: italic;
  margin: 5px 0 15px 0;
}
@media (max-width: 767px) {
  .h4-title {
    font-size: 18px;
  }
}
figcaption {
  position: relative;
  font-size: 12px;
  padding: 10px 0 20px;
  clear: right;
}
figcaption:after {
  content: "";
  background-color: #e1e1e1;
  height: 3px;
  width: 40px;
  position: absolute;
  left: 0;
  bottom: 10px;
}
.video-block {
  position: relative;
  margin-bottom: 60px;
  overflow: hidden;
}
.video-block .bgvideo {
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  z-index: -9999;
}
@media (min-width: 1200px) {
  .col-sm-nopadding {
    padding-left: 0;
  }
}
.two-photo {
  min-height: 266px;
}
.infografika {
  font-family: 'Roboto', serif;
  font-size: 7.0rem;
  margin: 2.5rem;
  text-align: center;
}
@media (max-width: 450px) {
  .hidden-xxs {
    display: none;
  }
}
.section-end {
  border-bottom: 6px solid #f3f3f3;
}
.section-end .end-uzor {
  background: url(../img/richard/element_5.png) no-repeat center top;
  height: 70px;
  clear: both;
  margin-top: 20px;
}
.richard-bg {
  background: url(../img/richard/Rich.png) no-repeat right top;
  background-size: contain;
  height: 834px;
  margin-top: -40px;
  padding-top: 50px;
  position: relative;
  z-index: 30;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .richard-bg {
    height: 734px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .richard-bg {
    height: 634px;
  }
}
@media (max-width: 767px) {
  .richard-bg {
    background: none;
    height: auto;
  }
}
#admin-menu {
  display: none;
}
.unpublished {
  color: red;
  position: fixed;
  top: 50px;
  z-index: 1000;
  right: 20px;
  font-size: 30px;
}
body.section-storytelling.admin-menu-with-shortcuts,
body.section-storytelling.admin-menu {
  margin-top: 0px !important;
}
.author {
  font-family: 'Playfair Display', serif;
  font-size: 15px;
  color: #888;
  margin-bottom: 20px;
}
.article_photo {
  font-size: 14px;
  color: #888;
  margin-bottom: 20px;
}
