/* COLORS *//* MEDIA QUERIES *//*
  Variables
*//*
  Mixins
*//*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css *//* Document
   ========================================================================== *//**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */html {
  line-height: 1.15;
 /* 1 */
  -ms-text-size-adjust: 100%;
 /* 2 */
  -webkit-text-size-adjust: 100%;
 /* 2 */;
}/* Sections
   ========================================================================== *//**
 * Remove the margin in all browsers (opinionated).
 */body {
  margin: 0;
}/**
 * Add the correct display in IE 9-.
 */article,aside,footer,header,nav,section {
  display: block;
}/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */h1 {
  font-size: 2em;
  margin: 0.67em 0;
}/* Grouping content
   ========================================================================== *//**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */figcaption,figure,main {
 /* 1 */
  display: block;
}/**
 * Add the correct margin in IE 8.
 */figure {
  margin: 1em 40px;
}/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
 /* 1 */
  height: 0;
 /* 1 */
  overflow: visible;
 /* 2 */;
}/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */pre {
  font-family: monospace, monospace;
 /* 1 */
  font-size: 1em;
 /* 2 */;
}/* Text-level semantics
   ========================================================================== *//**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */a {
  background-color: transparent;
 /* 1 */
  -webkit-text-decoration-skip: objects;
 /* 2 */;
}/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */abbr[title] {
  border-bottom: none;
 /* 1 */
  text-decoration: underline;
 /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
 /* 2 */;
}/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */b,strong {
  font-weight: inherit;
}/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */b,strong {
  font-weight: bolder;
}/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */code,kbd,samp {
  font-family: monospace, monospace;
 /* 1 */
  font-size: 1em;
 /* 2 */;
}/**
 * Add the correct font style in Android 4.3-.
 */dfn {
  font-style: italic;
}/**
 * Add the correct background and color in IE 9-.
 */mark {
  background-color: #ff0;
  color: #000;
}/**
 * Add the correct font size in all browsers.
 */small {
  font-size: 80%;
}/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */sub,sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}/* Embedded content
   ========================================================================== *//**
 * Add the correct display in IE 9-.
 */audio,video {
  display: inline-block;
}/**
 * Add the correct display in iOS 4-7.
 */audio:not([controls]) {
  display: none;
  height: 0;
}/**
 * Remove the border on images inside links in IE 10-.
 */img {
  border-style: none;
}/**
 * Hide the overflow in IE.
 */svg:not(:root) {
  overflow: hidden;
}/* Forms
   ========================================================================== *//**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */button,input,optgroup,select,textarea {
  font-family: sans-serif;
 /* 1 */
  font-size: 100%;
 /* 1 */
  line-height: 1.15;
 /* 1 */
  margin: 0;
 /* 2 */;
}/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */button,input {
 /* 1 */
  overflow: visible;
}/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */button,select {
 /* 1 */
  text-transform: none;
}/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */button,html [type="button"],[type="reset"],[type="submit"] {
  -webkit-appearance: button;
 /* 2 */;
}/**
 * Remove the inner border and padding in Firefox.
 */button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}/**
 * Restore the focus styles unset by the previous rule.
 */button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}/**
 * Correct the padding in Firefox.
 */fieldset {
  padding: 0.35em 0.75em 0.625em;
}/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
 /* 1 */
  color: inherit;
 /* 2 */
  display: table;
 /* 1 */
  max-width: 100%;
 /* 1 */
  padding: 0;
 /* 3 */
  white-space: normal;
 /* 1 */;
}/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */progress {
  display: inline-block;
 /* 1 */
  vertical-align: baseline;
 /* 2 */;
}/**
 * Remove the default vertical scrollbar in IE.
 */textarea {
  overflow: auto;
}/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */[type="checkbox"],[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
 /* 1 */
  padding: 0;
 /* 2 */;
}/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button {
  height: auto;
}/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */[type="search"] {
  -webkit-appearance: textfield;
 /* 1 */
  outline-offset: -2px;
 /* 2 */;
}/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */::-webkit-file-upload-button {
  -webkit-appearance: button;
 /* 1 */
  font: inherit;
 /* 2 */;
}/* Interactive
   ========================================================================== *//*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */details,menu {
  display: block;
}/*
 * Add the correct display in all browsers.
 */summary {
  display: list-item;
}/* Scripting
   ========================================================================== *//**
 * Add the correct display in IE 9-.
 */canvas {
  display: inline-block;
}/**
 * Add the correct display in IE.
 */template {
  display: none;
}/* Hidden
   ========================================================================== *//**
 * Add the correct display in IE 10-.
 */[hidden] {
  display: none;
}/* Slider */.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}/*!
 * fullPage 2.9.6
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */html.fp-enabled,.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
 /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: transparent;
}

.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
 /* Safari<=5 Android<=3 */ /* <=28 */
  box-sizing: border-box;
}

.fp-slide {
  float: left;
}

.fp-slide,.fp-slidesContainer {
  height: 100%;
  display: block;
}

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
 /* Safari<=6 Android<=4.3 */
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.fp-section.fp-table,.fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.fp-slidesContainer {
  float: left;
  position: relative;
}

.fp-controlArrow {
  -webkit-user-select: none;
 /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
 /* mozilla browsers */
  -khtml-user-select: none;
 /* webkit (konqueror) browsers */
  -ms-user-select: none;
 /* IE10+ */
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}

.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}

.fp-scrollable {
  overflow: hidden;
  position: relative;
}

.fp-scroller {
  overflow: hidden;
}

.iScrollIndicator {
  border: 0 !important;
}

.fp-notransition {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
}

#fp-nav.right {
  right: 17px;
}

#fp-nav.left {
  left: 17px;
}

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0 !important;
  right: 0;
  margin: 0 auto !important;
}

.fp-slidesNav.bottom {
  bottom: 17px;
}

.fp-slidesNav.top {
  top: 17px;
}

#fp-nav ul,.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}

#fp-nav ul li,.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}

.fp-slidesNav ul li {
  display: inline-block;
}

#fp-nav ul li a,.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}

#fp-nav ul li a.active span,.fp-slidesNav ul li a.active span,#fp-nav ul li:hover a.active span,.fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%;
}

#fp-nav ul li a span,.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

#fp-nav ul li:hover a span,.fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0px 0px -5px;
}

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer;
}

#fp-nav ul li:hover .fp-tooltip,#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}

#fp-nav ul li .fp-tooltip.right {
  right: 20px;
}

#fp-nav ul li .fp-tooltip.left {
  left: 20px;
}

