@import url('https://fonts.googleapis.com/css?family=PT+Serif:400,700|Roboto:300,400&subset=cyrillic');
html,
body {
  margin: 0;
  padding: 0;
}
body {
  font-family: Arial;
  font-size: 18px;
  line-height: 1.556;
  color: #2c2a2b;
}
@media all and (max-width: 640px) {
  body {
    font-size: 16px;
  }
}
a {
  text-decoration: none;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1,
h2,
h3 {
  text-transform: uppercase;
  font-family: "PT Serif", Sans-Serif;
  line-height: 1.24;
}
.wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding: 0 15px;
}
.wrap-text {
  max-width: 800px;
  margin: 0 auto;
}
.page-top {
  width: 100%;
  overflow: hidden;
  padding-top: 17px;
  padding-bottom: 20px;
  background: #584244;
  font-size: 24px;
  color: #fff;
}
.page-top ul {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1;
}
.page-top ul li {
  float: left;
}
.page-top ul a {
  color: #fff;
}
.page-top ul .divider {
  padding: 0 6px;
}
@media all and (max-width: 640px) {
  .page-top ul li {
    display: none;
    float: none;
  }
  .page-top ul li:last-child {
    display: block;
    text-align: center;
  }
}
h1 {
  margin: 78px 0 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 36px;
  letter-spacing: 0.1px;
  color: #584244;
}
@media all and (max-width: 640px) {
  h1 {
    margin-top: 30px;
    font-size: 18px !important;
  }
  h1 span {
    display: none;
  }
}
.logo {
  margin: 30px 0;
}
.fw-image {
  position: relative;
  height: 556px;
}
.fw-image .image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center center;
  background-size: cover;
}
@media all and (max-width: 640px) {
  .fw-image {
    height: 250px !important;
  }
  .fw-image.king-size {
    height: 400px !important;
  }
}
.lead {
  margin: 25px 0 20px !important;
  text-align: center;
  font-size: 24px;
  font-weight: 300;
}
@media all and (max-width: 640px) {
  .lead {
    font-size: 18px;
  }
}
h2,
h3 {
  margin: 54px 0 20px;
  font-size: 29px;
  font-weight: 300;
}
@media all and (max-width: 640px) {
  h2,
  h3 {
    font-size: 28px;
    text-align: center;
  }
}
.double-col {
  display: flex;
  justify-content: space-between;
}
.double-col .col {
  width: 50%;
}
.double-col .col:first-child {
  margin-right: 20px;
}
@media all and (max-width: 640px) {
  .double-col {
    flex-direction: column;
    margin: 0 -15px;
  }
  .double-col .col {
    width: auto;
  }
  .double-col .col:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
p.wrap-text {
  margin-top: 20px;
  margin-bottom: 20px;
}
.std-image {
  position: relative;
  height: 367px;
}
.std-image .image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center center;
  background-size: cover;
}
.std-image a {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  cursor: pointer;
}
@media all and (max-width: 640px) {
  .std-image {
    height: 250px !important;
  }
}
.styled-font {
  margin: 0;
  font-family: "PT Serif", Sans-Serif;
  font-size: 22px;
  letter-spacing: 1px;
}
.styled-font span {
  display: inline-block;
  margin-bottom: 7px;
  padding: 0 10px;
  background: #584244;
  color: #fff;
}
@media all and (max-width: 640px) {
  .styled-font {
    padding: 15px;
    background: #584244;
    font-size: 16px;
    text-align: center;
    margin-top: -20px;
  }
  .styled-font.text-right {
    margin-top: 0;
    margin-bottom: -20px;
  }
  .styled-font span {
    display: inline;
    margin-bottom: 0;
    padding: 0;
  }
}
.bgs {
  overflow: hidden;
  height: 350px;
  margin-bottom: 28px;
  background-position: center center;
  font-size: 0;
}
.bgs:hover .in {
  animation-play-state: paused !important;
}
.bgs .bg {
  position: absolute;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.bgs .bg img {
  display: inline-block;
}
.bgs .bg .in {
  animation: scroll linear 40s infinite;
}
.bg-pos-center-top {
  background-position: center top !important;
}
.bg-pos-center-bottom {
  background-position: center bottom !important;
}
.max-width-slider {
  max-width: 100%;
  overflow: hidden;
  font-size: 0;
}
.max-width-slider .inner {
  white-space: nowrap;
}
.max-width-slider .item {
  position: relative;
  width: 20%;
  display: inline-block;
}
.max-width-slider .item a {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.max-width-slider .cursor-wrapper {
  box-sizing: border-box;
  position: relative;
  max-width: 800px;
  margin: 30px auto;
  padding: 0;
  height: 4px;
  background: #B6B2B3;
}
.max-width-slider .cursor-wrapper .cursor {
  position: absolute;
  top: -8px;
  left: 0;
  width: 20px;
  height: 20px;
  background: #4E4242;
  cursor: w-resize;
}
@media all and (max-width: 640px) {
  .max-width-slider .item {
    width: 50%;
  }
}
.image-bg-item {
  position: relative;
  width: 100%;
}
.image-bg-item .image-bg-inner {
  overflow: hidden;
}
.image-bg-item .image-bg-inner.bg-6 {
  padding-top: 60%;
}
.image-bg-item .image-bg {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.king-size {
  height: 910px;
}
.size-2 {
  height: 800px;
}
.size-3 {
  height: 400px;
}
@keyframes scroll {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(-2000px, 0);
  }
}
.image-source-link {
  color: #98C3D1;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
.share-wrapper {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 60px;
  padding: 15px;
  opacity: .6;
  transition: all ease .4s;
}
.share-wrapper:hover {
  opacity: 1;
}
.share-wrapper .ya-share2__container_size_m .ya-share2__icon {
  width: 30px;
  height: 30px;
}
.share-wrapper .ya-share2__container_size_m .ya-share2__counter {
  line-height: 30px;
}
.share-wrapper .ya-share2__item {
  margin-bottom: 5px !important;
}
.share-wrapper .ya-share2__item:last-child {
  margin-bottom: 0 !important;
}
@media all and (max-width: 640px) {
  .share-wrapper {
    opacity: 0;
    left: auto;
    right: -50px;
  }
  .share-wrapper.active {
    opacity: 1;
    right: 0;
  }
  .share-wrapper .ya-share2__counter {
    display: none;
  }
  .share-button-mobile {
    display: block;
    position: fixed;
    right: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
    padding: 15px;
    text-indent: -9999px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAABVElEQVRYR2NkoAw0A7X/BOIWco1hJFcjUB/I8hqo/joon2TjyHUAsuUwS8lyBDkOwGY5zBH1QEYTKcFAqgOQLW8FWlQNtQyZTZIjSHEAsuWlQIvnAPF7qAN4gXQOELdD+Q1AupGYkCDWAeiW9wANF0BzwBcgv4JURxDrgFlAg1OBGORzkOUggM0BIHGYI6YD2VmEQoFYB4DUuQLxLiQDcTkApMQdqvY/tRyAzRx8DiBkL1ye2BAYdQBNQ+AQ0HQjIiPtFFCdE4FcQJJ5oDRwBoiNiXTASaA6CwIOIMk8ZAeASrK9BBzyHSj/kIAD5IHynATMcQPKTwTik8gOCAQKbCAyJEDKKMmGIUD9q0cdMBoCoyEw5EOAC+iDadByIx1Ig/oHxAKqlAPEWoZN3agDBmcIpAAjayclEUuCXi+g2pno2ZAE/VRTCq6OTwCxCdWMJM2gEwAHZIfrxAvHcwAAAABJRU5ErkJggg==) center center no-repeat;
    opacity: .2;
  }
}
@media all and (min-width: 641px) {
  .share-button-mobile {
    display: none;
  }
}
.site--wrapper {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1200px !important;
  padding: 0 15px !important;
}
#site_header {
  overflow: hidden;
}
