

/* Start:/local/templates/mayakovskiy/css/lightgallery.css?171750142625596*/
@font-face {
  font-family: 'lg';
  src: url("/local/templates/mayakovskiy/css/../fonts/lg.ttf?22t19m") format("truetype"), url("/local/templates/mayakovskiy/css/../fonts/lg.woff?22t19m") format("woff"), url("/local/templates/mayakovskiy/css/../fonts/lg.svg?22t19m#lg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.lg-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'lg' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  outline: none;
  border: none;
  background-color: transparent;
}

.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF;
}

.lg-actions .lg-next {
  right: 20px;
}

.lg-actions .lg-next:before {
  content: "\e095";
}

.lg-actions .lg-prev {
  left: 20px;
}

.lg-actions .lg-prev:after {
  content: "\e094";
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@-moz-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@-ms-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

@-moz-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

@-ms-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  background: none;
  border: none;
  box-shadow: none;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.lg-toolbar .lg-icon:hover {
  color: #FFF;
}

.lg-toolbar .lg-close:after {
  content: "\e070";
}

.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}

.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px;
}

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}

.lg-outer .lg-toggle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
  outline: medium none;
  border: none;
}

.lg-outer .lg-toggle-thumb:after {
  content: "\e1ff";
}

.lg-outer .lg-toggle-thumb:hover {
  color: #FFF;
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("/local/templates/mayakovskiy/css/../img/vimeo-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("/local/templates/mayakovskiy/css/../img/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}

.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("/local/templates/mayakovskiy/css/../img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
  background: url("/local/templates/mayakovskiy/css/../img/youtube-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("/local/templates/mayakovskiy/css/../img/youtube-play.png") no-repeat scroll 0 -60px transparent;
}

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -moz-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
}

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\e01d";
}

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "\e311";
}

#lg-actual-size {
  font-size: 20px;
}

#lg-actual-size:after {
  content: "\e033";
}

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}

#lg-zoom-out:after {
  content: "\e312";
}

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}

.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}

.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF;
}

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(0, 5px, 0);
  -o-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px;
}

.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px;
}

.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333;
}

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}

.lg-outer #lg-share {
  position: relative;
}

.lg-outer #lg-share:after {
  content: "\e80d";
}

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}

.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e904";
}

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}

.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e907";
}

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}

.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e905";
}

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}

.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e906";
}

.lg-outer .lg-img-rotate {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
  transition: transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
}

.lg-rotate-left:after {
  content: "\e900";
}

.lg-rotate-right:after {
  content: "\e901";
}

.lg-icon.lg-flip-hor, .lg-icon.lg-flip-ver {
  font-size: 26px;
}

.lg-flip-hor:after {
  content: "\e902";
}

.lg-flip-ver:after {
  content: "\e903";
}

.lg-group {
  *zoom: 1;
}

.lg-group:before, .lg-group:after {
  display: table;
  content: "";
  line-height: 0;
}

.lg-group:after {
  clear: both;
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  outline: none;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}

.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}

.lg-outer .lg-item {
  background: url("/local/templates/mayakovskiy/css/../img/loading.gif") no-repeat scroll center center transparent;
  display: none !important;
}

.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}

.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-empty-html {
  display: none;
}

.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

/* End */


/* Start:/local/templates/mayakovskiy/css/magnific-popup.css?17175014266951*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/* End */


