.fancybox-infobar,
.fancybox-slide--image .fancybox-content {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

*,
.fancybox-container,
.fancybox-thumbs,
.fancybox-thumbs>ul>li,
.horizonatl-scroll__wrapper {
  -webkit-tap-highlight-color: transparent;
}

body,
html {
  min-height: 100%;
}

.swiper-container-multirow-column>.swiper-wrapper,
.swiper-container-vertical>.swiper-wrapper,
body {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

.btn-circle,
button,
select {
  text-transform: none;
}

.btn-circle:before,
.fancybox-caption:after,
.fancybox-caption:before,
.fancybox-navigation .fancybox-button:after,
.fancybox-slide:before,
.fancybox-thumbs>ul>li:before {
  content: "";
}

.h1,
.h3,
h1,
h3 {
  font-style: normal;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute!important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 102;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #3A3A3F;
  opacity: 0;
  -webkit-transition-duration: inherit;
  -o-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(.47,0,.74,.71);
  -o-transition-timing-function: cubic-bezier(.47,0,.74,.71);
  transition-timing-function: cubic-bezier(.47,0,.74,.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .5;
  -webkit-transition-timing-function: cubic-bezier(.22,.61,.36,1);
  -o-transition-timing-function: cubic-bezier(.22,.61,.36,1);
  transition-timing-function: cubic-bezier(.22,.61,.36,1);
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s,visibility 0s linear .25s;
  -o-transition: opacity .25s,visibility 0s linear .25s;
  transition: opacity .25s,visibility 0s linear .25s;
  visibility: hidden;
  z-index: 107;
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  -webkit-transition: opacity .25s,visibility 0s;
  -o-transition: opacity .25s,visibility 0s;
  transition: opacity .25s,visibility 0s;
  visibility: visible;
}

.fancybox-infobar {
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  -webkit-touch-callout: none;
  user-select: none;
}

.btn-circle--type-2 .btn-circle__text,
.btn-circle--type-3 .btn-circle__icon,
.btn-circle--type-3 .btn-circle__text,
.btn-circle--type-4 .btn-circle__icon,
.btn-circle--type-4 .btn-circle__text {
  mix-blend-mode: normal;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  z-index: 104;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity,-webkit-transform;
  -o-transition-property: transform,opacity;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 104;
}

.fancybox-slide:before {
  display: inline-block;
  height: 100%;
  margin-right: -.25em;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}

.fancybox-slide--next {
  z-index: 105;
}

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px 6px 0;
}

.fancybox-slide--iframe {
  padding: 44px 44px 0;
}

.fancybox-container .fancybox-content {
  display: inline-block;
  overflow: visible;
  position: relative;
  vertical-align: middle;
}

.fancybox-button,
.fancybox-iframe {
  vertical-align: top;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(.5,0,.14,1);
  animation-timing-function: cubic-bezier(.5,0,.14,1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition-property: opacity,-webkit-transform;
  -o-transition-property: transform,opacity;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  user-select: none;
  z-index: 105;
}

.fancybox-image,
.fancybox-share__button,
.fancybox-spaceball {
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: 0 0;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  user-select: none;
  width: 100%;
}

.fancybox-image {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: auto;
  bottom: 0;
  right: 0;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: -webkit-calc(100% - 44px);
  height: calc(100% - 44px);
  margin-bottom: 44px;
}

.fancybox-iframe,
.fancybox-video {
  background: 0 0;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30,30,30,.6);
  border: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: 0;
  padding: 10px;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
  width: 44px;
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff;
}

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
}

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision;
}

.fancybox-button--pause svg path:nth-child(1),
.fancybox-button--play svg path:nth-child(2),
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small,
.fancybox-slide--iframe .fancybox-slide--image .fancybox-slide--video .fancybox-is-scaling .fancybox-close-small {
  display: none;
}

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
  fill: currentColor;
}

.fancybox-button--share svg path {
  stroke-width: 1;
}

.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px;
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  -webkit-transition: opacity .25s,visibility 0s,color .25s;
  -o-transition: opacity .25s,visibility 0s,color .25s;
  transition: opacity .25s,visibility 0s,color .25s;
}

.fancybox-navigation .fancybox-button:after {
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px;
}

.fancybox-close-small {
  background: 0 0;
  border: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 100;
}

.fancybox-close-small:focus {
  outline: 0;
}

.fancybox-slide--iframe .fancybox-close-small,
.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px;
}

.fancybox-caption {
  bottom: 0;
  left: 0;
  padding: 25px 44px;
  right: 0;
}

.fancybox-caption:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  -webkit-background-size: contain;
  background-size: contain;
  bottom: 0;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1;
}

.fancybox-caption:after {
  border-bottom: 1px solid rgba(255,255,255,.3);
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-share__button,
.fancybox-share__button:hover,
.typography a:not([class]),
a {
  text-decoration: none;
}

.fancybox-loading {
  -webkit-animation: a .8s infinite linear;
  animation: a .8s infinite linear;
  background: 0 0;
  border: 6px solid rgba(99,99,99,.5);
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 109;
}

@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes a {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0,0,.25,1);
  -o-transition-timing-function: cubic-bezier(0,0,.25,1);
  transition-timing-function: cubic-bezier(0,0,.25,1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(.19,1,.22,1);
  -o-transition-timing-function: cubic-bezier(.19,1,.22,1);
  transition-timing-function: cubic-bezier(.19,1,.22,1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5,1.5,1.5);
  transform: scale3d(1.5,1.5,1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(.5,.5,.5);
  transform: scale3d(.5,.5,.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
  -ms-transform: rotate(-1turn);
  transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
  -ms-transform: rotate(1turn);
  transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0,0,0) translate3d(-100%,0,0);
  transform: scale3d(0,0,0) translate3d(-100%,0,0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0,0,0) translate3d(100%,0,0);
  transform: scale3d(0,0,0) translate3d(100%,0,0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%,0,0) scale(.1) skew(-10deg);
  transform: translate3d(-100%,0,0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%,0,0) scale(.1) skew(10deg);
  transform: translate3d(100%,0,0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}

.fancybox-share {
  background: #f4f4f4;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: 0 0;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: 0;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  top: 0;
  width: 212px;
  z-index: 105;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs>ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x>ul {
  overflow: hidden;
}

.fancybox-thumbs-y>ul::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y>ul::-webkit-scrollbar-track {
  background: #fff;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  box-shadow: inset 0 0 6px rgba(0,0,0,.3);
}

.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.fancybox-thumbs-loading {
  background: rgba(0,0,0,.1);
}

.fancybox-thumbs>ul>li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: -webkit-calc(100% - 8px);
  max-height: calc(100% - 8px);
  max-width: -webkit-calc(50% - 4px);
  max-width: calc(50% - 4px);
  outline: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100px;
  background-position: 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.swiper-slide,
.swiper-wrapper {
  height: 100%;
  position: relative;
  width: 100%;
}

.fancybox-thumbs>ul>li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all .2s cubic-bezier(.25,.46,.45,.94);
  -o-transition: all .2s cubic-bezier(.25,.46,.45,.94);
  transition: all .2s cubic-bezier(.25,.46,.45,.94);
  z-index: 101;
}

.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1;
}

@font-face {
  font-family: swiper-icons;
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
  --swiper-navigation-size: 44px;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-vertical>.swiper-wrapper {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

*,
.swiper-lazy-preloader {
  -webkit-box-sizing: border-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.swiper-container-multirow>.swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-multirow-column>.swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-container-free-mode>.swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height,-webkit-transform;
  -o-transition-property: transform,height;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
  background-image: -webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
  background-image: -o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
  background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
  background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
  background-image: -o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
  background-image: linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
  background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
  background-image: -o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
  background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
  background-image: -webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
  background-image: -o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
  background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
}

.swiper-container-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
  -webkit-scroll-snap-type: x mandatory;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
  -webkit-scroll-snap-type: y mandatory;
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: -webkit-calc(var(--swiper-navigation-size)/ 44 * 27);
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: -webkit-calc(-1 * var(--swiper-navigation-size)/ 2);
  margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--swiper-navigation-color,var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  -o-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(.33);
  -ms-transform: scale(.33);
  transform: scale(.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(.66);
  -ms-transform: scale(.66);
  transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(.33);
  -ms-transform: scale(.33);
  transform: scale(.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(.66);
  -ms-transform: scale(.66);
  transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(.33);
  -ms-transform: scale(.33);
  transform: scale(.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-scrollbar-cursor-drag,
.swiper-slide-zoomed {
  cursor: move;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color,var(--swiper-theme-color));
}

.swiper-container-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0,-50%,0);
  transform: translate3d(0,-50%,0);
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s top,.2s -webkit-transform;
  -o-transition: .2s transform,.2s top;
  transition: .2s transform,.2s top;
  transition: .2s transform,.2s top,.2s -webkit-transform;
}

.swiper-pagination-lock,
.swiper-scrollbar-lock {
  display: none;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s left,.2s -webkit-transform;
  -o-transition: .2s transform,.2s left;
  transition: .2s transform,.2s left;
  transition: .2s transform,.2s left,.2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s right,.2s -webkit-transform;
  -o-transition: .2s transform,.2s right;
  transition: .2s transform,.2s right;
  transition: .2s transform,.2s right,.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0,0,0,.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color,var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-scrollbar {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0,0,0,.1);
}

.swiper-container-horizontal>.swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0,0,0,.5);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

img,
label {
  display: block;
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.hint,
button,
label {
  cursor: pointer;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide.swiper-slide-prev {
  opacity: 0!important;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@font-face {
  font-family: "Gill Sans";
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/GillSans/GillSansLightC.woff) format("woff"),url(../fonts/GillSans/GillSansLightC.woff2) format("woff2");
}

@font-face {
  font-family: "Gill Sans";
  font-style: italic;
  font-weight: 300;
  src: url(../fonts/GillSans/GillSansLightC-Italic.woff) format("woff"),url(../fonts/GillSans/GillSansLightC-Italic.woff2) format("woff2");
}

@font-face {
  font-family: "Gill Sans";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/GillSans/GillSansC.woff) format("woff"),url(../fonts/GillSans/GillSansC.woff2) format("woff2");
}

@font-face {
  font-family: "Gill Sans";
  font-style: italic;
  font-weight: 400;
  src: url(../fonts/GillSans/GillSansC-Italic.woff) format("woff"),url(../fonts/GillSans/GillSansC-Italic.woff2) format("woff2");
}

@font-face {
  font-family: "Gill Sans";
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/GillSans/GillSans-SemiBold.woff) format("woff"),url(../fonts/GillSans/GillSans-SemiBold.woff2) format("woff2");
}

@font-face {
  font-family: "Gill Sans";
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/GillSans/GillSansC-Bold.woff) format("woff"),url(../fonts/GillSans/GillSansC-Bold.woff2) format("woff2");
}

@font-face {
  font-family: "Gill Sans";
  font-style: italic;
  font-weight: 700;
  src: url(../fonts/GillSans/GillSansC-BoldItalic.woff) format("woff"),url(../fonts/GillSans/GillSansC-BoldItalic.woff2) format("woff2");
}

@font-face {
  font-family: "Gill Sans";
  font-style: normal;
  font-weight: 800;
  src: url(../fonts/GillSans/GillSansExtraBoldC.woff) format("woff"),url(../fonts/GillSans/GillSansExtraBoldC.woff2) format("woff2");
}

@font-face {
  font-family: NewBaskervilleExpOdC;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/NewBaskerville/NewBaskervilleExpOdC.woff) format("woff"),url(../fonts/NewBaskerville/NewBaskervilleExpOdC.woff2) format("woff2");
}

@font-face {
  font-family: NewBaskervilleExpOdC;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/NewBaskerville/NewBaskervilleExpOdC-Bold.woff) format("woff"),url(../fonts/NewBaskerville/NewBaskervilleExpOdC-Bold.woff2) format("woff2");
}

@font-face {
  font-family: NewBaskervilleExpOdC;
  font-style: italic;
  font-weight: 700;
  src: url(../fonts/NewBaskerville/NewBaskervilleExpOdC-BoldItalic.woff) format("woff"),url(../fonts/NewBaskerville/NewBaskervilleExpOdC-BoldItalic.woff2) format("woff2");
}

* {
  outline: 0;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-family: sans-serif;
  height: 100%;
  font-size: 16px;
  line-height: 1.4;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-y: none;
}