.fp-auto-height.fp-section,.fp-auto-height .fp-slide,.fp-auto-height .fp-tableCell {
  height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.fp-section,.fp-responsive .fp-auto-height-responsive .fp-slide,.fp-responsive .fp-auto-height-responsive .fp-tableCell {
  height: auto !important;
}

*,*:before,*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,body {
  height: 100%;
  font-size: 16px;
}

body {
  line-height: 1.5;
}

address {
  font-style: normal;
}

img {
  display: inline-block;
  vertical-align: top;
  width: auto;
  max-width: 100%;
  height: auto;
  border: 0;
}

label {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

textarea {
  resize: vertical;
}

::-webkit-input-placeholder {
  text-overflow: ellipsis;
}

:-moz-placeholder {
  text-overflow: ellipsis;
}

::-moz-placeholder {
  text-overflow: ellipsis;
}

:-ms-input-placeholder {
  text-overflow: ellipsis;
}

:focus::-webkit-input-placeholder {
  color: transparent;
}

:focus::-moz-placeholder {
  color: transparent;
}

:focus:-moz-placeholder {
  color: transparent;
}

:focus:-ms-input-placeholder {
  color: transparent;
}

._fix::before,._fix::after {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  visibility: hidden;
  clear: both;
}

._hide,._none,[hidden] {
  display: none !important;
  visibility: hidden !important;
}

._align-l {
  text-align: left;
}

._align-c {
  text-align: center;
}

._align-r {
  text-align: right;
}

._align-j {
  text-align: justify;
}

._bold {
  font-weight: bold;
}

._upp {
  text-transform: uppercase;
}

._noselect {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

span.mm_value {
  color: inherit;
  font-size: inherit;
}

.mm_table {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed;
}

.mm_table__cell {
  display: table-cell;
  vertical-align: initial;
}

.mm_table__cell._top {
  vertical-align: top;
}

.mm_table__cell._middle {
  vertical-align: middle;
}

.mm_table__cell._bottom {
  vertical-align: bottom;
}

.video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video iframe,.video object,.video embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

p {
  margin: 0;
}

.i {
  display: inline-block;
  vertical-align: initial;
}

.i._arrow {
  stroke: #1b303d;
}

.i._arrow-up,.i._arrow-down {
  width: 8px;
  height: 36px;
}

.i._arrow-left,.i._arrow-right {
  width: 36px;
  height: 8px;
}

.i._vk {
  width: 20px;
  height: 16px;
  fill: #1b303d;
  -webkit-transition: all 0.2s cubic-bezier(0.595, 0.195, 0, 0.815);
  -o-transition: all 0.2s cubic-bezier(0.595, 0.195, 0, 0.815);
  transition: all 0.2s cubic-bezier(0.595, 0.195, 0, 0.815);
}

.i._fb {
  width: 14px;
  height: 14px;
  fill: #1b303d;
  -webkit-transition: all 0.2s cubic-bezier(0.595, 0.195, 0, 0.815);
  -o-transition: all 0.2s cubic-bezier(0.595, 0.195, 0, 0.815);
  transition: all 0.2s cubic-bezier(0.595, 0.195, 0, 0.815);
}

.i._inst {
  width: 16px;
  height: 16px;
  fill: #1b303d;
  -webkit-transition: all 0.2s cubic-bezier(0.595, 0.195, 0, 0.815);
  -o-transition: all 0.2s cubic-bezier(0.595, 0.195, 0, 0.815);
  transition: all 0.2s cubic-bezier(0.595, 0.195, 0, 0.815);
}

.mm_website-wrapper {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s cubic-bezier(0.595, 0.195, 0, 0.815);
  -o-transition: all 0.2s cubic-bezier(0.595, 0.195, 0, 0.815);
  transition: all 0.2s cubic-bezier(0.595, 0.195, 0, 0.815);
}

.mm_website-wrapper._invisible {
  opacity: 0;
  visibility: hidden;
}

.mm_website-wrapper._popup-shown .mm_workarea,.mm_website-wrapper._popup-shown .mm_website-header {
  width: 45vw;
}

.mm_website-wrapper._popup-shown .mm_workarea::before {
  width: 55px;
}

.mm_website-wrapper._popup-shown .mm_workarea::after {
  width: 215px;
}

.mm_website-wrapper._popup-shown .mm_website-header {
  left: 0;
  max-width: 100%;
  padding-left: 115px;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.mm_website-wrapper._popup-shown .mm_website-header__item._logotype {
  display: none;
}

.mm_website-wrapper._popup-shown .mm_website-header__item._date {
  text-align: left;
  padding-left: 115px;
}

.mm_website-wrapper._popup-shown .mm_website-header__item._options {
  width: 135px;
  text-align: left;
}

.mm_website-wrapper._popup-shown .mm_navigation,.mm_website-wrapper._popup-shown .mm_navigation-control,.mm_website-wrapper._popup-shown .mm_website-footer,.mm_website-wrapper._popup-shown .mm_section__more {
  opacity: 0;
  visibility: hidden;
}

.mm_website-wrapper._popup-shown .mm_popup {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.mm_website-wrapper._popup-shown .mm_section-background__item._1 {
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100vw;
  height: 100vw;
}

.mm_website-wrapper._popup-shown .mm_section-background__item._1 .mm_section-background__image img {
  height: 100%;
}

.mm_website-wrapper._popup-shown .mm_section-background__item._4 {
  width: 170vw;
  height: 170vw;
  opacity: 1;
  -webkit-transition: all 0.7s cubic-bezier(0.595, 0.195, 0, 0.815);
  -o-transition: all 0.7s cubic-bezier(0.595, 0.195, 0, 0.815);
  transition: all 0.7s cubic-bezier(0.595, 0.195, 0, 0.815);
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.mm_website-wrapper._popup-shown .mm_artist-links {
  padding-left: 115px;
}

.mm_website-wrapper._popup-shown .mm_artist-links__item {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.mm_website-wrapper._popup-shown .mm_artist-links__item:first-of-type {
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s;
}

.mm_website-wrapper._popup-shown .mm_artist-links__item:nth-of-type(2) {
  -webkit-transition-delay: .4s;
  -o-transition-delay: .4s;
  transition-delay: .4s;
}

.mm_website-wrapper._popup-shown .mm_artist-links__item:nth-of-type(3) {
  -webkit-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s;
}

.mm_website-wrapper._popup-shown .mm_slider-controls {
  right: calc(100% - 275px);
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.mm_website-wrapper._popup-shown .mm_section__heading {
  pointer-events: none;
  overflow: visible;
}

.mm_website-wrapper._popup-shown .mm_section__heading span {
  display: block;
  -webkit-animation: none;
  animation: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.mm_workarea {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: all .5s ease-in-out .5s;
  -o-transition: all .5s ease-in-out .5s;
  transition: all .5s ease-in-out .5s;
}

.mm_workarea::before,.mm_workarea::after {
  content: '';
  position: absolute;
  top: 50%;
  display: block;
  width: 0;
  height: 2px;
  background: white;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}

.mm_workarea::before {
  left: 0;
  width: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.595, 0.195, 0, 0.815);
  -o-transition: all 0.5s cubic-bezier(0.595, 0.195, 0, 0.815);
  transition: all 0.5s cubic-bezier(0.595, 0.195, 0, 0.815);
  -webkit-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s;
}

.mm_workarea::after {
  right: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.595, 0.195, 0, 0.815);
  -o-transition: all 0.6s cubic-bezier(0.595, 0.195, 0, 0.815);
  transition: all 0.6s cubic-bezier(0.595, 0.195, 0, 0.815);
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s;
}

.mm_container {
  margin-left: auto;
  margin-right: auto;
  max-width: 92vw;
}

.mm_dash {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 2px;
  margin-left: 20px;
  margin-right: 20px;
  background: #1b303d;
}/* animation */.anim-at_bottom {
 /* contacts */;
}

.anim-at_bottom .mm_about__dates {
  -webkit-transform: translateX(-50%) translateY(100%);
  -ms-transform: translateX(-50%) translateY(100%);
  transform: translateX(-50%) translateY(100%);
  opacity: 0;
}

.anim-at_bottom .mm_about__logotype {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
}

.anim-at_bottom .mm_about__ahmad {
  -webkit-transform: translateX(-50%) translateY(100%);
  -ms-transform: translateX(-50%) translateY(100%);
  transform: translateX(-50%) translateY(100%);
  opacity: 0;
}

.anim-at_bottom .mm_about__rhombus {
  -webkit-transform: translateX(-50%) translateY(100vh);
  -ms-transform: translateX(-50%) translateY(100vh);
  transform: translateX(-50%) translateY(100vh);
}

.anim-at_bottom .mm_about__rhombus-solid {
  -webkit-transform: translateX(-50%) translateY(100%);
  -ms-transform: translateX(-50%) translateY(100%);
  transform: translateX(-50%) translateY(100%);
}

.anim-at_bottom .mm_about__rhombus-lined {
  -webkit-transform: translateX(-50%) translateY(100vh);
  -ms-transform: translateX(-50%) translateY(100vh);
  transform: translateX(-50%) translateY(100vh);
}

.anim-at_bottom .mm_about__rose {
  -webkit-transform: translateX(-50%) translateY(200%);
  -ms-transform: translateX(-50%) translateY(200%);
  transform: translateX(-50%) translateY(200%);
}

.anim-at_bottom .mm_about__location {
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}

.anim-at_bottom .mm_contacts {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.anim-at_bottom .mm_contacts__rhombus {
  -webkit-transform: translateY(120%);
  -ms-transform: translateY(120%);
  transform: translateY(120%);
}

.anim-at_bottom .mm_contacts__rhombus-solid {
  -webkit-transform: translateY(100vh);
  -ms-transform: translateY(100vh);
  transform: translateY(100vh);
}

.anim-at_bottom .mm_contacts__rhombus-lined {
  -webkit-transform: translateY(120%);
  -ms-transform: translateY(120%);
  transform: translateY(120%);
}

.anim-at_bottom .mm_contacts__helmet {
  -webkit-transform: translateY(100vh);
  -ms-transform: translateY(100vh);
  transform: translateY(100vh);
}

.anim-at_top .mm_section-background__item._1 {
  -webkit-transform: translateX(-50%) translateY(-100%) scaleX(0.6) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-100%) scaleX(0.6) rotate(45deg);
  transform: translateX(-50%) translateY(-100%) scaleX(0.6) rotate(45deg);
}

.anim-at_top .mm_section-background__item._2 {
  -webkit-transform: translateX(-50%) translateY(-100%) scaleX(0.6) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-100%) scaleX(0.6) rotate(45deg);
  transform: translateX(-50%) translateY(-100%) scaleX(0.6) rotate(45deg);
}

.anim-at_top .mm_section-background__item._3 {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.anim-at_top .mm_about__dates {
  -webkit-transform: translateX(-50%) translateY(-100%);
  -ms-transform: translateX(-50%) translateY(-100%);
  transform: translateX(-50%) translateY(-100%);
  opacity: 0;
}

.anim-at_top .mm_about__logotype {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0;
}

.anim-at_top .mm_about__ahmad {
  -webkit-transform: translateX(-50%) translateY(-100%);
  -ms-transform: translateX(-50%) translateY(-100%);
  transform: translateX(-50%) translateY(-100%);
  opacity: 0;
}

.anim-at_top .mm_about__rhombus {
  -webkit-transform: translateX(-50%) translateY(-100vh);
  -ms-transform: translateX(-50%) translateY(-100vh);
  transform: translateX(-50%) translateY(-100vh);
}

.anim-at_top .mm_about__rhombus-solid {
  -webkit-transform: translateX(-50%) translateY(-100%);
  -ms-transform: translateX(-50%) translateY(-100%);
  transform: translateX(-50%) translateY(-100%);
}

.anim-at_top .mm_about__rhombus-lined {
  -webkit-transform: translateX(-50%) translateY(-100vh);
  -ms-transform: translateX(-50%) translateY(-100vh);
  transform: translateX(-50%) translateY(-100vh);
  opacity: 0;
}

.anim-at_top .mm_about__rose {
  -webkit-transform: translateX(-50%) translateY(-200%);
  -ms-transform: translateX(-50%) translateY(-200%);
  transform: translateX(-50%) translateY(-200%);
  opacity: 0;
}

.anim-at_top .mm_about__location {
  -webkit-transform: translateY(-150%);
  -ms-transform: translateY(-150%);
  transform: translateY(-150%);
}

.anim-at_top .mm_contacts {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.fp-completely .mm_about__rhombus {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.fp-completely .mm_about__rhombus-solid {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.fp-completely .mm_about__rhombus-lined {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

body:not(.fp-viewing-artist) .mm_logotype {
  -webkit-transform: translateY(-150%);
  -ms-transform: translateY(-150%);
  transform: translateY(-150%);
}

body:not(.fp-viewing-artist) .mm_section__date {
  -webkit-transform: translateY(-300%);
  -ms-transform: translateY(-300%);
  transform: translateY(-300%);
}

.fp-viewing-artist .mm_section-background__item._1 {
  -webkit-transform: translateX(-50%) translateY(-50%) scaleX(0.6) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) scaleX(0.6) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) scaleX(0.6) rotate(45deg);
}

.fp-viewing-artist .mm_section-background__item._2 {
  -webkit-transform: translateX(-50%) translateY(-50%) scaleX(0.6) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) scaleX(0.6) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) scaleX(0.6) rotate(45deg);
}

.fp-viewing-artist .mm_section-background__item._3 {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.fp-viewing-artist .mm_slider-controls {
  opacity: 1;
  visibility: visible;
}

.fp-viewing-artist .mm_navigation-arrows__item._about-down {
  opacity: 1;
  visibility: visible;
}

.fp-viewing-about .mm_website-header {
  z-index: 1;
}

.fp-viewing-about .mm_about__dates {
  -webkit-transform: translateX(-50%) translateY(0);
  -ms-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
  opacity: 1;
}

.fp-viewing-about .mm_about__logotype {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.fp-viewing-about .mm_about__ahmad {
  -webkit-transform: translateX(-50%) translateY(0);
  -ms-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
  opacity: 1;
}

.fp-viewing-about .mm_about__rhombus {
  -webkit-transform: translateX(-50%) translateY(0);
  -ms-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
}

.fp-viewing-about .mm_about__rhombus-solid {
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.fp-viewing-about .mm_about__rhombus-lined {
  -webkit-transform: translateX(-50%) translateY(0);
  -ms-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
  opacity: 1;
}

.fp-viewing-about .mm_about__rose {
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  opacity: 1;
}

.fp-viewing-about .mm_about__location {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.fp-viewing-about .mm_about__location-marker::after {
  height: 120px;
}

.fp-viewing-about .mm_about__shadow {
  opacity: .4;
  -webkit-transition-delay: .7s;
  -o-transition-delay: .7s;
  transition-delay: .7s;
}

.fp-viewing-about .mm_navigation-arrows__item._artist,.fp-viewing-about .mm_navigation-arrows__item._contacts {
  opacity: 1;
  visibility: visible;
}

.fp-viewing-contacts {
 /* .mm_logotype {
            transform: translateY(-150%);
        }
        .mm_website-header {
            z-index: 0;
        }
        .mm_section__date {
            transform: translateY(-300%);
        }*/;
}

.fp-viewing-contacts .mm_website-footer {
  opacity: 0;
}

.fp-viewing-contacts .mm_contacts {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.fp-viewing-contacts .mm_contacts__rhombus-lined {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.fp-viewing-contacts .mm_contacts__rhombus-solid {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}

.fp-viewing-contacts .mm_contacts__rhombus {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}

.fp-viewing-contacts .mm_contacts__helmet {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.fp-viewing-contacts .mm_contacts__helmet-shadow {
  opacity: 1;
  -webkit-transition: opacity .2s ease-in-out .65s;
  -o-transition: opacity .2s ease-in-out .65s;
  transition: opacity .2s ease-in-out .65s;
}

.fp-viewing-contacts .mm_navigation-arrows__item._about-up {
  opacity: 1;
  visibility: visible;
}

.block-animation * {
  opacity: 0 !important;
  visibility: hidden !important;
  -webkit-transition: all 0s 0s !important;
  -o-transition: all 0s 0s !important;
  transition: all 0s 0s !important;
}

.mm_artist-links {
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  padding-left: 115px;
  font-size: 0;
}

.mm_artist-links__item {
  display: inline-block;
  vertical-align: middle;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(250%);
  -ms-transform: translateX(250%);
  transform: translateX(250%);
  -webkit-transition: all 0.4s cubic-bezier(0.595, 0.195, 0, 0.815);
  -o-transition: all 0.4s cubic-bezier(0.595, 0.195, 0, 0.815);
  transition: all 0.4s cubic-bezier(0.595, 0.195, 0, 0.815);
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.mm_artist-links__item:not(:last-of-type) {
  margin-right: 40px;
}

.mm_artist-links__link {
  display: block;
  height: auto;
  text-decoration: none;
}

.mm_audio-track {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.mm_burger {
  position: absolute;
  top: 50%;
  left: 85px;
  display: block;
  width: 46px;
  height: 35px;
  padding-left: 9px;
  padding-right: 9px;
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  outline: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mm_burger__bar {
  position: relative;
  display: block;
  width: 100%;
  height: 2px;
  background: #1b303d;
  -webkit-transition: background .1s linear .2s;
  -o-transition: background .1s linear .2s;
  transition: background .1s linear .2s;
}

.mm_burger__bar::before,.mm_burger__bar::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  display: block;
  background: #1b303d;
  -webkit-transition: all 0.2s cubic-bezier(0.595, 0.195, 0, 0.815);
  -o-transition: all 0.2s cubic-bezier(0.595, 0.195, 0, 0.815);
  transition: all 0.2s cubic-bezier(0.595, 0.195, 0, 0.815);
}

.mm_burger__bar::before {
  top: -5px;
  -webkit-transition: top .2s linear .3s, -webkit-transform .3s linear 0s;
  transition: top .2s linear .3s, -webkit-transform .3s linear 0s;
  -o-transition: top .2s linear .3s, transform .3s linear 0s;
  transition: top .2s linear .3s, transform .3s linear 0s;
  transition: top .2s linear .3s, transform .3s linear 0s, -webkit-transform .3s linear 0s;
}

.mm_burger__bar::after {
  bottom: -5px;
  -webkit-transition: bottom .2s linear .3s, -webkit-transform .3s linear 0s;
  transition: bottom .2s linear .3s, -webkit-transform .3s linear 0s;
  -o-transition: bottom .2s linear .3s, transform .3s linear 0s;
  transition: bottom .2s linear .3s, transform .3s linear 0s;
  transition: bottom .2s linear .3s, transform .3s linear 0s, -webkit-transform .3s linear 0s;
}

.mm_burger:hover .mm_burger__bar::before {
  top: -9px;
}

.mm_burger:hover .mm_burger__bar::after {
  bottom: -9px;
}

.mm_burger._active .mm_burger__bar {
  background: transparent;
}

.mm_burger._active .mm_burger__bar::before {
  top: 0;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transition: top .3s linear, -webkit-transform .2s linear .3s;
  transition: top .3s linear, -webkit-transform .2s linear .3s;
  -o-transition: top .3s linear, transform .2s linear .3s;
  transition: top .3s linear, transform .2s linear .3s;
  transition: top .3s linear, transform .2s linear .3s, -webkit-transform .2s linear .3s;
}

.mm_burger._active .mm_burger__bar::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: bottom .3s linear, -webkit-transform .2s linear .34s;
  transition: bottom .3s linear, -webkit-transform .2s linear .34s;
  -o-transition: bottom .3s linear, transform .2s linear .34s;
  transition: bottom .3s linear, transform .2s linear .34s;
  transition: bottom .3s linear, transform .2s linear .34s, -webkit-transform .2s linear .34s;
}

.mm_button {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 217px;
  height: 70px;
  padding: 0;
  color: #1b303d;
  font-family: "pfdintextcondpro-m", Arial;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  background: white;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
  -webkit-transition: all 0.15s cubic-bezier(0.595, 0.195, 0, 0.815);
  -o-transition: all 0.15s cubic-bezier(0.595, 0.195, 0, 0.815);
  transition: all 0.15s cubic-bezier(0.595, 0.195, 0, 0.815);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 1;
}

.mm_button__text {
  display: block;
  width: 100%;
  -webkit-transition: all 0.1s cubic-bezier(0.595, 0.195, 0, 0.815);
  -o-transition: all 0.1s cubic-bezier(0.595, 0.195, 0, 0.815);
  transition: all 0.1s cubic-bezier(0.595, 0.195, 0, 0.815);
}

.mm_button__text._theme {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.mm_button__text._white {
  color: white;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.mm_button:hover {
  background: #4aa969;
}

.mm_button:hover .mm_button__text._theme {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.mm_button:hover .mm_button__text._white {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.mm_button .mm_value {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: 14px;
  line-height: 1;
  overflow: hidden;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  will-change: transform;
}

.mm_website-footer {
  position: fixed;
  left: 50%;
  bottom: 50px;
  width: auto;
  text-align: center;
  z-index: 1;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.1s cubic-bezier(0.595, 0.195, 0, 0.815);
  -o-transition: all 0.1s cubic-bezier(0.595, 0.195, 0, 0.815);
  transition: all 0.1s cubic-bezier(0.595, 0.195, 0, 0.815);
}

.mm_website-header {
  position: fixed;
  top: 0;
  left: 50%;
  display: table;
  width: 100%;
  height: 150px;
  table-layout: fixed;
  max-width: 92vw;
  padding-left: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all .5s ease-in-out .5s;
  -o-transition: all .5s ease-in-out .5s;
  transition: all .5s ease-in-out .5s;
  z-index: 3;
}

.mm_website-header__item {
  display: table-cell;
  vertical-align: middle;
  -webkit-transition: all 0.5s cubic-bezier(0.595, 0.195, 0, 0.815);
  -o-transition: all 0.5s cubic-bezier(0.595, 0.195, 0, 0.815);
  transition: all 0.5s cubic-bezier(0.595, 0.195, 0, 0.815);
}

.mm_website-header__item._logotype {
  position: relative;
  width: 255px;
  z-index: 1;
}

.mm_website-header__item._date {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mm_website-header__item._options {
  width: 95px;
  text-align: right;
}

span[class^='icon-'] {
  display: inline-block;
  vertical-align: initial;
}

.icon-sound-on {
  background-image: url(../img/png_sprite.png);
  background-position: -76px -16px;
  width: 30px;
  height: 10px;
}

.icon-sound-off {
  background-image: url(../img/png_sprite.png);
  background-position: -76px -73px;
  width: 32px;
  height: 2px;
}

.icon-vk {
  background-image: url(../img/png_sprite.png);
  background-position: -76px -62px;
  width: 19px;
  height: 11px;
}

.icon-fb {
  background-image: url(../img/png_sprite.png);
  background-position: -32px -76px;
  width: 14px;
  height: 14px;
}

.icon-inst {
  background-image: url(../img/png_sprite.png);
  background-position: -92px -26px;
  width: 16px;
  height: 16px;
}

.icon-plus-white {
  background-image: url(../img/png_sprite.png);
  background-position: 0px -76px;
  width: 16px;
  height: 16px;
}

.icon-plus-theme {
  background-image: url(../img/png_sprite.png);
  background-position: -92px -42px;
  width: 16px;
  height: 16px;
}

.icon-more-white {
  width: 38px;
  height: 76px;
}

.icon-more-green {
  width: 38px;
  height: 76px;
}

.icon-arrow-up {
  background-image: url(../img/png_sprite.png);
  background-position: -76px -26px;
  width: 8px;
  height: 36px;
}

.icon-arrow-down {
  background-image: url(../img/png_sprite.png);
  background-position: -84px -26px;
  width: 8px;
  height: 36px;
}

.icon-arrow-left {
  background-image: url(../img/png_sprite.png);
  background-position: -76px -8px;
  width: 43px;
  height: 8px;
}

.icon-arrow-right {
  background-image: url(../img/png_sprite.png);
  background-position: -76px 0px;
  width: 43px;
  height: 8px;
}

.icon-close {
  width: 16px;
  height: 16px;
}

.icon-vk1 {
  max-width: 61px;
  max-height: 61px;
}

.icon-mtv {
  max-width: 77px;
  max-height: 55px;
}

.icon-maximum {
  max-width: 97px;
  max-height: 95px;
  margin-top: -15px;
}

.icon-dosug {
  max-width: 114px;
  max-height: 57px;
  margin-top: 9px;
}

.icon-stay_hungry {
  max-width: 83px;
  max-height: 74px;
  margin-left: 10px;
}

.icon-muzeon {
  max-width: 61px;
  max-height: 78px;
  margin-left: 10px;
}

.icon-popFarm {
  width: 100%;
  height: 100%;
  max-width: 70px;
  max-height: 64px;
}

.icon-ep {
  width: 100%;
  height: 100%;
  max-width: 124px;
  max-height: 48px;
}

.icon-wonder {
  width: 127px;
  max-width: 127px;
  max-height: 51px;
  margin-top: 4px;
}

.icon-village {
  width: 105px;
  max-width: 105px;
  max-height: 52px;
  margin-top: 3px;
}

._plus {
  width: 20px;
  height: 100%;
}

._plus-white {
  width: 14px;
  height: 100%;
  fill: white;
}

._rombus {
  fill: #4ca769;
  height: 100%;
  width: 38px;
  position: absolute;
  z-index: -1;
  left: 0;
}

._close {
  width: 16px;
  height: 100%;
}

.mm_logotype {
  width: 100%;
  max-width: 255px;
  -webkit-transition: all 0.2s cubic-bezier(0.595, 0.195, 0, 0.815);
  -o-transition: all 0.2s cubic-bezier(0.595, 0.195, 0, 0.815);
  transition: all 0.2s cubic-bezier(0.595, 0.195, 0, 0.815);
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s;
}

.mm_logotype__link {
  display: table;
  width: 100%;
  height: 92px;
  table-layout: fixed;
}

.mm_logotype-helmet,.mm_logotype-label {
  display: table-cell;
  vertical-align: middle;
}

.mm_logotype-helmet {
  width: 119px;
}

.mm_logotype-helmet img {
  max-width: 68px;
}

.mm_logotype-label {
  width: auto;
}

.mm_logotype-label img {
  max-width: 137px;
}

.mm_more-button {
  position: relative;
  display: block;
  width: 38px;
  height: 76px;
  padding: 0;
  color: #1b303d;
  font-family: "pfdintextcondpro-m", Arial;
  font-size: 20px;
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  outline: 0;
}

.mm_more-button:hover .icon-more-white {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.mm_more-button:hover .icon-more-green {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.mm_more-button .icon-more-white {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.mm_more-button .icon-more-green {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.mm_more-button span[class^='icon-'] {
  position: absolute;
  top: 0;
  left: 0;
  vertical-align: middle;
  -webkit-transition: all 0.25s cubic-bezier(0.595, 0.195, 0, 0.815);
  -o-transition: all 0.25s cubic-bezier(0.595, 0.195, 0, 0.815);
  transition: all 0.25s cubic-bezier(0.595, 0.195, 0, 0.815);
}

.mm_navigation {
  position: fixed;
  top: 15px;
  left: 15px;
  width: 160px;
  height: calc(100% - 30px);
  z-index: 1;
  -webkit-transition: width .4s ease-in-out .6s;
  -o-transition: width .4s ease-in-out .6s;
  transition: width .4s ease-in-out .6s;
  overflow: hidden;
 /*&-arrows {
      width: 150px;
        &__item {
          margin-left: 14px;
        }
    }*/;
}

.mm_navigation._expanded {
  width: 65vw;
  overflow: visible;
}

.mm_navigation._expanded .mm_navigation__nav {
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  z-index: 2;
}

.mm_navigation._expanded .mm_navigation__item {
  opacity: 1;
  -webkit-transition-delay: 1.1s;
  -o-transition-delay: 1.1s;
  transition-delay: 1.1s;
}

.mm_navigation._expanded .mm_navigation__link {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.mm_navigation-control {
  position: fixed;
  top: 50%;
  left: 0;
  width: 160px;
  height: 35px;
  z-index: 3;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mm_navigation__nav {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed;
  width: 180px;
  min-width: 180px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  background: white;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all 0.5s cubic-bezier(0.595, 0.195, 0, 0.815);
  -o-transition: all 0.5s cubic-bezier(0.595, 0.195, 0, 0.815);
  transition: all 0.5s cubic-bezier(0.595, 0.195, 0, 0.815);
  -webkit-transition-delay: 1.1s;
  -o-transition-delay: 1.1s;
  transition-delay: 1.1s;
}

.mm_navigation__nav-inside {
  display: table-cell;
  vertical-align: middle;
  padding-left: 190px;
}

.mm_navigation__item {
  width: 100%;
  height: 98px;
  color: #1b303d;
  font-family: "avenirnextcyr-bold", sans-serif;
  font-size: 68px;
  line-height: 98px;
  letter-spacing: 3px;
  text-transform: uppercase;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s cubic-bezier(0.595, 0.195, 0, 0.815);
  -o-transition: all 0.3s cubic-bezier(0.595, 0.195, 0, 0.815);
  transition: all 0.3s cubic-bezier(0.595, 0.195, 0, 0.815);
  -webkit-transition-delay: .1s;
  -o-transition-delay: .1s;
  transition-delay: .1s;
}

.mm_navigation__link {
  display: inline-block;
  vertical-align: top;
  color: inherit;
  font-size: inherit;
  text-decoration: none;
  overflow: hidden;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform .3s ease-in-out 1.2s;
  transition: -webkit-transform .3s ease-in-out 1.2s;
  -o-transition: transform .3s ease-in-out 1.2s;
  transition: transform .3s ease-in-out 1.2s;
  transition: transform .3s ease-in-out 1.2s, -webkit-transform .3s ease-in-out 1.2s;
}

.mm_navigation__link._active {
  color: #4aa969;
}

.mm_navigation__link span {
  display: block;
  -webkit-transition: -webkit-transform .5s ease-in-out;
  transition: -webkit-transform .5s ease-in-out;
  -o-transition: transform .5s ease-in-out;
  transition: transform .5s ease-in-out;
  transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
}

.mm_navigation__link span:first-of-type {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.mm_navigation__link span:last-of-type {
  color: #4aa969;
  -webkit-transform: translateY(98px);
  -ms-transform: translateY(98px);
  transform: translateY(98px);
}

.mm_navigation__link:hover {
  text-decoration: none;
}

.mm_navigation__link:hover span:first-of-type {
  -webkit-transform: translateY(-98px);
  -ms-transform: translateY(-98px);
  transform: translateY(-98px);
}

.mm_navigation__link:hover span:last-of-type {
  -webkit-transform: translateY(-98px);
  -ms-transform: translateY(-98px);
  transform: translateY(-98px);
}

.mm_navigation-arrows {
  position: absolute;
  top: 0;
  left: 0;
  width: 170px;
  height: 100%;
  z-index: 1;
}

.mm_navigation-arrows__item {
  position: absolute;
  left: 50%;
  color: #1b303d;
  font-family: "pfdintextcondpro-m", Arial;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 5px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.1s cubic-bezier(0.595, 0.195, 0, 0.815);
  -o-transition: all 0.1s cubic-bezier(0.595, 0.195, 0, 0.815);
  transition: all 0.1s cubic-bezier(0.595, 0.195, 0, 0.815);
  -webkit-transition-delay: .1s;
  -o-transition-delay: .1s;
  transition-delay: .1s;
}

.mm_navigation-arrows__item._about-down .mm_navigation-arrows__link,.mm_navigation-arrows__item._contacts .mm_navigation-arrows__link {
  padding-left: 55px;
}

.mm_navigation-arrows__item._about-down .mm_navigation-arrows__link .i,.mm_navigation-arrows__item._about-down .mm_navigation-arrows__link span[class^='icon-'],.mm_navigation-arrows__item._contacts .mm_navigation-arrows__link .i,.mm_navigation-arrows__item._contacts .mm_navigation-arrows__link span[class^='icon-'] {
  bottom: 0;
}

.mm_navigation-arrows__item._about-down .mm_navigation-arrows__icon,.mm_navigation-arrows__item._contacts .mm_navigation-arrows__icon {
  left: 0;
}

.mm_navigation-arrows__item._about-down {
  bottom: 120px;
  -webkit-transform: rotate(-90deg) translateY(-77px);
  -ms-transform: rotate(-90deg) translateY(-77px);
  transform: rotate(-90deg) translateY(-77px);
}

.mm_navigation-arrows__item._contacts {
  bottom: 114px;
  -webkit-transform: rotate(-90deg) translateY(-70px);
  -ms-transform: rotate(-90deg) translateY(-70px);
  transform: rotate(-90deg) translateY(-70px);
}

.mm_navigation-arrows__item._about-up .mm_navigation-arrows__link,.mm_navigation-arrows__item._artist .mm_navigation-arrows__link {
  padding-right: 50px;
}

.mm_navigation-arrows__item._about-up .mm_navigation-arrows__link .i,.mm_navigation-arrows__item._about-up .mm_navigation-arrows__link span[class^='icon-'],.mm_navigation-arrows__item._artist .mm_navigation-arrows__link .i,.mm_navigation-arrows__item._artist .mm_navigation-arrows__link span[class^='icon-'] {
  top: 0;
}

.mm_navigation-arrows__item._about-up .mm_navigation-arrows__icon,.mm_navigation-arrows__item._artist .mm_navigation-arrows__icon {
  right: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
 /*top: 0;
                    transform: rotate(0deg);*/;
}

.mm_navigation-arrows__item._about-up {
  top: 121px;
  -webkit-transform: rotate(-90deg) translateY(-72px);
  -ms-transform: rotate(-90deg) translateY(-72px);
  transform: rotate(-90deg) translateY(-72px);
}

.mm_navigation-arrows__item._artist {
  top: 105px;
  -webkit-transform: rotate(-90deg) translateY(-56px);
  -ms-transform: rotate(-90deg) translateY(-56px);
  transform: rotate(-90deg) translateY(-56px);
}

.mm_navigation-arrows__link {
  position: relative;
  display: block;
  height: 18px;
  text-decoration: none;
  color: inherit;
  font-size: inherit;
  text-decoration: none;
}

.mm_navigation-arrows__link:hover {
  text-decoration: none;
}

.mm_navigation-arrows__link:hover .mm_navigation-arrows__icon-inside {
  -webkit-animation: control-arrow .8s;
  animation: control-arrow .8s;
}

.mm_navigation-arrows__link .mm_value {
  display: block;
  height: 18px;
  line-height: 16px;
  white-space: nowrap;
}

.mm_navigation-arrows__icon {
  position: absolute;
  display: block;
  width: 36px;
  height: 18px;
  overflow: hidden;
}

.mm_navigation-arrows__icon-inside {
  display: block;
  width: 36px;
  height: 18px;
  overflow: hidden;
}

.mm_navigation-arrows__icon .i {
  height: 18px;
}

.mm_popup {
  position: fixed;
  top: 0;
  right: 0;
  width: 55vw;
  height: 100%;
  padding: 25px 0 25px 100px;
  background: white;
  overflow: auto;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.5s cubic-bezier(0.595, 0.195, 0, 0.815);
  -o-transition: all 0.5s cubic-bezier(0.595, 0.195, 0, 0.815);
  transition: all 0.5s cubic-bezier(0.595, 0.195, 0, 0.815);
  -webkit-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s;
  z-index: 100;
}

.mm_popup__close {
  position: absolute;
  top: 50%;
  right: 7.5%;
  width: 30px;
  height: 30px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

.mm_popup__button {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  outline: 0;
}

.mm_popup__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 7px solid white;
  -webkit-transition: all 0.5s cubic-bezier(0.595, 0.195, 0, 0.815);
  -o-transition: all 0.5s cubic-bezier(0.595, 0.195, 0, 0.815);
  transition: all 0.5s cubic-bezier(0.595, 0.195, 0, 0.815);
  z-index: 2;
}

.mm_popup__button .i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  will-change: transform;
  -webkit-transition: all 0.2s cubic-bezier(0.595, 0.195, 0, 0.815);
  -o-transition: all 0.2s cubic-bezier(0.595, 0.195, 0, 0.815);
  transition: all 0.2s cubic-bezier(0.595, 0.195, 0, 0.815);
  z-index: 1;
}

.mm_popup__button:hover::before {
  border-width: 1px;
}

.mm_popup__table {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed;
  max-width: 800px;
  margin-left: auto;
}

.mm_popup__td {
  display: table-cell;
  vertical-align: middle;
}

.mm_popup__content {
  max-width: 550px;
}

.mm_popup__content._hidden {
  display: none;
}

.mm_popup p {
  color: #2b2b2b;
  font-family: "avenirnextcyr-regular", sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.mm_popup p:not(:last-of-type) {
  margin-bottom: 35px;
}

.preloader {
  position: relative;
  width: 495px;
  height: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.preloader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: white;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 505;
  -webkit-transition: all .2s ease-in-out .9s;
  -o-transition: all .2s ease-in-out .9s;
  transition: all .2s ease-in-out .9s;
}

.preloader-wrapper._loaded {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.preloader-wrapper._loaded .preloader__line-loading {
  -webkit-transform: translateX(120%);
  -ms-transform: translateX(120%);
  transform: translateX(120%);
}

.preloader-wrapper._loaded .preloader__text .mm_value {
  -webkit-transform: translateY(-120%);
  -ms-transform: translateY(-120%);
  transform: translateY(-120%);
}

.preloader__text {
  position: relative;
  height: 32px;
  color: #4aa969;
  font-family: "pfdintextcondpro-m", Arial;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 5px;
  text-transform: uppercase;
  overflow: hidden;
  z-index: 1;
}

.preloader__text .mm_value {
  display: block;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: .3s transform ease-in-out .3s;
  -o-transition: .3s transform ease-in-out .3s;
  transition: .3s transform ease-in-out .3s;
}

.preloader__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.preloader__image::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 124px;
  height: 170px;
  background: url(../logotype/logotype_helmet.svg) 0 0 no-repeat;
  background-size: cover;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 0;
}

.preloader__line {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 280px;
  height: 2px;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  overflow: hidden;
  z-index: 1;
}

.preloader__line-loading {
  content: '';
  position: absolute;
  display: block;
  height: 100%;
  background: #4aa969;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: .3s transform ease-in-out;
  -o-transition: .3s transform ease-in-out;
  transition: .3s transform ease-in-out;
}

.mm_section {
  position: relative;
  width: 100%;
  height: 100%;
  background: #dbf0fd;
}

.mm_section._white {
  background: white;
}

.mm_section-header {
  position: absolute;
  top: 0;
  left: 50%;
  display: table;
  width: 100%;
  height: 150px;
  table-layout: fixed;
  max-width: 92vw;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}

.mm_section-header__item {
  display: table-cell;
  vertical-align: middle;
}

.mm_section-header__item._logotype {
  width: 255px;
}

.mm_section-header__item._date {
  width: auto;
  text-align: center;
}

.mm_section-header__item._options {
  width: 95px;
  text-align: right;
}

.mm_section-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  z-index: 1;
}

.mm_section-background__item {
  position: absolute;
  height: 100%;
  overflow: hidden;
}

.mm_section-background__item._1 {
  top: 50%;
  left: 50%;
  width: 70vw;
  height: 70vw;
  -webkit-box-shadow: 0 0 150px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 150px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateX(-50%) translateY(-50%) scaleX(0.6) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) scaleX(0.6) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) scaleX(0.6) rotate(45deg);
  -webkit-transition: all 1s cubic-bezier(0.595, 0.195, 0, 0.815);
  -o-transition: all 1s cubic-bezier(0.595, 0.195, 0, 0.815);
  transition: all 1s cubic-bezier(0.595, 0.195, 0, 0.815);
  z-index: 3;
}

.mm_section-background__item._1 .mm_section-background__inside {
  -webkit-transform: rotate(-45deg) scaleX(calc(1 / 0.6));
  -ms-transform: rotate(-45deg) scaleX(calc(1 / 0.6));
  transform: rotate(-45deg) scaleX(calc(1 / 0.6));
  overflow: visible;
}

.mm_section-background__item._1 .mm_section-background__image img {
  -webkit-transition: width .45s linear , height .45s linear, -webkit-transform 0.05s linear;
  transition: width .45s linear , height .45s linear, -webkit-transform 0.05s linear;
  -o-transition: width .45s linear , height .45s linear, transform 0.05s linear;
  transition: width .45s linear , height .45s linear, transform 0.05s linear;
  transition: width .45s linear , height .45s linear, transform 0.05s linear , -webkit-transform 0.05s linear;
  width: auto;
  height: 130%;
}

.mm_section-background__item._2 {
  top: 50%;
  left: 50%;
 /*width: 150.11106998930269877237868293051vh;
              height: 130vh;
              transform: translate(-50%, -50%) rotate(120deg);*/
  width: 90vw;
  height: 90vw;
  -webkit-transform: translateX(-50%) translateY(-50%) scaleX(0.6) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) scaleX(0.6) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) scaleX(0.6) rotate(45deg);
  -webkit-transition: all 0.8s cubic-bezier(0.595, 0.195, 0, 0.815);
  -o-transition: all 0.8s cubic-bezier(0.595, 0.195, 0, 0.815);
  transition: all 0.8s cubic-bezier(0.595, 0.195, 0, 0.815);
  z-index: 2;
}

.mm_section-background__item._2 .mm_section-background__inside {
  -webkit-transform: rotate(-45deg) scaleX(calc(1 / 0.6));
  -ms-transform: rotate(-45deg) scaleX(calc(1 / 0.6));
  transform: rotate(-45deg) scaleX(calc(1 / 0.6));
  overflow: visible;
}

.mm_section-background__item._2 .mm_section-background__image img {
  width: auto;
  height: 115%;
}

.mm_section-background__item._3 {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: visible;
  -webkit-transition: all 0.6s cubic-bezier(0.595, 0.195, 0, 0.815);
  -o-transition: all 0.6s cubic-bezier(0.595, 0.195, 0, 0.815);
  transition: all 0.6s cubic-bezier(0.595, 0.195, 0, 0.815);
}

.mm_section-background__item._3 .mm_section-background__image img {
  width: auto;
  height: 210%;
}

.mm_section-background__item._4 {
  top: 50%;
  left: 50%;
  width: 70vw;
  height: 70vw;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%) scaleX(0.6) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) scaleX(0.6) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) scaleX(0.6) rotate(45deg);
  -webkit-transition: all 0.5s cubic-bezier(0.595, 0.195, 0, 0.815);
  -o-transition: all 0.5s cubic-bezier(0.595, 0.195, 0, 0.815);
  transition: all 0.5s cubic-bezier(0.595, 0.195, 0, 0.815);
  -webkit-transition-delay: .8s;
  -o-transition-delay: .8s;
  transition-delay: .8s;
  z-index: 2;
}

.mm_section-background__item._4 .mm_section-background__inside {
  background: #4aa969;
  -webkit-transform: rotate(-45deg) scaleX(calc(1 / 0.6));
  -ms-transform: rotate(-45deg) scaleX(calc(1 / 0.6));
  transform: rotate(-45deg) scaleX(calc(1 / 0.6));
  overflow: visible;
}

.mm_section-background__inside {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mm_section-background__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  overflow: visible;
}

.mm_section-background__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: none;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transition: -webkit-transform 0.05s linear;
  transition: -webkit-transform 0.05s linear;
  -o-transition: transform 0.05s linear;
  transition: transform 0.05s linear;
  transition: transform 0.05s linear, -webkit-transform 0.05s linear;
  will-change: transform;
}

.mm_section-background__image img._desktop {
  display: inline-block;
}

.mm_section-background__image img._mobile {
  display: none;
}

.mm_section__heading {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  color: #1b303d;
  font-family: "avenirnextcyr-bold", sans-serif;
  font-size: 68px;
  font-weight: 600;
  line-height: 78px;
  letter-spacing: 5px;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: all 0.3s cubic-bezier(0.595, 0.195, 0, 0.815);
  -o-transition: all 0.3s cubic-bezier(0.595, 0.195, 0, 0.815);
  transition: all 0.3s cubic-bezier(0.595, 0.195, 0, 0.815);
  text-transform: uppercase;
}

.mm_section__heading:hover {
  color: #4aa969;
  -webkit-transition: color .3s linear;
  -o-transition: color .3s linear;
  transition: color .3s linear;
}

.mm_section__heading:hover > span {
  -webkit-animation: text-roll 0.3s forwards;
  animation: text-roll 0.3s forwards;
}

.mm_section__heading + .mm_button {
  margin-top: 68px;
}

.mm_section__heading > span {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-animation: text-roll 0.5s forwards;
  animation: text-roll 0.5s forwards;
  display: inline-block;
}

.mm_section__heading > span:nth-child(2) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.mm_section__heading.slide-out > span {
  -webkit-animation: text-roll-out 0.5s forwards;
  animation: text-roll-out 0.5s forwards;
}

.mm_section__heading.slide-out > span:nth-child(2) {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.mm_section__heading._slide-out-hover > span {
  -webkit-animation: text-roll-out 0.3s forwards;
  animation: text-roll-out 0.3s forwards;
}

.mm_section__date {
  color: #1b303d;
  font-family: "pfdintextcondpro-m", Arial;
  font-size: 40px;
  line-height: 32px;
  letter-spacing: 5px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s cubic-bezier(0.595, 0.195, 0, 0.815);
  -o-transition: all 0.3s cubic-bezier(0.595, 0.195, 0, 0.815);
  transition: all 0.3s cubic-bezier(0.595, 0.195, 0, 0.815);
  -webkit-transition-delay: .15s;
  -o-transition-delay: .15s;
  transition-delay: .15s;
}

.mm_section__hours {
  margin-bottom: 44px;
  color: #1b303d;
  font-family: "pfdintextcondpro-m", Arial;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.mm_section__more {
  margin-top: 28px;
  margin-left: -15px;
}

.mm_section__contacts {
  margin-top: 90px;
  font-size: 0;
}

.mm_section__contacts-item {
  display: inline-block;
  vertical-align: top;
  color: #1b303d;
  font-size: 12px;
  text-transform: uppercase;
}

.mm_section__contacts-item:not(:last-of-type) {
  margin-right: 142px;
}

.mm_section__contacts-label {
  margin: 0;
  font-family: "pfdintextcondpro-m", Arial;
  color: inherit;
  font-size: inherit;
  line-height: normal;
  letter-spacing: 2px;
}

.mm_section__contacts-link {
  font-family: "avenirnextcyr-bold", sans-serif;
  color: inherit;
  font-size: inherit;
  text-decoration: none;
  line-height: 26px;
}

.mm_section__contacts-link:hover {
  text-decoration: none;
}

.mm_section .mm_container {
  position: relative;
  padding-left: 115px;
  z-index: 1;
}

.mm_section .mm_social-networks {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}

.mm_section .fp-tableCell {
  padding-top: 100px;
}

.mm_section._no-padding .fp-tableCell {
  padding-top: 0;
}

._mobile mm_section {
  height: auto;
}

._mobile mm_section .mm_container {
  padding-top: 240px;
}

.mm_section_artist .mm_container {
  z-index: 2;
}

.mm_section-background__image img.state-old {
  z-index: 1;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
  -ms-transform: translateX(-50%) translateY(-50%) scale(1);
  transform: translateX(-50%) translateY(-50%) scale(1);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.77, 0, 0.175, 1) !important;
  transition: -webkit-transform 1s cubic-bezier(0.77, 0, 0.175, 1) !important;
  -o-transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1) !important;
  transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1) !important;
  transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 1s cubic-bezier(0.77, 0, 0.175, 1) !important;
}

.mm_section-background__image img.state-new {
  z-index: 2;
  -webkit-transform: translateX(250%) translateY(-50%) scale(4);
  -ms-transform: translateX(250%) translateY(-50%) scale(4);
  transform: translateX(250%) translateY(-50%) scale(4);
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.2s !important;
  transition: -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.2s !important;
  -o-transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.2s !important;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.2s !important;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.2s, -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.2s !important;
}

.mm_section-background__image img.state-new-right {
  z-index: 2;
  -webkit-transform: translateX(-150%) translateY(-50%) scale(4);
  -ms-transform: translateX(-150%) translateY(-50%) scale(4);
  transform: translateX(-150%) translateY(-50%) scale(4);
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.2s !important;
  transition: -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.2s !important;
  -o-transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.2s !important;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.2s !important;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.2s, -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.2s !important;
}

.mm_section-background__image img.state-old.status-move-left {
  -webkit-transform: translateX(-300%) translateY(-50%) scale(0.25);
  -ms-transform: translateX(-300%) translateY(-50%) scale(0.25);
  transform: translateX(-300%) translateY(-50%) scale(0.25);
}

.mm_section-background__image img.state-new.status-move-left {
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
  -ms-transform: translateX(-50%) translateY(-50%) scale(1);
  transform: translateX(-50%) translateY(-50%) scale(1);
}

.mm_section-background__image img.state-old.status-move-right {
  -webkit-transform: translateX(50%) translateY(-50%) scale(0.8);
  -ms-transform: translateX(50%) translateY(-50%) scale(0.8);
  transform: translateX(50%) translateY(-50%) scale(0.8);
}

.mm_section-background__image img.state-new-right.status-move-right {
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
  -ms-transform: translateX(-50%) translateY(-50%) scale(1);
  transform: translateX(-50%) translateY(-50%) scale(1);
}

.mm_slider-controls {
  position: absolute;
  left: auto;
  right: 5%;
  bottom: 70px;
  width: 160px;
  font-size: 0;
  opacity: 0;
  visibility: hidden;
  white-space: nowrap;
  z-index: 3;
  -webkit-transition: all 0.5s cubic-bezier(0.595, 0.195, 0, 0.815);
  -o-transition: all 0.5s cubic-bezier(0.595, 0.195, 0, 0.815);
  transition: all 0.5s cubic-bezier(0.595, 0.195, 0, 0.815);
  -webkit-transition-delay: .8s;
  -o-transition-delay: .8s;
  transition-delay: .8s;
}

.mm_slider-controls__arrow {
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  height: 8px;
  padding: 0;
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  outline: 0;
  overflow: hidden;
}

.mm_slider-controls__arrow._prev {
  margin-right: 20px;
  -webkit-transition: padding-left .1s ease-in-out;
  -o-transition: padding-left .1s ease-in-out;
  transition: padding-left .1s ease-in-out;
}

.mm_slider-controls__arrow._next {
  margin-left: 20px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.mm_slider-controls__arrow .i {
  vertical-align: middle;
}

.mm_slider-controls__arrow .mm_value {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.mm_slider-controls__arrow:hover .mm_value {
  -webkit-animation: control-arrow .8s;
  animation: control-arrow .8s;
}

.mm_slider-controls__counter {
  display: inline-block;
  vertical-align: middle;
  color: #1b303d;
  font-family: "pfdintextcondpro-m", Arial;
  font-size: 16px;
  line-height: 20px;
}

.mm_slider-controls__counter-no {
  display: inline-block;
  vertical-align: middle;
  height: 20px;
  overflow: hidden;
}

.mm_slider-controls__counter-no._current span {
  display: block;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-animation: text-roll 0.3s forwards;
  animation: text-roll 0.3s forwards;
}

.mm_slider-controls__counter-no._current.slide-out span {
  -webkit-animation: text-roll-out 0.3s forwards;
  animation: text-roll-out 0.3s forwards;
}

.mm_slider-controls__counter-slash {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}

.mm_social-networks {
  position: fixed;
  top: 50%;
  right: 4.3%;
  width: 20px;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
}

.mm_social-networks__element {
  width: 100%;
}

.mm_social-networks__element:not(:last-of-type) {
  margin-bottom: 45px;
}

.mm_social-networks__link {
  display: block;
  height: auto;
  text-decoration: none;
}

.mm_social-networks__link:hover .i {
  fill: #4aa969;
}

.mm_social-networks span[class^='icon-'] {
  vertical-align: middle;
}

.mm_volume {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 32px;
}

.mm_volume__control {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 25px;
  padding: 0;
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  outline: 0;
}

.mm_volume__control._off .icon-sound-off {
  display: inline-block;
}

.mm_volume__control._off .icon-sound-on {
  display: none;
}

.mm_volume__control._on .icon-sound-off {
  display: none;
}

.mm_volume__control._on .icon-sound-on {
  display: inline-block;
}

.mm_volume__control span[class^='icon-'] {
  vertical-align: middle;
}

.mm_volume__svg {
  display: block;
  stroke-width: 4;
  stroke: #1b303d;
  fill: none;
}

.mm_about__logotype {
  position: relative;
  width: 268px;
  height: 338px;
  -webkit-transform: translateY(70%);
  -ms-transform: translateY(70%);
  transform: translateY(70%);
  -webkit-transition: all 0.2s cubic-bezier(0.595, 0.195, 0, 0.815);
  -o-transition: all 0.2s cubic-bezier(0.595, 0.195, 0, 0.815);
  transition: all 0.2s cubic-bezier(0.595, 0.195, 0, 0.815);
  -webkit-transition-delay: .4s;
  -o-transition-delay: .4s;
  transition-delay: .4s;
  z-index: 2;
}

.mm_about__logotype a {
  display: inline-block;
  vertical-align: middle;
}

.mm_about__dates {
  position: absolute;
  top: 60px;
  left: 50%;
  width: 92vw;
  padding-left: 115px;
  color: #1b303d;
  font-family: "pfdintextcondpro-m", Arial;
  font-size: 40px;
  line-height: 32px;
  letter-spacing: 5px;
  text-transform: uppercase;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.2s cubic-bezier(0.595, 0.195, 0, 0.815);
  -o-transition: all 0.2s cubic-bezier(0.595, 0.195, 0, 0.815);
  transition: all 0.2s cubic-bezier(0.595, 0.195, 0, 0.815);
  -webkit-transition-delay: .4s;
  -o-transition-delay: .4s;
  transition-delay: .4s;
}

.mm_about__dates-year,.mm_about__dates-date {
  display: block;
}

.mm_about__dates-date {
  margin-bottom: 20px;
}

.mm_about__rhombus {
  position: absolute;
  top: 50px;
  left: 50%;
  width: 182px;
  height: 364px;
  margin-left: 108px;
  background: url(../rhombus.svg) 0 0 no-repeat;
  background-size: cover;
  opacity: 1;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
  -webkit-transition: all 0.5s cubic-bezier(0.595, 0.195, 0, 0.815);
  -o-transition: all 0.5s cubic-bezier(0.595, 0.195, 0, 0.815);
  transition: all 0.5s cubic-bezier(0.595, 0.195, 0, 0.815);
  -webkit-transition-delay: .8s;
  -o-transition-delay: .8s;
  transition-delay: .8s;
}

.mm_about__rhombus-solid {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 556px;
  height: 1115px;
  background: url(../rhombus-solid.svg) 0 0 no-repeat;
  background-size: cover;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
  -webkit-transition: all 0.6s cubic-bezier(0.595, 0.195, 0, 0.815);
  -o-transition: all 0.6s cubic-bezier(0.595, 0.195, 0, 0.815);
  transition: all 0.6s cubic-bezier(0.595, 0.195, 0, 0.815);
  -webkit-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s;
}

.mm_about__rhombus-lined {
  position: absolute;
  bottom: -10%;
  left: 50%;
  width: 297px;
  height: 593px;
  margin-left: -205px;
  background: url(../rhombus-lined.svg) 0 0 no-repeat;
  background-size: cover;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 5;
  -webkit-transition: all 0.3s cubic-bezier(0.595, 0.195, 0, 0.815);
  -o-transition: all 0.3s cubic-bezier(0.595, 0.195, 0, 0.815);
  transition: all 0.3s cubic-bezier(0.595, 0.195, 0, 0.815);
  -webkit-transition-delay: 1.1s;
  -o-transition-delay: 1.1s;
  transition-delay: 1.1s;
}

.mm_about__rose {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 790px;
  height: 761px;
  opacity: 1;
  background: url(../about/rose.png) 0 0 no-repeat;
  background-size: cover;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 4;
  -webkit-transition: all 0.7s cubic-bezier(0.595, 0.195, 0, 0.815);
  -o-transition: all 0.7s cubic-bezier(0.595, 0.195, 0, 0.815);
  transition: all 0.7s cubic-bezier(0.595, 0.195, 0, 0.815);
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s;
  will-change: transform;
}

.mm_about__ahmad {
  position: absolute;
  bottom: 47px;
  left: 50%;
  width: 92vw;
  padding-left: 115px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.1s cubic-bezier(0.595, 0.195, 0, 0.815);
  -o-transition: all 0.1s cubic-bezier(0.595, 0.195, 0, 0.815);
  transition: all 0.1s cubic-bezier(0.595, 0.195, 0, 0.815);
  -webkit-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s;
  z-index: 1;
}

.mm_about__ahmad img {
  width: 145px;
  height: 75px;
}

.mm_about__location {
  position: absolute;
  top: 50%;
  right: 15%;
  width: 200px;
  padding-top: 360px;
  color: #385464;
  text-align: center;
  line-height: 24px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.4s cubic-bezier(0.595, 0.195, 0, 0.815);
  -o-transition: all 0.4s cubic-bezier(0.595, 0.195, 0, 0.815);
  transition: all 0.4s cubic-bezier(0.595, 0.195, 0, 0.815);
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s;
}

.mm_about__location-marker {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.mm_about__location-marker img {
  width: 97px;
  height: 158px;
}

.mm_about__location-marker::after {
  content: '';
  position: absolute;
  top: 195px;
  left: 50%;
  display: block;
  width: 2px;
  height: 0;
  margin-left: -1px;
  background: #4aa969;
  -webkit-transition: all 0.2s cubic-bezier(0.595, 0.195, 0, 0.815);
  -o-transition: all 0.2s cubic-bezier(0.595, 0.195, 0, 0.815);
  transition: all 0.2s cubic-bezier(0.595, 0.195, 0, 0.815);
  -webkit-transition-delay: .8s;
  -o-transition-delay: .8s;
  transition-delay: .8s;
}

.mm_about__location-name {
  display: block;
  margin-bottom: 15px;
  font-family: "pfdintextcondpro-m", Arial;
  font-size: 16px;
  letter-spacing: 3px;
}

.mm_about__location-title {
  font-family: "avenirnextcyr-bold", sans-serif;
  font-size: 40px;
  text-transform: uppercase;
}

.mm_about__shadow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 550px;
  height: 710px;
  background: -webkit-radial-gradient(center, ellipse, rgba(56, 84, 100, 0.6) 0%, rgba(56, 84, 100, 0) 50%, rgba(56, 84, 100, 0) 100%);
  background: -o-radial-gradient(center, ellipse, rgba(56, 84, 100, 0.6) 0%, rgba(56, 84, 100, 0) 50%, rgba(56, 84, 100, 0) 100%);
  background: radial-gradient(ellipse at center, rgba(56, 84, 100, 0.6) 0%, rgba(56, 84, 100, 0) 50%, rgba(56, 84, 100, 0) 100%);
  border-radius: 50%;
  opacity: 0;
  -webkit-transform: translate(-25%, -15%);
  -ms-transform: translate(-25%, -15%);
  transform: translate(-25%, -15%);
  -webkit-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  z-index: 0;
}

.mm_about + .mm_section-background {
  z-index: 0;
}

.mm_contacts {
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.5s cubic-bezier(0.595, 0.195, 0, 0.815);
  -o-transition: all 0.5s cubic-bezier(0.595, 0.195, 0, 0.815);
  transition: all 0.5s cubic-bezier(0.595, 0.195, 0, 0.815);
  -webkit-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s;
}

.mm_contacts__item {
  width: 100%;
}

.mm_contacts__item:not(:last-of-type) {
  margin-bottom: 4vh;
}

.mm_contacts__label {
  margin-bottom: 20px;
  color: #4aa969;
  font-family: "pfdintextcondpro-m", Arial;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 3px;
}

.mm_contacts__link {
  display: inline-block;
  vertical-align: top;
  padding-left: 90px;
  color: #385464;
  font-family: "avenirnextcyr-bold", sans-serif;
  font-size: 26px;
  text-decoration: none;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.mm_contacts__link:hover {
  text-decoration: none;
}

.mm_contacts__link._no-padding {
  padding-left: 0;
}

.mm_contacts__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mm_contacts__links .mm_contacts__link {
  margin-right: 15px;
}

.mm_contacts__rhombus-lined {
  position: absolute;
  top: 50%;
  right: 10%;
  width: 674px;
  height: 1347px;
  background: url(../rhombus-lined.svg) 0 0 no-repeat;
  background-size: cover;
  z-index: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.4s cubic-bezier(0.595, 0.195, 0, 0.815);
  -o-transition: all 0.4s cubic-bezier(0.595, 0.195, 0, 0.815);
  transition: all 0.4s cubic-bezier(0.595, 0.195, 0, 0.815);
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s;
}

.mm_contacts__rhombus-solid {
  position: absolute;
  top: 15%;
  right: 8%;
  width: 160px;
  height: 318px;
  background: url(../rhombus-solid.svg) 0 0 no-repeat;
  background-size: cover;
  z-index: 3;
  opacity: 1;
  -webkit-transition: all 0.6s cubic-bezier(0.595, 0.195, 0, 0.815);
  -o-transition: all 0.6s cubic-bezier(0.595, 0.195, 0, 0.815);
  transition: all 0.6s cubic-bezier(0.595, 0.195, 0, 0.815);
  -webkit-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s;
}

.mm_contacts__rhombus {
  position: absolute;
  bottom: -10%;
  width: 170px;
  height: 340px;
  background: url(../rhombus.svg) 0 0 no-repeat;
  background-size: cover;
  z-index: 4;
  -webkit-transition: all 0.5s cubic-bezier(0.595, 0.195, 0, 0.815);
  -o-transition: all 0.5s cubic-bezier(0.595, 0.195, 0, 0.815);
  transition: all 0.5s cubic-bezier(0.595, 0.195, 0, 0.815);
}

.mm_contacts__helmet {
  position: absolute;
  top: 50%;
  right: 5%;
  width: 648px;
  height: 936px;
  background: url(../contacts/helmet.png) 0 0 no-repeat;
  background-size: cover;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  -webkit-transition: all 0.7s cubic-bezier(0.595, 0.195, 0, 0.815);
  -o-transition: all 0.7s cubic-bezier(0.595, 0.195, 0, 0.815);
  transition: all 0.7s cubic-bezier(0.595, 0.195, 0, 0.815);
  -webkit-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s;
}

.mm_contacts__helmet-shadow {
  position: absolute;
  top: 35%;
  right: 0%;
  width: 600px;
  height: 900px;
  background: -webkit-radial-gradient(center, ellipse, rgba(56, 84, 100, 0.85) 0%, rgba(56, 84, 100, 0) 50%, rgba(56, 84, 100, 0) 100%);
  background: -o-radial-gradient(center, ellipse, rgba(56, 84, 100, 0.85) 0%, rgba(56, 84, 100, 0) 50%, rgba(56, 84, 100, 0) 100%);
  background: radial-gradient(ellipse at center, rgba(56, 84, 100, 0.85) 0%, rgba(56, 84, 100, 0) 50%, rgba(56, 84, 100, 0) 100%);
  border-radius: 50%;
  opacity: 0;
  -webkit-transform: translate(-25%, -15%);
  -ms-transform: translate(-25%, -15%);
  transform: translate(-25%, -15%);
  -webkit-transition: opacity .3s ease-in-out 0s;
  -o-transition: opacity .3s ease-in-out 0s;
  transition: opacity .3s ease-in-out 0s;
  z-index: 0;
}

.artist-arrows {
  position: absolute;
  right: 10%;
  bottom: 20%;
  z-index: 5;
}/* No files to import found in modules//**//* */@font-face {
  font-family:"pfdintextcondpro-m";src:url("../fonts/pfdintextcondpro-medium/PFDinTextCondPro-Medium.eot");src:url("../fonts/pfdintextcondpro-medium/PFDinTextCondPro-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/pfdintextcondpro-medium/PFDinTextCondPro-Medium.woff") format("woff"), url("../fonts/pfdintextcondpro-medium/PFDinTextCondPro-Medium.ttf") format("truetype"), url("../fonts/pfdintextcondpro-medium/PFDinTextCondPro-Medium.svg#pfdintextcondpro-m") format("svg");font-style:normal;font-weight:normal;
}

@font-face {
  font-family:"avenirnextcyr-bold";src:url("../fonts/avenirnextcyr-bold/AvenirNextCyr-Bold.eot");src:url("../fonts/avenirnextcyr-bold/AvenirNextCyr-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/avenirnextcyr-bold/AvenirNextCyr-Bold.woff") format("woff"), url("../fonts/avenirnextcyr-bold/AvenirNextCyr-Bold.ttf") format("truetype"), url("../fonts/avenirnextcyr-bold/AvenirNextCyr-Bold.svg#avenirnextcyr-bold") format("svg");font-style:normal;font-weight:normal;
}

@font-face {
  font-family:"avenirnextcyr-regular";src:url("../fonts/avenirnextcyr-regular/AvenirNextCyr-Regular.eot");src:url("../fonts/avenirnextcyr-regular/AvenirNextCyr-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/avenirnextcyr-regular/AvenirNextCyr-Regular.woff") format("woff"), url("../fonts/avenirnextcyr-regular/AvenirNextCyr-Regular.ttf") format("truetype"), url("../fonts/avenirnextcyr-regular/AvenirNextCyr-Regular.svg#avenirnextcyr-regular") format("svg");font-style:normal;font-weight:normal;
}

@media all and (max-width: 1440px) {
  .mm_section__date {
    font-size: 20px;
  }

  .mm_about__dates {
    font-size: 20px;
  }

  .mm_about__dates-date {
    margin-bottom: 0;
  }
}

@media all and (max-width: 1368px) {
  .mm_website-wrapper._popup-shown .mm_website-header__item._date {
    padding-left: 110px;
  }

  .mm_website-wrapper._popup-shown .mm_artist-links {
    padding-left: 105px;
  }

  .mm_website-wrapper._popup-shown .mm_slider-controls {
    right: calc(100% - 265px);
  }

  .fp-viewing-about .mm_about__location-marker::after {
    height: 70px;
  }

  .mm_website-header {
    max-width: 88vw;
    height: 140px;
  }

  .mm_website-header__item._logotype {
    width: 220px;
  }

  .icon-vk1 {
    max-width: 41px;
    max-height: 41px;
  }

  .icon-mtv {
    max-width: 57px;
    max-height: 35px;
  }

  .icon-maximum {
    max-width: 77px;
    max-height: 75px;
  }

  .icon-dosug {
    max-width: 94px;
    max-height: 37px;
  }

  .icon-stay_hungry {
    max-width: 63px;
    max-height: 54px;
  }

  .icon-muzeon {
    max-width: 41px;
    max-height: 58px;
  }

  .icon-popFarm {
    max-width: 50px;
    max-height: 44px;
  }

  .icon-ep {
    max-width: 104px;
    max-height: 28px;
  }

  .icon-wonder {
    width: 107px;
    max-width: 107px;
    max-height: 31px;
  }

  .icon-village {
    width: 85px;
    max-width: 85px;
    max-height: 32px;
  }

  .mm_navigation__item {
    height: 78px;
    font-size: 48px;
    line-height: 75px;
  }

  .mm_navigation__link span:first-of-type {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .mm_navigation__link span:last-of-type {
    -webkit-transform: translateY(75px);
    -ms-transform: translateY(75px);
    transform: translateY(75px);
  }

  .mm_navigation__link:hover span:first-of-type {
    -webkit-transform: translateY(-75px);
    -ms-transform: translateY(-75px);
    transform: translateY(-75px);
  }

  .mm_navigation__link:hover span:last-of-type {
    -webkit-transform: translateY(-75px);
    -ms-transform: translateY(-75px);
    transform: translateY(-75px);
  }

  .mm_navigation__nav-inside {
    padding-left: 170px;
  }

  .mm_popup {
    padding-left: 25px;
  }

  .mm_popup__content {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 50px;
  }

  .mm_popup p {
    font-size: 14px;
    line-height: 24px;
  }

  .preloader {
    width: 440px;
    height: 136px;
  }

  .preloader__text {
    height: 28px;
    font-size: 28px;
    line-height: 28px;
  }

  .preloader__image::before {
    width: 100px;
    height: 136px;
  }

  .preloader__line {
    width: 217px;
  }

  .mm_about__dates {
    width: 88vw;
    padding-left: 105px;
    font-size: 22px;
  }

  .mm_about__dates-date {
    margin-bottom: 0;
  }

  .mm_about__logotype {
    width: 202px;
    height: 254px;
  }

  .mm_about__ahmad {
    bottom: 52px;
    width: 88vw;
    padding-left: 105px;
  }

  .mm_about__ahmad img {
    width: 110px;
    height: 56px;
  }

  .mm_about__rhombus {
    top: 20px;
    width: 170px;
    height: 340px;
  }

  .mm_about__rhombus-solid {
    width: 55vh;
    height: 110vh;
  }

  .mm_about__rhombus-lined {
    bottom: -25%;
    left: 55%;
    width: 237px;
    height: 474px;
  }

  .mm_about__rose {
    width: 606px;
    height: 586px;
  }

  .mm_about__location {
    padding-top: 235px;
  }

  .mm_about__location-marker img {
    width: 63px;
    height: 102px;
  }

  .mm_about__location-marker::after {
    top: 135px;
  }

  .mm_about__location-name {
    font-size: 14px;
  }

  .mm_about__location-title {
    font-size: 30px;
  }

  .mm_contacts__rhombus {
    bottom: 3%;
  }

  .mm_contacts__helmet-shadow {
    top: 27%;
    right: -14%;
  }

  .mm_contacts__item:not(:last-of-type) {
    margin-bottom: 30px;
  }

  .mm_contacts__label {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .mm_contacts__link {
    padding-left: 35px;
    font-size: 16px;
  }

  .mm_contacts__rhombus {
    bottom: -10%;
  }

  .mm_contacts__rhombus-solid {
    width: 111px;
    height: 221px;
  }

  .mm_contacts__rhombus-lined {
    width: 440px;
    height: 120vh;
  }

  .mm_contacts__helmet {
    width: 451px;
    height: 650px;
  }
}

@media all and (max-width: 1367px) {
  .mm_container {
    max-width: 88vw;
  }

  .mm_button {
    width: 207px;
    height: 60px;
    font-size: 12px;
  }

  .mm_button .mm_value {
    height: 12px;
  }

  .mm_logotype {
    max-width: 218px;
  }

  .mm_logotype__link {
    height: 74px;
  }

  .mm_logotype-helmet {
    width: 104px;
  }

  .mm_logotype-helmet img {
    max-width: 55px;
  }

  .mm_logotype-label img {
    max-width: 114px;
  }

  .mm_section-header {
    height: 140px;
  }

  .mm_section-header._logotype {
    width: 220px;
  }

  .mm_section__heading {
    font-size: 38px;
    line-height: 48px;
  }

  .mm_section__heading + .mm_button {
    margin-top: 38px;
  }

  .mm_section__contacts {
    margin-top: 60px;
  }

  .mm_section__contacts-item:not(:last-of-type) {
    margin-right: 90px;
  }

  .mm_section .mm_container {
    padding-left: 105px;
  }

  .mm_social-networks {
    right: 6.5%;
  }
}

@media all and (max-width: 1280px) {
  .mm_website-wrapper._popup-shown .mm_website-header__item._date {
    padding-left: 105px;
  }
}

@media all and (max-width: 991px) {
  .mm_logotype {
    max-width: 206px;
  }

  .mm_logotype-helmet {
    width: 80px;
  }

  .mm_logotype-helmet img {
    max-width: 54px;
  }

  .mm_logotype-label img {
    max-width: 126px;
  }

  ._mobile .mm_section {
    height: auto;
  }

  ._mobile .mm_section-header {
    display: block;
    height: auto;
  }

  ._mobile .mm_section-header__item {
    display: block;
  }

  ._mobile .mm_section-header__item._logotype,._mobile .mm_section-header__item._date,._mobile .mm_section-header__item._options {
    width: 100%;
    text-align: left;
  }

  ._mobile .mm_section-header__item._logotype {
    padding-top: 40px;
  }

  ._mobile .mm_section-header__item._date {
    padding-top: 50px;
    padding-left: 20px;
  }

  ._mobile .mm_section__date {
    font-size: 20px;
  }

  ._mobile .mm_section__heading {
    font-size: 40px;
    line-height: 54px;
  }

  ._mobile .mm_section__heading + .mm_button {
    margin-top: 80px;
  }

  ._mobile .mm_section__contacts {
    margin-top: 90px;
  }

  ._mobile .mm_section__contacts-item {
    width: 50%;
  }

  ._mobile .mm_section__contacts-item:not(:last-of-type) {
    margin-right: 0;
  }

  ._mobile .mm_section__contacts-item:first-of-type,._mobile .mm_section__contacts-item:nth-of-type(2) {
    margin-bottom: 25px;
  }

  ._mobile .mm_section-background {
    position: fixed;
  }

  ._mobile .mm_section-background__item._1 {
 /* width: 110vw;
                  height: 100vh;
                  transform: translate(-50%, -50%) rotate(67.5deg) skewX(45deg) scaleY(0.585);*/
    width: 110vw;
    height: 110vw;
    margin-top: -55vw;
    margin-left: -55vw;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    -webkit-transform: scaleX(0.6) rotate(45deg);
    -ms-transform: scaleX(0.6) rotate(45deg);
    transform: scaleX(0.6) rotate(45deg);
  }

  ._mobile .mm_section-background__item._1 .mm_section-background__inside {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  ._mobile .mm_section-background__item._1 .mm_section-background__image img {
    width: 200%;
    height: 125%;
  }

  ._mobile .mm_section-background__item._2 {
 /*width: 150vw;
                  height: 100vw;
                  transform: translate(-50%, -50%) rotate(67.5deg) skewX(45deg) scaleY(1.1);*/
    width: 150vw;
    height: 150vw;
    margin-top: -75vw;
    margin-left: -75vw;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    -webkit-transform: scaleX(0.6) rotate(45deg);
    -ms-transform: scaleX(0.6) rotate(45deg);
    transform: scaleX(0.6) rotate(45deg);
  }

  ._mobile .mm_section-background__item._2 .mm_section-background__inside {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  ._mobile .mm_section-background__item._2 .mm_section-background__image img {
    width: 170%;
    height: 110%;
  }

  ._mobile .mm_section-background__item._3 .mm_section-background__image img {
    width: 180%;
    height: 140%;
  }

  ._mobile .mm_section-background__inside {
    overflow: visible;
  }

  ._mobile .mm_section-background__image {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    overflow: visible;
  }

  ._mobile .mm_section .mm_container {
    padding-left: 20px;
    padding-top: 240px;
    padding-bottom: 70px;
  }
}

@media all and (max-width: 599px) {
  .mm_dash {
    margin-left: 8px;
    margin-right: 8px;
  }

  .mm_logotype {
    max-width: 148px;
  }

  .mm_logotype__link {
    height: 54px;
  }

  .mm_logotype-helmet {
    width: 58px;
  }

  .mm_logotype-helmet img {
    max-width: 40px;
  }

  .mm_logotype-label img {
    max-width: 91px;
  }

  .mm_section-background__image img._desktop {
    display: none;
  }

  .mm_section-background__image img._mobile {
    display: inline-block;
  }

  ._mobile .mm_section-header__item._logotype {
    padding-top: 20px;
  }

  ._mobile .mm_section-header__item._date {
    padding-top: 15px;
    padding-left: 25px;
  }

  ._mobile .mm_section__date {
    font-size: 16px;
  }

  ._mobile .mm_section__heading {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 2px;
  }

  ._mobile .mm_section__heading + .mm_button {
    margin-top: 26px;
  }

  ._mobile .mm_section__contacts {
    margin-top: 40px;
  }

  ._mobile .mm_section__contacts-item {
    display: block;
    width: 100%;
  }

  ._mobile .mm_section__contacts-item:not(:last-of-type) {
    margin-bottom: 25px;
  }

  ._mobile .mm_section-background {
    position: fixed;
  }

  ._mobile .mm_section-background__item._1 {
    width: 130vw;
    height: 130vw;
    margin-top: -65vw;
    margin-left: -65vw;
    -webkit-transform: scaleX(0.55) rotate(45deg);
    -ms-transform: scaleX(0.55) rotate(45deg);
    transform: scaleX(0.55) rotate(45deg);
  }

  ._mobile .mm_section-background__item._2 {
    width: 170vw;
    height: 170vw;
    margin-top: -85vw;
    margin-left: -85vw;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    -webkit-transform: scaleX(0.6) rotate(45deg);
    -ms-transform: scaleX(0.6) rotate(45deg);
    transform: scaleX(0.6) rotate(45deg);
  }

  ._mobile .mm_section-background__inside {
    overflow: visible;
  }

  ._mobile .mm_section-background__image {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    overflow: visible;
  }

  ._mobile .mm_section .mm_container {
    padding-top: 130px;
    padding-left: 25px;
  }

  ._mobile .mm_section .mm_social-networks {
    top: 30px;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .mm_social-networks__element:not(:last-of-type) {
    margin-bottom: 25px;
  }
}

@-webkit-keyframes navigation-arrow {
/*0% {
    height: 36px;
  }
  50% {
    height: 5px;
  }
  74.999999999% {
    opacity: 0;
    transform: translateY(0);
  }
  75% {
    transform: translateY(90%);
  }
  75.0000000001% {
    opacity: 1;
  }
  95% {
    height: 36px;
    transform: translateY(0);
  }*/  0% {
    height: 100%;
    opacity: 1;
    margin-left: 0;
  }

  50% {
  }

  74.980% {
    height: 0%;
    opacity: 1;
  }

  74.995% {
    opacity: 0;
    margin-top: 0;
  }

  75% {
    margin-top: 50px;
    width: 100%;
  }

  75.005% {
    opacity: 1;
  }

  95% {
    width: 100%;
    margin-top: 0;
  }

  100% {
    width: 100%;
  }
}

@keyframes navigation-arrow {
/*0% {
    height: 36px;
  }
  50% {
    height: 5px;
  }
  74.999999999% {
    opacity: 0;
    transform: translateY(0);
  }
  75% {
    transform: translateY(90%);
  }
  75.0000000001% {
    opacity: 1;
  }
  95% {
    height: 36px;
    transform: translateY(0);
  }*/  0% {
    height: 100%;
    opacity: 1;
    margin-left: 0;
  }

  50% {
  }

  74.980% {
    height: 0%;
    opacity: 1;
  }

  74.995% {
    opacity: 0;
    margin-top: 0;
  }

  75% {
    margin-top: 50px;
    width: 100%;
  }

  75.005% {
    opacity: 1;
  }

  95% {
    width: 100%;
    margin-top: 0;
  }

  100% {
    width: 100%;
  }
}

@-webkit-keyframes link-roll-out {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes link-roll-out {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes text-roll {
  from {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  to {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@keyframes text-roll {
  from {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  to {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@-webkit-keyframes text-roll-out {
  from {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }

  to {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@keyframes text-roll-out {
  from {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }

  to {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@-webkit-keyframes control-arrow {
  0% {
    width: 100%;
    opacity: 1;
    margin-left: 0;
  }

  50% {
  }

  74.980% {
    width: 0%;
    opacity: 1;
  }

  74.995% {
    opacity: 0;
    margin-left: 0;
  }

  75% {
    margin-left: 50px;
    width: 100%;
  }

  75.005% {
    opacity: 1;
  }

  95% {
    width: 100%;
    margin-left: 0;
  }

  100% {
    width: 100%;
  }
}

@keyframes control-arrow {
  0% {
    width: 100%;
    opacity: 1;
    margin-left: 0;
  }

  50% {
  }

  74.980% {
    width: 0%;
    opacity: 1;
  }

  74.995% {
    opacity: 0;
    margin-left: 0;
  }

  75% {
    margin-left: 50px;
    width: 100%;
  }

  75.005% {
    opacity: 1;
  }

  95% {
    width: 100%;
    margin-left: 0;
  }

  100% {
    width: 100%;
  }
}

/*# sourceMappingURL=main.css.map */