/* Start:/local/templates/mayakovskiy/css/fancybox.css?171750142615598*/
.carousel{position:relative;box-sizing:border-box}.carousel *,.carousel *:before,.carousel *:after{box-sizing:inherit}.carousel.is-draggable{cursor:move;cursor:grab}.carousel.is-dragging{cursor:move;cursor:grabbing}.carousel__viewport{position:relative;overflow:hidden;max-width:100%;max-height:100%}.carousel__track{display:flex}.carousel__slide{flex:0 0 auto;width:var(--carousel-slide-width, 60%);max-width:100%;padding:1rem;position:relative;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain}.has-dots{margin-bottom:calc(0.5rem + 22px)}.carousel__dots{margin:0 auto;padding:0;position:absolute;top:calc(100% + 0.5rem);left:0;right:0;display:flex;justify-content:center;list-style:none;user-select:none}.carousel__dots .carousel__dot{margin:0;padding:0;display:block;position:relative;width:22px;height:22px;cursor:pointer}.carousel__dots .carousel__dot:after{content:"";width:8px;height:8px;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);background-color:currentColor;opacity:.25;transition:opacity .15s ease-in-out}.carousel__dots .carousel__dot.is-selected:after{opacity:1}.carousel__button{width:var(--carousel-button-width, 48px);height:var(--carousel-button-height, 48px);padding:0;border:0;display:flex;justify-content:center;align-items:center;pointer-events:all;cursor:pointer;color:var(--carousel-button-color, currentColor);background:var(--carousel-button-bg, transparent);border-radius:var(--carousel-button-border-radius, 50%);box-shadow:var(--carousel-button-shadow, none);transition:opacity .15s ease}.carousel__button.is-prev,.carousel__button.is-next{position:absolute;top:50%;transform:translateY(-50%)}.carousel__button.is-prev{left:10px}.carousel__button.is-next{right:10px}.carousel__button[disabled]{cursor:default;opacity:.3}.carousel__button svg{width:var(--carousel-button-svg-width, 50%);height:var(--carousel-button-svg-height, 50%);fill:none;stroke:currentColor;stroke-width:var(--carousel-button-svg-stroke-width, 1.5);stroke-linejoin:bevel;stroke-linecap:round;filter:var(--carousel-button-svg-filter, none);pointer-events:none}html.with-fancybox{scroll-behavior:auto}body.compensate-for-scrollbar{overflow:hidden !important;touch-action:none}.fancybox__container{position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;margin:0;padding:env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);box-sizing:border-box;display:flex;flex-direction:column;color:var(--fancybox-color, #fff);-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:hidden;z-index:1050;outline:none;transform-origin:top left;--carousel-button-width: 48px;--carousel-button-height: 48px;--carousel-button-svg-width: 24px;--carousel-button-svg-height: 24px;--carousel-button-svg-stroke-width: 2.5;--carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4))}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container :focus{outline:none}body:not(.is-using-mouse) .fancybox__container :focus{box-shadow:0 0 0 1px #fff,0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94))}@media all and (min-width: 1024px){.fancybox__container{--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:27px;--carousel-button-svg-height:27px}}.fancybox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--fancybox-bg, rgba(24, 24, 27, 0.92))}.fancybox__carousel{position:relative;flex:1 1 auto;min-height:0;height:100%;z-index:10}.fancybox__carousel.has-dots{margin-bottom:calc(0.5rem + 22px)}.fancybox__viewport{position:relative;width:100%;height:100%;overflow:visible;cursor:default}.fancybox__track{display:flex;height:100%}.fancybox__slide{flex:0 0 auto;width:100%;max-width:100%;margin:0;padding:48px 8px 8px 8px;position:relative;overscroll-behavior:contain;display:flex;flex-direction:column;outline:0;overflow:auto;--carousel-button-width: 36px;--carousel-button-height: 36px;--carousel-button-svg-width: 22px;--carousel-button-svg-height: 22px}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}@media all and (min-width: 1024px){.fancybox__slide{padding:64px 100px}}.fancybox__content{margin:0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);padding:36px;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);position:relative;align-self:center;display:flex;flex-direction:column;z-index:20}.fancybox__content :focus:not(.carousel__button.is-close){outline:thin dotted;box-shadow:none}.fancybox__caption{align-self:center;max-width:100%;margin:0;padding:1rem 0 0 0;line-height:1.375;color:var(--fancybox-color, currentColor);visibility:visible;cursor:auto;flex-shrink:0;overflow-wrap:anywhere}.is-loading .fancybox__caption{visibility:hidden}.fancybox__container>.carousel__dots{top:100%;color:var(--fancybox-color, #fff)}.fancybox__nav .carousel__button{z-index:40}.fancybox__nav .carousel__button.is-next{right:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-next{right:40px}}.fancybox__nav .carousel__button.is-prev{left:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-prev{left:40px}}.carousel__button.is-close{position:absolute;top:8px;right:8px;top:calc(env(safe-area-inset-top, 0px) + 8px);right:calc(env(safe-area-inset-right, 0px) + 8px);z-index:40}@media all and (min-width: 1024px){.carousel__button.is-close{right:40px}}.fancybox__content>.carousel__button.is-close{position:absolute;top:-40px;right:0;color:var(--fancybox-color, #fff)}.fancybox__no-click,.fancybox__no-click button{pointer-events:none}.fancybox__spinner{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:50px;height:50px;color:var(--fancybox-color, currentColor)}.fancybox__slide .fancybox__spinner{cursor:pointer;z-index:1053}.fancybox__spinner svg{animation:fancybox-rotate 2s linear infinite;transform-origin:center center;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:100%;height:100%}.fancybox__spinner svg circle{fill:none;stroke-width:2.75;stroke-miterlimit:10;stroke-dasharray:1,200;stroke-dashoffset:0;animation:fancybox-dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:currentColor}@keyframes fancybox-rotate{100%{transform:rotate(360deg)}}@keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.fancybox__backdrop,.fancybox__caption,.fancybox__nav,.carousel__dots,.carousel__button.is-close{opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close{animation:.15s ease backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__backdrop,.fancybox__container.is-animated.is-closing .fancybox__caption,.fancybox__container.is-animated.is-closing .fancybox__nav,.fancybox__container.is-animated.is-closing .carousel__dots,.fancybox__container.is-animated.is-closing .carousel__button.is-close{animation:.15s ease both fancybox-fadeOut}.fancybox-fadeIn{animation:.15s ease both fancybox-fadeIn}.fancybox-fadeOut{animation:.1s ease both fancybox-fadeOut}.fancybox-zoomInUp{animation:.2s ease both fancybox-zoomInUp}.fancybox-zoomOutDown{animation:.15s ease both fancybox-zoomOutDown}.fancybox-throwOutUp{animation:.15s ease both fancybox-throwOutUp}.fancybox-throwOutDown{animation:.15s ease both fancybox-throwOutDown}@keyframes fancybox-fadeIn{from{opacity:0}to{opacity:1}}@keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-zoomInUp{from{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes fancybox-zoomOutDown{to{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}}@keyframes fancybox-throwOutUp{to{transform:translate3d(0, -30%, 0);opacity:0}}@keyframes fancybox-throwOutDown{to{transform:translate3d(0, 30%, 0);opacity:0}}.fancybox__carousel .carousel__slide{scrollbar-width:thin;scrollbar-color:#ccc rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar{width:8px;height:8px}.fancybox__carousel .carousel__slide::-webkit-scrollbar-track{background-color:rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:2px;box-shadow:inset 0 0 4px rgba(0,0,0,.2)}.fancybox__carousel.is-draggable .fancybox__slide,.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel.is-dragging .fancybox__slide,.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content{cursor:move;cursor:grabbing}.fancybox__carousel .fancybox__slide .fancybox__content{cursor:auto}.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content{cursor:zoom-in}.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content{cursor:zoom-out}.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__image{transform-origin:0 0;user-select:none;transition:none}.has-image .fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px}.is-closing .has-image .fancybox__content{overflow:visible}.has-image[data-image-fit=contain]{overflow:visible;touch-action:none}.has-image[data-image-fit=contain] .fancybox__content{flex-direction:row;flex-wrap:wrap}.has-image[data-image-fit=contain] .fancybox__image{max-width:100%;max-height:100%;object-fit:contain}.has-image[data-image-fit=contain-w]{overflow-x:hidden;overflow-y:auto}.has-image[data-image-fit=contain-w] .fancybox__content{min-height:auto}.has-image[data-image-fit=contain-w] .fancybox__image{max-width:100%;height:auto}.has-image[data-image-fit=cover]{overflow:visible;touch-action:none}.has-image[data-image-fit=cover] .fancybox__content{width:100%;height:100%}.has-image[data-image-fit=cover] .fancybox__image{width:100%;height:100%;object-fit:cover}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content{width:100%;height:80%}.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.fancybox__carousel .fancybox__slide.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}.fancybox-placeholder{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}.fancybox__thumbs{flex:0 0 auto;position:relative;padding:0px 3px;opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__thumbs{opacity:0}.fancybox__thumbs .carousel__slide{flex:0 0 auto;width:var(--fancybox-thumbs-width, 96px);margin:0;padding:8px 3px;box-sizing:content-box;display:flex;align-items:center;justify-content:center;overflow:visible;cursor:pointer}.fancybox__thumbs .carousel__slide .fancybox__thumb::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-width:5px;border-style:solid;border-color:var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));opacity:0;transition:opacity .15s ease;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after{opacity:.92}.fancybox__thumbs .carousel__slide>*{pointer-events:none;user-select:none}.fancybox__thumb{position:relative;width:100%;padding-top:calc(100%/(var(--fancybox-thumbs-ratio, 1.5)));background-size:cover;background-position:center center;background-color:rgba(255,255,255,.1);background-repeat:no-repeat;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__toolbar{position:absolute;top:0;right:0;left:0;z-index:20;background:linear-gradient(to top, hsla(0deg, 0%, 0%, 0) 0%, hsla(0deg, 0%, 0%, 0.006) 8.1%, hsla(0deg, 0%, 0%, 0.021) 15.5%, hsla(0deg, 0%, 0%, 0.046) 22.5%, hsla(0deg, 0%, 0%, 0.077) 29%, hsla(0deg, 0%, 0%, 0.114) 35.3%, hsla(0deg, 0%, 0%, 0.155) 41.2%, hsla(0deg, 0%, 0%, 0.198) 47.1%, hsla(0deg, 0%, 0%, 0.242) 52.9%, hsla(0deg, 0%, 0%, 0.285) 58.8%, hsla(0deg, 0%, 0%, 0.326) 64.7%, hsla(0deg, 0%, 0%, 0.363) 71%, hsla(0deg, 0%, 0%, 0.394) 77.5%, hsla(0deg, 0%, 0%, 0.419) 84.5%, hsla(0deg, 0%, 0%, 0.434) 91.9%, hsla(0deg, 0%, 0%, 0.44) 100%);padding:0;touch-action:none;display:flex;justify-content:space-between;--carousel-button-svg-width: 20px;--carousel-button-svg-height: 20px;opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4))}@media all and (min-width: 1024px){.fancybox__toolbar{padding:8px}}.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__toolbar{opacity:0}.fancybox__toolbar__items{display:flex}.fancybox__toolbar__items--left{margin-right:auto}.fancybox__toolbar__items--center{position:absolute;left:50%;transform:translateX(-50%)}.fancybox__toolbar__items--right{margin-left:auto}@media(max-width: 640px){.fancybox__toolbar__items--center:not(:last-child){display:none}}.fancybox__counter{min-width:72px;padding:0 10px;line-height:var(--carousel-button-height, 48px);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased}.fancybox__progress{background:var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:30;user-select:none}.fancybox__container:fullscreen::backdrop{opacity:0}.fancybox__button--fullscreen g:nth-child(2){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__button--slideshow g:nth-child(2){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2){display:block}
/* End */


/* Start:/local/templates/mayakovskiy/css/owl.theme.default.min.css?17175014261013*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
/* End */


/* Start:/local/templates/mayakovskiy/css/owl.carousel.min.css?17175014263351*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/local/templates/mayakovskiy/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/* End */


/* Start:/local/templates/mayakovskiy/css/page.css?177562800136266*/
*{
	margin: 0;
	padding:0;
	box-sizing: border-box;
}
img{
	max-width: 100%;
}
body,html{
    overflow-x: hidden;
    min-height: 100vh;
}
body{
	font-family: 'Roboto', sans-serif;
	margin: 0;
	overflow-y: hidden;
	font-size: 18px;
	font-weight: 300;
	color: #333;
	line-height: 1.3;
	position: relative;
	background: #fcfcfc;
}
h2, h1{
	font-family: 'Yeseva One', cursive;
	font-weight: 100;
	line-height: 1;
}
h2{
	font-size: 44px;
	font-weight: 100;
	margin: 0 0 40px 0;
}
input[type="submit"]{
	cursor: pointer;
}
.fancybox__content{
	
}
.grecaptcha-badge {visibility: hidden;} 
.document-block{
	display: none;
}
.mtb-link{
    display: flex;
    margin: 30px 0 0;
}
.mtb-link a{
	display: flex;
    align-items: end;
    font-size: 14px;
}
.mtb-link a div{
	margin: 0 10px 0 0;
}
.mtb-link-img {
    width: 140px;
}
/*.has-image[data-image-fit=contain] .fancybox__image{
	max-width: 900px!important;
    max-height: 900px!important;
    width: 900px!important;
    height: 900px!important;
}*/
.detail-zal-panorama{
	margin: 80px 0 0 0;
}
.fancybox__container{
	z-index: 30!important;
}
.content-wrapper{
	padding-left:220px;
    padding-right:220px;
}
.wrapper{
	position: relative;
}

/*header*/
.header-menu{
	z-index: 10;
    position: absolute;
    width: 100%;
}
.header-menu-row{
	display: flex;
	justify-content: space-between;
}
.header-row-contacts, .main-menu-list{
	display: flex;
}
.main-menu-list{
	list-style-type: none;
}
.main-menu-list li{
	color: #fcfcfc;
}
.button-phone a{
	color: #fcfcfc;
    text-decoration: none;
    font-size: 20px;
    font-weight: 400;
    display: flex;
    align-items: center;
}

.button-phone a img{
	margin: 0 10px 0 0;
}
.header-logo{
	padding: 20px 0 0 0;
}
.header-content{
	width: 80%;
	padding: 20px 0 0 0;
}
.header-row-contacts{
	width: 100%;
    justify-content: space-between;
}
.header-search{
	display: flex;
    border: 2px solid #fcfcfc;
    border-radius: 5px;
    width: 542px;
    height: 39px;
}
.header-search-social{
	display: flex;
    width: 60%;
    justify-content: space-between;
}
.header-search input{
	background: transparent;
    box-shadow: none;
    border: none;
    width: 100%;
    height: 100%;
    color: #fcfcfc;
    outline: none;
}
.search{
	width: 100%;
}
.header-phone{
	display: flex;
    align-items: flex-end;
    padding: 0 0 18px;
}
.header-search button{
	background: transparent;
    border: none;
    height: 35px;
    padding: 0 10px;
    cursor: pointer;
}
.site-loupe a{
	background: #fcfcfc;
    display: flex;
    width: 39px;
    height: 39px;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
}
.site-loupe.img-fixed a{
	background: #333;
}
.header-menu.fixed .button-phone a{
	font-size: 18px;
	margin: 0 50px 0 0;
}
.header-menu.fixed .header-menu-row{
	background: #fcfcfc;
}
.header-menu.fixed, .header-menu.detail-menu.fixed{
	position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
}

.header-menu.fixed .header-logo{
    padding: 20px 0 24px;
    border-left:none;
}
.header-menu.fixed{
	border-bottom: 1px solid #CB2224;
}
.header-social{
	display: flex;
	margin: 0  0 0 10px;
}
.site-vk{
	margin: 0 6px 0 0;
	width: 39px;
}
.main-menu-link{
	color: #fcfcfc;
    text-decoration: none;
    font-weight: 400;
    font-size: 18px;
}
.main-menu-list{
	justify-content: space-between;
	margin: 40px 0 0 0;
}
.main-menu-item-mb{
	display: flex;
    align-items: center;
    padding: 0 0 5px;
}
.submenu{
	display: none;
}
.main-menu-item .submenu li a:hover{
	color:#CB2224;
}
.main-menu-item .submenu{
	list-style: none;
    background: #fcfcfc;
    padding: 20px 20px 40px 40px;
    width: 224px;
    position: absolute;
    left: -40px;
}
.main-menu-item .submenu:after{
	content: '';
	position: absolute;
	height: 100%;
	width: 1px;
	background: #898989;
	left: 20px;
	top: 0;
}
.main-menu-item .submenu:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background: #CB2224;
	bottom: 20px;
	left: 0;
}
.main-menu-item .submenu li{
	margin: 0 0 10px 0;
}
.main-menu-item{
	position: relative;
}
.header-menu.fixed .header-logo-img{
	display: flex;
    align-items: flex-end;
    height: 100%;
}
.main-menu-item .submenu li a{
	font-size: 14px;
    color: #333333;
    text-decoration: none;
}
.arrow-menu-link{
	margin: 0 0 0 10px;
}
.main-menu-item.hover .arrow-menu-link{
	transform: rotate(180deg);
}
.submenu.hover{
	display: block;
}
.header-menu.default .img-fixed, .header-menu.fixed .img-default{
	display: none;
}
.header-menu.fixed .img-fixed{
	display: block;
}
.header-menu.fixed .border-button.img-fixed,.header-menu.fixed .site-loupe.img-fixed a{
	width: 33px;
	height: 33px;
}
.header-menu.fixed .button-phone a, .header-menu.fixed .main-menu-link{
	color: #333;
}
.header-menu.fixed .header-search{
    border: 2px solid #333;
}