.page {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.footer {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

body {
  font-family: "Gill Sans";
  background-color: #F1F1F1;
  color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex--reverse,
.flex--row {
  -webkit-box-orient: horizontal;
}

body._fixed {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
}

body.bg-dark {
  background-color: #222;
}

a {
  background-color: transparent;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .4s;
  -o-transition-duration: .4s;
  transition-duration: .4s;
}

b,
strong {
  font-weight: 700;
}

button {
  display: inline-block;
  vertical-align: top;
}

button:focus {
  outline: 0;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
}

img {
  max-width: 100%;
  max-height: 100%;
  border: 0;
}

.w-16 {
  width: 16.6666%;
}

.w-20 {
  width: 20%;
}

.w-25 {
  width: 25%;
}

.w-30 {
  width: 30%;
}

.w-33 {
  width: 33.3333%;
}

.w-35 {
  width: 35%;
}

.w-40 {
  width: 40%;
}

.w-50 {
  width: 50%;
}

.w-60 {
  width: 60%;
}

.w-65 {
  width: 65%;
}

.w-66 {
  width: 66.6666%;
}

.w-70 {
  width: 70%;
}

.w-75 {
  width: 75%;
}

.w-80 {
  width: 80%;
}

.w-100 {
  width: 100%;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex--row {
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.flex--reverse {
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.flex--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex--j-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex--j-around {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flex--j-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex--j-start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.flex--j-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.flex--center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex--a-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex--a-stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.flex--a-start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex--a-end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex--wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.btn-circle,
.gallery__slider_text {
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

.hidden,
[hidden] {
  display: none;
}

.inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1640px;
  padding-left: 24px;
  padding-right: 24px;
}

.inner--type-2 {
  padding-left: 186px;
  padding-right: 186px;
}

.biographyMenuOpen .header {
  z-index: 0;
}

.btn-circle {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 148px;
  height: 148px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-clip-path: circle(50% at center center);
  clip-path: circle(50% at center center);
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: .04em;
  color: #CCA86F;
  overflow: hidden;
  will-change: transform;
  z-index: 2;
}

.h1,
.title,
h1 {
  letter-spacing: .03em;
  font-family: NewBaskervilleExpOdC;
}

.btn-circle__circle {
  position: absolute;
  top: 1px;
  left: 1px;
  width: -webkit-calc(100% - 2px)!important;
  width: calc(100% - 2px)!important;
  height: -webkit-calc(100% - 2px)!important;
  height: calc(100% - 2px)!important;
  fill: none;
  stroke: currentColor;
  stroke-width: .8;
}

.btn-circle__icon,
.btn-circle__text {
  position: relative;
  -webkit-transition: all .7s ease;
  -o-transition: all .7s ease;
}

.btn-circle__icon {
  fill: #CCA86F;
  z-index: 1;
  margin-bottom: 6px;
  transition: all .7s ease;
}

.btn-circle__text {
  z-index: 2;
  transition: all .7s ease;
}

.btn-circle:before {
  position: absolute;
  top: var(--top);
  left: var(--left);
  background: #CCA86F;
  width: 0;
  height: 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease;
  -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0);
  transform: translateX(-50%) translateY(-50%) translateZ(0);
  z-index: -1;
  will-change: transform;
}

.btn-circle:hover .btn-circle__icon {
  fill: #fff;
}

.btn-circle:hover .btn-circle__text {
  color: #fff;
}

.btn-circle:hover:before {
  width: 250%;
  height: 250%;
}

.btn-circle--type-2 {
  border-color: #961F23;
  color: #961F23;
  -webkit-box-shadow: 0 0 0 1px #961F23 inset;
  box-shadow: 0 0 0 1px #961F23 inset;
}

.btn-circle--type-2 .btn-circle__icon {
  fill: #961F23;
  mix-blend-mode: normal;
}

.btn-circle--type-2:hover .btn-circle__icon {
  fill: #fff;
}

.btn-circle--type-2:hover .btn-circle__text {
  color: #fff;
}

.btn-circle--type-2:before {
  background: #961F23;
}

.btn-circle--type-3:before,
.btn-circle--type-4:before {
  background: #fff;
}

.btn-circle--type-3 {
  border-color: #fff;
  color: #fff;
  -webkit-box-shadow: 0 0 0 1px #fff inset;
  box-shadow: 0 0 0 1px #fff inset;
}

.btn-circle--type-3 .btn-circle__icon {
  fill: none;
  stroke: #fff;
}

.btn-circle--type-3:hover .btn-circle__icon {
  fill: none;
  stroke: #CCA86F;
}

.btn-circle--type-3:hover .btn-circle__text {
  color: #CCA86F;
}

.btn-circle--type-4 {
  border-color: #fff;
  color: #fff;
  -webkit-box-shadow: 0 0 0 1px #fff inset;
  box-shadow: 0 0 0 1px #fff inset;
}

.btn-circle--type-4 .btn-circle__icon {
  fill: #fff;
}

.btn-circle--type-4:hover .btn-circle__icon {
  fill: #CCA86F;
}

.btn-alternative__icon,
.btn-alternative__text {
  fill: #fff;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
}

.btn-circle--type-4:hover .btn-circle__text {
  color: #CCA86F;
}

.typography time span:first-child:before,
.typography-article time span:first-child:before {
  background: #000;
  height: 3px;
  top: 50%;
  left: 100%;
  content: "";
}

.title {
  position: relative;
  display: inline-block;
  font-size: 36px;
  line-height: 43px;
  text-transform: uppercase;
  color: #221B17;
  margin-bottom: 50px;
}

.typography time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.78;
  color: #000;
  margin-bottom: 10px;
}

.typography time span {
  display: inline-block;
  position: relative;
}

.typography time span:first-child {
  margin-right: 20px;
}

.typography time span:first-child:before {
  display: inline-block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 3px;
  position: absolute;
  margin-left: 9px;
  margin-top: -1.5px;
}

.typography .h1,
.typography h1 {
  max-width: 618px;
}

.typography .h3,
.typography h3 {
  max-width: 735px;
}

.typography__wrapper {
  max-width: 1157px;
  margin: 0 auto;
}

.h2,
.h4,
.typography p,
h2,
h4 {
  max-width: 735px;
}

.typography p {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.33;
  color: #000;
  margin-bottom: 10px;
}

.typography a:not([class]) {
  border-bottom: 1px solid currentColor;
  color: #CCA86F;
}

.h1,
.h2,
h1,
h2 {
  color: #1D1D1D;
}

.typography a:not([class]):hover {
  border-color: transparent;
}

.h1,
h1 {
  font-weight: 400;
  font-size: 36px;
  line-height: 43px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.h2,
h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 1.25;
  margin-bottom: 40px;
}

.h3,
h3 {
  font-weight: 300;
  font-size: 32px;
  line-height: 1.25;
  color: #000;
}

.h4,
.img-text p,
h4 {
  font-weight: 600;
  color: #000;
}

.h4,
h4 {
  font-size: 18px;
  line-height: 1.33;
  margin-bottom: 30px;
  margin-top: 30px;
}

.img-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 1152px;
  margin: 50px 0;
}

.img-text img:not([class]) {
  max-width: -webkit-calc(100% - 263px);
  max-width: calc(100% - 263px);
  margin-left: -105px;
  width: 100%;
}

.img-text .videoBox {
  max-width: -webkit-calc(100% - 263px);
  max-width: calc(100% - 263px);
  margin-left: -105px;
  width: 100%;
}

.img-text p {
  width: 292px;
  font-size: 14px;
  line-height: 1.29;
  padding-left: 20px;
  border-left: 1px dotted #404040;
  margin-left: 20px;
}

.img-text .h3,
.img-text h3 {
  margin-bottom: 10px;
  max-width: -webkit-calc(100% - 368px);
  max-width: calc(100% - 368px);
}

.img-text span {
  display: block;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.33;
  color: #000;
  margin-bottom: 10px;
  max-width: -webkit-calc(100% - 368px);
  max-width: calc(100% - 368px);
}

.typography-article time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.78;
  color: #000;
  margin-bottom: 10px;
}

.typography-article time span {
  display: inline-block;
  position: relative;
}

.typography-article time span:first-child {
  margin-right: 20px;
}

.typography-article time span:first-child:before {
  display: inline-block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 3px;
  position: absolute;
  margin-left: 9px;
  margin-top: -1.5px;
}

.typography-article .h2,
.typography-article h2 {
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 1.25;
  color: #000;
  margin-bottom: 50px;
  max-width: none;
}

.typography-article .h3,
.typography-article h3 {
  font-weight: 300;
  font-size: 48px;
  line-height: 1.21;
  color: #961F23;
  margin: 40px 0 50px;
  max-width: none;
}

.typography-article .h4,
.typography-article h4 {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.33;
  color: #000;
  max-width: 735px;
  margin-bottom: 50px;
}

.typography-article .typography__wrapper {
  max-width: 1157px;
  margin: 0 auto;
}

.typography-article p {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.33;
  color: #000;
  margin: 0 0 10px;
  max-width: 765px;
}

.typography-article a:not([class]) {
  border-bottom: 1px solid currentColor;
  text-decoration: none;
  color: #CCA86F;
}

.typography-article a:not([class]):hover {
  border-color: transparent;
}

.typography-article .info-article {
  max-width: 1069px;
}

.typography-article__text-right .h3,
.typography-article__text-right h3 {
  margin: 40px 0 50px auto;
  max-width: 839px;
}

.typography-article ol,
.typography-article ul {
  display: block;
  padding: 10px 0 20px;
  max-width: 712px;
  list-style: none;
}

.typography-article__text-right p {
  margin: 0 74px 10px auto;
}

.typography-article ul li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  border: 1px solid #CCA86F;
}

.typography-article ol {
  counter-reset: list1;
}

.img-list,
.left-box,
.right-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}

.typography-article ol li:before {
  counter-increment: list1;
  content: counter(list1) ". ";
  font-weight: 700;
  font-size: 14px;
  line-height: 1.71;
  color: #CCA86F;
  position: absolute;
  top: 1px;
  left: 0;
}

.typography-article li {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.33;
  color: #000;
  margin-bottom: 10px;
  padding-left: 18px;
  position: relative;
}

.left-box,
.right-box {
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
}

.left-box__container,
.right-box__container {
  max-width: 525px;
}

.left-box__img p,
.right-box__img p {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.71;
  margin: 20px 0;
}

.left-box {
  margin-left: -185px;
}

.left-box__container {
  margin-left: 105px;
}

.right-box {
  margin-right: -185px;
}

.right-box__container {
  margin-right: 105px;
}

.img-list {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 30px -20px;
}

.article__title-box_wrapper,
.btn-alternative {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}

.img-list img {
  margin: 0 0 20px 20px;
}

.img-list img:nth-child(3n+1),
.img-list img:nth-child(3n+3) {
  width: -webkit-calc(30.75% - 20px);
  width: calc(30.75% - 20px);
}

.img-list img:nth-child(3n+2) {
  width: -webkit-calc(38.5% - 20px);
  width: calc(38.5% - 20px);
}

.btn-alternative {
  position: fixed;
  right: 37px;
  display: flex;
  width: 88px;
  height: 88px;
  z-index: 10;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  bottom: 140px;
}

.btn-alternative:before,
.btn-alternative__text {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: auto;
}

.btn-alternative__icon {
  width: 32px;
  height: 25px;
  z-index: 1;
  transition: .3s ease;
}

.btn-alternative__text {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-animation-name: rotation;
  animation-name: rotation;
  -webkit-animation-duration: 17s;
  animation-duration: 17s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  pointer-events: none;
  transition: .3s ease;
}

.btn-alternative:before {
  content: "";
  width: 49px;
  height: 49px;
  background: #CCA86F;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  top: 0;
  left: 0;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  -webkit-box-shadow: 0 23px 40px rgba(0,0,0,.25);
  box-shadow: 0 23px 40px rgba(0,0,0,.25);
}

.btn-alternative--type-2 {
  bottom: 200px;
}

.btn-alternative--type-2 .btn-alternative__text {
  fill: #961F23;
}

.btn-alternative:hover .btn-alternative__icon,
.btn-alternative:hover .btn-alternative__text {
  fill: #CCA86F;
}

.btn-alternative:hover:before {
  background: #fff;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #131312;
  z-index: 100;
}

.preloader._end {
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

.preloader__logo_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  fill: #424242;
}

.preloader__logo_icon_gr {
  fill: url(#wave);
}

.preloader .js-svg-load {
  opacity: 0;
}

.preloader .js-svg-load._ok {
  opacity: 1;
}

.animated {
  opacity: 0;
  -webkit-transition: 1.3s ease .5s;
  -o-transition: 1.3s ease .5s;
  transition: 1.3s ease .5s;
}

.animated--type-2 {
  -webkit-transition: 1.3s ease;
  -o-transition: 1.3s ease;
  transition: 1.3s ease;
  -webkit-transform: scale(.8);
  -ms-transform: scale(.8);
  transform: scale(.8);
}

.animated--type-1 {
  -webkit-transform: scale(.8);
  -ms-transform: scale(.8);
  transform: scale(.8);
}

.animated.on {
  opacity: 1;
}

.animated.on.animated--type-1,
.animated.on.animated--type-2 {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

@-webkit-keyframes show {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  30%, 70% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  85% {
    opacity: .5;
    -webkit-transform: scale(.9);
    transform: scale(.9);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.8);
    transform: scale(.8);
  }
}

@keyframes show {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  30%, 70% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  85% {
    opacity: .5;
    -webkit-transform: scale(.9);
    transform: scale(.9);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.8);
    transform: scale(.8);
  }
}

@-webkit-keyframes smoke {
  0%, 100% {
    -webkit-transform: translateY(-50%) translateX(75%) translateZ(1px);
    transform: translateY(-50%) translateX(75%) translateZ(1px);
  }

  50% {
    -webkit-transform: translateY(-50%) translateX(0) translateZ(1px);
    transform: translateY(-50%) translateX(0) translateZ(1px);
  }
}

@keyframes smoke {
  0%, 100% {
    -webkit-transform: translateY(-50%) translateX(75%) translateZ(1px);
    transform: translateY(-50%) translateX(75%) translateZ(1px);
  }

  50% {
    -webkit-transform: translateY(-50%) translateX(0) translateZ(1px);
    transform: translateY(-50%) translateX(0) translateZ(1px);
  }
}

@-webkit-keyframes smoke1 {
  0%, 100% {
    -webkit-transform: translateY(0) translateX(75%) translateZ(1px);
    transform: translateY(0) translateX(75%) translateZ(1px);
  }

  50% {
    -webkit-transform: translateY(0) translateX(0) translateZ(1px);
    transform: translateY(0) translateX(0) translateZ(1px);
  }
}

@keyframes smoke1 {
  0%, 100% {
    -webkit-transform: translateY(0) translateX(75%) translateZ(1px);
    transform: translateY(0) translateX(75%) translateZ(1px);
  }

  50% {
    -webkit-transform: translateY(0) translateX(0) translateZ(1px);
    transform: translateY(0) translateX(0) translateZ(1px);
  }
}

@-webkit-keyframes smoke2 {
  0%, 100% {
    -webkit-transform: translateY(0) translateX(-75%) translateZ(1px);
    transform: translateY(0) translateX(-75%) translateZ(1px);
  }

  50% {
    -webkit-transform: translateY(0) translateX(0) translateZ(1px);
    transform: translateY(0) translateX(0) translateZ(1px);
  }
}

@keyframes smoke2 {
  0%, 100% {
    -webkit-transform: translateY(0) translateX(-75%) translateZ(1px);
    transform: translateY(0) translateX(-75%) translateZ(1px);
  }

  50% {
    -webkit-transform: translateY(0) translateX(0) translateZ(1px);
    transform: translateY(0) translateX(0) translateZ(1px);
  }
}

@-webkit-keyframes gallery {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }

  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@keyframes gallery {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }

  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@-webkit-keyframes scroll {
  0% {
    left: 100%;
  }

  50% {
    left: -100%;
  }
}

@keyframes scroll {
  0% {
    left: 100%;
  }

  50% {
    left: -100%;
  }
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.animation-load {
  opacity: 0;
  -webkit-transition: opacity 2s ease;
  -o-transition: opacity 2s ease;
  transition: opacity 2s ease;
}

.animation-load._ok {
  opacity: 1;
}

.animation-load._ok .animation-load--next {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.animation-load--next {
  opacity: 0;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition: opacity 2s ease 1s,-webkit-transform 2s ease 1.1s;
  -o-transition: opacity 2s ease 1s,transform 2s ease 1.1s;
  transition: opacity 2s ease 1s,transform 2s ease 1.1s;
  transition: opacity 2s ease 1s,transform 2s ease 1.1s,-webkit-transform 2s ease 1.1s;
}

.animation-load--next+.animation-load--next {
  -webkit-transition: opacity 2s ease 1.7s,-webkit-transform 2s ease 1.8s;
  -o-transition: opacity 2s ease 1.7s,transform 2s ease 1.8s;
  transition: opacity 2s ease 1.7s,transform 2s ease 1.8s;
  transition: opacity 2s ease 1.7s,transform 2s ease 1.8s,-webkit-transform 2s ease 1.8s;
}

.article__slider_bt,
.biography-detail__menu_open {
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
}

.article__slider {
  width: 100%;
  position: relative;
  margin-bottom: 45px;
}

.article__slider p {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.71;
  color: #000;
}

.article__slider img {
  margin-bottom: 20px;
  width: 100%;
}

.article__slider_bt {
  width: 47px;
  height: 47px;
  position: absolute;
  bottom: 83px;
  top: auto;
  background: #CCA86F;
  margin: 0;
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  transform: translate(0,0);
  transition: .3s ease;
}

.article__slider_bt:hover {
  background: #961F23;
}

.article__slider_bt.swiper-button-disabled {
  background: #D5D1CB;
  opacity: 1;
}

.article__slider_bt:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/arroe-sl.svg) 50% 50% no-repeat;
}

.article__slider_bt_next {
  right: -47px;
}

.article__slider_bt_prev {
  right: 0;
  left: auto;
}

.article__slider_bt_prev:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.article__title-box {
  position: relative;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin-bottom: 90px;
}

.article__title-box:after,
.article__title-box:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
}

.article__title-box:before {
  background: rgba(204,168,111,.5);
  mix-blend-mode: multiply;
}

.article__title-box:after {
  background: #1D1D1D;
  mix-blend-mode: normal;
  opacity: .55;
}

.article__title-box_wrapper {
  position: relative;
  z-index: 2;
  padding-top: 177px;
  padding-bottom: 60px;
  color: #fff;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  min-height: 100vh;
  min-height: -webkit-calc(var(--vh,1vh) * 100);
  min-height: calc(var(--vh,1vh) * 100);
}

.article__title-box_wrapper>div {
  width: 100%;
}

.article__title-box .h1,
.article__title-box h1 {
  color: #fff;
  margin: 0 0 15px;
}

.article__title-box .link-back {
  color: #fff;
}

.article__title-box .info-article {
  border: none;
  padding: 0;
  margin: 0;
}

.article__title-box .info-article__share {
  margin: 0;
}

.article__title-box .info-article__share_dt,
.article__title-box .info-article__share_link {
  color: #fff;
}

.article__title-box time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.78;
  color: #fff;
  margin-bottom: 10px;
}

.article__title-box time span {
  display: inline-block;
  position: relative;
}

.article__title-box time span:first-child {
  margin-right: 20px;
}

.article__title-box time span:first-child:before {
  content: "";
  display: inline-block;
  background: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 3px;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 100%;
  margin-left: 9px;
  margin-top: -1.5px;
}

.bg-dark-cont {
  position: relative;
}

.bg-dark-cont__box {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bg-dark-cont__box .first-screen__smoke {
  z-index: 5;
}

.bg-dark-cont:before {
  content: "";
  position: absolute;
  background: #222;
  left: 0;
  width: 100%;
  top: 270px;
  height: -webkit-calc(100% - 270px);
  height: calc(100% - 270px);
  z-index: 1;
}

.bg-dark-cont__smoke {
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: translateX(75%);
  -ms-transform: translateX(75%);
  transform: translateX(75%);
  mix-blend-mode: lighten;
  z-index: 4;
}

.bg-dark-cont__smoke._ok {
  -webkit-animation: smoke 46s infinite ease-out;
  animation: smoke 46s infinite ease-out;
}

.bg-dark-cont__text-img {
  position: absolute;
  left: 3%;
  top: 50%;
  -webkit-transform: translateY(-38%);
  -ms-transform: translateY(-38%);
  transform: translateY(-38%);
  z-index: 3;
}

.biography-detail {
  margin-bottom: 88px;
}

.biography-detail__wrapper {
  padding-top: 177px;
  padding-bottom: 60px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.biography-detail__menu {
  position: -webkit-sticky;
  position: sticky;
  width: 464px;
  z-index: 3;
  top: 15px;
}

.biography-detail__menu._mob {
  display: none;
}

.biography-detail__menu--type-2,
.biography-detail__menu--type-2._mob {
  display: none;
}

.biography-detail__menu_box {
  padding: 60px 6px 55px;
  background: #1D1D1D;
  -webkit-box-shadow: 0 23px 40px rgba(0,0,0,.25);
  box-shadow: 0 23px 40px rgba(0,0,0,.25);
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

.biography-detail__menu:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #CCA86F;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: -1;
}

.biography-detail__menu_title {
  font-size: 18px;
  line-height: 1.33;
  color: #FFF;
  margin-left: 29px;
}

.biography-detail__menu_nav {
  overflow-y: auto;
  max-height: -webkit-calc(100vh - 108px);
  max-height: calc(100vh - 108px);
  padding: 0 29px;
  scrollbar-face-color: #CCA86F;
  scrollbar-track-color: #d1d1d1;
  scrollbar-color: #CCA86F #d1d1d1;
  scrollbar-width: thin;
}

.biography-detail__menu_nav::-webkit-scrollbar {
  width: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.biography-detail__menu_nav::-webkit-scrollbar-thumb {
  background: #CCA86F;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.biography-detail__menu_nav_item {
  padding: 30px 0;
  border-bottom: 1px solid rgba(213,209,203,.15);
}

.biography-detail__menu_nav_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
}

.biography-detail__menu_nav_link._active~.biography-detail__menu_nav_chapter {
  display: block;
}

.biography-detail__menu_nav_link._active,
.biography-detail__menu_nav_link:hover {
  color: #CCA86F;
}

.biography-detail__menu_nav_link_number {
  font-family: NewBaskervilleExpOdC;
  font-size: 36px;
  line-height: 1.17;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #CCA86F;
  width: 70px;
  margin-left: -13px;
  text-align: right;
  margin-right: 10px;
}

.biography-detail__menu_nav_link_container {
  display: block;
  width: -webkit-calc(100% - 80px);
  width: calc(100% - 80px);
  font-size: 12px;
  line-height: 14px;
  letter-spacing: .03em;
  text-transform: uppercase;
}

.biography-detail__menu_nav_link_date {
  display: block;
  margin-bottom: 6px;
}

.biography-detail__menu_nav_link_name {
  display: block;
  font-family: NewBaskervilleExpOdC;
}

.biography-detail__menu_nav_chapter {
  padding-left: 60px;
  padding-top: 30px;
  display: none;
}

.biography-detail__menu_nav_chapter_link {
  display: block;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.33;
  color: #F1F1F1;
  margin-bottom: 20px;
}

.biography-detail__menu_nav_chapter_link:last-of-type {
  margin-bottom: 0;
}

.biography-detail__menu_nav_chapter_link:hover {
  color: #CCA86F;
}

.biography-detail__menu_nav_chapter_link._current {
  font-weight: 400;
  padding-left: 12px;
  position: relative;
}

.biography-detail__menu_nav_chapter_link._current:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: -18px;
  width: 20px;
  height: 2px;
  background: #CCA86F;
}

.biography-detail__menu_open {
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  display: none;
  transition: .3s ease;
}

.biography-detail__menu_open_icon {
  display: block;
  width: 12px;
  height: 11px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin: 0 auto 3px;
  fill: #fff;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

.biography-detail__menu_open_text {
  display: block;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.biography-detail__menu_open:before {
  display: none;
}

.biography-detail__menu_open:hover .btn-circle__icon {
  fill: #fff;
}

.biography-detail__menu_open:hover .btn-circle__text {
  color: #fff;
}

.biography-detail__menu_tags {
  padding: 20px 0;
}

.biography-detail__menu_tags_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px 0;
  margin-left: 29px;
  margin-bottom: 10px;
}

.biography-detail__menu_tags_box_bt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 29px;
}

.biography-detail__menu_tags_box_bt_apply {
  display: inline-block;
  font-size: 14px;
  line-height: 1.29;
  color: #CCA86F;
  margin-right: 20px;
}

.biography-detail__menu_tags_box_bt_apply:hover {
  text-decoration: underline;
}

.biography-detail__menu_tags_box_bt_cancel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.29;
  color: #A08E84;
}

.biography-detail__menu_tags_box_bt_cancel:hover {
  color: #CCA86F;
}

.biography-detail__menu_tags_box_bt_cancel_icon {
  display: inline-block;
  stroke: currentColor;
  fill: transparent;
  width: 6px;
  height: 6px;
  margin-left: 6px;
}

.biography-detail__menu_tags_box_bt_cancel_text {
  display: inline-block;
}

.biography-detail__controll,
.biography-detail__menu_tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}

