@media screen and (max-width:1024px) {.intro-video {display:none}}

.menu {
  display: block;
  transform: translateX(-100%);
  transition: all 0.6s cubic-bezier(0.33, 0.09, 0, 0.96);
}

.menu.active {
  transform: translateX(0%);
}

.pages-wrapper, .site-background {
  transition: all 0.6s cubic-bezier(0.33, 0.09, 0, 0.96);
}

.body-menu-opened .pages-wrapper, .body-menu-opened .site-background {
  transform: translateX(20%);
}

/*
.menu__link-bg {
  display: none;
} */

.menu__item img {
  transition: all 0.3s cubic-bezier(0.33, 0.09, 0, 0.96);
}
/*
a.menu__link:hover {
    background: #111;
}*/

.page-music__year {
  color: #969696;
}

@media screen and (max-width: 768px) {
.header__navigation {
    display: none !important;
}
}


/* mfp animation */

.mfp-zoom-in {

}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.6s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.6s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/* index fixes */

.pages-wrapper, .site-background, .menu {
  opacity: 0;
}

.pages-wrapper.show, .site-background.show, .menu.show {
  opacity: 1;
}

/* slider fixes */

.full-slider {
  opacity: 0;
  transition: all 0.3s;
}

.full-slider.active {
  opacity: 1;
}

.owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}

.owl-carousel .caption {
  text-align: center;
}

/* videos */

.page-videos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}

.page-video {
  margin-left: 30px;
  margin-bottom: 30px;
}

.body-page-videos .page__content.page-articles__content {
    padding-top: 90px;
}

.page-video>iframe {
    max-width: 100%;
}

.navigation__item:not(:last-child) {
    margin-right: 8px;
}

.navigation__item:not(:last-child):after {
    margin-left: 11px;
}

.header__navigation {
    width: 700px;
    margin-left: -360px;
}

.body-page-index .navigation__link {
    padding: 0px;
    font-size: 15px;
    line-height: 1;
    transition: color .2s ease-in;
}


.parable .bg {
    position: absolute;
    top: 0;
    left: 11px;
    width: calc(100% - 22px);
    height: 100%;
    font-size: 28px;
    line-height: 1;
    letter-spacing: calc(1em*.2);
    color: #fff;
    background: #51395c;
    z-index: 1;
    pointer-events: none;
    transition: opacity .2s ease-in;
    opacity: 0;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.parable:hover .bg {
  opacity: 1;
}

.parable:after {
  background: initial;
}

.parable-image img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* loader */

@keyframes af-loader-color {
  100%, 0% {
    stroke: #fff;
  }
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

/* slider arrows */

.slider-arrow {
  width: 85px;
  height: 140px;
  background: #51395c;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: calc(50% - 70px);
  z-index: 1;
  cursor: pointer;
  opacity: 0.5;
  transition: all 0.3s;
}

.slider-arrow:hover {
  opacity: 1;
}

.slider-arrow.slider-arrow-left {
  left: 0;
}

.slider-arrow.slider-arrow-right {
  right: 0;
}

.slider-arrow-arrow {
  display: block;
  width: 28px;
  height: 54px;
  background-repeat: no-repeat;
  background-image: url('../img/slider_arrow_prev.png');
}


.slider-arrow-right .slider-arrow-arrow {
  background-image: url('../img/slider_arrow_next.png');
}

.page-parable__next {
    position: absolute;
    top: 0;
    right: 28px;
    width: 48px;
    height: 48px;
    background: url(../img/icons/back.svg) no-repeat center #51395c;
    background-size: 25px 25px;
    transition: background .2s ease-in;
}


.parable-itext {
    text-align: right;
    font-style: italic;
    font-size: 21px;
}

.parable-itext p {
    margin: 0px;
    padding: 0px;
    margin-bottom: 0px !important;
} 

/* redesign */
.header__navigation {
  width: 831px;
  margin-left: -409px;
}

.header__menu-socials a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: normal;
  display: inline-block;
  padding-right: 8px;
  transition: all 0.3s;
  opacity: 1;
}

.header__menu-socials a:hover {
  opacity: 0.7;
}

.header__menu-socials {
  cursor: default;
}

.page-video {
  max-width: 560px;
}

.page-video img {
  max-width: 560px;
}

nav.socials.page-contacts__socials a {
  color: #3c3c3c;
  font-size: 28px;
}

/* mobmenu */

.mobmenu {
  display: -webkit-flex;
  display: -webkit-flexbox;
  display: -ms-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  text-align: center;
  transform: translateX(-100%);
  transition: all 0.6s cubic-bezier(0.33, 0.09, 0, 0.96);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 8;
}

.mobmenu.active {
  transform: translateX(0%);
}

.mobmenu__socials a {
  color: #fff;
  text-decoration: none;
  font-size: 17px;
  font-weight: normal;
  display: inline-block;
  padding-right: 8px;
  transition: all 0.3s;
  opacity: 0.4;
}

.mobmenu__socials a:hover {
  opacity: 1;
}

.mobmenu__socials {
  cursor: default;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #444;
}

.milestone__image-desc {
  margin-top: 8px;
  font-size: 15px;
}

.header__menu-mobmenu {
  display: none;
  width: 38px;
  height: 30px;
  background-image: url('../img/burger_menu.svg');
  background-repeat: no-repeat;
  cursor: pointer;
  background-size: contain;
}

@media screen and (max-width: 960px) {
  .header__menu-socials-list {
    display: none;
  }
  .header__menu-mobmenu {
    display: block;
  }
  .body-page-index .header__menu-mobmenu {
    display: none;
  }
}

/* fix biography */
.milestone--second:nth-child(odd) .milestone__image-info {
  right: 117px;
}

/* new gallery */
.page-paintings, .page-paintings__content {
  display: block;
  padding-top: 46px;
}
.page-paintings__content {
  height: auto;
  max-width: 1640px;
  margin: auto;
}
.full-slider, .owl-carousel {
  display: block;
  opacity: 1;
}
.full-slider__image {
  width: auto;
  height: auto;
  max-height: initial;
  max-width: 100%;
  transform: none !important;   
  
}
.body-page-paintings .wrapper {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.body-page-paintings .site-background{
  position: fixed;
}
.body-page-paintings .header {
  position: fixed;
}
.body-page-paintings .slider-arrow, .body-page-paintings .footer {
  display: none;
}
.full-slider__slide {
  padding: 10px;
}
.full-slider__slide, .full-slider__sizer {
  width: 20%;
}
.full-slider__slide--small {
  width: 20%;
}
.full-slider__slide--big {
  width: 40%;
}
.full-slider__desc {
  display: none;
}
@media screen and (max-width: 960px) {
  .full-slider__slide, .full-slider__sizer, .full-slider__slide--small {
    width: 50%;
  }
  .full-slider__slide--big {
    width: 100%;
  }
}