.afisha-item.mob{
    display: none;
}


/*button*/
.red-button{
	background-image: url(/local/templates/mayakovskiy/img/button-fon.png);
	background-size: cover;
    background-repeat: no-repeat;
	display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    border-radius: 5px;
    font-size: 18px;
    text-decoration: none;
    color: #fcfcfc;
    font-weight: 300;
}


/*footer*/
.footer-menu-item ul{
	list-style: none;
}
.footer-menu-item ul li{
	color: #333;
    font-weight: 400;
    margin: 0 0 10px;
    font-size: 17px;
}
.footer-menu-item ul li a{
	text-decoration: none;
	color: #333;
}
.footer-menu-item ul li a:hover{
	color: #CB2224;
}
.footer-menu-item ul li.footer-menu-title{
	font-size: 26px;
	margin: 0 0 20px;
}
.footer-row, .footer-menu-items{
	display: flex;
	justify-content: space-between;
}
.footer-menu-item{
	margin: 0 150px 0 0;
}
.footer-menu-items .footer-menu-item:last-child{
	margin: 0;
}
.footer-menu{
	display: flex;
}
.footer-contacts-item{
	font-weight: 400;
	display: flex;
	font-size: 18px;
	justify-content: space-between;
	margin: 90px 0 0 0;
}
.footer-menu-row{
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.footer-contacts-item span{
	font-weight: bold;
	font-size: 18px;
}
.footer-logo-item{
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.footer{
	background-image: url('/local/templates/mayakovskiy/img/footer-fon.png');
	background-size: cover;
	background-repeat: no-repeat;
	padding: 65px 0 40px 0;
}
.footer-contacts-item p{
	margin: 0 0 5px 0;
}
p.footer-copy{
	font-size: 17px;
	margin: 35px 0 0 0;
}

/*hall block*/
.halls-event-img{
	height: 80px;
    width: 80px;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}
.halls-event-img img{
    width: 36px;
}
.halls-event-row, .halls-events-list, .halls-address{
	display: flex;
	justify-content: space-between;
}
.halls-events-list{
	margin: 40px 0 80px 0;
}
.halls-events-text{
	width: 89%;
}
.halls-events-title{
	font-size: 26px;
    color: #CB2224;
    font-weight: 400;
    line-height: 1.1;
    padding: 24px 0 24px;
}
.halls-events-list ul{
	list-style: none;
}
.halls-events-list li{
	display: flex;
    color: #333333;
    font-weight: 400;
    margin: 0 0 10px;
    font-size: 17px;
    align-items: center;
}
.halls-events-list li p{
	margin: 0 0 0 15px;
}
.halls-block h2{
	margin: 50px 0 35px;
}
.buttun-hall{
	width: max-content;
    margin: 30px 0 0 auto;
    height: 54px;
}
.halls-buttons-row .buttun-hall{
	width: 28%;
}
.halls-event-row img{
	width: 47px;
}
.buttun-hall svg{
	margin: 0 0 0 30px;
}
.halls-address .halls-events-text{
	font-size: 20px;
    font-weight: 400;
    color: #000;
    margin: auto 0;
}
.halls-address-row{
	margin: 100px 0 0 0;
}
.halls-address .halls-events-text span, .block-text-page p span{
	color: #CB2224;
}
.halls-buttons-row{
	display: flex;
	justify-content: space-between;
	margin: 40px 0 0;
}
.halls-buttons-row .buttun-hall{
	margin: 0;
}
.halls-row{
	margin: 0 0 100px;
}
.owl-carousel.carousel-hall .owl-nav{
	left: 0;
}

/*text block*/
.block-text-page p{
	font-size: 36px;
    font-weight: 400;
    text-align: center;
    padding: 80px 0;
}
.block-text-page{
	background-size: cover;
	background-repeat: no-repeat;
	margin: 0 0 100px;
}

/*adv*/
.advantages-block{
	background-repeat: no-repeat;
    background-size: cover;
}
.advantages-block-row{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.advantages-text{
	width: 80%;
	height: 100%;
}
.advantages-text p{
	font-size: 17px;
	color: #898989;
}
.advantages-text p span{
	display: block;
}
.advantages-text p.advantages-title{
	font-size: 22px;
    color: #CB2224;
    font-weight: 400;
    margin: 0 0 10px 0;
}
.advantages-item{
	display: flex;
	align-items: flex-start;
	width: 50%;
	margin: 0 0 40px;
}
.advantages-img{
	margin: 0 25px 0 0;
	width: 60px;
}
.advantages-block-row .advantages-item:nth-child(2),.advantages-block-row .advantages-item:nth-child(4){
	justify-content: flex-end;
}
.advantages-block-content{
	padding: 60px 0 20px;
}

.contacts-block{
	position: relative;
}
.contacts-block:after{
	content: ' ';
    position: absolute;
    width: 60%;
    z-index: -1;
    height: 1px;
    background: #CB2224;
    bottom: 0;
    left: 0;
}
.contacts-block-row{
	position: relative;
	display: flex;
	justify-content:space-between;
	margin: 0 0 100px 0;
}
.contacts-info{
	font-size: 22px;
    color: #CB2224;
    font-weight: 400;
    margin: 0 0 45px 0;
}
.contacts-info span{
	color: #333;
    font-size: 20px;
}
.contacts-phone span{
	display: block;
}
.contacts-phone span img{
	margin: 0 20px 0 0;
}
.contacts-phone a{
	color: #333;
	text-decoration: none;
	display: flex;
    align-items: center;
    margin: 5px 0 0 0;
}
.contacts-social{
	display: flex;
	align-items: center;
}
.contacts-social a{
	margin: 0 0 0 50px;
}
.contacts-text{
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 50%;
}
.contacts-map{
	width: 50%;
	z-index: 10;
}
.contacts-content{
	padding: 20px 0 100px;
}
.contacts-map .ymaps3x0--main-engine-container{
	filter: grayscale(1)!important;
    -ms-filter: grayscale(1)!important;;
    -webkit-filter: grayscale(1)!important;;
    -moz-filter: grayscale(1)!important;;
    -o-filter: grayscale(1)!important;;
}
.ymaps-glass-pane,
 .ymaps-layers-pane {
     filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale") !important;
     -webkit-filter: grayscale(100%) !important;
 }


.header-menu.detail-menu{
	position: initial;
}
.header-menu.fixed .main-menu-link{
	font-size: 16px;
}
.header-menu.fixed .main-menu-list{
	margin: 15px 0 0 0;
}
.header-menu.fixed .search-form{
	display: none;
}
.header-menu.fixed .header-row-contacts{
	justify-content: flex-end;
}
.header-menu.fixed .header-search-social{
	width: auto;
}
.detail-menu .button-phone a, .detail-menu .main-menu-link, .detail-menu .header-search input{
	color: #333;
}
.detail-menu .header-search{
	border-color: rgba(51, 51, 51, 0.57);
}
.detail-menu .main-menu-link.active{
	color: #CB2224;
	font-weight: 500;
}
.detail-menu .site-loupe a{
	background: #333;
}
.detail-menu{
	border-bottom: 1px solid #CB2224;
}
.detail-menu .header-logo{
	padding: 5px 0 7px;
}
.detail-menu .header-content, .header-menu.fixed .header-content{
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.detail-menu .main-menu-item-mb, .header-menu.fixed .main-menu-item-mb{
    padding: 0 0 18px;
}
.detail-menu .main-menu-item .submenu:after,.detail-menu .main-menu-item .submenu:before, .header-menu.fixed .main-menu-item .submenu:before, .header-menu.fixed .main-menu-item .submenu:after{
	display: none;
}
.detail-menu .main-menu-item .submenu li a, .header-menu.fixed .main-menu-item .submenu li a{
	font-weight: 400;
}
.detail-menu .main-menu-item .submenu, .header-menu.fixed .main-menu-item .submenu{
    padding: 30px 25px 10px 25px;
    border: 1px solid #CB2224;
    z-index: 20;
}
.main-menu-buttons, .main-menu-mb{
	display: none;
}
.vk-mb{
	display: none;
}


.owl-carousel.carousel-detail{
	width: 60%;
 	margin: 0 auto;
}
.owl-carousel.carousel-detail .owl-stage-outer{
	overflow: visible;
}
.owl-carousel.carousel-detail .owl-nav{
	right: 0;
}
.owl-carousel.carousel-detail{
	position: initial;
}

.owl-carousel .owl-nav {
	display: flex;
	align-items: center;
	margin: 25px 0 0;
	position: absolute;
}
.owl-carousel .owl-nav button img{
	border-radius: 5px !important;
}
.owl-carousel.arrow-red .owl-nav button img{
	border: 3px solid #CB2224 !important; 	
}
.owl-carousel.arrow-red .owl-nav .line{
	background: #CB2224;
}
.owl-carousel.arrow-white .owl-nav .line{
	background: #fcfcfc;
}
.owl-carousel.arrow-white .owl-nav button img{
	border: 3px solid #fcfcfc !important;
}
.owl-carousel .owl-nav .line {
	width: 92px;
	height: 3px;	
}
.owl-carousel .owl-nav button{
	display: flex;
	align-items: center;
}

.gdtp-link-row{
	padding: 50px 85px 30px 85px;
	padding: 50px 85px 30px 85px;
    border-top: 1px solid #898989;
    border-right: 1px solid #333;
    border-bottom: 1px solid #CB2224;
    border-left: 1px solid #333;
    margin: 40px 0 200px 0;
    position: relative;
}
.gdtp-link-row:after{
	position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: #CB2224;
    right: 100%;
    bottom: -1px;
}
.gdtp-link-row:before{
	position: absolute;
    content: '';
    width: 1px;
    height: 70px;
    left: -1;
    background: #333;
    top: 100%;
}
.gdtp-link-row p{
	font-size: 51px;
    font-weight: 400;
}
.gdtp-link-row .product-item-ticket{
	width: 35%;
    margin: 0 0 0 auto;
}




.ymaps3x0--map ymaps{
	filter: grayscale(1)!important;
}




.bilet-link.fancybox__content{
    width: 33%;
}
.fancybox__content .red-button{
	font-size:18px;
}
.popup-form-title{
	font-size: 30px;
    font-weight: 400;
    margin: 0 0 10px 0;
}
.fancybox__content{
	width: 30%;
}
.bilet-link.fancybox__content .popup-form-title{
	margin: 0 0 40px 0;
}
.fancybox__content .form-input-item input,.form-input-item textarea, .fancybox__content input[type="submit"]{
	width: 100%;
}
.fancybox__content .form-content{
	margin: 0 0 20px 0;
}
.popup-form-title span{
	color: #CB2224;
}
.popup-text{
	font-style: italic;
    font-weight: 400;
    font-size: 19px;
    margin: 0 0 40px 0;
}
.bilet-href{
	padding: 10px 20px;
}
.popup-wraper{
	position: relative;
    padding: 50px 70px 50px 45px;
}
.popup-wraper:after{
	content: '';
	height: 100%;
	position: absolute;
	width: 1px;
	background: #000;
	right: 25px;
	top: 0;
}
.popup-wraper:before{
	content: '';
	height: 1px;
	position: absolute;
	width: 100%;
	background: #CB2224;
	left: 0;
	bottom: 25px;
}
.fancybox__content .text-polit{
	font-size: 15px;
	margin: 30px 0 30px 0;
}



img.calendar-icon{
	position: absolute;
    width: auto;
    right: 30px;
    bottom: 15px;
}
.form-input-item{
	position: relative;
	width: fit-content;
}
.form-input-item input[type="text"]{
	background: transparent;
}
.form-input-item input{
	padding: 0 30px;

}
.popup-form .form-input-item{
	width: 100%;
}
.form-page.detail{
	margin: 70px 0 100px 0;
}


.count-block{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;	
}
.block-pag-text{
	font-size: 22px;
    font-weight: 400;
}

.titlle-polit{
	font-weight: 500;
    font-size: 21px;
    margin: 15px 0;
}
.ul-polit li{
	list-style: none;
}
.li-title-polit{
    margin: 0 0 5px 0;
}
.li-polit{
	margin: 0 0 10px;
}
.li-polit ul{
	margin: 0 0 0 20px;
}
.li-polit ul li{
	margin: 0 0 5px 0;
}

.header-menu.fixed .header-content{
    flex-direction: row;
    width: auto;
    justify-content: flex-end;
}
.header-menu.fixed .header-row-contacts{
	order: 2;
    width: auto;
}
.header-menu.fixed .main-menu-list{
	margin: 0 80px 0 0;
}
.header-menu.fixed .main-menu-row{
	display: flex;
    align-items: flex-end;
}
.header-menu.fixed .header-social{
    display: flex;
    align-items: flex-end;
    padding: 0 0 23px;	
}
.header-menu.fixed .main-menu-list li{
	margin: 0 0 0 40px;
}
.header-menu.fixed .main-menu-item .submenu li{
	margin: 0 0 10px 0;
}
.header-phone-mb,.search-row.mob{
	display: none;
}

.msg-successfully{
	display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 50px 20px;
    border: 2px solid #CB2224;
}
.msg-successfully-img{
	width: 50px;
    margin: 0 30px 0 0;
}
.msg-successfully-text{
	font-family: 'Yeseva One', cursive;
    font-size: 29px;
}
.popup-form .msg-successfully{
	flex-wrap: wrap;
}
.popup-form .msg-successfully .msg-successfully-img{
	margin: 0 0 20px 0;
}
.msg-successfully-text{
    text-align: center;
}
.footer-phone a{
	color: #333;
	text-decoration: none;
}
.footer-phone a:hover{
	color: #cb2224;
}
@media (max-width: 1700px){
	.content-wrapper {
	    padding-left: 180px;
	    padding-right: 180px;
	}
	.header-search-social{
		width: 65%;
	}
	.header-search-social{
		width: 65%;
	}
	.bilet-link.fancybox__content {
	    width: 40%;
	}
}
@media (max-width: 1500px){
	.msg-successfully-text{
		font-size: 25px;
	}
	.content-wrapper {
	    padding-left: 100px;
	    padding-right: 100px;
	}
	.button-phone a{
		font-size: 18px;
	}
	.main-menu-link{
		font-size: 17px;
	}
	.header-menu .border-button.img-default, .header-menu .site-loupe.img-default a {
	    width: 33px;
	    height: 33px;
	}
	.header-search{
		width: 342px;
	}
	.header-search-social {
	    width: auto;
	}
	.header-menu .header-social{
		align-items: center;
	}
	.header-menu .search-form{
		margin: 0 30px 0 0;
	}


	.footer-menu-item ul li.footer-menu-title {
		font-size: 20px;
	}
	.footer-menu-item ul li{
		font-size: 16px;
	}
	.footer-contacts-item{
		font-size: 17px;
	}
	.footer-contacts-item span{
		font-size: 18px;
	}
	p.footer-copy {
	    font-size: 14px;
	}



	.advantages-text p.advantages-title{
		font-size: 20px;
	}
	.advantages-text p {
	    font-size: 15px;
	}
	.block-text-page p {
	    font-size: 35px;
	}

	.bilet-link.fancybox__content {
	    width: 45%;
	}
}
@media (max-width: 1360px){
	.footer-menu-item {
	    margin: 0 80px 0 0;
	}



	.advantages-item{
		align-items: flex-start;
	}
	.afisha-item{
		width: 350px;
	    height: 490px;
	    min-width: 350px;
	    min-height: 490px;
	}
	.afisha-canceled-content{
		font-size: 16px;
	}
	.afisha-block-row{
		background-size: 100% 100%;
	}
	.buttun-hall {
	    width: 45%;
	}
	.halls-address-row .buttun-hall{
    	width: 32%;
	}

	.gdtp-link-row p {
	    font-size: 39px;
	}
}
@media (max-width: 1280px){
	.afisha-item {
	    width: 300px;
	    height: 420px;
	    min-width: 300px;
	    min-height: 420px;
	}
	.afisha-canceled .title{
		font-size: 18PX;
	}

	.link-page-afisha-text span{
		font-size: 2.4vw;
		display: block;
	}
	.link-page-afisha-text{
		font-size: 1.8vw;
	}
	.afisha-title {
	    font-size: 20px;
	}
	.afisha-desc{
    	font-size: 16px;
	}
	.product-item-more, .afisha-content .product-item-ticket, .red-button{
		font-size: 17px;
	}

	.halls-events-title{
		font-size: 23px;
	}
	.halls-events-list li{
		font-size: 16px;
	}
	.halls-events-list svg{
		width: 16px;
	}
	.halls-address .halls-events-text {
	    font-size: 19px;
	}
	.halls-events-text{
		margin: 0 0 0 20px;
	}
	.halls-event-img{
		height: 80px;
    	width: 80px;
    	padding: 10px;
	}

	.photogallery-content .photogallery-item:nth-child(1) {
	    width: 28%;
	    height: 365px;
	}
	.photogallery-content .photogallery-item:nth-child(2) {
	    width: 29%;
	    height: 304px;
	}
	.photogallery-content .photogallery-item:nth-child(3) {
	    width: 39%;
	    height: 304px;
	}
	.photogallery-content .photogallery-item:nth-child(4) {
	    width: 28%;
	    height: 352px;
	    margin: 27px 0 0 0;
	}
	.photogallery-content .photogallery-item:nth-child(5) {
	    width: 40%;
	    height: 348px;
	    margin: -34px 0 0 0;
	}
	.photogallery-content .photogallery-item:nth-child(6) {
	    width: 28%;
	    height: 348px;
	    margin: -34px 0 0 0;
	}
	.photogallery-content .photogallery-item:nth-child(7) {
	    width: 28%;
	    height: 348px;
	    margin: 27px 0 0 0;
	}
	.photogallery-content .photogallery-item:nth-child(8) {
	    height: 409px;
	    margin: -34px 0 0 0;
	    width: 28%;
	}
	.photogallery-content .photogallery-item:nth-child(9) {
	    height: 409px;
	    margin: -34px 0 0 0;
	    width: 40%;
	}

	.contacts-info{
		font-size: 19px;
	}
	.contacts-info span{
		font-size: 17px;
	}
	.contacts-phone span img{
		width: 15px;
	}
	.contacts-map{
		width: 100%;
    	height: 500px;
	}
	.contacts-text{
		width: 100%;
	}
	.contacts-block-row{
		flex-wrap: wrap;
	}
	.contacts-content{
		padding: 20px 0 0;
	}
	.contacts-map{
		height: 400px;
	}

	.bilet-link.fancybox__content {
	    width: 50%;
	}
	.header-menu.fixed .main-menu-list{
		margin: 0 40px 0 0;
	}
	.header-menu.fixed .button-phone a {
	    font-size: 15px;
	}
	.header-menu.fixed .border-button.img-fixed, .header-menu.fixed .site-loupe.img-fixed a {
	    width: 25px;
	    height: 25px;
	}
	.header-menu.fixed .site-loupe.img-fixed .visibility-off{
    	width: 15px;
	}
}
@media (max-width: 1204px){
	.header-menu{
		background: #fcfcfc;
	}
	.header-menu.fixed .header-content{
		flex-direction: row;
	}
	.header-menu .header-content{
		display: flex;
	}
	.button-phone a{
		color: #333;
	}
	.header-menu.fixed .main-menu-row{
		display: none;
	}
	.main-menu-row {
	    position: absolute;
	    display: none;
	    top: 0;
	    z-index: 2;
	    opacity: 0;
	    right: 0;
	    height: 100%;
	    height: 100vh;
	    display: none;
	    justify-content: flex-end;
	    background: rgba(0, 0, 0, 0.6);
	    width: 100%;
	}
	.main-menu {
	    background: #fcfcfc;
	    overflow: auto;
	    width: 0;
	    height: 100%;
	}
	.main-menu-list {
	    text-transform: uppercase;
	    overflow: auto;
	    height: calc(100vh);
	    display: flex;
	    flex-direction: column;
	    padding: 0 0 0 28px;
	    justify-content: normal;
	}
	.main-menu-list > li:first-child {
	    margin: 40px 0 0 0;
	}
	.main-menu-item {
	    position: relative;
	    padding: 0 0 50px 0;
	}
	.header-menu.fixed .main-menu-item-mb{
		padding: 0;
	}
	.main-menu-item-mb {
	    display: flex;
	    align-items: center;
	    position: relative;
	    padding: 0!important;  
	}
	.main-menu-item-mb .main-menu-link {
	    margin: 0 20px 0 60px;
	}
	.main-menu-list a {
	    font-weight: 500;
	    white-space: normal;
	    color: #000;
	}
	.main-menu-buttons, .main-menu-mb{
		display: block;
	}
	.header-menu .main-menu-item .submenu{
		display: none;
    	position: relative;
    	left: 40px;
	}
	.header-menu .main-menu-item .submenu.hover{
		display: block;
	}
	.arrow-menu-link.active {
	    transform: rotate(180deg);
	}
	.main-menu-close svg{
		padding: 10px;
		background: #333;
	}
	.main-menu-buttons{
		display: flex;
		flex-wrap: wrap;
    	justify-content: space-between;
	}
	.site-loupe a{
		width: 50px;
		height: 50px;
	}
	.main-menu-list{
		margin: 0;
	}
	.search-row{
		width: 100%;
    	margin: 20px 0 0 0;
	}
	.search-form{
		margin: 0 10px!important;
	}
	.header-search{
		width: 100%;
		border: 1px solid #000;
	}
	.site-loupe a{
		background: #333;
	}
	.header-search-social, .header-search button.img-default, .arrow-menu-link.img-default{
		display: none;
	}
	.vk-mb, .header-search button.img-fixed, .header-menu.default .img-fixed{
		display: block;
	}
	.header-menu .header-content, .header-menu .header-content{
		flex-direction: row;
    	align-items: center;
    	padding: 0;
	}
	.header-menu.fixed .header-row-contacts{
		justify-content: space-between;
	}
	.header-menu.default .header-logo.img-fixed, .header-menu.fixed .header-logo.img-fixed{
		display: block;
	}
	.header-menu .header-logo.img-default, .main-menu-item .submenu:before, .main-menu-item .submenu:after{
		display: none;
	}
	.main-menu-item .submenu{
		border: 1px solid #CB2224;
	}
	.main-menu-item .submenu li a{
		font-weight: 400;
	}
	.main-menu-item .submenu{
		padding: 30px 25px 10px 25px;
	}
	.button-phone{
    	margin: 0 20px 0 0;
	}
	.header-menu.fixed .button-phone a{
		margin: 0;
	}
	.header-menu.fixed .header-logo {
	    padding: 10px 0;
	    width: 80px;
	}
	.header-menu .header-logo{
		padding: 10px 0;
	}
	.main-menu-mb img{
    	width: 40px;
	}
	.header-menu.fixed .header-logo, .header-menu .header-logo{
		border: none;
	}
	.content-wrapper {
	    padding-left: 50px;
	    padding-right: 50px;
	}
	.header-menu.default{
		position: relative;
	}

	.afisha-block-row h2{
		padding: 50px 0 0;
	}

	h2 {
	    font-size: 38px;
	}

	.carousel-hall.owl-carousel .owl-nav{
		padding: 0;
	}
	.halls-event-img{
	    margin: 0 20px 0 0;	
	}

	.gdtp-link-row p {
	    font-size: 32px;
	}
	.gdtp-link-row .product-item-ticket {
	    width: 48%;
	}
	.header-menu.fixed .header-row-contacts{
		order: 1;
	}
	.header-menu.fixed .main-menu-item-mb{
		order: 2;
	}
	.header-menu.fixed .header-content{
		width: 85%;
		justify-content: space-between;
	}
	.header-menu.fixed .search-form, .search-row.mob{
		display: block;
	}

    .header-menu.fixed .main-menu-list {
        margin: 40px 0 0 0;
    }
    .header-menu.fixed .main-menu-list li{
    	margin: 0;
    }
    .header-phone-mb{
		display: block;
	}
	.search-row.mob .search-form {
        margin: 20px 40px 0 60px !important;
    }
    .header-phone-mb .button-phone{
		margin: 0 10px 0 0;
	}
	.header-phone{
		align-items: flex-end;
    	padding: 0;
	}
}
@media (max-width: 1120px){
	.footer-menu-item {
	    margin: 0 40px 0 0;
	}
	.msg-successfully{
		align-items: center;
	}
	.msg-successfully-img{
		width: 60px;
	}
	.msg-successfully-text{
    	font-size: 23px;
	}

	.afisha-item {
	    width: 400px;
	    height: 560px;
	    min-width: 400px;
	    min-height: 560px;
	}
	.link-page-afisha{
		order: 9;
	}
	.link-page-afisha-text {
	    font-size: 3.8vw;
	}
	.link-page-afisha-text span {
	    font-size: 4vw;
	    display: block;
	}

	.photogallery-content .photogallery-item:nth-child(1) {
	    width: 60%;
	    height: 333px;
	}
	.photogallery-content .photogallery-item:nth-child(2) {
	    width: 38%;
	    height: 333px;
	}
	.photogallery-content .photogallery-item:nth-child(3) {
	    width: 38%;
	    height: 333px;
	    margin: 27px 0 0 0;
	}
	.photogallery-content .photogallery-item:nth-child(4) {
	    margin: 27px 0 0 0;
	    width: 60%;
	    height: 333px;
	}
	.photogallery-content .photogallery-item:nth-child(5) {
	    width: 40%;
	    height: 333px;
	    margin: 27PX 0 0 0;
	}
	.photogallery-content .photogallery-item:nth-child(6) {
	    width: 34%;
	    height: 333px;
	    margin: 27px 0 0 0;
	}
	.photogallery-content .photogallery-item:nth-child(7) {
	    width: 28%;
	    height: 333px;
	    margin: 27px 0 0 0;
	}
	.photogallery-content .photogallery-item:nth-child(8) {
	    height: 333px;
	    margin: 27px 0 0 0;
	    width: 28%;
	}
	.photogallery-content .photogallery-item:nth-child(9) {
	    height: 333px;
	    margin: 27px 0 0 0;
	    width: 63%;
	}
	.photogallery-content .link-page-afisha-text span {
	    font-size: 3.3vw;
	}
	.photogallery-content .link-page-afisha-text {
	    font-size: 2.5vw;
	}

	.bilet-link.fancybox__content {
	    width: 60%;
	}
}

@media (max-width: 980px){
	.footer-menu-item ul li.footer-menu-title {
	    font-size: 18px;
	}
	.footer-menu-item ul li, .footer-contacts-item{
	    font-size: 15px;
	}
	.footer-contacts-item span {
	    font-size: 16px;
	}
	.footer-logo, .footer-logo-mayk{
    	width: 150px;
	}
	.footer-logo-item{
		margin: 0 40px 0 0;
	}
	.footer-contacts-item{
    	flex-wrap: wrap;
	}
	.footer-phone, .footer-social{
		width: 100%;
	}
	.footer-phone{
		order: 2;
		margin: 20px 0 0 0;
	}

	.halls-event-row, .halls-buttons-row{
		flex-wrap: wrap;
	}
	.halls-events-text{
		margin: 0;
	}
	.halls-buttons-row .buttun-hall{
		width: 100%;
		margin: 0 0 20px 0;
	}
	.block-text-page p {
	    font-size: 31px;
	}
	.history-carousel-content .owl-carousel .owl-nav{
		margin: 80px 0 0;
	}
	.history-carousel-content{
		padding: 50px 0 130px;
	}
	.aficha-page-text{
		margin:0 0 40px 0;
	}
	.mtb-link a{
		flex-wrap: wrap;
	}
	.footer-contacts-item p{
		width: 100%;
	}
	.footer-contacts-item p {
	    margin: 10px 0 5px 0;
	}
}
@media (max-width: 920px){
	.afisha-item {
	    width: 330px;
	    height: 460px;
	    min-width: 330px;
	    min-height: 460px;
	}
}
@media (max-width: 768px){
	.header-logo{
		width: 80px;
	}
	.msg-successfully{
		flex-wrap: wrap;
	}
	.msg-successfully-img{
		margin: 0 0 20px 0;
	}
	.msg-successfully-text{
		text-align: center;
	}

	.footer-menu{
		flex-wrap: wrap;
	}
	.footer-menu-item {
	    margin: 0 40px 30px 0;
	}
	.footer-contacts-item{
		margin: 0;
	}

	.advantages-item{
		flex-direction: column;
	}
	.advantages-img{
		margin: 0 25px 20px 0;
		width: 25%;
	}
	.advantages-text{
		width: 95%;
	}

	h2 {
	    font-size: 35px;
	}

	.afisha-item {
	    width: 300px;
	    height: 420px;
	    min-width: 300px;
	    min-height: 420px;
	}
	.product-item-ticket{
		width: 60%;
	}
	.product-item-more{
		width: 40%;
	}
	.afisha-title {
	    font-size: 18px;
	}
	.afisha-desc, .afisha-canceled-content {
	    font-size: 15px;
	}
	.afisha-canceled{
	    padding: 14px 16px;	
	    width: 95%;
	}


	.halls-events-list li {
	    font-size: 14px;
	}
	.halls-events-list svg{
		width: 11px;
	}
	.halls-events-list {
	    margin: 20px 0 60px 0;
	}
	.halls-events-title {
	    font-size: 22px;
	}
	.halls-address .halls-events-text {
	    font-size: 16px;
	}

	.photogallery-content .photogallery-item:nth-child(1),.photogallery-content .photogallery-item:nth-child(2),.photogallery-content .photogallery-item:nth-child(3),
	.photogallery-content .photogallery-item:nth-child(4),.photogallery-content .photogallery-item:nth-child(5),.photogallery-content .photogallery-item:nth-child(7),
	.photogallery-content .photogallery-item:nth-child(8),.photogallery-content .photogallery-item:nth-child(9){
		width: 48%;
	}
	.photogallery-content .photogallery-item:nth-child(6){
		width: 100%;
	}
	.photogallery-content .link-page-afisha-text span {
	    font-size: 4.3vw;
	}
	.photogallery-content .link-page-afisha-text {
	    font-size: 3.2vw;
	}
	.detail-afisha-bilet .product-item-ticket.red-button, .owl-carousel.carousel-detail{
		width: 100%;
	}

	.gdtp-link-row .product-item-ticket {
	    width: 100%;
	    margin: 20PX 0 0 0;
	}
	.gdtp-link-row p {
	    font-size: 26px;
	}
	.gdtp-link-row{
		padding: 50px;
	}

	.bilet-link.fancybox__content {
	    width: 70%;
	}

}
@media (max-width: 704px){
	.afisha-item {
	    width: 260px;
	    height: 360px;
	    min-width: 260px;
	    min-height: 360px;
	}
	.product-item-buttons{
    	flex-wrap: wrap;
	}
	.product-item-more,.product-item-ticket{
		width: 100%;
	}
	.product-item-ticket{
		margin: 10px 0 0 0;
	}
	.afisha-content{
		padding: 20px;
	}

	.block-pag-text{
    	font-size: 19px;
	}
	.bilet-link.fancybox__content {
	    width: 100%;
	}
}
@media (max-width: 620px){
	.afisha-row{
		justify-content: center;
	}
	.afisha-block-row{
		background-size: auto 100%;
	}
	.footer-row{
		flex-wrap: wrap;
	}
	.footer-logo-item{
		flex-direction: row;
    	justify-content: space-between;
   		width: 100%;
    	margin: 0 0 30px -34px;
	}
	.footer{
		padding: 30px 0 40px 0;
	}

	.buttun-hall{
		width: 100%;
		margin: 90px 0 0 0;
	}
	.halls-events-text{
		width: 100%;
	}
	.halls-events-list{
		flex-wrap: wrap;
	}
	.halls-events-list ul{
		width: 50%;
	}

	.photogallery-block h2{
    	padding: 50px 0 0;
	}
	.photogallery-content .photogallery-item:nth-child(1), .photogallery-content .photogallery-item:nth-child(2), .photogallery-content .photogallery-item:nth-child(3),
	.photogallery-content .photogallery-item:nth-child(4), .photogallery-content .photogallery-item:nth-child(5), .photogallery-content .photogallery-item:nth-child(7),
	.photogallery-content .photogallery-item:nth-child(8), .photogallery-content .photogallery-item:nth-child(9){
		width: 100%;
	}
	.photogallery-content .photogallery-item:nth-child(1){
		margin: 0 0 27px 0;
	}
	.photogallery-content .link-page-afisha-text span {
	    font-size: 7vw;
	}
	.photogallery-content .link-page-afisha-text {
	    font-size: 5.2vw;
	}
	.contacts-content{
		padding: 0;
	}

}
@media (max-width: 560px){
	.afisha-canceled{
		padding: 10px;
	}
	.afisha-canceled.postponed{
	    width: 100%;
	    height: 100%;
	    display: flex;
	    flex-direction: column;
	    justify-content: center;
	}

	.halls-events-list{
		flex-wrap: wrap;
	}
	.halls-events-list ul{
		width: 50%;
	}

	.popup-wraper.bilet-link{
		width: 100%;
		padding: 30px;
	}
	.bilet-link.popup-wraper:before, .bilet-link.popup-wraper:after{
		display: none;
	}
	.bilet-link .popup-text{
		font-size: 17px;
	}
	.bilet-link.fancybox__content .popup-form-title{
		margin: 0 0 30px 0;
		font-size: 26px;
	}
	.bilet-link.fancybox__content .red-button{
		font-size: 15px;
	}
}
@media (max-width: 500px){
	body{
		font-size: 16px;
	}
	.header-menu .header-logo{
		border: none;
    	padding: 10px 0;
    	width: 50px;
	}
	.content-wrapper {
	    padding-left: 20px;
	    padding-right: 20px;
	}
	.button-phone {
	    margin: 0 10px;
	}

	.button-phone a, .header-menu.fixed .button-phone a{
		font-size: 15px;
	}
	.button-phone a img{
		width: 14px;
	}
	.vk-mb{
		width: 30px;
	}
	.header-menu.fixed .header-logo{
		padding: 10px 0;
		width: 50px;
	}
	.advantages-block-row{
		flex-wrap: wrap;
	}
	.advantages-item{
		width: 100%;
	}
	.link-page-afisha-text span{
		font-size: 5vw;
	}
	.link-page-afisha-text {
	    font-size: 24px;
	}
	.link-page-afisha-text span {
	    font-size: 30px;
	}
	.block-text-page p {
	    font-size: 27px;
	}

	.count-block{
    	flex-wrap: wrap;
	}
	.block-pag-text{
		width: 100%;
	}
	.gdtp-link-row {
	    padding: 40px 30px;
	}
	.history-carousel-text h2{
    	font-size: 30px;
	}
	.history-carousel-text {
	    margin: 0 0 30px 0;
	}
	.history-carousel-content .owl-carousel .owl-nav{
		padding: 0;
	}

}
@media (max-width: 480px){
	.afisha-canceled-content{
		color: #fff;
	}
	.afisha-item.mob{
        display: block;
    }
    .afisha-item.mob{
        width: auto;
        height: auto;
        min-width: auto;
        min-height: auto;
    }
    .afisha-item.mob .afisha-content, .afisha-item.mob .afisha-content-link{
        width: auto;
        height: auto;
    }
    .afisha-item.mob .afisha-content{
        opacity: 1;
        color: #333;
        background:none;
        padding: 20px 0;
    }
    .afisha-item.mob .product-item-more{
        color: #333;
    }
    .afisha-item.mob .afisha-date{
        margin: 0 0 10px 0;
    }
    .afisha-item.mob .afisha-canceled .title{
        color:#fff;
    }
    .afisha-item.mob .afisha-type{
        margin: 0 0 20px 0;
        color: #fff;
    }
    .afisha-content.afisha-canceled-block.mob{
	    position: absolute;
	    width: 100%;
	    height: 100%;
	    top: 0;
	    background: rgba(0, 0, 0, 0.8);
	}
	.afisha-item.mob{
	    position: relative;
	}
/*	.afisha-desc, .afisha-canceled-content{
		color: #fff;
	}*/
	.afisha-canceled-block .product-item-buttons{
		width: 100%;
	}
}

#CookieConfirm {
    display: flex;
    position: fixed;
    width: 300px;
    background: #FFFFFF;
    padding: 16px 20px;
    z-index: 9999;
    transition: opacity 1.2s, transform 1.2s;
    flex-direction: column;
    align-items: center;
    bottom: 30px;
    left: 15px;
    box-shadow: -1px 1px 8px 0px rgba(0, 0, 0, 0.2);
    justify-content: center;
}

#CookieConfirm .cookieText {
    font-size: 13px;
    color: rgba(25, 25, 25, .6);
    font-weight: 400;
    line-height: 20px;
    padding-bottom: 20px;
}

#CookieConfirm button {
    padding: 10px 60px;
    outline: none;
    border: none;
    cursor: pointer;
    font-size: 18px;
}



.carousel-videos .video-play {
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.3);
}
.carousel-videos .video-play img{
	width: 9%;
}
.carousel-videos .gdtp-video-fan {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
@media (max-width: 1204px) {
    .carousel-videos.owl-carousel .owl-nav {
        padding: 0;
    }
}
/* End */
/* /local/templates/mayakovskiy/css/lightgallery.css?171750142625596 */
/* /local/templates/mayakovskiy/css/magnific-popup.css?17175014266951 */
/* /local/templates/mayakovskiy/css/fancybox.css?171750142615598 */
/* /local/templates/mayakovskiy/css/owl.theme.default.min.css?17175014261013 */
/* /local/templates/mayakovskiy/css/owl.carousel.min.css?17175014263351 */
/* /local/templates/mayakovskiy/css/page.css?177562800136266 */