.biography-detail__menu_tag {
  display: flex;
  font-weight: 300;
  font-size: 14px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 23px;
  color: #CCA86F;
  padding: 0 7px 2px;
  border: 1px solid #CCA86F;
  -webkit-border-radius: 19px;
  border-radius: 19px;
  margin: 0 10px 10px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.biography-detail__menu_tag._active {
  background: #CCA86F;
  color: #fff;
}

.biography-detail__content {
  width: -webkit-calc(100% - 535px);
  width: calc(100% - 535px);
}

.biography-detail__content h1 {
  font-family: 'Gill Sans';
  font-weight: 400;
  font-size: 32px;
  line-height: 1;
  color: #1D1D1D;
  margin-bottom: 20px;
  text-transform: none;
}

.biography-detail__content p {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.33;
  color: #1D1D1D;
  margin-bottom: 10px;
  max-width: 900px;
}

.biography-detail__content p b {
  display: inline-block;
  font-weight: 600;
  padding-bottom: 10px;
}

.biography-detail__content blockquote {
  font-style: italic;
  font-weight: 300;
  font-size: 32px;
  line-height: 1.25;
  color: #1D1D1D;
  margin-bottom: 30px;
}

.biography-detail__content span:not([class]) {
  color: #1D1D1D;
}

.biography-detail__content_img-box {
  margin: 30px 0;
  text-align: center;
}

.biography-detail__content_img-box img {
  display: inline-block;
}

.biography-detail__content_title {
  position: relative;
  font-family: NewBaskervilleExpOdC;
  text-align: center;
  text-transform: uppercase;
  color: #CCA86F;
  margin-bottom: 35px;
  padding-bottom: 15px;
  display: none;
}

.biography-detail__content_title_number {
  font-size: 48px;
  line-height: 1.08;
  letter-spacing: .04em;
  display: block;
  margin-bottom: 10px;
}

.biography-detail__content_title_chapter {
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: .03em;
}

.biography-detail__content_title:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  height: 1px;
  width: 96px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: -webkit-gradient(linear,left top,right top,color-stop(33%,#404040),color-stop(0,rgba(255,255,255,0)));
  background-image: -webkit-linear-gradient(left,#404040 33%,rgba(255,255,255,0) 0);
  background-image: -o-linear-gradient(left,#404040 33%,rgba(255,255,255,0) 0);
  background-image: linear-gradient(to right,#404040 33%,rgba(255,255,255,0) 0);
  background-position: bottom;
  -webkit-background-size: 4px 1px;
  background-size: 4px 1px;
  background-repeat: repeat-x;
}

.biography,
.biography__first {
  background: #161616;
  position: relative;
}

.biography-detail__controll {
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px dashed #404040;
  border-top: 1px dashed #404040;
  padding: 32px 0;
  margin-bottom: 30px;
  margin-top: 30px;
}

.biography-detail__controll_link,
.biography__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}

.biography-detail__controll_link {
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.33;
  margin: 8px 0;
  max-width: 40%;
}

.biography__title-box h1,
.biography__title-box h2 {
  font-family: NewBaskervilleExpOdC;
  font-weight: 400;
  text-transform: uppercase;
}

.biography-detail__controll_link_text {
  display: inline-block;
  margin: 0 10px;
  color: #1D1D1D;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  width: -webkit-calc(100% - 33px);
  width: calc(100% - 33px);
}

.biography-detail__controll_link_text:hover {
  color: #CCA86F;
}

.biography-detail__controll_link_icon {
  width: 13px;
  height: 8px;
  stroke: #CCA86F;
}

.biography-detail__controll_link--prev .biography-detail__controll_link_icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

._second .biography-detail__menu--type-2,
._second .biography-detail__menu--type-2._mob {
  display: none;
}

.biography {
  overflow: hidden;
  max-width: 100vw;
}

.biography__first {
  z-index: 3;
  -webkit-transition: .7s ease-out;
  -o-transition: .7s ease-out;
  transition: .7s ease-out;
}

.biography__gallery:before,
.biography__main:before {
  content: "";
  background: -webkit-gradient(linear,left top,left bottom,color-stop(63.54%,rgba(29,29,29,0)),to(#1D1D1D));
  background: -webkit-linear-gradient(top,rgba(29,29,29,0) 63.54%,#1D1D1D 100%);
  background: -o-linear-gradient(top,rgba(29,29,29,0) 63.54%,#1D1D1D 100%);
}

.biography__first._hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.biography__first._hide+.biography__main {
  opacity: 1;
  visibility: visible;
}

.biography__wrapper {
  position: relative;
  height: 100vh;
  height: -webkit-calc(var(--vh,1vh) * 100);
  height: calc(var(--vh,1vh) * 100);
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.biography__gallery,
.biography__gallery:before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.biography__gallery {
  left: 50%;
  min-width: 1324px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  pointer-events: none;
}

.biography__gallery:before {
  left: 0;
  background: linear-gradient(180deg,rgba(29,29,29,0) 63.54%,#1D1D1D 100%);
  z-index: 4;
}

.biography__slider {
  height: 100vh;
  width: -webkit-calc(33.33% - 33px);
  width: calc(33.33% - 33px);
}

.biography__slider_container,
.biography__slider_container--reverse {
  height: 100%;
  width: 100%;
}

.biography__slider_wrapper {
  -webkit-transition-timing-function: linear!important;
  -o-transition-timing-function: linear!important;
  transition-timing-function: linear!important;
}

.biography__slider_slide img {
  max-width: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.biography__slider_slide:after,
.biography__slider_slide:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.biography__slider_slide:before {
  background: rgba(204,168,111,.5);
  mix-blend-mode: multiply;
  z-index: 2;
}

.biography__slider_slide:after {
  background: #1D1D1D;
  opacity: .55;
  z-index: 3;
}

.biography__title-box {
  position: relative;
  z-index: 4;
}

.biography__title-box h1 {
  line-height: 1;
  letter-spacing: .04em;
  color: #CCA86F;
  margin-bottom: 20px;
  font-size: 130px;
}

.biography__title-box h2 {
  width: 100%;
  max-width: none;
  font-size: 36px;
  line-height: 43px;
  letter-spacing: .03em;
  color: #FFF;
  margin: 0 0 20px;
}

.biography__title-box p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.33;
  color: #FFF;
  max-width: 534px;
  margin: 0 auto;
}

.biography__scroll {
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 62px;
  text-align: right;
  font-size: 10px;
  line-height: 1.8;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #D5D1CB;
  padding: 5px 0;
  -webkit-transform: rotate(-90deg) translate(17px,-17px);
  -ms-transform: rotate(-90deg) translate(17px,-17px);
  transform: rotate(-90deg) translate(17px,-17px);
  left: 0;
}

.biography__main,
.books-detail__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}

.biography__scroll:hover {
  color: #cca86f;
}

.biography__main_slider:after,
.biography__main_slider:before,
.biography__main_slider_chapter {
  letter-spacing: .04em;
  color: #CCA86F;
  text-transform: uppercase;
  font-family: NewBaskervilleExpOdC;
}

.biography__scroll i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  overflow: hidden;
}

.biography__scroll i:before {
  content: "";
  position: absolute;
  top: 0;
  height: 1px;
  width: 100%;
  background: #cca86f;
  -webkit-animation: scroll 2s infinite ease-in-out;
  animation: scroll 2s infinite ease-in-out;
}

.biography__main,
.biography__main:before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.biography__main {
  z-index: 1;
  text-align: center;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .7s ease-out;
  -o-transition: .7s ease-out;
  transition: .7s ease-out;
  opacity: 0;
  visibility: hidden;
}

.biography__main:before {
  pointer-events: none;
  background: linear-gradient(180deg,rgba(29,29,29,0) 63.54%,#1D1D1D 100%);
  z-index: 2;
}

.biography__main_wrapper {
  max-width: 100%;
  position: relative;
}

.biography__main__btn-circle {
  position: absolute;
  bottom: -120px;
  right: -webkit-calc(50% - 760px);
  right: calc(50% - 760px);
  z-index: 2;
}

.biography__main_slider {
  position: relative;
}

.biography__main_slider:after,
.biography__main_slider:before {
  position: absolute;
  bottom: 45px;
  font-size: 32px;
  line-height: 38px;
  z-index: 2;
  width: 64px;
  text-align: center;
  display: none;
}

.biography__main_slider:before {
  content: attr(data-next);
  right: 5px;
}

.biography__main_slider:after {
  content: attr(data-prev);
  left: 5px;
}

.biography__main_slider_bg_container:before,
.biography__main_slider_bg_slide:after,
.biography__main_slider_bg_slide:before,
.biography__main_tabs_slider_link:before,
.biography__main_tabs_slider_name:before,
.books-page__item_info span+span:before,
.books:before,
.books__item_big:before,
.first-screen__scroll i:before,
.fond__img-box:before {
  content: "";
}

.biography__main_slider_container {
  position: relative;
  z-index: 2;
}

.biography__main_slider_slide {
  position: static;
  -webkit-transform: scale(.67);
  -ms-transform: scale(.67);
  transform: scale(.67);
  -webkit-transition: .7s ease;
  -o-transition: .7s ease;
  transition: .7s ease;
  opacity: .4;
  cursor: pointer;
}

.biography__main_slider_slide.swiper-slide-active {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  cursor: default;
}

.biography__main_slider_chapter {
  font-weight: 400;
  line-height: 1;
  margin-bottom: 10px;
  font-size: 130px;
}

.biography__main_slider_year {
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: #FFF;
  margin-bottom: 20px;
}

.biography__main_slider_link {
  display: none;
  width: 75px;
  font-weight: 300;
  font-size: 12px;
  line-height: 2;
  letter-spacing: .04em;
  color: #CCA86F;
  text-align: center;
  margin: 21px auto 0;
}

.biography__main_slider_link svg {
  fill: currentColor;
  width: 12px;
  height: 10px;
}

.biography__main_slider_link span {
  display: block;
}

.biography__main_slider_title {
  font-size: 36px;
  line-height: 43px;
  text-align: center;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: #FFF;
  max-width: 438px;
  margin: 0 auto 10px;
}

.biography__main_slider_text {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.33;
  text-align: center;
  color: #FFF;
  max-width: 629px;
  margin: 0 auto;
}

.biography__main_slider_bg_container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.biography__main_slider_bg_container:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear,left top,left bottom,color-stop(63.54%,rgba(29,29,29,0)),to(#1D1D1D));
  background: -webkit-linear-gradient(top,rgba(29,29,29,0) 63.54%,#1D1D1D 100%);
  background: -o-linear-gradient(top,rgba(29,29,29,0) 63.54%,#1D1D1D 100%);
  background: linear-gradient(180deg,rgba(29,29,29,0) 63.54%,#1D1D1D 100%);
  z-index: 4;
}

.biography__main_slider_bg_slide {
  position: relative;
}

.biography__main_slider_bg_slide:after,
.biography__main_slider_bg_slide:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.biography__main_slider_bg_slide:before {
  background: rgba(204,168,111,.5);
  mix-blend-mode: multiply;
  z-index: 2;
}

.biography__main_slider_bg_slide:after {
  background: #1D1D1D;
  opacity: .55;
  z-index: 3;
}

.biography__main_slider_bg_slide_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.biography__main_slider_bt {
  width: 30px;
  height: 24px;
  padding-top: 39px;
  position: absolute;
  background: 0 0;
  top: auto;
  bottom: 0;
  margin: 0;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: none;
}

.biography__main_slider_bt_icon {
  fill: transparent;
  stroke: #fff;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  width: 100%;
  height: 100%;
}

.biography__main_slider_bt:hover .biography__main_slider_bt_icon {
  fill: #fff;
}

.biography__main_slider_bt.swiper-button-disabled {
  opacity: 0;
}

.biography__main_slider_bt_next {
  right: 20px;
}

.biography__main_slider_bt_prev {
  left: 20px;
}

.biography__main_slider_bt_prev .biography__main_slider_bt_icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.biography__main_tab {
  display: none;
}

.biography__main_tab._current {
  display: block;
}

.biography__main_tabs {
  text-align: left;
  position: absolute;
  bottom: 0;
  left: 0;
  width: -webkit-calc(100% - 184px);
  width: calc(100% - 184px);
  z-index: 5;
  margin: 0 92px;
}

.biography__main_tabs_slider_slide {
  width: auto;
}

.biography__main_tabs_slider_link {
  display: block;
  width: 100%;
  height: 224px;
  position: relative;
  padding: 95px 0 0 63px;
}

.biography__main_tabs_slider_link:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #961F23;
  opacity: 0;
  z-index: 2;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

.biography__main_tabs_slider_link:hover:before {
  opacity: .8;
}

.biography__main_tabs_slider_name {
  max-width: 150px;
  padding-top: 12px;
  font-size: 18px;
  line-height: 1.33;
  color: #FFF;
  position: relative;
  z-index: 3;
}

.biography__main_tabs_slider_name:before {
  width: 70px;
  height: 2px;
  background: #CCA86F;
  position: absolute;
  left: 0;
  top: 0;
}

.biography__main_tabs_slider_bt {
  width: 52px;
  height: 43px;
  position: absolute;
  background: 0 0;
  top: 50%;
  margin: 0;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

.biography__main_tabs_slider_bt_icon {
  fill: transparent;
  stroke: #CCA86F;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  width: 100%;
  height: 100%;
}

.books-detail__shop,
.books-page__slider_bt {
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
}

.biography__main_tabs_slider_bt:hover .biography__main_tabs_slider_bt_icon {
  fill: #CCA86F;
}

.biography__main_tabs_slider_bt.swiper-button-disabled {
  opacity: 0;
}

.biography__main_tabs_slider_bt_next {
  right: 0;
}

.biography__main_tabs_slider_bt_prev {
  left: 0;
}

.biography__main_tabs_slider_bt_prev .biography__main_tabs_slider_bt_icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.books-detail {
  color: #fff;
}

.books-detail__wrapper {
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 77px;
}

.books-detail__img {
  width: 290px;
  margin-right: 40px;
}

.books-detail__box-desc {
  margin-top: 39px;
  width: 469px;
}

.books-detail__info {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.29;
  color: #fff;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.books-detail__info span {
  display: inline-block;
  position: relative;
  margin-right: 8px;
}

.books-detail__info span+span {
  padding-left: 9px;
}

.books-detail__info span+span:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  left: -1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #CCA86F;
}

.books-detail__name {
  font-family: NewBaskervilleExpOdC;
  font-size: 36px;
  line-height: 43px;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: #FFF;
  margin-bottom: 20px;
}

.books-detail__genre {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.29;
  color: #FFF;
  margin-bottom: 20px;
}

.books-detail__genre span {
  font-weight: 600;
  color: #CCA86F;
}

.books-detail__decs {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.29;
  color: #FFF;
  margin-bottom: 40px;
}

.books-detail__shop {
  display: inline-block;
  font-size: 18px;
  line-height: 1.33;
  letter-spacing: -.03em;
  color: #CCA86F;
  padding: 0 0 6px;
  border-bottom: 1.5px solid #CCA86F;
  transition: .3s ease;
}

.books-detail__shop span {
  display: inline-block;
  vertical-align: middle;
}

.books-detail__shop svg {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 9px;
  fill: currentColor;
  margin-left: 4px;
}

.books-detail__shop:hover {
  color: #fff;
  border-color: transparent;
}

.books-detail__description {
  border-top: 1px dashed #BCBCBC;
  padding: 50px 0 60px;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.33;
}

.books-detail__description p {
  margin-bottom: 10px;
  max-width: 900px;
}

.books-detail__description ul {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.33;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px 0 0;
}

.books-detail__description ul li {
  display: inline-block;
  width: 297px;
}

.books-detail__description ul li b {
  display: block;
  font-weight: 600;
  margin-bottom: 20px;
}

.books-page {
  padding-top: 245px;
  margin-bottom: 167px;
}

.books-page__detail {
  padding-top: 245px;
}

.books-page .filter__link {
  color: #fff;
}

.books-page .filter__link._current {
  color: #CCA86F;
}

.books-page__filter.filter {
  padding-bottom: 13px;
}

.books-page__title {
  color: #fff;
  margin-bottom: 32px;
}

.books-page__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  margin-bottom: 87px;
  position: relative;
  z-index: 1;
  -webkit-transform: rotateY(0) rotateX(0);
  transform: rotateY(0) rotateX(0);
}

.books-page__item._hide {
  display: none;
}

.books-page__item_img-box {
  position: relative;
  z-index: 4;
  max-width: 308px;
  padding: 40px 0 40px 40px;
  -webkit-transform: translateZ(1px);
  transform: translateZ(1px);
}

.books-page__item_img-box img {
  width: 100%;
  max-width: 230px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-filter: drop-shadow(0 23px 40px rgba(0, 0, 0, .25));
  filter: drop-shadow(0 23px 40px rgba(0, 0, 0, .25));
  will-change: transform;
}

.books-page__item_text {
  -webkit-box-shadow: 0 23px 40px rgba(0,0,0,.25);
  box-shadow: 0 23px 40px rgba(0,0,0,.25);
  background: #F1F1F1;
  padding: 20px 50px 20px 100px;
  margin-left: -60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 276px;
  position: relative;
  z-index: 0;
  -webkit-transform: translateZ(-1000px);
  transform: translateZ(-1000px);
}

.books-page__item_text a:not([class]) {
  display: inline-block;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.29;
  color: #1D1D1D;
  margin-bottom: 3px;
  max-width: 260px;
  min-height: 39px;
}

.books-page__item_text a:not([class]):hover {
  color: #CCA86F;
}

.books-page__item_info,
.books-page__item_text p {
  font-size: 14px;
  line-height: 1.29;
  color: #1D1D1D;
  font-weight: 300;
}

.books-page__item_text p {
  margin-bottom: 10px;
  max-width: 260px;
  min-height: 46px;
}

.books-page__item_info {
  margin-bottom: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.books-page__item_info span {
  display: inline-block;
  position: relative;
  margin-right: 8px;
}

.books-page__item_info span+span {
  padding-left: 9px;
}

.books-page__item_info span+span:before {
  position: absolute;
  width: 3px;
  height: 3px;
  left: -1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #CCA86F;
}

.books-page__item_shop {
  display: inline-block;
  font-size: 18px;
  line-height: 1.33;
  letter-spacing: -.03em;
  color: #CCA86F;
  padding: 6px 0;
  border-bottom: 1.5px solid #CCA86F;
}

.books-page__item_shop span {
  display: inline-block;
  vertical-align: middle;
}

.books-page__item_shop svg {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 9px;
  fill: currentColor;
  margin-left: 4px;
}

.books-page__item_shop:hover {
  border-color: transparent;
}

.books-page__container {
  padding: 50px 0 1px;
}

.books-page__container:hover .books-page__slider_bt {
  opacity: 1;
  visibility: visible;
}

.books-page__slider_bt {
  width: 102px;
  height: 82px;
  position: absolute;
  background: 0 0;
  margin: 0;
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  transform: translate(0,0);
  transition: .3s ease;
  opacity: 0;
  visibility: hidden;
}

.books-page__slider_bt_icon,
.books__link {
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
}

.books-page__slider_bt_icon {
  fill: transparent;
  stroke: #CCA86F;
  transition: .3s ease;
  width: 100%;
  height: 100%;
}

.books-page__slider_bt:hover .books-page__slider_bt_icon {
  fill: #CCA86F;
}

.books__link_icon,
.c-tm__icon {
  fill: currentColor;
}

.books-page__slider_bt.swiper-button-disabled {
  opacity: 0;
}

.books-page__slider_bt_next {
  top: 0;
  right: 63px;
}

.books-page__slider_bt_prev {
  top: auto;
  bottom: 49px;
  left: 63px;
}

.books-page__slider_bt_prev .books-page__slider_bt_icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.books-page__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -59px;
}

.books-page__list .load-box {
  margin-left: 59px;
}

.books-page__item--type-2 {
  display: inline-block;
  width: 25%;
  margin-bottom: 80px;
  padding-left: 59px;
}

.books-page__item--type-2 .books-page__item_img-box {
  display: block;
  max-width: none;
  padding: 0;
  margin-bottom: 39px;
}

.books-page__item--type-2 .books-page__item_img-box img {
  -webkit-filter: drop-shadow(0 23px 40px rgba(0, 0, 0, .25));
  filter: drop-shadow(0 23px 40px rgba(0, 0, 0, .25));
}

.books-page__item--type-2 .books-page__item_text {
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
  min-height: 0;
}

.books-page__item--type-2 .books-page__item_text a:not([class]) {
  color: #fff;
  margin-bottom: 10px;
  max-width: none;
  min-height: 0;
}

.books-page__item--type-2 .books-page__item_text a:not([class]):hover {
  color: #CCA86F;
}

.books-page__item--type-2 .books-page__item_text p {
  max-width: none;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}

.books-page__item--type-2 .books-page__item_info {
  color: #fff;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.books {
  position: relative;
  z-index: 5;
  padding-bottom: 80px;
}

.books:before {
  width: 3px;
  height: 145px;
  background: #CCA86F;
  position: absolute;
  top: -95px;
  left: 50%;
  margin-left: -1.5px;
}

.books__title {
  font-family: NewBaskervilleExpOdC;
  font-size: 36px;
  line-height: 43px;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: #FFF;
}

.books__box-controll {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 69px;
}

.books__link {
  display: inline-block;
  font-size: 18px;
  line-height: 1.33;
  letter-spacing: -.03em;
  color: #CCA86F;
  border-bottom: 1px solid;
  transition: .3s ease;
}

.filter__link,
.gallery__link {
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
}

.books__link:hover {
  border-color: transparent;
  color: #961F23;
}

.books__item_big {
  position: relative;
  margin-bottom: 117px;
}

.books__item_big:before {
  width: 3px;
  height: 145px;
  background: #fff;
  position: absolute;
  bottom: 40px;
  right: 0;
}

.books__item_big_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.books__item_big_img-box {
  width: 209px;
  margin-right: 126px;
}

.books__item_big_desc {
  color: #FFF;
  width: -webkit-calc(100% - 435px);
  width: calc(100% - 435px);
}

.books__item_big_desc p {
  font-weight: 300;
  font-size: 24px;
  line-height: 1.33;
}

.books__item_big_desc a {
  display: inline-block;
  font-weight: 600;
  font-size: 32px;
  line-height: 1;
  color: #FFF;
  margin-bottom: 20px;
}

.books__item_big_desc a:hover {
  color: #CCA86F;
}

.books__item_big_desc span {
  display: block;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.33;
  color: #FFF;
}

.books__list {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.books__item {
  width: 25%;
  padding: 0 20px;
  margin-bottom: 20px;
  min-width: 153px;
}

.books__item_img-box {
  display: block;
  margin-bottom: 28px;
}

.books__item_desc span {
  display: block;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.33;
  color: #FFF;
}

.books__item_desc a {
  display: inline-block;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.33;
  color: #FFF;
}

.c-tm,
.fond__tabs_box_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}

.books__item_desc a:hover {
  color: #CCA86F;
}

.c-tm {
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-tm__link {
  display: inline-block;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: -.02em;
  text-transform: uppercase;
  color: #1D1D1D;
}

.c-tm__link:hover {
  color: #CCA86F;
}

.c-tm__text {
  display: inline-block;
  position: relative;
  top: -1px;
}

.c-tm__icon {
  width: 92px;
  height: 10px;
}

.c-tm__title {
  display: block;
  font-family: NewBaskervilleExpOdC;
  font-style: normal;
  font-weight: 400;
  font-size: 8px;
  line-height: 10px;
  margin-bottom: 4px;
  text-transform: none;
  margin-left: 3px;
}

.filter__link,
.first-screen__scroll,
.first-screen__text_name,
.fond h2,
.fond__tabs_link,
.footer__menu_link,
.gallery-page__desc,
.gallery__slider_pagination,
.gallery__slider_text p,
.header__lang_link,
.header__menu-mobile_box .header__menu_link,
.header__menu_link,
.main-about__title,
.main-events__desc time,
.main-events__title {
  text-transform: uppercase;
}

.bg-dark .c-tm__link {
  color: #D5D1CB;
}

.bg-dark .c-tm__link:hover {
  color: #CCA86F;
}

.filter {
  padding-bottom: 89px;
}

.filter__link {
  display: inline-block;
  font-size: 18px;
  line-height: 21px;
  color: #1D1D1D;
  margin-right: 24px;
  margin-bottom: 10px;
  border-bottom: 1px solid transparent;
  transition: .3s ease;
}

.filter__link._current {
  color: #CCA86F;
  border-color: #CCA86F;
  pointer-events: none;
}

.filter__link:hover {
  border-color: currentColor;
}

.first-screen {
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.first-screen__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: -webkit-calc(var(--vh,1vh) * 100);
  height: calc(var(--vh,1vh) * 100);
  background: #161616;
  z-index: 1;
}

.first-screen__wrapper {
  position: relative;
  height: 100vh;
  height: -webkit-calc(var(--vh,1vh) * 100);
  height: calc(var(--vh,1vh) * 100);
  background: #161616;
  overflow: hidden;
  max-width: 100vw;
}

.first-screen__inner {
  height: 100%;
  position: relative;
}

.first-screen__text {
  position: absolute;
  top: 50%;
  left: 24px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
}

.first-screen__text_name {
  display: block;
  font-family: NewBaskervilleExpOdC;
  font-size: 140px;
  line-height: 168px;
  letter-spacing: .04em;
  color: #CCA86F;
  margin-bottom: -40px;
}

.first-screen__text_desc {
  display: block;
  font-size: 18px;
  line-height: 1.33;
  color: #b2b0ab;
  max-width: 477px;
  margin-top: 26px;
}

.first-screen__smoke {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(75%) translateZ(1px);
  transform: translateY(-50%) translateX(75%) translateZ(1px);
  mix-blend-mode: lighten;
  will-change: transform;
  z-index: 4;
}

.first-screen__smoke._ok {
  -webkit-animation: smoke 46s infinite ease-out;
  animation: smoke 46s infinite ease-out;
}

.first-screen__map {
  position: absolute;
  left: 10%;
  top: 50%;
  -webkit-transform: translateY(-38%);
  -ms-transform: translateY(-38%);
  transform: translateY(-38%);
  mix-blend-mode: soft-light;
  z-index: 2;
}

.first-screen__text-img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-38%) translateX(-50%);
  -ms-transform: translateY(-38%) translateX(-50%);
  transform: translateY(-38%) translateX(-50%);
  z-index: 0;
  max-width: 1592px;
}

.first-screen__text-img img {
  display: inline-block;
  max-width: 1000px;
  width: 70%;
}

.first-screen__text-img--type-2 {
  z-index: 3;
  -webkit-transform: translateY(0) translateX(-50%);
  -ms-transform: translateY(0) translateX(-50%);
  transform: translateY(0) translateX(-50%);
  top: auto;
  bottom: 0;
  text-align: center;
}

.first-screen__text-img--type-2 img {
  display: inline-block;
  max-width: 1600px;
  width: 100%;
}

.first-screen__btn-circle {
  position: absolute;
  top: 100%;
  left: 100%;
}

.first-screen__portrait {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 656px;
}

.first-screen__portrait img {
  opacity: .7;
}

.first-screen__scroll {
  position: absolute;
  bottom: 0;
  left: 20px;
  display: inline-block;
  width: 62px;
  text-align: right;
  font-size: 10px;
  line-height: 1.8;
  letter-spacing: .05em;
  color: #D5D1CB;
  padding: 5px 0;
  transform: rotate(180deg);
}

.first-screen__scroll i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  overflow: hidden;
}

.first-screen__scroll i:before {
  position: absolute;
  top: 0;
  height: 1px;
  width: 100%;
  background: #cca86f;
  -webkit-animation: scroll 2s infinite ease-in-out;
  animation: scroll 2s infinite ease-in-out;
}

.first-screen__scroll:hover {
  color: #cca86f;
}

.first-screen__scroll > svg{
  width: 48px;
}

.fond {
  padding-top: 245px;
}

.fond p:not([class]) {
  font-size: 18px;
  line-height: 1.33;
  color: #1D1D1D;
  margin-bottom: 50px;
  max-width: 765px;
}

.fond strong {
  display: block;
  font-weight: 300;
  font-size: 48px;
  line-height: 1.21;
  color: #1D1D1D;
  max-width: 931px;
  margin-bottom: 30px;
}

.fond h2 {
  font-family: NewBaskervilleExpOdC;
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 43px;
  letter-spacing: .03em;
  color: #1D1D1D;
  margin-bottom: 30px;
  max-width: 500px;
}

.fond__img-box {
  margin-bottom: 50px;
  position: relative;
}

.fond__img-box:before {
  width: 3px;
  height: 145px;
  background: #CCA86F;
  position: absolute;
  top: 16px;
  right: 0;
}

.fond__tabs {
  padding: 50px 0 80px;
}

.fond__tabs p:not([class]) {
  margin-bottom: 20px;
}

.fond__tabs_list {
  padding-bottom: 25px;
}

.fond__tabs_box {
  display: none;
}

.fond__tabs_box_content {
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.fond__tabs_box_col:first-child {
  width: -webkit-calc(100% - 360px);
  width: calc(100% - 360px);
  max-width: 477px;
}

.fond__tabs_box_list {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 360px;
  margin-left: -37px;
}

.fond__tabs_box_li {
  display: inline-block;
  width: 50%;
  padding-left: 37px;
  margin-bottom: 15px;
}

.fond__tabs_box_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #961F23;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.33;
}

.fond__tabs_box_link span,
.fond__tabs_link {
  display: inline-block;
}

.fond__tabs_box_link svg {
  display: inline-block;
  fill: currentColor;
  width: 23px;
  height: 27px;
  margin-right: 15px;
}

.fond__tabs_link {
  font-size: 18px;
  line-height: 21px;
  color: #C4C4C4;
  padding-bottom: 4px;
  margin-right: 26px;
  margin-bottom: 10px;
  border-bottom: 1.5px solid transparent;
}

.fond__tabs_link._current {
  color: #CCA86F;
  border-bottom-color: currentColor;
  pointer-events: none;
}

.footer {
  position: relative;
  z-index: 1;
}

.footer__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  border-top: 1px solid rgba(213,209,203,.5);
}

.footer__logo_icon {
  width: 165px;
  height: 26px;
  fill: #1D1D1D;
}

.footer__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer__menu_link {
  display: inline-block;
  font-size: 12px;
  line-height: 14px;
  margin: 0 13px;
  color: #1D1D1D;
}

.footer__menu_link:hover {
  color: #CCA86F;
}

.footer.bg-dark {
  background: #222;
}

.footer.bg-dark .footer__wrapper {
  border-top: 1px solid rgba(213,209,203,.12);
}

.footer.bg-dark .footer__logo_icon {
  fill: #fff;
}

.gallery__link_icon,
.info-article__share_icon,
.interview__box-controll_link_icon {
  fill: currentColor;
}

.footer.bg-dark .footer__menu_link {
  color: #D5D1CB;
}

.footer.bg-dark .footer__menu_link:hover {
  color: #CCA86F;
}

.footer.bg-dark .footer__lang_link {
  color: #7D7A74;
}

.footer.bg-dark .footer__lang_link._current,
.footer.bg-dark .footer__lang_link:hover {
  color: #CCA86F;
}

.gallery-main {
  position: absolute;
  top: 40px;
  bottom: 35px;
  left: 0;
  width: 70%;
}

.gallery-main__slide {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.gallery-main__img-box,
.gallery-page__desc,
.gallery-page__item:before {
  opacity: 0;
  position: absolute;
}

.gallery-main__slide .gallery-main__img-box._active--1,
.gallery-main__slide .gallery-main__img-box._active--2,
.gallery-main__slide .gallery-main__img-box._active--3 {
  -webkit-animation-name: show;
  animation-name: show;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.gallery-main__slide .gallery-main__img-box:nth-child(3n+1) {
  top: 40px;
  left: 0;
}

.gallery-main__slide .gallery-main__img-box:nth-child(3n+2) {
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.gallery-main__slide .gallery-main__img-box:nth-child(3n+3) {
  bottom: 0;
  left: 100px;
}

.gallery-main__slide .gallery-main__img-box:nth-child(3n+4) {
  top: 60px;
  left: 20px;
}

.gallery-main__slide .gallery-main__img-box:nth-child(3n+5) {
  top: 50%;
  right: 35px;
  -webkit-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  transform: translateY(-40%);
}

.gallery-main__slide .gallery-main__img-box:nth-child(3n+6) {
  bottom: 0;
  left: 0;
}

.gallery-page {
  padding-top: 245px;
  margin-bottom: 167px;
  overflow: hidden;
}

.gallery-page__title {
  color: #fff;
  margin-bottom: 32px;
}

.gallery-page .filter__link {
  color: #fff;
}

.gallery-page .filter__link._current {
  color: #CCA86F;
}

.gallery-page__desc {
  top: 50%;
  left: 20px;
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
  font-family: NewBaskervilleExpOdC;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  letter-spacing: .05em;
  color: #FFF;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  padding: 0 70px;
  pointer-events: none;
}

.gallery-page__container {
  margin: 0 0 0 -20px;
}

.gallery-page__container:after {
  content: '';
  display: block;
  clear: both;
}

.gallery-page__item:after,
.gallery-page__item:before,
.gallery__slider_bt:before,
.header__menu-mobile_btn:before,
.interview__img-box:before,
.interview__time span:first-child:before,
.load-box:after,
.load-box:before,
.main-about:before,
.main-about__box:after,
.main-about__gallery--type-2:before,
.main-events__list:before,
.museum-detail__bg:after,
.museum-detail__bg:before,
.museum-detail__scroll i:before,
.museum-detail__text-box_slider_bt:before,
.museum-page__img:after,
.museum-page__img:before,
.museum-page__slider_link:before,
.museum-page__slider_name:before,
.museum__item_line:before,
.videoBox .video__link:before {
  content: "";
}

.gallery-page__width {
  width: 25%;
  height: 0;
}

.gallery-page__item {
  display: inline-block;
  float: left;
  padding: 0 0 20px 20px;
  width: 25%;
}

.gallery-page__item._hide {
  display: none;
}

.gallery-page__item img {
  width: 100%;
  max-width: none;
}

.gallery-page__item--w2 {
  width: 50%;
}

.gallery-page__item--w3 {
  width: 75%;
}

.gallery-page__item--photo:before {
  background-image: url(../img/cursor_plus_wh.svg);
}

.gallery-page__item--video:before {
  background-image: url(../img/cursor_play.svg);
}

.gallery-page__item:before {
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
  width: 148px;
  height: 148px;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: 50% 50%;
  top: var(--top);
  left: var(--left);
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  pointer-events: none;
  z-index: 3;
}

.gallery-page__item._hover:before,
.gallery-page__item:hover .gallery-page__desc {
  opacity: 1;
}

.gallery__box-controll,
.gallery__slider_text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}

.gallery-page__item:after {
  position: absolute;
  top: 0;
  left: 20px;
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
  height: -webkit-calc(100% - 20px);
  height: calc(100% - 20px);
  pointer-events: none;
  z-index: 1;
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
}

.gallery,
.gallery__slider_box {
  position: relative;
}

.gallery-page__item:hover:after {
  background: rgba(29,29,29,.55);
}

.gallery {
  z-index: 5;
  margin-bottom: 149px;
  margin-top: 100px;
}

.gallery__title {
  font-family: NewBaskervilleExpOdC;
  font-size: 36px;
  line-height: 43px;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: #1D1D1D;
}

.gallery__box-controll {
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.gallery__link {
  display: inline-block;
  font-size: 18px;
  line-height: 1.33;
  letter-spacing: -.03em;
  color: #1D1D1D;
  border-bottom: 1px solid;
  transition: .3s ease;
}

.gallery__link:hover {
  border-color: transparent;
  color: #961F23;
}

.gallery__slider_img-box {
  width: -webkit-calc(100% - 186px);
  width: calc(100% - 186px);
  height: 0;
  padding-top: 48.5%;
  margin: 0 auto 75px;
  position: relative;
}

.gallery__slider_img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
}

.gallery__slider_slide {
  padding-top: 60px;
}

.gallery__slider_text {
  position: absolute;
  padding: 30px;
  background: #1D1D1D;
  width: 312px;
  min-height: 206px;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #fff;
  left: 0;
  bottom: 0;
}

.gallery__slider_pagination,
.header__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}

.gallery__slider_text hr {
  background: #CCA86F;
  border: none;
  width: 73px;
  height: 3px;
  margin: 18px 0;
}

.gallery__slider_text p {
  font-family: NewBaskervilleExpOdC;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: .05em;
  color: #D5D1CB;
}

.gallery__slider_bt {
  width: 47px;
  height: 47px;
  position: absolute;
  bottom: 105px;
  top: auto;
  background: #CCA86F;
  margin: 0;
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  transform: translate(0,0);
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

.gallery__slider_bt_prev {
  background: #fff;
}

.gallery__slider_bt:hover {
  background: #961F23;
}

.gallery__slider_bt.swiper-button-disabled {
  background: #D5D1CB;
  opacity: 1;
}

.gallery__slider_bt:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/arroe-sl.svg) 50% 50% no-repeat;
}

.gallery__slider_bt_next {
  right: 46px;
}

.gallery__slider_bt_prev {
  right: 93px;
  left: auto;
}

.gallery__slider_bt_prev:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.gallery__slider_pagination {
  top: 86px;
  bottom: auto;
  right: auto;
  left: 24px;
  margin: 0;
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  transform: translate(0,0);
  font-size: 20px;
  line-height: 23px;
  letter-spacing: .1em;
  width: auto;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #878787;
}

.gallery__slider_pagination span {
  display: block;
}

.gallery__slider_pagination span.swiper-pagination-current {
  color: #CCA86F;
}

.gallery__slider_separation {
  width: 22px;
  height: 2px;
  display: block;
  margin: 18px auto;
  background: #878787;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  padding: 60px 0;
}

.header__wrapper {
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__menu,
.header__menu-mobile_box .btn-alternative {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}

.header__logo_icon {
  width: 165px;
  height: 26px;
  fill: #1D1D1D;
}

.header__menu {
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header__menu_link {
  display: inline-block;
  font-size: 12px;
  line-height: 14px;
  margin: 0 13px;
  color: #1D1D1D;
}

.header__menu_link:hover {
  color: #CCA86F;
}

.header__menu-mobile {
  display: none;
}

.header__menu-mobile._active .header__menu-mobile_box {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.header__menu-mobile_btn {
  display: inline-block;
  width: 22px;
  height: 16px;
  position: relative;
  z-index: 99;
}

.header__menu-mobile_btn:before {
  width: 56px;
  height: 56px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  border: 1px solid transparent;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.header__menu-mobile_btn i {
  pointer-events: none;
  padding: 0;
  width: 22px;
  height: 1px;
  background-color: #1D1D1D;
  display: block;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  position: absolute;
}

.header__menu-mobile_btn i:first-child {
  top: 0;
}

.header__menu-mobile_btn i:first-child+i {
  top: 8px;
}

.header__menu-mobile_btn i:first-child+i+i {
  top: 8px;
  right: 0;
}

.header__menu-mobile_btn i:first-child+i+i+i {
  bottom: 0;
}

.header__menu-mobile_btn._active:before {
  border-color: #1D1D1D;
}

.header__menu-mobile_btn._active i {
  background-color: #1D1D1D;
}

.header__menu-mobile_btn._active i:first-child {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 17%;
  -ms-transform-origin: 17%;
  transform-origin: 17%;
  width: 28px;
}

.header__menu-mobile_btn._active i:first-child+i {
  -webkit-transform: translateX(-22px);
  -ms-transform: translateX(-22px);
  transform: translateX(-22px);
  background-color: transparent;
}

.header__menu-mobile_btn._active i:first-child+i+i {
  -webkit-transform: translateX(22px);
  -ms-transform: translateX(22px);
  transform: translateX(22px);
  background-color: transparent;
}

.header__menu-mobile_btn._active i:first-child+i+i+i {
  -webkit-transform-origin: 6%;
  -ms-transform-origin: 6%;
  transform-origin: 6%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 28px;
}

.header__menu-mobile_box {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #F1F1F1;
  top: 0;
  left: 0;
  z-index: 98;
  padding: 43px 20px;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: .4s ease;
  -o-transition: .4s ease;
  transition: .4s ease;
  overflow: auto;
}

.header__menu-mobile_box .header__lang {
  display: block;
  margin-bottom: 97px;
}

.header__menu-mobile_box .header__lang_link {
  font-size: 18px;
}

.header__menu-mobile_box .header__menu {
  display: block;
}

.header__menu-mobile_box .header__menu_link {
  display: block;
  font-weight: 300;
  font-size: 32px;
  line-height: 36px;
  color: #1D1D1D!important;
  margin-bottom: 21px;
}

.header__menu-mobile_box .btn-alternative {
  position: absolute;
  display: flex;
}

.header__lang,
.horizonatl-scroll__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}

.header__menu-mobile_box .btn-alternative__text {
  fill: #1D1D1D;
}

.header__lang {
  display: flex;
}

.header__lang_link {
  display: inline-block;
  font-family: NewBaskervilleExpOdC;
  font-size: 14px;
  line-height: 17px;
  color: #1D1D1D;
  margin-left: 9px;
}

.header__lang_link._current,
.header__lang_link:hover {
  color: #CCA86F;
}

.bg-dark .header__logo_icon,
.bg-dark-header .header__logo_icon {
  fill: #fff;
}

.bg-dark .header__menu_link,
.bg-dark-header .header__menu_link {
  color: #D5D1CB;
}

.bg-dark .header__menu_link:hover,
.bg-dark-header .header__menu_link:hover {
  color: #CCA86F;
}

.bg-dark .header__menu-mobile_btn i,
.bg-dark-header .header__menu-mobile_btn i {
  background: #fff;
}

.bg-dark .header__menu-mobile_btn._active i,
.bg-dark-header .header__menu-mobile_btn._active i {
  background: #1D1D1D;
}

.bg-dark .header__lang_link,
.bg-dark-header .header__lang_link {
  color: #7D7A74;
}

.bg-dark .header__lang_link._current,
.bg-dark .header__lang_link:hover,
.bg-dark-header .header__lang_link._current,
.bg-dark-header .header__lang_link:hover {
  color: #CCA86F;
}

.hint {
  position: relative;
  background: #D5D1CB;
  padding: 0 3px;
  display: inline-block;
  z-index: 2;
}

.hint._hover,
.hint._open {
  opacity: 1;
  z-index: 3;
}

.hint__box,
.hint__close {
  display: none;
  position: absolute;
}

.hint__box {
  padding: 20px;
  -webkit-box-shadow: 0 23px 40px rgba(0,0,0,.25);
  box-shadow: 0 23px 40px rgba(0,0,0,.25);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  color: #000;
  z-index: 2;
  background: #fff;
  top: var(--top);
  left: var(--left);
  -webkit-transform: translate(20px,20px);
  -ms-transform: translate(20px,20px);
  transform: translate(20px,20px);
  pointer-events: none;
  -webkit-transition: visibility .3s ease opacity .3s ease;
  -o-transition: visibility .3s ease opacity .3s ease;
  transition: visibility .3s ease opacity .3s ease;
  width: 0;
  height: 0;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
}

.hint__box span:not([class]) {
  color: #A08E84;
}

.hint__close {
  top: 10px;
  right: 10px;
  width: 10px;
  height: 10px;
  background: url(../img/close.svg) 50% 50%/contain no-repeat;
}

.horizonatl-scroll {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  height: 100vh;
}

.horizonatl-scroll__wrapper {
  position: relative;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.info-article,
.interview--tille .interview__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}

.info-article {
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px dashed #404040;
  margin-bottom: 50px;
  max-width: 807px;
}

.info-article--type-2 {
  border-top: 1px dashed #404040;
  max-width: none;
  padding: 31px 190px 0;
}

.info-article__author {
  margin-bottom: 30px;
  max-width: -webkit-calc(100% - 140px);
  max-width: calc(100% - 140px);
}

.info-article__author_dl {
  font-size: 18px;
  line-height: 1.33;
  color: #A08E84;
  margin-bottom: 4px;
}

.info-article__author__dd {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.33;
  color: #000;
}

.info-article__share {
  margin-bottom: 30px;
}

.info-article__share_dt {
  display: block;
  font-size: 18px;
  line-height: 1.78;
  color: #000;
  margin-bottom: 10px;
}

.info-article__share_dd {
  display: block;
  white-space: nowrap;
}

.info-article__share_link {
  color: #1D1D1D;
  margin-right: 20px;
}

.info-article__share_link:hover {
  color: #cca86f;
}

.info-article--type-3 {
  border: none;
  max-width: none;
  margin: 0 0 -31px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.info-article--type-3 .link-back {
  color: #fff;
  margin: 0;
}

.info-article--type-3 .info-article__share {
  margin: 0;
}

.info-article--type-3 .info-article__share_dt,
.info-article--type-3 .info-article__share_link {
  color: #fff;
}

.info-article--type-3 .info-article__share_link:hover {
  color: #cca86f;
}

.info-article--type-4 {
  max-width: none;
  padding: 30px 0 34px;
  border-top: 1px dashed #BCBCBC;
  border-bottom: 1px dashed #BCBCBC;
  margin-bottom: 0;
}

.info-article--type-4 .link-back {
  color: #fff;
  margin: 0;
}

.info-article--type-4 .info-article__share {
  margin: 0;
}

.info-article--type-4 .info-article__share_dt,
.info-article--type-4 .info-article__share_link {
  color: #fff;
}

.interview {
  padding: 247px 0 50px;
}

.interview--detail {
  padding: 177px 0 0;
}

.interview--detail-nopadd {
  padding: 0;
}

.interview__title {
  margin-bottom: 70px;
  max-width: 368px;
}

.interview--type-2 {
  padding-top: 0;
  padding-bottom: 0;
}

.interview--tille .interview__list {
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 0 -85px;
}

.interview--tille .interview__item {
  width: 33.33%;
  padding-left: 85px;
}

.interview--tille .interview__item a:not([class]) {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 10px;
}

.interview--tille .interview__item p {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.43;
  color: #000;
}

.interview--tille .interview__desc {
  width: 100%;
  margin: 0;
}

.interview--tille .interview__img-box {
  margin: 0 0 50px;
}

.interview__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 100px;
}

.interview__item:last-child {
  margin-bottom: 80px;
}

.interview__item._hide {
  display: none;
}

.interview__item--big {
  padding-top: 74px;
}

.interview__item--big .interview__desc a:not([class]) {
  font-size: 42px;
  line-height: 1.1;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.interview__img-box {
  display: inline-block;
  width: 344px;
  position: relative;
  margin-right: 50px;
  -webkit-box-shadow: 0 23px 40px rgba(0,0,0,.25);
  box-shadow: 0 23px 40px rgba(0,0,0,.25);
}

.interview__img-box:before {
  height: 100%;
  width: 158px;
  left: -30px;
  top: 30px;
  position: absolute;
  background: #CCA86F;
  -webkit-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
}

.interview__img-box:hover:before {
  -webkit-transform: translate(30px,-30px);
  -ms-transform: translate(30px,-30px);
  transform: translate(30px,-30px);
}

.interview__img {
  position: relative;
  z-index: 1;
}

.interview__time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.78;
  color: #000;
  margin-bottom: 10px;
}

.interview__time span {
  display: inline-block;
  position: relative;
}

.interview__time span:first-child {
  margin-right: 20px;
}

.interview__time span:first-child:before {
  display: inline-block;
  background: #000;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 3px;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 100%;
  margin-left: 9px;
  margin-top: -1.5px;
}

.interview__time--type-2 {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.78;
  color: #CCA86F;
}

.interview__time--type-2 span:first-child {
  margin-left: 20px;
}

.interview__time--type-2 span:first-child:before {
  left: auto;
  margin-left: 0;
  right: 100%;
  margin-right: 16px;
  background: #CCA86F;
}

.interview__desc {
  width: -webkit-calc(100% - 394px);
  width: calc(100% - 394px);
}

.interview__desc a {
  display: inline-block;
  font-size: 32px;
  line-height: 37px;
  margin-bottom: 20px;
  color: #1D1D1D;
}

.interview__desc a:hover {
  color: #CCA86F;
}

.interview__desc p {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.33;
  color: #000;
}

.interview__box-controll {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
}

.interview__box-controll_title {
  max-width: 369px;
  margin-bottom: 0;
}

.interview__box-controll_link {
  display: inline-block;
  font-size: 18px;
  line-height: 1.33;
  letter-spacing: -.03em;
  color: #CCA86F;
  border-bottom: 1px solid;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

.interview__box-controll_link:hover {
  border-color: transparent;
  color: #961F23;
}

.interview__filter .interview__title {
  margin-bottom: 30px;
}

.js-parallax img {
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(0) rotateY(0);
  transform: rotateX(0) rotateY(0);
  -webkit-transition: .1s;
  -o-transition: .1s;
  transition: .1s;
}

.link-back {
  display: inline-block;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.78;
  color: #1D1D1D;
  margin: 0 0 38px;
}

.link-back_icon {
  display: inline-block;
  vertical-align: middle;
  fill: none;
  stroke: currentColor;
  width: 7px;
  height: 10px;
  margin-right: 15px;
}

.link-back__text {
  display: inline-block;
  vertical-align: middle;
  color: currentColor;
}

.link-back:hover,
.load-box__bt {
  color: #CCA86F;
}

.load-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
}

.load-box:after,
.load-box:before {
  width: -webkit-calc(50% - 47px);
  width: calc(50% - 47px);
  height: 1px;
  position: absolute;
  top: 25px;
  background: rgba(213,209,203,.5);
}

.load-box:before {
  left: 0;
}

.load-box:after {
  right: 0;
}

.load-box__bt {
  display: block;
  text-align: center;
}

.load-box__bt:hover {
  color: #961F23;
}

.load-box__bt_icon {
  fill: none;
  width: 43px;
  height: 43px;
  display: block;
  margin: 0 auto;
  stroke: currentColor;
}

.main-about__link_icon,
.main-events__link_icon {
  fill: currentColor;
}

.load-box__bt_text {
  font-size: 14px;
  line-height: 1.57;
  letter-spacing: -.03em;
  color: currentColor;
}

.stop .load-box {
  display: none;
}

.main-about {
  position: relative;
  background: url(../img/bg-3.jpg) 50% 50%/cover no-repeat;
  z-index: 2;
  padding: 234px 0 165px;
}

.main-about:before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/2-map.svg) 50% 70% no-repeat;
  z-index: 1;
  mix-blend-mode: overlay;
  opacity: .94;
  pointer-events: none;
}

.main-about__box {
  position: relative;
  z-index: 3;
}

.main-about__box:after {
  width: 3px;
  height: 145px;
  position: absolute;
  bottom: 134px;
  right: 0;
  background: #CCA86F;
}

.main-about__title {
  position: relative;
  display: inline-block;
  font-family: NewBaskervilleExpOdC;
  font-size: 36px;
  line-height: 43px;
  letter-spacing: .03em;
  color: #221B17;
  margin-bottom: 50px;
}

.main-about__title:before {
  content: "";
  width: 73px;
  height: 3px;
  background: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(59px);
  -ms-transform: translateY(-50%) translateX(59px);
  transform: translateY(-50%) translateX(59px);
  left: 100%;
}

.main-about__title--type-2 {
  font-weight: 300;
  font-size: 48px;
  line-height: 1.21;
  color: #131110;
  margin-bottom: 20px;
  max-width: 916px;
}

.main-about__text {
  font-weight: 300;
  font-size: 24px;
  line-height: 1.33;
  color: #131110;
  margin-bottom: 40px;
  max-width: 874px;
}

.main-about__link {
  display: inline-block;
  font-size: 18px;
  line-height: 1.33;
  letter-spacing: -.03em;
  color: #131110;
  border-bottom: 1px solid;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

.main-about__link:hover {
  border-color: transparent;
  color: #CCA86F;
}

.main-about__gallery {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}

.main-about__gallery_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-animation: gallery var(--time) infinite linear normal;
  animation: gallery var(--time) infinite linear normal;
  mix-blend-mode: overlay;
}

.main-about__gallery_slide {
  position: relative;
  width: 100vw;
  height: 100%;
}

.main-about__gallery_slide:nth-child(odd) .main-about__gallery_img:nth-child(5n+1) {
  top: 0;
  left: 0;
}

.main-about__gallery_slide:nth-child(odd) .main-about__gallery_img:nth-child(5n+2) {
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.main-about__gallery_slide:nth-child(odd) .main-about__gallery_img:nth-child(5n+3) {
  top: 0;
  right: 0;
}

.main-about__gallery_slide:nth-child(odd) .main-about__gallery_img:nth-child(5n+4) {
  bottom: 0;
  right: 20%;
}

.main-about__gallery_slide:nth-child(odd) .main-about__gallery_img:nth-child(5n+5) {
  bottom: 0;
  left: 20%;
}

.main-about__gallery_slide:nth-child(even) .main-about__gallery_img:nth-child(5n+1) {
  top: 0;
  left: 20%;
}

.main-about__gallery_slide:nth-child(even) .main-about__gallery_img:nth-child(5n+2) {
  top: 0;
  right: 20%;
  left: auto;
  margin: 0 auto;
}

.main-about__gallery_slide:nth-child(even) .main-about__gallery_img:nth-child(5n+3) {
  bottom: 0;
  right: 0;
}

.main-about__gallery_slide:nth-child(even) .main-about__gallery_img:nth-child(5n+4) {
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
}

.main-about__gallery_slide:nth-child(even) .main-about__gallery_img:nth-child(5n+5) {
  bottom: 0;
  left: 0;
}

.main-about__gallery_img {
  position: absolute;
  max-width: 27%;
}

.main-about__gallery--type-2 {
  height: 1200px;
  opacity: .19;
}

.main-about__gallery--type-2:before {
  width: 924px;
  height: 395px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  background: url(../img/4-map.svg) 50% 70% no-repeat;
  z-index: 0;
  opacity: .4;
}

.main-events {
  padding: 109px 0 3px;
  background: #222;
  position: relative;
  overflow: hidden;
}

.main-events__title {
  font-family: NewBaskervilleExpOdC;
  font-size: 36px;
  line-height: 43px;
  letter-spacing: .03em;
  color: #FFF;
}

.main-events__box-controll {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 60px;
}

.main-events__link {
  display: inline-block;
  font-size: 18px;
  line-height: 1.33;
  letter-spacing: -.03em;
  color: #CCA86F;
  border-bottom: 1px solid;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

.main-events__link:hover {
  border-color: transparent;
  color: #961F23;
}

.main-events__list {
  list-style: none;
  position: relative;
}

.main-events__list:before {
  width: 3px;
  height: 158px;
  position: absolute;
  top: 50%;
  left: -82px;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  background: #CCA86F;
}

.main-events__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px dashed #404040;
  padding: 0 0 50px;
  margin-bottom: 50px;
}

.main-events__item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.main-events__item._hover .main-events__img {
  -webkit-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
  transform: rotate(-6deg);
}

.main-events__item._hover .main-events__desc a {
  color: #CCA86F;
}

.main-events__box-img {
  display: inline-block;
  width: 376px;
  margin-right: 66px;
}

.main-events__img {
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  -webkit-filter: drop-shadow(0 4px 30px rgba(0, 0, 0, .5));
  filter: drop-shadow(0 4px 30px rgba(0, 0, 0, .5));
  will-change: transform;
}

.main-events__img:hover {
  -webkit-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
  transform: rotate(-6deg);
}

.main-events__desc {
  width: -webkit-calc(100% - 442px);
  width: calc(100% - 442px);
}

.main-events__desc time {
  font-size: 14px;
  line-height: 1.29;
  color: #CCA86F;
  margin-bottom: 10px;
}

.main-events__desc a {
  display: inline-block;
  font-size: 32px;
  line-height: 1.31;
  color: #FFF;
  margin-bottom: 10px;
}

.fancybox-caption:after,
.fancybox-caption:before,
.modal {
  display: none;
}

.main-events__desc a:hover {
  color: #CCA86F;
}

.main-events__desc p {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  color: #FFF;
}

.main-events__smoke {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateX(75%) translateZ(1px);
  transform: translateX(75%) translateZ(1px);
  mix-blend-mode: lighten;
  z-index: 4;
  pointer-events: none;
}

.main-events__smoke._ok {
  -webkit-animation: smoke1 46s infinite ease-out;
  animation: smoke1 46s infinite ease-out;
}

.main-events__bg-dark,
.manuscript {
  position: relative;
}

.manuscript__img {
  position: absolute;
  left: 0;
  right: 0;
  top: 100px;
  bottom: 0;
  z-index: -1;
  max-height: 100%;
  -webkit-background-size: 1543px auto;
  background-size: 1543px auto;
  background-repeat: no-repeat;
  background-position: 50% 0;
}

.manuscript__img img {
  max-width: none;
  max-height: none;
  margin: 0 auto;
}

.modal {
  max-width: 67.125rem;
  width: 100%;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 2rem 6.25rem;
}

.modal .close {
  top: 3.75rem;
  right: 3.75rem;
  padding: 0;
  width: 2rem;
  height: 2rem;
}

.modal .close svg {
  width: 2rem;
  height: 2rem;
  fill: none;
  stroke: #363B42;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

.modal .close:hover svg {
  stroke: #D2AA6D;
}

.fancybox-navigation .fancybox-button.fancybox-button--arrow_left,
.fancybox-navigation .fancybox-button.fancybox-button--arrow_right {
  opacity: 1;
  visibility: visible;
  background: 0 0;
  width: 100px;
  height: 80px;
  margin: 0;
}

.fancybox-navigation .fancybox-button.fancybox-button--arrow_left svg,
.fancybox-navigation .fancybox-button.fancybox-button--arrow_right svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: #fff;
  stroke-width: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin: 0;
}

.fancybox-navigation .fancybox-button.fancybox-button--arrow_left {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fancybox-close-small-img {
  top: 40px;
  right: 40px;
  position: absolute;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 148px;
  height: 148px;
  background: 0 0;
  border: none;
  font-size: 0;
  color: transparent;
  opacity: 1;
}

.fancybox-caption,
.fancybox-infobar {
  color: #FFF;
  opacity: 1!important;
  visibility: visible!important;
  text-transform: uppercase;
}

.fancybox-close-small-img svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: #fff;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

.fancybox-close-small-img:hover svg {
  stroke: #CCA86F;
}

.fancybox-infobar {
  position: absolute;
  left: 10%;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  font-weight: 300;
  font-size: 24px;
  line-height: 27px;
  top: auto;
  bottom: 65px;
}

.fancybox-caption {
  border: none!important;
  font-family: NewBaskervilleExpOdC;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  margin-bottom: 60px;
}

.mouse__detailed,
.museum-detail__text-box_colums {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}

.mouse__detailed {
  position: absolute;
  width: 149px;
  height: 149px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: .04em;
  top: var(--top);
  left: var(--left);
  z-index: 7;
  pointer-events: none;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  opacity: 0;
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
}

.mouse__detailed_icon {
  fill: currentColor;
}

.mouse__detailed__circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
}

._hover .mouse__detailed {
  opacity: 1;
}

.museum-detail {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.museum-detail__wrapper {
  position: relative;
  background: #161616;
  max-width: 100vw;
  z-index: 2;
  margin-bottom: 55px;
}

.museum-detail .museum-detail__inner {
  min-height: 100vh;
  min-height: -webkit-calc(var(--vh,1vh) * 100);
  min-height: calc(var(--vh,1vh) * 100);
  position: relative;
  padding-top: 177px;
}

.museum-detail .smoke-box__smoke {
  z-index: 3;
  mix-blend-mode: lighten;
  background: 0 0;
}

.museum-detail__scroll {
  position: absolute;
  bottom: 0;
  left: 20px;
  display: inline-block;
  width: 62px;
  text-align: right;
  font-size: 10px;
  line-height: 1.8;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #D5D1CB;
  padding: 5px 0;
  -webkit-transform: rotate(-90deg) translate(17px,-17px);
  -ms-transform: rotate(-90deg) translate(17px,-17px);
  transform: rotate(-90deg) translate(17px,-17px);
}

.museum-detail__scroll:hover {
  color: #cca86f;
}

.museum-detail__scroll i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  overflow: hidden;
}

.museum-detail__scroll i:before {
  position: absolute;
  top: 0;
  height: 1px;
  width: 100%;
  background: #cca86f;
  -webkit-animation: scroll 2s infinite ease-in-out;
  animation: scroll 2s infinite ease-in-out;
}

.museum-detail__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.museum-detail__bg:after,
.museum-detail__bg:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.museum-detail__bg:before {
  background: #1D1D1D;
  opacity: .85;
  z-index: 2;
}

.museum-detail__bg:after {
  background: rgba(204,168,111,.5);
  opacity: .7;
  mix-blend-mode: multiply;
  z-index: 1;
}

.museum-detail__bg img {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  -o-object-fit: cover;
  object-fit: cover;
  mix-blend-mode: overlay;
}

.museum-detail .link-back {
  color: #fff;
}

.museum-detail .link-back:hover {
  color: #cca86f;
}

.museum-detail__btn-circle {
  position: absolute;
  bottom: 107px;
  right: 24px;
}

.museum-detail__title-box {
  text-align: center;
  padding: 74px 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.museum-detail__title-box h1 {
  font-family: NewBaskervilleExpOdC;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #CCA86F;
  margin-bottom: 20px;
  font-size: 130px;
}

.museum-detail__title-box p {
  font-size: 18px;
  line-height: 1.33;
  color: #FFF;
  max-width: 940px;
  margin: 0 auto;
}

.museum-detail__text-box {
  color: #fff;
  padding-bottom: 30px;
}

.museum-detail__text-box_img-center {
  text-align: center;
  margin-bottom: 50px;
}

.museum-detail__text-box_img-center img {
  display: inline-block;
}

.museum-detail__text-box_info {
  text-align: center;
}

.museum-detail__text-box_info p {
  font-weight: 300;
  font-size: 32px;
  line-height: 1.25;
  color: #FFF;
  max-width: 935px;
  margin: 0 auto 60px;
}

.museum-detail__text-box_colums {
  display: flex;
  margin-left: -56px;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.33;
  padding-bottom: 40px;
}

.museum-detail__text-box_col {
  padding-left: 56px;
  width: 45%;
  margin-bottom: 20px;
}

.museum-detail__text-box_col+.museum-detail__text-box_col {
  width: 55%;
}

.museum-detail__text-box_col b {
  font-weight: 600;
  font-size: 24px;
}

.museum-detail__text-box h3 {
  font-size: 48px;
  line-height: 1.21;
  color: #FFF;
  margin: 0 0 20px;
  max-width: none;
}

.museum-detail__text-box p {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.33;
  color: #FFF;
  max-width: 765px;
  margin-bottom: 20px;
}

.museum-detail__text-box_slider {
  position: relative;
  margin-right: -200px;
}

.museum-detail__text-box_slider img {
  max-width: none;
  width: 100%;
  height: auto;
}

.museum-detail__text-box_slider p {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.71;
  margin: 41px 0;
  max-width: none;
}

.museum-detail__text-box_slider_bt {
  width: 47px;
  height: 47px;
  position: absolute;
  top: var(--top);
  background: #CCA86F;
  margin: 0;
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  transform: translate(0,0);
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.museum-detail__text-box_slider_bt:hover {
  background: #961F23;
}

.museum-detail__text-box_slider_bt.swiper-button-disabled {
  background: #D5D1CB;
  opacity: 1;
}

.museum-detail__text-box_slider_bt:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/arroe-sl.svg) 50% 50% no-repeat;
}

.museum-detail__text-box_slider_bt_next {
  left: 0;
}

.museum-detail__text-box_slider_bt_prev {
  left: -47px;
}

.museum-detail__text-box_slider_bt_prev:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.museum-page {
  position: relative;
  height: 100vh;
  height: -webkit-calc(var(--vh,1vh) * 100);
  height: calc(var(--vh,1vh) * 100);
  overflow: hidden;
}

.museum-page__img-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100vh;
  height: -webkit-calc(var(--vh,1vh) * 100);
  height: calc(var(--vh,1vh) * 100);
}

.museum-page__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: .7s ease;
  -o-transition: .7s ease;
  transition: .7s ease;
}

.museum-page__img._visibled {
  opacity: 1;
}

.museum-page__img:after,
.museum-page__img:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.museum-page__img:before {
  background: #1D1D1D;
  opacity: .85;
  z-index: 2;
}

.museum-page__img:after {
  background: rgba(204,168,111,.5);
  opacity: .7;
  mix-blend-mode: multiply;
  z-index: 1;
}

.museum-page__img img {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  -o-object-fit: cover;
  object-fit: cover;
  mix-blend-mode: overlay;
}

.museum-page__line {
  position: absolute;
  width: 70px;
  height: 3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #CCA86F;
  left: 71px;
  z-index: 4;
}

.museum-page__map {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: 3;
  opacity: .044;
}

.museum-page__text {
  position: relative;
  z-index: 4;
  font-size: 18px;
  line-height: 1.33;
  text-align: center;
  color: #fff;
  max-width: 558px;
  padding: 0 24px;
}

.museum-page__text h1 {
  font-family: NewBaskervilleExpOdC;
  font-weight: 400;
  font-size: 36px;
  line-height: 43px;
  text-align: center;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: #FFF;
  margin-bottom: 10px;
}

.museum-page__slider {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}

.museum-page__slider_slide {
  width: auto;
}

.museum-page__slider_link {
  display: block;
  width: 100%;
  height: 224px;
  position: relative;
  padding: 95px 0 0 63px;
}

.museum-page__slider_link:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #961F23;
  opacity: 0;
  z-index: 2;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

.museum-page__slider_link:hover:before {
  opacity: .8;
}

.museum-page__slider_link:hover .museum-page__slider_img {
  opacity: 1;
}

.museum-page__slider_bt.swiper-button-disabled,
.museum__bg._hide {
  opacity: 0;
}

.museum-page__slider_name {
  max-width: 150px;
  padding-top: 12px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.33;
  color: #FFF;
  position: relative;
  z-index: 3;
}

.museum-page__slider_name:before {
  width: 70px;
  height: 2px;
  background: #CCA86F;
  position: absolute;
  left: 0;
  top: 0;
}

.museum-page__slider_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
  opacity: 0;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

.museum-page__slider_bt {
  width: 102px;
  height: 82px;
  position: absolute;
  background: 0 0;
  margin: 0;
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  transform: translate(0,0);
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

.museum-page__slider_bt_icon {
  fill: transparent;
  stroke: #CCA86F;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  width: 100%;
  height: 100%;
}

.museum__item_img,
.videoBox .video__link:before {
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
}

.museum-page__slider_bt:hover .museum-page__slider_bt_icon {
  fill: #CCA86F;
}

.museum-page__slider_bt_next {
  top: 0;
  right: 63px;
}

.museum-page__slider_bt_prev {
  top: auto;
  top: 0;
  left: 63px;
}

.museum-page__slider_bt_prev .museum-page__slider_bt_icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.museum-page .smoke-box__smoke {
  z-index: 3;
  mix-blend-mode: lighten;
  background: 0 0;
}

.touchevents .museum .horizonatl-scroll__box._scroll {
  width: 100vw;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch!important;
}

.touchevents .museum .horizonatl-scroll__box._scroll::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  display: none;
}

.touchevents .museum .horizonatl-scroll__box._scroll .museum__wrapper_container {
  min-width: 2144px;
  position: relative;
  -webkit-transform: translateZ(1px);
  transform: translateZ(1px);
  -webkit-overflow-scrolling: touch!important;
}

.touchevents .museum .horizonatl-scroll__box._scroll .museum__wrapper_container::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  display: none;
}

.museum {
  position: relative;
  overflow: hidden;
  z-index: -1;
}

.museum__bg {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: fixed #fff;
  z-index: 0;
  pointer-events: none;
}

.museum__bg_img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 120vh;
  max-width: 100vw;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 20%;
  object-position: 50% 20%;
  z-index: 2;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.museum__bg_img--3,
.museum__bg_img--4 {
  position: absolute;
  max-width: 70vw;
  z-index: 2;
  mix-blend-mode: difference;
}

.museum__bg_img--2 {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  margin: auto;
}

.museum__item--2,
.museum__line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}

.museum__bg_img--3 {
  top: -20%;
  right: 0;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}

.museum__bg_img--4 {
  bottom: -7%;
  left: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.museum__item,
.museum__item_line {
  position: relative;
}

.museum__line {
  display: flex;
  padding: 0 40px;
}

.museum__item {
  min-width: 700px;
  z-index: 1;
}

.museum__item a,
.museum__item span {
  color: #CCA86F;
}

.museum__item_img {
  -webkit-filter: drop-shadow(0 23px 40px rgba(0, 0, 0, .25));
  filter: drop-shadow(0 23px 40px rgba(0, 0, 0, .25));
  transition: .3s ease;
  cursor: url(../img/cursor_plus.svg),url(../img/cursor_plus.svg),auto;
  -webkit-transform: translateZ(1px);
  transform: translateZ(1px);
}

.museum__item_img:hover {
  -webkit-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
  transform: rotate(-6deg);
}

.museum__item_img-box {
  margin: 0 53px 24px 0;
}

.museum__item_text-title {
  font-family: NewBaskervilleExpOdC;
  font-size: 24px;
  line-height: 1.33;
  color: #1D1D1D;
}

.museum__item--1 {
  margin-top: 88px;
}

.museum__item--2 {
  display: flex;
  margin-right: 83px;
}

.museum__item--3,
.museum__item--4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}

.museum__item--2 .museum__item_text {
  width: 386px;
}

.museum__item--2 .museum__item_text-title {
  margin-top: 50px;
  margin-bottom: 0;
}

.museum__item--3 {
  display: flex;
  min-width: 850px;
  margin-right: 83px;
  margin-top: 68px;
}

.museum__item--3 .museum__item_text {
  width: 386px;
}

.museum__item--3 .museum__item_text-box {
  margin-left: 40px;
}

.museum__item--4 {
  display: flex;
  min-width: 850px;
  margin-top: 15px;
  margin-right: 80px;
}

.museum__item--4 .museum__item_text {
  width: 386px;
}

.museum__item--4 .museum__item_text-box {
  margin-top: 40px;
  margin-left: 40px;
}

.museum__item--5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 83px;
  padding-left: 133px;
  margin-left: 98px;
}

.museum__title-box,
.museum__wrapper_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}

.museum__item--5 .museum__item_img-box {
  margin-bottom: 0;
}

.museum__item--5 .museum__item_text {
  width: 386px;
}

.museum__item--5 .museum__item_text-box {
  margin-left: -13px;
}

.museum__item_line:before {
  position: absolute;
  background: #CCA86F;
}

.museum__item_line--h:before {
  height: 3px;
  width: 158px;
}

.museum__item_line--h.museum__item--2 .museum__item_text-title {
  margin-top: 40px;
  margin-bottom: 59px;
}

.museum__item_line--h.museum__item--2 .museum__item_text {
  margin-left: 38px;
}

.museum__item_line--v:before {
  height: 158px;
  width: 3px;
}

.museum__item_line--1:before {
  top: 20px;
  right: 0;
}

.museum__item_line--2:before {
  top: -17px;
  left: 0;
}

.museum__title-box {
  position: relative;
  width: 100vw;
  text-align: right;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #1D1D1D;
  margin-top: -45px;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.museum__title-box_containeer {
  text-align: right;
  position: relative;
}

.museum__title-box_text {
  font-size: 144px;
  line-height: 1;
  margin-bottom: 14px;
  font-family: NewBaskervilleExpOdC;
}

.museum__title-box_text_little {
  font-size: 36px;
  font-family: NewBaskervilleExpOdC;
  line-height: 43px;
}

.museum__title-box__btn-circle {
  position: absolute;
  top: 100%;
  right: 0;
  -webkit-transform: translate(140%,-68px);
  -ms-transform: translate(140%,-68px);
  transform: translate(140%,-68px);
  z-index: 5;
}

.museum__wrapper,
.museum__wrapper_container {
  height: 100%;
}

.museum__wrapper_box {
  height: 100%;
  width: 100%;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page-404 {
  position: relative;
  width: 100%;
  height: 100vh;
  height: -webkit-calc(var(--vh,1vh) * 100);
  height: calc(var(--vh,1vh) * 100);
  background: #161616;
  z-index: 1;
}

.page-404__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.page-404__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  opacity: .1;
}

.page-404__content {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-404__content_title {
  line-height: 140px;
  text-align: center;
  color: #CCA86F;
  font-size: 130px;
}

.page-404__content_title span {
  position: relative;
  display: inline-block;
  top: 33px;
  padding: 0 0 0 30px;
}

.page-404__content_title_box {
  position: relative;
}

.page-404__btn-circle {
  position: absolute;
  top: 100%;
  right: 0;
  -webkit-transform: translate(50%,40%);
  -ms-transform: translate(50%,40%);
  transform: translate(50%,40%);
}

.page-404__text {
  position: absolute;
  bottom: 78px;
  left: -webkit-calc(50% - 799px);
  left: calc(50% - 799px);
  width: 350px;
  font-size: 18px;
  line-height: 1.33;
  color: #FFF;
}

.page__main {
  z-index: 1;
  position: relative;
}

.search__item {
  padding: 40px 0;
  border-bottom: 1px dotted #404040;
}

.search__name {
  font-size: 32px;
  line-height: 37px;
  color: #1D1D1D;
}

.search__name:hover {
  color: #CCA86F;
}

.search__tag,
.videoBox p {
  font-weight: 300;
  font-size: 14px;
}

.search__tags-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.search__tag {
  display: inline-block;
  line-height: 1.29;
  color: #961F23;
  padding: 2px 7px;
  border: .6px solid #961F23;
  -webkit-border-radius: 19px;
  border-radius: 19px;
  margin: 0 10px 10px 0;
}

.search h1 {
  margin-bottom: 14px;
}

.smoke-box {
  position: relative;
  overflow: hidden;
}

.smoke-box__smoke {
  background: #f1f1f1;
  position: absolute;
  right: 0;
  top: 200px;
  -webkit-transform: translateX(75%) translateZ(1px);
  transform: translateX(75%) translateZ(1px);
  z-index: -1;
  pointer-events: none;
}

.smoke-box__smoke._ok {
  -webkit-animation: smoke 46s infinite ease-out;
  animation: smoke 46s infinite ease-out;
}

.smoke-box__smoke img {
  mix-blend-mode: difference;
}

.smoke-box__smoke+.smoke-box__smoke {
  top: auto;
  bottom: 0;
}

.smoke-box__smoke+.smoke-box__smoke._ok {
  -webkit-animation: smoke2 92s infinite ease-out;
  animation: smoke2 92s infinite ease-out;
}

.smoke-box--type-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.smoke-box--type-2 .smoke-box__smoke {
  background: 0 0;
  mix-blend-mode: lighten;
}

.totop {
  position: fixed;
  bottom: 100px;
  right: 60px;
  width: 104px;
  height: 85px;
  z-index: 1;
}

.totop__icon {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: #CCA86F;
}

.totop:hover .totop__icon {
  fill: #CCA86F;
}

.videoBox {
  position: relative;
}

.videoBox__wrapper {
  position: relative;
  padding: 0 0 56.25%;
  height: 0;
  overflow: hidden;
}

.videoBox .video__link,
.videoBox .video__link:before,
.videoBox iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.videoBox .video__link {
  z-index: 2;
  cursor: pointer;
}

.videoBox .video__link:before {
  background: rgba(204,168,111,.5);
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: 0;
  transition: .3s ease;
}

.videoBox .video__link_icon,
.videoBox iframe_icon {
  width: 29px;
  height: 41px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  stroke: #fff;
  fill: transparent;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  pointer-events: none;
}

.videoBox .video__link:hover .video__link_icon,
.videoBox iframe:hover .video__link_icon {
  stroke: #CCA86F;
}

.videoBox iframe {
  width: 100%;
}

.videoBox p {
  line-height: 1.71;
  color: #000;
  margin: 20px 0 50px;
}

@supports (-webkit-appearance:none) {
  .fancybox-caption:before {
    background-image: .webpurl(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  }

  .article__slider_bt:before {
    background: .webpurl(../img/arroe-sl.svg) 50% 50% no-repeat;
  }

  .gallery-page__item--photo:before {
    background-image: .webpurl(../img/cursor_plus_wh.svg);
  }

  .gallery-page__item--video:before {
    background-image: .webpurl(../img/cursor_play.svg);
  }

  .gallery__slider_bt:before {
    background: .webpurl(../img/arroe-sl.svg) 50% 50% no-repeat;
  }

  .hint__close {
    background: .webpurl(../img/close.svg) 50% 50%/contain no-repeat;
  }

  .main-about {
    background: .webpurl(../img/bg-3.jpg) 50% 50%/cover no-repeat;
  }

  .main-about:before {
    background: .webpurl(../img/2-map.svg) 50% 70% no-repeat;
  }

  .main-about__gallery--type-2:before {
    background: .webpurl(../img/4-map.svg) 50% 70% no-repeat;
  }

  .museum-detail__text-box_slider_bt:before {
    background: .webpurl(../img/arroe-sl.svg) 50% 50% no-repeat;
  }
}

@media (min-width:1025px) {
  .hint._hover .hint__box {
    visibility: visible;
    opacity: 1;
    width: 243px;
    height: auto;
    display: block;
  }

  .fancybox-navigation .fancybox-button.fancybox-button--arrow_left {
    top: 140px;
    left: 10%;
  }

  .fancybox-navigation .fancybox-button.fancybox-button--arrow_right {
    top: auto;
    bottom: 140px;
    right: 10%;
  }

@supports (-webkit-appearance:none) {

}
}

@media (max-width:1785px) {
  .main-events__list:before {
    display: none;
  }

@supports (-webkit-appearance:none) {

}
}

@media (max-width:1700px) {
  .hint._right .hint__box {
    -webkit-transform: translate(-50%,40px);
    -ms-transform: translate(-50%,40px);
    transform: translate(-50%,40px);
  }

@supports (-webkit-appearance:none) {

}
}

@media (max-width:1684px) {
  .museum-detail__text-box_slider {
    margin-right: -186px;
  }

@supports (-webkit-appearance:none) {

}
}

@media (max-width:1640px) {
  .biography__title-box h1 {
    font-size: -webkit-calc(5.3125rem + ((1vw - 10.24px) * 7.3052));
    font-size: calc(5.3125rem + ((1vw - 10.24px) * 7.3052));
  }

  .biography__main_slider_chapter {
    font-size: -webkit-calc(5.3125rem + ((1vw - 10.24px) * 7.3052));
    font-size: calc(5.3125rem + ((1vw - 10.24px) * 7.3052));
  }

  .museum-detail__title-box h1 {
    font-size: -webkit-calc(5.3125rem + ((1vw - 10.24px) * 7.3052));
    font-size: calc(5.3125rem + ((1vw - 10.24px) * 7.3052));
  }

  .page-404__text {
    left: 24px;
  }

@supports (-webkit-appearance:none) {

}
}

@media (max-width:1600px) {
  .gallery-page__width {
    width: 33.33%;
  }

  .gallery-page__item {
    width: 33.33%;
  }

  .gallery-page__item--w2 {
    width: 66.66%;
  }

  .gallery-page__item--w3 {
    width: 100%;
  }

@supports (-webkit-appearance:none) {

}
}

@media (max-width:1570px) {
  .biography__main__btn-circle {
    right: 100px;
  }

  .page-404__btn-circle {
    right: 100px;
  }

@supports (-webkit-appearance:none) {

}
}

@media (max-width:1550px) {
  .hint._right .hint__box {
    -webkit-transform: translate(-100%,40px);
    -ms-transform: translate(-100%,40px);
    transform: translate(-100%,40px);
  }

@supports (-webkit-appearance:none) {

}
}

@media (max-width:1470px) {
  .fond__img-box:before {
    right: -15px;
  }

@supports (-webkit-appearance:none) {

}
}

@media (max-width:1424px) {
  .interview__item--big .interview__desc a:not([class]) {
    font-size: 35px;
  }

@supports (-webkit-appearance:none) {

}
}

@media (max-width:1340px) {
  .inner--type-2 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .museum-detail__text-box_slider {
    margin-right: -100px;
  }

@supports (-webkit-appearance:none) {

}
}

@media (max-width:1256px) {
  .first-screen__portrait {
    width: 560px;
  }

@supports (-webkit-appearance:none) {

}
}

@media (max-width:1200px) {
  .biography-detail__menu {
    width: 350px;
  }

  .biography-detail__content {
    width: -webkit-calc(100% - 385px);
    width: calc(100% - 385px);
  }

  .biography__main_tabs_slider_link {
    padding: 95px 0 0 33px;
  }

  .museum-page__slider_link {
    padding: 95px 0 0 33px;
  }

@supports (-webkit-appearance:none) {

}
}

@media (max-width:1124px) {
  .books__item_big_desc {
    width: -webkit-calc(100% - 335px);
    width: calc(100% - 335px);
  }

  .gallery-main__img {
    max-width: 200px;
    max-height: 1670px;
  }

@supports (-webkit-appearance:none) {

}
}

@media (max-width:1024px) {
  .inner--type-2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .btn-circle {
    width: 97px;
    height: 97px;
    font-size: 12px;
  }

  .btn-circle:before {
    display: none;
  }

  .btn-circle:hover .btn-circle__icon {
    fill: #CCA86F;
  }

  .btn-circle:hover .btn-circle__text {
    color: #CCA86F;
  }

  .btn-circle--type-2:hover .btn-circle__icon {
    fill: #961F23;
  }

  .btn-circle--type-2:hover .btn-circle__text {
    color: #961F23;
  }

  .btn-circle--type-3:hover .btn-circle__icon {
    stroke: #fff;
  }

  .btn-circle--type-3:hover .btn-circle__text {
    color: #fff;
  }

  .btn-circle--type-4:hover .btn-circle__icon {
    fill: #fff;
  }

  .btn-circle--type-4:hover .btn-circle__text {
    color: #fff;
  }

  .title {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 13px;
  }

  .typography time {
    font-size: 12px;
    line-height: 1.5;
  }

  .img-text img:not([class]) {
    margin-left: 0;
    max-width: -webkit-calc(100% - 251px);
    max-width: calc(100% - 251px);
  }

  .img-text .videoBox {
    margin-left: 0;
    max-width: -webkit-calc(100% - 251px);
    max-width: calc(100% - 251px);
  }

  .img-text p {
    width: 232px;
  }

  .img-text .h3,
  .img-text h3 {
    margin-left: 0;
    max-width: -webkit-calc(100% - 251px);
    max-width: calc(100% - 251px);
  }

  .img-text span {
    margin-left: 0;
    max-width: -webkit-calc(100% - 251px);
    max-width: calc(100% - 251px);
  }

  .typography-article time {
    font-size: 12px;
    line-height: 1.5;
  }

  .typography-article .h2,
  .typography-article h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .typography-article .h3,
  .typography-article h3 {
    font-size: 27px;
    line-height: 29px;
  }

  .left-box__container,
  .right-box__container {
    max-width: 400px;
  }

  .left-box {
    margin-left: -24px;
  }

  .left-box__container {
    margin-left: 24px;
  }

  .right-box {
    margin-right: -24px;
  }

  .right-box__container {
    margin-right: 24px;
  }

  .btn-alternative {
    right: auto;
    bottom: auto;
    display: none;
    top: 135px;
    left: 250px;
  }

  .btn-alternative--type-2 {
    right: 15px;
    bottom: 40px;
    display: none;
  }

  .article__slider_bt {
    bottom: 57px;
    width: 34px;
    height: 34px;
  }

  .article__slider_bt_next {
    right: 0;
  }

  .article__slider_bt_prev {
    right: 34px;
  }

  .article__title-box {
    margin-bottom: 50px;
  }

  .article__title-box_wrapper {
    padding-top: 100px;
  }

  .article__title-box time {
    font-size: 12px;
    line-height: 1.5;
  }

  .bg-dark-cont:before {
    top: 40vw;
    height: -webkit-calc(100% - 40vw);
    height: calc(100% - 40vw);
  }

  .bg-dark-cont__text-img {
    margin-top: 125px;
  }

  .biography-detail {
    margin-bottom: 44px;
  }

  .biography-detail__wrapper {
    padding-top: 100px;
  }

  .biography-detail__menu {
    top: 92px;
  }

  .biography-detail__menu_nav {
    max-height: -webkit-calc(100vh - 200px);
    max-height: calc(100vh - 200px);
  }

  .biography-detail__menu_nav_link_number {
    font-size: 24px;
    line-height: 32px;
    width: 47px;
    margin-left: 0;
  }

  .biography-detail__menu_nav_link_container {
    width: -webkit-calc(100% - 57px);
    width: calc(100% - 57px);
  }

  .biography-detail__content {
    width: -webkit-calc(100% - 365px);
    width: calc(100% - 365px);
  }

  .biography-detail__content blockquote {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .biography__gallery {
    min-width: 1224px;
  }

  .biography__slider {
    width: -webkit-calc(33.33% - 15px);
    width: calc(33.33% - 15px);
  }

  .biography__title-box h1 {
    font-size: -webkit-calc(2rem + ((1vw - 2.2px) * 8.6648));
    font-size: calc(2rem + ((1vw - 2.2px) * 8.6648));
  }

  .biography__title-box h2 {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 13px;
  }

  .biography__main__btn-circle {
    bottom: -50px;
    right: 20px;
  }

  .biography__main_slider_chapter {
    font-size: -webkit-calc(1.5rem + ((1vw - 3.2px) * 8.6648));
    font-size: calc(1.5rem + ((1vw - 3.2px) * 8.6648));
  }

  .biography__main_slider_year {
    font-size: 20px;
    margin-bottom: 7px;
  }

  .biography__main_slider_title {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 5px;
  }

  .biography__main_slider_text {
    font-size: 16px;
    line-height: 1.33;
  }

  .biography__main_tabs {
    width: 100%;
    margin: 0;
  }

  .biography__main_tabs_slider_link {
    padding: 33px 0 0 33px;
    height: 160px;
  }

  .biography__main_tabs_slider_bt {
    display: none;
  }

  .books-detail__wrapper {
    margin-bottom: 40px;
  }

  .books-detail__name {
    font-size: 30px;
    line-height: 36px;
  }

  .books-page {
    margin-bottom: 67px;
    padding-top: 100px;
  }

  .books-page__detail {
    padding-top: 100px;
  }

  .books-page__item {
    margin-bottom: 40px;
  }

  .books-page__item_img-box {
    max-width: 188px;
  }

  .books-page__item_text {
    margin-left: -30px;
    padding: 20px 20px 20px 50px;
    min-height: 207px;
  }

  .books-page__item_text a:not([class]) {
    font-size: 16px;
    margin-bottom: 0;
    min-height: 0;
  }

  .books-page__item_text p {
    margin-bottom: 12px;
    min-height: 0;
  }

  .books-page__container {
    padding: 60px 0 11px;
    margin-bottom: 30px;
  }

  .books-page__slider_bt {
    opacity: 1;
    visibility: visible;
  }

  .books-page__slider_bt_prev {
    bottom: 3px;
  }

  .books-page__item--type-2 .books-page__item_img-box {
    padding: 0;
    max-width: none;
  }

  .books-page__item--type-2 .books-page__item_info span {
    display: block;
  }

  .books:before {
    top: auto;
    bottom: 0;
    left: 24px;
    margin-left: 0;
    width: 2px;
    height: 63px;
  }

  .books__box-controll {
    margin-bottom: 40px;
  }

  .books__item_big {
    margin-bottom: 46px;
  }

  .books__item_big:before {
    display: none;
  }

  .books__item_big_img-box {
    width: 116px;
    margin-right: 20px;
  }

  .books__item_big_desc {
    width: -webkit-calc(100% - 136px);
    width: calc(100% - 136px);
  }

  .books__item_big_desc p {
    font-size: 14px;
    line-height: 22px;
  }

  .books__item_big_desc a {
    font-size: 18px;
    line-height: 1.33;
    margin-bottom: 0;
  }

  .books__item_big_desc span {
    font-size: 14px;
    line-height: 1.43;
  }

  .books__list {
    overflow: auto;
    margin: 0 -24px;
    padding: 0 0 0 7px;
  }

  .books__item {
    padding: 0 17px;
  }

  .books__item_desc span {
    font-size: 14px;
    line-height: 1.71;
    margin-bottom: 4px;
  }

  .books__item_desc a {
    font-size: 18px;
    line-height: 1.33;
  }

  .filter {
    padding-bottom: 40px;
  }

  .first-screen__wrapper {
    min-height: 800px;
  }

  .first-screen__text {
    margin-top: 125px;
  }

  .first-screen__text_name {
    font-size: 100px;
    line-height: 110px;
    margin-bottom: -20px;
  }

  .first-screen__map {
    margin-top: 125px;
  }

  .first-screen__text-img {
    margin-top: 0;
    top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    height: 100%;
    left: auto;
    right: 20%;
    max-width: 100%;
  }

  .first-screen__text-img img {
    width: auto;
    height: 100%;
    max-height: 100%;
    max-width: none;
  }

  .first-screen__btn-circle {
    margin-top: 40px;
    left: auto;
    right: 20px;
  }

  .first-screen__portrait {
    right: -58px;
    max-width: -webkit-calc(100% - 80px);
    max-width: calc(100% - 80px);
    margin-top: -10px;
  }

  .fond {
    padding-top: 100px;
  }

  .fond strong {
    font-size: 27px;
    line-height: 29px;
  }

  .footer__wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer__menu {
    display: none;
  }

  .gallery-main {
    width: 100%;
  }

  .gallery-main__slide .gallery-main__img-box:nth-child(3n+1) {
    top: 44px;
    left: auto;
    right: 0;
  }

  .gallery-main__slide .gallery-main__img-box:nth-child(3n+2) {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    top: 140px;
    right: auto;
    left: 0;
  }

  .gallery-main__slide .gallery-main__img-box:nth-child(3n+3) {
    left: 20px;
  }

  .gallery-main__slide .gallery-main__img-box:nth-child(3n+4) {
    top: 44px;
    left: auto;
    right: 0;
  }

  .gallery-main__slide .gallery-main__img-box:nth-child(3n+5) {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    top: 140px;
    right: auto;
    left: 0;
  }

  .gallery-main__slide .gallery-main__img-box:nth-child(3n+6) {
    left: 20px;
  }

  .gallery-page {
    margin-bottom: 67px;
    padding-top: 100px;
  }

  .gallery-page__desc {
    padding: 0 10px;
  }

  .gallery-page__item._hover:before {
    display: none;
  }

  .gallery {
    margin-top: 31px;
    margin-bottom: 41px;
  }

  .gallery__slider_img-box {
    width: -webkit-calc(100% - 24px);
    width: calc(100% - 24px);
    margin: 0 auto 61px;
  }

  .gallery__slider_slide {
    padding-top: 36px;
  }

  .gallery__slider_text {
    max-width: 151px;
    min-width: 133px;
    width: auto;
    min-height: 82px;
    padding: 10px 16px;
  }

  .gallery__slider_text hr {
    width: 48px;
    height: 1px;
    margin: 6px 0;
  }

  .gallery__slider_text p {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: .05em;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }

  .gallery__slider_bt {
    bottom: 49px;
    width: 34px;
    height: 34px;
  }

  .gallery__slider_bt_next {
    right: 0;
  }

  .gallery__slider_bt_prev {
    right: 34px;
  }

  .gallery__slider_pagination {
    display: none;
  }

  .header {
    padding: 30px 0 20px;
    position: fixed;
    -webkit-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease;
  }

  .header._fix {
    background: #fff;
  }

  .header__menu {
    display: none;
  }

  .header__menu-mobile {
    display: block;
  }

  .header__lang {
    display: none;
  }

  .bg-dark .header._fix,
  .bg-dark-header .header._fix {
    background: #1D1D1D;
  }

  .hint._open .hint__box {
    visibility: visible;
    opacity: 1;
    width: 243px;
    height: auto;
    display: block;
  }

  .hint__box {
    pointer-events: auto;
  }

  .hint__close {
    display: block;
  }

  .hint._left .hint__box {
    left: 0;
    -webkit-transform: translate(0,5px);
    -ms-transform: translate(0,5px);
    transform: translate(0,5px);
  }

  .hint._right .hint__box {
    right: 0;
    left: auto;
    -webkit-transform: translate(0,5px);
    -ms-transform: translate(0,5px);
    transform: translate(0,5px);
  }

  .info-article--type-2 {
    padding: 31px 0 0;
  }

  .interview {
    padding: 100px 0 50px;
  }

  .interview--detail {
    padding: 100px 0 0;
  }

  .interview--detail-nopadd {
    padding: 0;
  }

  .interview--type-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .interview--tille .interview__list {
    margin-left: -25px;
  }

  .interview--tille .interview__item {
    padding-left: 25px;
  }

  .interview__item {
    margin-bottom: 30px;
  }

  .interview__item:last-child {
    margin-bottom: 30px;
  }

  .interview__item--big .interview__desc a:not([class]) {
    font-size: 30px;
  }

  .interview__img-box {
    width: 250px;
    margin-right: 40px;
  }

  .interview__img-box:before {
    height: 100%;
    width: 100px;
    left: -15px;
    top: 15px;
  }

  .interview__img-box:hover:before {
    -webkit-transform: translate(15px,-15px);
    -ms-transform: translate(15px,-15px);
    transform: translate(15px,-15px);
  }

  .interview__time {
    font-size: 12px;
    line-height: 1.5;
  }

  .interview__desc {
    width: -webkit-calc(100% - 290px);
    width: calc(100% - 290px);
  }

  .interview__desc a {
    font-size: 24px;
    line-height: 1.33;
  }

  .interview__desc p {
    font-size: 16px;
    line-height: 1.5;
  }

  .interview__box-controll {
    margin-bottom: 35px;
  }

  .main-about {
    padding: 128px 0 107px;
  }

  .main-about:before {
    display: none;
  }

  .main-about__box:after {
    bottom: -64px;
    width: 2px;
    height: 125px;
  }

  .main-about__title {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 13px;
  }

  .main-about__title:before {
    display: none;
  }

  .main-about__title--type-2 {
    font-size: 24px;
    line-height: 1.33;
    margin-bottom: 10px;
  }

  .main-about__text {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
  }

  .main-about__gallery--type-2 {
    height: 500px;
  }

  .main-about__gallery--type-2:before {
    display: none;
  }

  .main-events__box-controll {
    margin-bottom: 40px;
  }

  .main-events__item {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .main-events__box-img {
    width: 250px;
    margin-right: 40px;
  }

  .main-events__desc {
    width: -webkit-calc(100% - 290px);
    width: calc(100% - 290px);
  }

  .main-events__desc time {
    font-size: 12px;
    line-height: 1.5;
  }

  .main-events__desc a {
    font-size: 24px;
    line-height: 1.33;
  }

  .main-events__desc p {
    font-size: 16px;
    line-height: 1.5;
  }

  .main-events__smoke {
    top: 50%;
  }

  .main-events__smoke._ok {
    -webkit-animation: smoke 46s infinite ease-out;
    animation: smoke 46s infinite ease-out;
  }

  .fancybox-navigation .fancybox-button.fancybox-button--arrow_left,
  .fancybox-navigation .fancybox-button.fancybox-button--arrow_right {
    width: 50px;
    height: 40px;
    mix-blend-mode: difference;
    margin-top: -20px;
  }

  .fancybox-navigation .fancybox-button.fancybox-button--arrow_left svg,
  .fancybox-navigation .fancybox-button.fancybox-button--arrow_right svg {
    fill: #fff;
  }

  .fancybox-close-small-img {
    width: 48px;
    height: 48px;
    top: 20px;
    right: 20px;
    mix-blend-mode: difference;
  }

  .mouse__detailed {
    display: none;
  }

  .museum-detail .museum-detail__inner {
    padding-top: 100px;
  }

  .museum-detail__btn-circle {
    bottom: 20px;
  }

  .museum-detail__title-box h1 {
    font-size: -webkit-calc(1.5rem + ((1vw - 3.2px) * 8.6648));
    font-size: calc(1.5rem + ((1vw - 3.2px) * 8.6648));
  }

  .museum-detail__text-box_colums {
    font-size: 16px;
  }

  .museum-detail__text-box_col b {
    font-size: 20px;
  }

  .museum-detail__text-box h3 {
    font-size: 27px;
    line-height: 29px;
  }

  .museum-detail__text-box_slider {
    margin: 0 -24px;
  }

  .museum-detail__text-box_slider p {
    margin: 20px 0;
    padding: 0 24px;
  }

  .museum-detail__text-box_slider_bt {
    width: 34px;
    height: 34px;
  }

  .museum-detail__text-box_slider_bt_next {
    left: 34px;
  }

  .museum-detail__text-box_slider_bt_prev {
    left: 0;
  }

  .museum-page__line {
    left: 24px;
  }

  .museum-page__text {
    font-size: 16px;
  }

  .museum-page__slider_link {
    padding: 33px 0 0 33px;
    height: 160px;
  }

  .museum-page__slider_bt {
    width: 52px;
    height: 43px;
  }

  .museum-page__slider_bt_next {
    right: 15px;
    top: -32px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .museum-page__slider_bt_prev {
    left: 15px;
    top: -32px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .museum .horizonatl-scroll {
    height: auto;
  }

  .museum .horizonatl-scroll__box._scroll {
    width: 100vw;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch!important;
  }

  .museum .horizonatl-scroll__box._scroll::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 0;
    height: 0;
    display: none;
  }

  .museum .horizonatl-scroll__box._scroll .museum__wrapper_container {
    min-width: 2144px;
    position: relative;
    -webkit-transform: translateZ(1px);
    transform: translateZ(1px);
    -webkit-overflow-scrolling: touch!important;
  }

  .museum .horizonatl-scroll__box._scroll .museum__wrapper_container::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 0;
    height: 0;
    display: none;
  }

  .museum__item {
    min-width: 0;
  }

  .museum__item_img-box {
    margin: 0 20px 10px 0;
    width: 230px;
  }

  .museum__item_text {
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
  }

  .museum__item_text-title {
    font-size: 16px;
    line-height: 2;
  }

  .museum__item--1 {
    min-width: 40vh;
  }

  .museum__item--2 {
    min-width: 400px;
  }

  .museum__item--2 .museum__item_img-box {
    width: 131px;
  }

  .museum__item--2 .museum__item_text {
    margin-left: 0;
    width: 250px;
  }

  .museum__item--3 {
    min-width: 490px;
    margin-right: 20px;
    margin-top: 28px;
  }

  .museum__item--3 .museum__item_text {
    width: 220px;
  }

  .museum__item--3 .museum__item_text-box {
    margin-left: 0;
  }

  .museum__item--4 {
    min-width: 400px;
    margin-right: 40px;
  }

  .museum__item--4 .museum__item_text {
    width: 160px;
  }

  .museum__item--5 {
    padding-left: 0;
    margin-left: 0;
    margin-right: 40px;
    width: 50vw;
    display: block;
  }

  .museum__item--5 .museum__item_img-box {
    width: 176px;
    margin-bottom: 10px;
  }

  .museum__item--5 .museum__item_text {
    width: 100%;
  }

  .museum__item--5 .museum__item_text-box {
    margin-left: 0;
  }

  .museum__item--5+.museum__item--5 {
    margin-top: 0;
    margin-right: 20px;
  }

  .museum__item--5+.museum__item--2 {
    margin-top: 0;
  }

  .museum__item--6 {
    min-width: 290px;
  }

  .museum__item--6 .museum__item_img-box {
    width: 204px;
  }

  .museum__item_line--h:before {
    height: 2px;
    width: 65px;
  }

  .museum__item_line--v:before {
    width: 2px;
    height: 65px;
  }

  .museum__item_line--1:before {
    top: 20px;
  }

  .museum__item_line--2:before {
    top: -77px;
  }

  .museum__title-box {
    margin-top: 11px;
    margin-bottom: 66px;
    position: -webkit-sticky;
    position: sticky;
    left: 0;
  }

  .museum__title-box_text {
    font-size: 48px;
    line-height: 58px;
    margin-bottom: 0;
  }

  .museum__title-box_text_little {
    display: inline-block;
    font-size: 18px;
    line-height: 22px;
    width: 218px;
  }

  .museum__title-box__btn-circle {
    -webkit-transform: translate(100%,-37px);
    -ms-transform: translate(100%,-37px);
    transform: translate(100%,-37px);
  }

  .page-404__content_title {
    font-size: -webkit-calc(5.3125rem + ((1vw - 10.24px) * 7.3052));
    font-size: calc(5.3125rem + ((1vw - 10.24px) * 7.3052));
  }

  .page-404__content_title span {
    top: 0;
    padding: 0 0 0 15px;
  }

  .page-404__btn-circle {
    bottom: -50px;
    right: 20px;
  }

  .search__item {
    padding: 30px 0;
  }

  .search__name {
    font-size: 24px;
    line-height: 1;
  }

  .search h1 {
    margin-bottom: 10px;
  }

  .totop {
    display: none!important;
    width: 54px;
    height: 44px;
    bottom: 30px;
    right: 30px;
  }

  .paddingMenu .totop {
    bottom: 96px;
  }

@supports (-webkit-appearance:none) {

}
}

@media (max-width:800px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs>ul>li {
    max-width: -webkit-calc(100% - 10px);
    max-width: calc(100% - 10px);
  }

@supports (-webkit-appearance:none) {

}
}

@media (max-width:767px) {
  .paddingMenu {
    padding-bottom: 66px;
  }

  .typography p {
    font-size: 16px;
  }

  .h1,
  h1 {
    font-size: 21px;
    line-height: 29px;
  }

  .h2,
  h2 {
    font-size: 21px;
    line-height: 29px;
  }

  .h3,
  h3 {
    font-size: 21px;
    line-height: 29px;
  }

  .h4,
  h4 {
    font-size: 16px;
  }

  .img-text {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .img-text img:not([class]) {
    max-width: 100%;
  }

  .img-text .videoBox {
    max-width: 100%;
  }

  .img-text p {
    width: 100%;
    margin: 20px 0;
  }

  .img-text .h3,
  .img-text h3 {
    max-width: 100%;
  }

  .img-text span {
    max-width: 100%;
    font-size: 16px;
  }

  .typography-article .h3,
  .typography-article h3 {
    margin: 20px 0;
  }

  .typography-article .h4,
  .typography-article h4 {
    font-size: 16px;
    margin: 0 0 20px;
  }

  .typography-article p {
    font-size: 16px;
  }

  .typography-article__text-right .h3,
  .typography-article__text-right h3 {
    margin: 20px 0;
  }

  .typography-article__text-right p {
    margin: 0 0 10px auto;
  }

  .left-box,
  .right-box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }

  .left-box__container,
  .right-box__container {
    max-width: 100%;
  }

  .left-box__img p,
  .right-box__img p {
    margin-bottom: 0;
  }

  .left-box__img,
  .right-box__img {
    margin-bottom: 20px;
  }

  .left-box {
    margin-left: 0;
  }

  .left-box__container {
    margin-left: 0;
  }

  .right-box {
    margin-right: 0;
  }

  .right-box__container {
    margin-right: 0;
  }

  .img-list {
    margin: 0 0 10px -5px;
  }

  .img-list img {
    margin: 0 0 5px 5px;
  }

  .img-list img:nth-child(3n+1),
  .img-list img:nth-child(3n+3) {
    width: -webkit-calc(30.75% - 5px);
    width: calc(30.75% - 5px);
  }

  .img-list img:nth-child(3n+2) {
    width: -webkit-calc(38.5% - 5px);
    width: calc(38.5% - 5px);
  }

  .btn-alternative--type-2 {
    right: 15px;
    bottom: 80px;
  }

  .article__slider {
    margin-bottom: 20px;
  }

  .biography-detail__wrapper {
    display: block;
  }

  .biography-detail__menu {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    top: auto;
    display: none;
  }

  .biography-detail__menu._mob {
    display: block;
  }

  .biography-detail__menu--type-2._mob {
    display: none;
  }

  .biography-detail__menu_box {
    padding: 0 6px;
    -webkit-border-radius: 20px 20px 0 0;
    border-radius: 20px 20px 0 0;
  }

  .biography-detail__menu:before {
    display: none;
  }

  .biography-detail__menu_title {
    margin-left: 6px;
  }

  .biography-detail__menu_content {
    height: 0;
    -webkit-transition: .6s ease;
    -o-transition: .6s ease;
    transition: .6s ease;
  }

  .biography-detail__menu_nav {
    padding: 0 14px;
    max-height: -webkit-calc(100vh - 58px);
    max-height: calc(100vh - 58px);
    height: 100vh;
  }

  .biography-detail__menu_open {
    display: block;
  }

  .biography-detail__menu._open .biography-detail__menu_content {
    height: -webkit-calc((var(--vh,1vh) * 100) - 34px);
    height: calc((var(--vh,1vh) * 100) - 34px);
  }

  .biography-detail__menu._open .biography-detail__menu_open {
    padding: 20px 0 0;
  }

  .biography-detail__menu._open .biography-detail__menu_open_text {
    opacity: 0;
    font-size: 0;
  }

  .biography-detail__menu._open .biography-detail__menu_open_icon {
    -webkit-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    transform: rotate(-225deg);
  }

  .biography-detail__menu_tags {
    padding: 20px 0 70px;
  }

  .biography-detail__content {
    width: 100%;
  }

  .biography-detail__content h1 {
    font-size: 21px;
    line-height: 29px;
  }

  .biography-detail__content p {
    font-size: 16px;
  }

  .biography-detail__content_img-box {
    margin: 25px 0;
  }

  .biography-detail__content_title {
    display: block;
  }

  .biography-detail__controll {
    margin-bottom: 25px;
    margin-top: 20px;
  }

  ._second .biography-detail__menu--type-2._mob {
    display: block;
  }

  .biography__gallery {
    min-width: 100%;
  }

  .biography__slider {
    width: -webkit-calc(50% - 9px);
    width: calc(50% - 9px);
  }

  .biography__slider:last-of-type {
    display: none;
  }

  .biography__title-box p {
    font-size: 16px;
    line-height: 1.5;
  }

  .biography__main__btn-circle {
    display: none;
  }

  .biography__main_slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 92px 0;
    height: -webkit-calc((var(--vh,1vh) * 100) - 184px);
    height: calc((var(--vh,1vh) * 100) - 184px);
  }

  .biography__main_slider:after,
  .biography__main_slider:before {
    display: block;
  }

  .biography__main_slider_slide {
    padding: 0 42px;
  }

  .biography__main_slider_chapter {
    font-size: 48px;
    line-height: 58px;
    margin-bottom: 5px;
  }

  .biography__main_slider_year {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 21px;
  }

  .biography__main_slider_link {
    display: block;
  }

  .biography__main_slider_title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
  }

  .biography__main_slider_text {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }

  .biography__main_slider_bt {
    display: block;
    bottom: 20px;
  }

  .biography__main_tabs {
    display: none;
  }

  .biography__main_tabs_slider_link {
    padding: 20px 0 0 10px;
    height: 100px;
  }

  .biography__main_tabs_slider_name {
    font-size: 16px;
  }

  .books-detail__name {
    font-size: 24px;
    line-height: 30px;
  }

  .books-detail__genre {
    font-size: 13px;
    margin-bottom: 10px;
  }

  .books-detail__decs {
    font-size: 13px;
    margin-bottom: 20px;
  }

  .books-detail__shop {
    font-size: 15px;
  }

  .books-detail__description {
    font-size: 14px;
    padding: 20px 0;
  }

  .books-detail__description ul {
    font-size: 14px;
    padding: 20px 0 0;
  }

  .books-page__item--type-2 {
    width: 50%;
  }

  .filter {
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .first-screen__text_name {
    font-size: 48px;
    line-height: 58px;
    margin-bottom: -6px;
  }

  .first-screen__text_desc {
    font-size: 16px;
    line-height: 1.5;
  }

  .fond p:not([class]) {
    font-size: 16px;
    margin: 0 0 20px;
  }

  .fond strong {
    margin: 0 0 20px;
  }

  .fond h2 {
    font-size: 21px;
    line-height: 29px;
  }

  .fond__img-box {
    margin-bottom: 20px;
  }

  .fond__img-box:before {
    width: 2px;
    height: 70px;
  }

  .fond__tabs {
    padding: 20px 0 40px;
  }

  .fond__tabs_box_content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .fond__tabs_box_col:first-child {
    max-width: 100%;
    width: 100%;
  }

  .fond__tabs_box_list {
    width: 100%;
  }

  .gallery-page__width {
    width: 50%;
  }

  .gallery-page__item {
    width: 50%;
  }

  .gallery-page__item--w2 {
    width: 100%;
  }

  .info-article {
    margin-bottom: 20px;
  }

  .info-article--type-4 {
    margin-bottom: 0;
  }

  .link-back {
    margin: 0 0 18px;
  }

  .main-about__gallery_slide:nth-child(odd) .main-about__gallery_img:nth-child(5n+1) {
    left: -30px;
  }

  .main-about__gallery_slide:nth-child(odd) .main-about__gallery_img:nth-child(5n+2) {
    left: auto;
    right: 0;
  }

  .main-about__gallery_slide:nth-child(odd) .main-about__gallery_img:nth-child(5n+3) {
    left: 0;
    bottom: 0;
    margin: auto;
  }

  .main-about__gallery_slide:nth-child(even) .main-about__gallery_img:nth-child(5n+1) {
    left: -30px;
  }

  .main-about__gallery_slide:nth-child(even) .main-about__gallery_img:nth-child(5n+2) {
    left: auto;
    right: 0;
  }

  .main-about__gallery_slide:nth-child(even) .main-about__gallery_img:nth-child(5n+3) {
    left: 0;
    bottom: 0;
    margin: auto;
  }

  .main-about__gallery_img {
    max-width: 50%;
  }

  .modal {
    padding: 2rem 1.5rem;
  }

  .modal .close {
    top: .5rem;
    right: .5rem;
  }

  .fancybox-infobar {
    display: none;
  }

  .fancybox-caption {
    margin-bottom: 0;
    font-size: 14px;
  }

  .museum-detail__title-box {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    padding: 34px 0;
  }

  .museum-detail__title-box p {
    font-size: 14px;
  }

  .museum-detail__text-box_img-center {
    margin-bottom: 30px;
  }

  .museum-detail__text-box_info p {
    margin-bottom: 30px;
    font-size: 24px;
  }

  .museum-detail__text-box_colums {
    font-size: 14px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 0;
  }

  .museum-detail__text-box_col {
    width: 100%;
  }

  .museum-detail__text-box_col+.museum-detail__text-box_col {
    width: 100%;
  }

  .museum-detail__text-box_col b {
    font-size: 16px;
  }

  .museum-detail__text-box p {
    font-size: 14px;
  }

  .museum-page__line {
    display: none;
  }

  .museum-page__text {
    font-size: 14px;
  }

  .museum-page__slider_link {
    padding: 20px 0 0 10px;
    height: 100px;
  }

  .museum-page__slider_name {
    font-size: 16px;
  }

  .museum__item--1 {
    min-width: 290px;
  }

  .museum__item--1 .museum__item_img-box {
    width: 204px;
  }

  .museum__item--5 {
    width: 226px;
  }

  .page-404__content_title {
    margin-bottom: 64px;
  }

  .page-404__btn-circle {
    width: 100%;
    height: 64px;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    border: none;
    background: #1D1D1D;
    -webkit-box-shadow: 0 23px 40px rgba(0,0,0,.25);
    box-shadow: 0 23px 40px rgba(0,0,0,.25);
    -webkit-border-radius: 20px 20px 0 0;
    border-radius: 20px 20px 0 0;
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    top: auto;
  }

  .page-404__btn-circle .btn-circle__icon {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-bottom: 3px;
  }

  .page-404__btn-circle:before {
    display: none;
  }

  .page-404__btn-circle:hover .btn-circle__icon {
    fill: #fff;
  }

  .page-404__btn-circle:hover .btn-circle__text {
    color: #fff;
  }

  .videoBox p {
    margin-bottom: 20px;
  }

@supports (-webkit-appearance:none) {

}
}

@media (max-width:680px) {
  .biography__main_tabs_slider_bt_next {
    right: 0;
  }

  .biography__main_tabs_slider_bt_prev {
    left: 0;
  }

  .books-detail__img {
    margin-right: 20px;
  }

  .books-page__slider_bt {
    width: 51px;
    height: 41px;
  }

  .books-page__slider_bt_next {
    right: 0;
  }

  .books-page__slider_bt_prev {
    left: 0;
  }

  .interview__img-box {
    width: 100%;
    max-width: 376px;
    margin: 0 auto 35px;
  }

  .interview__desc {
    width: 100%;
  }

  .main-events__box-img {
    width: 100%;
    max-width: 376px;
    margin: 0 auto 35px;
  }

  .main-events__desc {
    width: 100%;
  }

@supports (-webkit-appearance:none) {

}
}

@media (max-width:580px) {
  .books-page__container {
    padding: 30px 0 1px;
    margin-bottom: 10px;
  }

  .books-page__slider_bt_prev {
    bottom: 13px;
  }

  .books__title {
    font-size: 24px;
    line-height: 29px;
  }

  .books__link {
    font-size: 14px;
    line-height: 1.71;
  }

  .first-screen__wrapper {
    min-height: 600px;
  }

  .first-screen__text {
    margin-top: 75px;
  }

  .first-screen__btn-circle {
    margin-top: 0;
  }

  .first-screen__portrait {
    right: -33px;
    max-width: 120%;
    margin-top: -20px;
    top: 0;
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
  }

  .gallery-main__slide {
    display: none;
  }

  .gallery__title {
    font-size: 24px;
    line-height: 29px;
  }

  .gallery__link {
    font-size: 14px;
    line-height: 1.71;
  }

  .info-article__share_link {
    margin-right: 10px;
  }

  .interview--tille .interview__item {
    width: 100%;
  }

  .interview__item--big {
    padding-top: 0;
  }

  .interview__box-controll {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .interview__box-controll_title {
    max-width: none;
    margin-bottom: 20px;
    width: 100%;
  }

  .interview__box-controll_link {
    font-size: 14px;
    line-height: 1.71;
  }

  .main-about__link {
    font-size: 14px;
    line-height: 1.71;
  }

  .main-events__title {
    font-size: 24px;
    line-height: 29px;
  }

  .main-events__link {
    font-size: 14px;
    line-height: 1.71;
  }

  .museum__title-box {
    width: 295px;
  }

@supports (-webkit-appearance:none) {

}
}

@media (max-width:480px) {
  .books-detail__wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .books-detail__img {
    width: 100%;
    margin-right: 0;
  }

  .books-page__filter.filter {
    margin-bottom: 40px;
  }

  .books-page__item_img-box {
    padding: 40px 0;
    max-width: 120px;
  }

  .books-page__item_text {
    margin-left: -5px;
    padding: 15px;
    min-height: 0;
    max-width: 100%;
  }

  .books-page__item_text_container {
    max-width: 100%;
  }

  .books-page__item_text a:not([class]) {
    max-width: 200px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }

  .books-page__item_text p {
    max-width: 200px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }

  .books-page__item_shop {
    padding: 0;
  }

  .books-page__item--type-2 .books-page__item_img-box {
    max-width: none;
    margin-bottom: 20px;
  }

  .books-page__item--type-2 .books-page__item_text a:not([class]) {
    margin-bottom: 5px;
    max-width: 100%;
  }

  .books-page__item--type-2 .books-page__item_text p {
    max-width: none;
    -webkit-line-clamp: 2;
  }

  .books-page__item--type-2 .books-page__item_info span {
    width: 100%;
    padding: 0;
  }

  .books-page__item--type-2 .books-page__item_info span:before {
    display: none;
  }

  .fond__tabs_box_li {
    width: 100%;
  }

  .footer__wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer__logo {
    display: none;
  }

  .gallery-page__desc {
    font-size: 12px;
  }

  .museum__item_text {
    font-size: 12px;
    line-height: 14px;
  }

@supports (-webkit-appearance:none) {

}
}

@media (max-width:380px) {
  .page-404__text {
    width: -webkit-calc(100% - 48px);
    width: calc(100% - 48px);
  }

@supports (-webkit-appearance:none) {

}
}

@media (hover:none) and (pointer:coarse) {
  .btn-circle:before {
    display: none;
  }

  .btn-circle:hover .btn-circle__icon {
    fill: #CCA86F;
  }

  .btn-circle:hover .btn-circle__text {
    color: #CCA86F;
  }

  .btn-circle--type-2:hover .btn-circle__icon {
    fill: #961F23;
  }

  .btn-circle--type-2:hover .btn-circle__text {
    color: #961F23;
  }

  .btn-circle--type-3:hover .btn-circle__icon {
    stroke: #fff;
  }

  .btn-circle--type-3:hover .btn-circle__text {
    color: #fff;
  }

  .btn-circle--type-4:hover .btn-circle__icon {
    fill: #fff;
  }

  .btn-circle--type-4:hover .btn-circle__text {
    color: #fff;
  }

  .gallery-page__item._hover:before {
    display: none;
  }

  .hint._open .hint__box {
    visibility: visible;
    opacity: 1;
    width: 243px;
    height: auto;
    display: block;
  }

  .hint__box {
    pointer-events: auto;
  }

  .hint__close {
    display: none;
  }

  .hint._left .hint__box {
    left: 0;
    -webkit-transform: translate(0,5px);
    -ms-transform: translate(0,5px);
    transform: translate(0,5px);
  }

  .hint._right .hint__box {
    right: 0;
    left: auto;
    -webkit-transform: translate(0,5px);
    -ms-transform: translate(0,5px);
    transform: translate(0,5px);
  }

  .mouse__detailed {
    display: none;
  }

  .totop {
    display: none!important;
  }

@supports (-webkit-appearance:none) {

}
}

@media (max-height:767px) {
  .gallery-main__img {
    max-width: 200px;
    max-height: 1670px;
  }

@supports (-webkit-appearance:none) {

}
}

@media (max-height:440px) {
  .museum-page__text {
    margin-bottom: 80px;
  }

@supports (-webkit-appearance:none) {

}
}
