@font-face {
    font-family: Maax;
    src: url("../fonts/maax.html");
    font-weight: normal;
}
@font-face {
    font-family: Maax;
    font-weight: bold;
    src: url("../fonts/maaxmedium.html");
}
@font-face {
    font-family: SBMaax;
    src: url("../fonts/maaxbold.html");
}
@font-face {
    font-family: Didot;
    src: url("../fonts/Didot.html");
}
@font-face {
    font-family: Didot;
    font-style: italic;
    src: url("../fonts/Didotx.html");
}
html{

}
body{
   background-color: #000;
    font-family: Maax, sans-serif;
    font-weight: normal;
}
.events-slider, .c-left, .c-divide{
    overflow-y: hidden;
}
.events-slider{
    max-width: 100%;
}
.event-slider-container{
    height: 500px;
    box-sizing: border-box;
    width: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.external-page.exhibition h2 {
    margin-top: 0;
}
.exhibition .c-right{
    display: flex;
    flex-direction: column;
    justify-content: center;

}
.event-slide-img{
    display: flex;
    justify-content: center;
    max-height: 500px;
    overflow: hidden;
}
.owl-carousel .owl-item .event-slide-img img{
    max-height: 500px;
    width: auto;
    object-fit: cover;
}
.c-divide .c-left, .c-divide .c-right{
    flex-basis: 50%;
}
.c-divide .c-left img{
    max-width: 100%;
    height: auto;
}
.c-divide{
    margin-top: 100px;
}
.event-slide-title{
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    text-transform: uppercase;
    position: absolute;
    letter-spacing: 2px;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-top: 5px;
    font-size: 20px;
    padding-bottom: 5px;

    height:100%;
    display: flex;
    align-items: flex-end;

    background: rgba(0,0,0,0);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.5)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}
.event-sl-content{
    position: relative;


}
.owl-carousel.events-slider .owl-dots{
    margin-top: 20px;
    text-align: center;
}
.owl-carousel.events-slider .owl-dot{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    outline: none;
    margin-right: 20px;
    background-color: rgba(255, 255, 255, .4);
}
.owl-carousel.events-slider .owl-dot.active{
    background-color: rgba(255, 255, 255, 1);
}
.event-sl-content{
    display: inline-block;
}
.lay{
    padding-left: 50px;
    padding-right: 0px;
}
#main .lay{
    padding-top: 60px;
}

.overlay{
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
}
i{
    font-style: italic;
    font-size: 16px;
    line-height: 14px;
    font-family: Didot;
}
.overlay-wrapper{
    background-color: transparent;
    display: flex;
    align-items: center;
}
.yugen-block{
    font-family: SBMaax, sans-serif;
    position: absolute;
    bottom: 15%; /* -2% */
    z-index: 111;

    width: 100%;
    height: auto;
    font-size: 10em;
    letter-spacing: 100px;
    margin-right:-100px;
    font-weight: bold;
    text-transform: uppercase;


    text-align: center;
}
.yugen-underwords{
    text-transform: uppercase;
    letter-spacing: 6px;
    padding-top: 20px;
    padding-bottom: 40px;
    bottom: 5%;
    /*display: flex;*/
    position: absolute;
    font-size: 24px;
    color: #fff;
    width: 100%;
    text-align: center;
}
.internal{
    margin-left: 5%;

    /*width: 100%;*/
    background-image: url("../img/bg2.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -moz-background-clip: text;
    /*background-size: cover;*/
    /*-moz-text-fill-color: transparent;*/
    /*


    */
    background-position: 0 0;
    background-attachment: fixed;



    /* background-position: ;*/
}
#main{
    display: block;
    box-sizing: border-box;
    position: relative;

   /* background-color: #1C180F;*/
}
.blured-layer{
    box-sizing: border-box;
    position: absolute;
    bottom: -10px;
    display: flex;
    justify-content: space-between;
    width: 90%;
}
.blured-layer{
   /* background-position: center;
    background-repeat: no-repeat;
    background-image: url("../img/bg1.jpg");
    background-size: cover;
    background-attachment: fixed;*/
}
/*.blured-layer .svg-letter{
    width: 100% !important;
}*/
#about{
    padding-top: 40px;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-bottom: 100px;
    justify-content: center;
    /*padding-top: 50px;*/
    /*background-color: #101010;*/
}
#share{
    background-color: #212121;
}
#whatis{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    /*background-color: #050505;*/
}
section{
   /* outline: 1px solid red;*/
}
.head-part{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.head-part ul{
    text-align: right;
    list-style-type: none;
}
.section-group{
    top: 0;
    z-index:1;
    min-height: 300vh;
    position: absolute;
    left: 0px;
    right: 0px;
}
.spacer{

    padding-left: 50px;
    padding-right: 50px;
}
.head-part ul li{
    font-family: Maax;
    font-size: 16px;
    font-weight: normal;
    font-style: italic;
    font-stretch: normal;
    line-height: 1.31;
    letter-spacing: normal;
    text-align: right;
    color: #ffffff;
}
.head-part ul li:nth-child(2){
    margin-top: 13px;
    margin-bottom: 13px;
}
.burger-area{
    cursor: pointer;
    display: flex;
    align-items: center;
    transform: translateY(-50%);
    top: 70px;
    position: fixed;
    left: 50px;

    z-index:111;
}
body.has-modal{
overflow: hidden;
}
.burger-area:hover .menu-name{
    letter-spacing: 7px;
}
.menu-name{
    margin-top: 3px;
}
.mobile-menu li:last-child{
    margin-top: 50px;
}
.overlay-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
   /* background-color: transparent;
    transition: all .5s;*/
}
.overlay.opened-menu{
    display: block;
    z-index: 2;
}
.inst{
    text-align: center;
}
.inst img{
    width: 40px;
}
.overlay.opened-menu .overlay-wrapper{
    background-color: rgba(5, 5, 5, 0.9);
    animation-name: overlay;
    animation-duration: .5s;
    height: 100%;
  /*  background-color: rgba(5, 5, 5, 0.9);
    transition: background .5s;*/
}
.burger-to-run{
    min-height: 200vh;
    position: relative;
    /*background-color: #050505;*/
}
.height-100{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}
/*body {
    scroll-snap-type: proximity;
    scroll-snap-destination: 0 0;
}*/
.animate-bg{
    height: 100%;
    /*width: 100%;*/
}
.bg-area{
    height: 100%; /* 300vh */
    width: 100%;
    position: absolute;
}
.custom-bg{
    box-sizing: content-box;
   /* filter: url(#f1);*/
    /*transition: all .5s;*/
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../img/bg1.jpg");
    background-size: cover;
    background-attachment: fixed;
}
.menu-name{
    margin-left: 40px;
    height: 16px;
    font-family: Maax;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    text-align: left;
    color: #ffffff;
    letter-spacing: 0;
    transition: all .5s;
}



#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
    width: 24px;
    height: 22px;
    position: relative;
   /* margin: 50px auto;*/
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

h2{
    font-family: Maax;
    font-size: 36px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.31;
    letter-spacing: 14px;
    padding-left: 14px;
    text-align: center;
    color: #ffffff;
    transition: all .8s;
    -webkit-margin-after: 12px;
}
.applied h2{
    letter-spacing: 0px;
/*    padding-left: 0px;*/
    transition: all .8s;
}
.has-anim .section-content .section-real-contact, .has-anim .mobile-content .section-real-contact{
    transform: translateY(0);
    transition: all .8s;
}
.has-anim.applied .section-content .section-real-contact, .has-anim.applied .mobile-content .section-real-contact{
    transform: translateY(-50px);
    transition: all .8s;
}
.subtitle{
    font-family: Didot;
    font-size: 32px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.28;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}
.section-content, .mobile-content{
    width: 60%;
    min-height: 900px;
    max-width: 850px;
    display: block;
    
   /* margin-left: auto;
    margin-right: auto;*/
}
.green-subtitle{
    margin-top: 15px;
    font-family: Maax;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #8fbe4f;
}
.text-content{
    margin-top: 35px;
    font-family: Maax;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}
.cursive-title{
    font-family: Didot;
    font-size: 36px;
    font-weight: normal;
    font-style: italic;
    font-stretch: normal;
    line-height: 1.09;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;

}
.share{
    font-family: Maax;
    font-size: 48px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: right;
    color: rgba(255, 255, 255, 0.2);
}
.share-content{
    max-width: 800px;
    display: flex;
    align-items: center;
    min-height: 200px;
}
section#footer{
    /*background-color: #050505;*/
    justify-content: center;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.footer-logo{
    margin-top: 100px;
   /* margin-top: auto;*/
    display: flex;
    /*justify-content: flex-end;*/
    justify-content: center;
    width: 100%;
    /*margin-bottom: 50px;
    margin-right: 50px;*/
}
#footer{
    padding-top: 60px;
    padding-bottom: 60px;

}
ul.mobile-menu{
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);

   /* margin-top: 30px;*/
    padding-left: 0;
    list-style-type: none;
    /*margin-top: auto;*/
   /* transition: all 1s;*/
    min-width: 300px;
}
.overlay.opened-menu ul.mobile-menu{
    animation-name: menu;
    animation-duration: .5s;
   /* margin-top: 0px;
    opacity: 1;*/
   /* transition: all 1s;*/
}

ul.mobile-menu li{
    font-family: Maax;
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 3.33;
    letter-spacing: 4.8px;
    text-align: center;
    color: #ffffff;
}
ul.mobile-menu li a{

    letter-spacing: 0;
    transition: all .5s;
}
ul.mobile-menu li a{
    text-decoration: none;
}
ul.mobile-menu li:hover a{
    padding-left: 14px;
    letter-spacing: 14px;
}
ul.mobile-menu li:last-child:hover a{
    padding-left: 0;
    letter-spacing: 0;
}
.soc-icons a svg{
    color: #fff;
}
.mobile-menu a{
    color: #fff;
}
.soc-icons{
    margin-left: 50px;
}
.bg-area2{
    position: absolute;
    width: 200px;
    height: 100vh;
}
.bg-area2 svg{
    width: 100%;
    height: 100vh;
}
.hidden-info{
    height: 0;
    overflow: hidden;
}
.more-btn-container{
    text-align: center;
    font-family: Maax;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: center;

    text-decoration: underline;
}
a.more-btn{
    display: inline-block;
    padding: 20px 54px;
    text-transform: uppercase;
    color: #8fbe4f;
    border: 1px solid #8fbe4f;
}
.more-btn-container{
    margin-top: 35px;
}
use{
/*stroke: #fff;*/
    /*fill: rgba(255, 255, 255, .5);*/
   /* fill: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../img/bg1.jpg");
    background-size: cover;
    background-attachment: fixed;*/
}
.team-item{
    display: flex;
}
.team-description{
    /*max-width: 500px;*/
    margin-left: auto;
    margin-right: auto;
}
.team-role{
    margin-right: 20px;
    flex-basis: 50%;
    text-align: right;
    opacity: 0.8;
    font-family: Maax;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.4;
    letter-spacing: normal;
    color: #ffffff;
}
.team-name{
    margin-left: 20px;
    flex-basis: 50%;
    font-family: Maax;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.4;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
}
a.custom-link, .tab.active{

    color: #8fbe4f;
    text-decoration: underline;
}
.team-description{
    margin-top: 50px;
}
.tabs-block a, .mobile-tab{
    font-family: Didot;
    font-size: 28px;
    font-weight: normal;
    font-style: italic;
    font-stretch: normal;
    line-height: 2.86;
    letter-spacing: normal;
    text-align: center;
    color: rgba(255, 255, 255, 0.96);
}
.tabs-block{
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
p{
    margin-bottom: 25px;
}
.tab-block{
    display: none;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}
.tab-block.active{
    display: block;
}
.contacts-block{
    margin-top: 50px;
}
.contacts-title{
    margin-bottom: 10px;
    font-family: Didot;
    font-size: 24px;
    font-weight: normal;
    font-style: italic;
    font-stretch: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}
.contacts-value{
    margin-bottom: 40px;
    font-family: Maax;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.31;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}
.meet-martha{
    margin-top: 20px;
    font-family: Didot;
    font-size: 36px;
    font-weight: normal;
    font-style: italic;
    font-stretch: normal;
    line-height: 0;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}
.meet-martha a{
    text-decoration: none;
}
.teasertrailer{
    margin-top: 40px;
    font-family: Didot;
    font-size: 36px;
    font-weight: normal;
    font-style: italic;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.teasertrailer a{
    border: 1px solid #8fbe4f;
    text-decoration: none;
    display: inline-block;
    padding: 40px 54px;
    transition: all .5s;
}
.teasertrailer a:hover{
    border: 1px solid #aae856;
    transition: all .5s;
}
.meet-martha-block{
    background-image: url("../img/instagram.svg");
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 20px;
    padding-bottom: 50px;
}

.tab{
    cursor: pointer;
}
.highlight-me{
    font-family: Maax;
    font-size: 24px;
    font-weight: bold;
    margin: 36px 0;
}
/*.left-block, .center-block, .right-block{
    animation-name: disappear;
    animation-duration: 1s;
}
*/
.left-block.active{
    animation-name: left;
    animation-duration: .5s;
    transform: translateX(0);
}
.right-block.active{
    animation-name: right;
    animation-duration: .5s;
    transform: translateX(0);
    /*
    transition: all 1s;
    */
}
/*.right-block{
    transform: translateX(40px);
}
.left-block{
    transform: translateX(-40px);
}*/
.center-block.active{
    animation-name: center;
    animation-duration: .5s;
    transform: translateY(0);
   /* transition: all 1s;*/
}
.mobile-content{
    display: none;
}
.mobile-tab-container{
    color: #fff;
}
.bx-pager{

    display: flex;
    justify-content: center;
    align-items: center;
}
.bx-pager-link:focus, .bx-pager-link:hover{
    text-decoration: none;
}
.bx-pager-link:hover, .bx-pager-link:focus, .bx-pager-link:visited{
    color: #fff;
}
.bx-pager-link.active:hover, .bx-pager-link.active:focus, .bx-pager-link.active:visited{
    color: #000;
}
.bx-pager-link{
    padding-top: 2px;
    text-decoration: none;
    margin-left: 10px;
    margin-right: 10px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    transition: all .5s;
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bx-pager-link:hover{
    background-color: rgba(255, 255, 255, 0.2);
}
.bx-pager-link.active:hover{
    background-color: #fff;
    color: #000000;
}
.bx-pager-link.active{
    background-color: #fff;
    color: #000000;
}
.sl-content .text-content{
    margin-top: 56px;
}
.sl-area{
    margin-top: 40px;
}
.slide-image{
    text-align: center;
    margin-bottom: 30px;
}
.slide-image img{
    max-width: 100%;
    height: 380px;
}
#whatis .section-content{
    width: 100%;
    max-width: none;
}
.sl-content{
    width: 65%;
    margin-left: auto;
    margin-right: auto;
}
.sl-content .text-content {padding: 0 15%;}
.team-link{
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.team-link a{
    border: 1px solid #8fbe4f;
    text-decoration: none;
    display: inline-block;
    padding: 20px 54px;
    transition: all .5s;
}
.team-link a:hover{
    border: 1px solid #aae856;
    transition: all .5s;
}
.arr img{
    width: 50px;
}
.custom-arrows{
    margin-top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.copy{
    margin-top: 50px;
    text-align: center;
    color: #fff;
}
.external-page #team{
    min-height: 200vh;
}

.section-group.external-page{
    min-height: 200vh;
}
.external-page #team .section-content{
    width: 100%;
    max-width: none;
}
.external-page h3{
    font-size: 36px;
    text-align: center;
    color: #fff;
}
.external-page .team-role{
    line-height: 1.5;
}
.external-page .team-name div{
    line-height: 1.5;
}
.external-page .team-item{
    margin-bottom: 20px;
}
.yugen-block .internal span{
    -webkit-text-fill-color: rgba(255, 255, 255, 0.3);
}
.team-text-content{
    width: 80%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.external-page h2{
    margin-top: 15%;
}
.external-page h3{
    font-weight: 600;
    margin-top: 80px;
}
.external-page #team{
    text-transform: uppercase;
}
.team-text-content{
    text-transform: none;
}
.external-page .team-name,.external-page .team-role{
    font-size: 16px;
}
.external-page .team-role{
    font-weight: 800;
    opacity: 0.6
}
#footer h2{
    letter-spacing: 1px !important;
}
.custom-link:hover, a.more-btn:hover {
    transition: all .5s;
    color: #aae856;
    border: 1px solid #aae856;
}
.custom-link{
    transition: color .5s;
}
.section-content{
    display: flex;
    align-items: center;
    justify-content: center;
}
#whatis .cursive-title{
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}
.mob-slider{
    display: none;
}
.custom-link.no-hover:hover{
    color: #aae856;
    border: none;
    transition: all .5s;
}
img.yugen-right-logo{
    width: 195px;
    margin-top: -20px;
}
a.yugen-right-logo{
    text-decoration: none !important;
    margin-top: -10px;
    display: flex;
    align-items: center;
    font-family: Maax;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.13;
    letter-spacing: 1.6px;
    text-align: right;
    color: #ffffff;

}
a.yugen-right-logo img{
    width: 10px;
    margin-right: 30px;
}
.video-block{
    margin-top: 60px;
}
#links-pages a{
    transition: all .5s;
    display: block;
    text-align: center;
    font-family: Maax;
    font-size: 36px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.08;
    letter-spacing: 7.2px;
    color: #ffffff;
    text-decoration: none !important;
}
#links-pages a:hover{
    padding-left: 16px;
    color: #aae856;
    letter-spacing: 20px;
}
#links-pages hr{
    max-width: 130px;
    margin-top: 35px;
    margin-bottom: 35px;
    border-top: 2px solid #8fbe4f;
}
.video-block iframe{
    max-width: 100%;
}
.c-divide{
    display: flex;
}
.c-left {
    padding-right: 40px;
}
.c-left img{
    height: 600px;
}
.c-right{
    padding-left: 40px;
}
.c-right .text-content, .c-right h2, .c-right h3{
    padding-left: 0;
    text-align: left;
}
.press-content-inner a, .exhibition .c-right a{

    font-size: 14px;
    padding-right: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.07;
    letter-spacing: normal;
    text-align: left;
    color: #8fbe4f;
}
.exhibition .c-right a{
    text-align: left;
    display: block;
}
.press-date{
    padding-left: 20px;
    color: #8fbe4f;
}
.press-content{
    margin-top: 45px;
}
.exhibition .text-content{
    margin-bottom: 35px;
}
.a-content{
    margin-bottom: 65px;
}
.external-page.press h2{
    margin-top: 0;
}
.slic-item {
    width: 500px;
}
.slic-item img{
    max-width: 100%;
}
.slic-element{
    min-width: 0%;
}
.slic-item{
    min-width:0;
    min-height:0;
    width: 500px;
}
.pre-slick-container{
    margin-top: 100px;
    transform: translateX(200px);
}
/*.pre-slick-container{
   width: 100%;
}*/
.overflow-hidden{
    display: block;
    overflow: hidden;
}
.section-real-contact, .pre-slick-container{
    max-width: 100%;
}
.ns{
    margin-top: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.custom-dots ul{
    padding-left: 0;
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
#stills.height-100{
    position: relative;
    display: block;
}
#stills .section-content{
    position: absolute;
    min-height: auto;
    height: auto;
    transform: translateY(-50%);
    top: 50%;
}
#stills .section-content, #stills .section-content, #stills .section-real-contact{
    width: 100%;
    max-width: 100%;
    display: block;
}
.c-prev img, .c-next img{
    cursor: pointer;
    height: 40px;
}
.custom-dots li, .custom-dots {
    display: flex;
}
.custom-dots button{
    margin-left: 10px;
    margin-right: 10px;
    outline: none;
    border: none;
    text-indent: -9999px;
    width:16px;
    height:16px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.3);
}
.custom-dots  button.active{

    background-color: rgba(255, 255, 255, 1);
}
.text-caps div{

    text-transform: uppercase;
}
.flex-100 .team-name{
    flex-basis: 100%;
}
.press-new-text-block{
    margin-top: 50px;
    color: #fff;
    text-align: center;
}
.press-new-cursive{
    font-size: 24px;
    line-height: 1.29;
}
.tabs-block a{
    text-decoration: none;
    margin-left: auto;
    margin-right: auto;
}
@media only screen and (max-width: 1400px) {
    #whatis .cursive-title {
        max-width: 900px;

    }
    .sl-content .text-content {
        padding: 0 10%;
    }
}
@media only screen and (max-width: 1200px) {
    #whatis .cursive-title {
        max-width: 900px;

    }
    .sl-content .text-content {
        padding: 0 5%;
    }
    .section-content, .mobile-content{
        width: 65%;
    }
}
@media only screen and (max-width: 1025px) {
    .custom-bg {
        position: fixed;
        background-attachment: scroll;
        z-index: -1;
        /* transition: margin .5s;*/
    }
    .event-slider-container{
        width: 100%;
        height: 422px;
    }
    .c-divide {
        margin-top: 120px;
    }
}
@media only screen and (max-width: 991px) {
    .slic-item {
        width: 80%;
        padding-right: 10px;
        padding-left: 10px;
        margin-left: auto;
        margin-right: auto;
    }
    .overflow-hidden .slic-item img{
        width: auto;
        max-width:100%;
        margin-left: auto;
        margin-right: auto;
    }
    .pre-slick-container {
        margin-top: 50px;
        transform: translateX(0);
    }
    .custom-bg{
        position: fixed;
        background-attachment: scroll;
        z-index:-1;
        /* transition: margin .5s;*/
    }

    .sl-content .text-content {
        padding: 0%;
    }
    .tabs-block a{
        font-size: 24px;
    }
    .section-content, .mobile-content{
        width: 80%;

    }
    .share-content{
        padding-top: 40px;
        padding-bottom: 40px;
        display: block;

    }
    .share{
        margin-bottom: 20px;
        text-align: center;
    }
    .soc-icons{
        margin-left: 0px;
        display: flex;
        justify-content: center;
    }
    #main .lay{
        padding-right: 0px;
        padding-left: 30px;
    }
    /*.section-content, .mobile-content{
        min-height: 700px;
    }
    */
    #contacts .section-content{
        min-height: auto;
    }

    .ns, .pre-slick-container {
        margin-top: 50px;
    }
    .pre-slick-container {
    }
    .single-page.exhibition h2{
        font-size: 21px;
    }
    .c-divide{
        display: block;
    }
    .c-right{
        padding-left: 0;
        margin-top: 40px;
    }
    .c-right .text-content, .c-right h2, .c-right h3, .exhibition .c-right a{
        text-align: center;
    }
}
@media only screen and (max-width: 767px) {
    #links-pages a{
        padding-left: 10px;
        font-size: 24px;
    }
    #links-pages hr {
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .ns, .pre-slick-container {
        margin-top: 50px;
    }
    .slic-item{
        width: 90%;
    }
    .pre-slick-container {
        margin-top: 50px;
        transform: translateX(0px);
    }


    .exhibition .c-right a{
        text-align: center;
    }
    .c-right{
        padding-left: 20px;
        padding-right: 20px;
    }

    .external-page.exhibition .spacer {
        padding-left: 0;
        padding-right: 0;
    }
    .external-page.exhibition #main .spacer {
        padding-left: 20px;
        padding-right: 20px;
    }
    .c-left img{
        height: auto;
        width: 100%;
    }
    .c-left{
        padding-right: 0;
    }

    a.yugen-right-logo{
        margin-top: -5px;


    }
    .custom-bg{
        background-image: none;
        /* transition: margin .5s;*/
    }
    .custom-bg::before{
        /* transition: all .5s;*/
        content: "";
        display: block;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100vh;
        z-index: 0;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url("../img/bg1.jpg");
        background-size: cover;
    }
    .mob-slider{
        display: block;
    }
    .desc-slider{
        display: none;
    }
    .sl-content .text-content{
        margin-top: 15px;
    }
    .sl-area{
        margin-top: 20px;
    }
    .slide-image{
        margin-bottom: 15px;
    }
    .slide-image img{
        height: 200px;
    }

    #whatis .cursive-title {
        font-size: 24px;
        line-height: 1.2;
        padding-left: 10px;
        padding-right: 10px;
    }

    .sl-content .text-content{
        padding-left: 0px;
        padding-right: 0;
    }
    .sl-content{
        width: 90%;
    }
    #nav-icon2{
        height: 26px;
    }
    .section-content, .mobile-content {   padding-top: 60px; padding-bottom: 60px; }
    .mobile-tab-container {margin-top: 36px;}
    .custom-link{
        text-align: center;
    }
    .sl-content{
        margin-left: auto;
        margin-right: auto;
        width: 90%;
    }
    #whatis{
        width: 100%;
        margin-top: 10px;
    }
    #about h2{
        display: none;
    }
   /* html, body{
        transition: height .5s;
    }
    #main{
        transition: margin .5s;
    }*/

    ul.mobile-menu li{
        line-height: 1.8;
        font-size: 18px;
    }
    .mobile-menu li:last-child{
        margin-top: 24px;
    }
    .inst img {
        width: 24px;
    }
    .mobile-text{
        text-align: center;
    }
    .team-item{
        display: block;
        margin-bottom: 40px;
    }
    .team-role{
        margin-right: 0;
        margin-bottom: 5px;
        font-size: 15px;
        line-height: 1;
        text-align: center;
    }
    .team-name{
        text-align: center;
        font-size: 17px;
        line-height: 1;
        margin-left: 0;
    }
    h2{
        font-size: 26px;
        letter-spacing: 5px;
        padding-left: 5px;
    }

    .subtitle{
        font-size: 20px;
    }
    .section-content, .mobile-content{
        min-height: auto;
        width: 90%;
        padding-left: 0;
        padding-right: 0;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .menu-name{
        display: none;
    }
    .spacer{
        padding-left: 20px;
        padding-right: 20px;
    }
    .lay{
        padding-left: 20px;
        padding-right: 0px;
    }
    .burger-area{
        left: 20px;
    }
    #main .lay{
        padding-top: 30px;
    }
    .burger-area{

        top: 40px;

    }
    .footer-logo{
        margin-right: 0;
        justify-content: center;

    }
    .head-part ul li{
        font-size: 14px;

    }


}
@media only screen and (max-width: 550px) {
    .yugen-block .internal {
        bottom: 0;
        line-height: 1;
        transform: rotate(270deg);
    }
    .mobile-content{
        display: block;
    }
    #tab-area .section-content{
        display: none;
    }
    ul.mobile-menu li{
        line-height: 2;
        font-size: 24px;
    }
    .inst img {
        width: 40px;
    }
    .mobile-menu li:last-child{
        margin-top: 40px;
    }
}
#nav-icon2 span {
    z-index: 2;
    display: block;
    position: absolute;
    height: 2px;
    width: 50%;
    background: #fff;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
#nav-icon2 span:nth-child(even) {
    left: 50%;
    border-radius: 0 9px 9px 0;
}

#nav-icon2 span:nth-child(odd) {
    left:0px;
    border-radius: 9px 0 0 9px;
}

#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
    top: 0px;
}

#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
    top: 10px;
}

#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
    top: 20px;
}

#nav-icon2.open span:nth-child(1),#nav-icon2.open span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon2.open span:nth-child(2),#nav-icon2.open span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*#nav-icon2.open span:nth-child(1) {
    left: 5px;
    top: 7px;
}

#nav-icon2.open span:nth-child(2) {
    left: calc(50% - 5px);
    top: 7px;
}*/

#nav-icon2.open span:nth-child(3) {
    left: -50%;
    opacity: 0;
}

#nav-icon2.open span:nth-child(4) {
    left: 100%;
    opacity: 0;
}

/*
#nav-icon2.open span:nth-child(5) {
    left: 5px;
    top: 29px;
}

#nav-icon2.open span:nth-child(6) {
    left: calc(50% - 5px);
    top: 29px;
}*/

#nav-icon2.open span:nth-child(1) {
    left: 2px;
    top: 7px;
}
#nav-icon2.open span:nth-child(2) {
    left: calc(50% - 2px);
    top: 7px;
}
#nav-icon2.open span:nth-child(5) {
    left: 2px;
    top: 15px;
}
#nav-icon2.open span:nth-child(6) {
    left: calc(50% - 2px);
    top: 15px;
}

.external-page.single-page #team .section-content{
    max-width: 850px;
}
.external-page.single-page.exhibition #team .section-content{
    max-width: 1100px;
}
.meet-martha a:hover{
    border: none;
}
.about-section .section-content{
    width: 100%;
}
.external-page #team.about-section, .external-page #team.press-section{
    text-transform: inherit;
}
.external-page #team.about-section .section-content{
    max-width: 850px;

}
.make-bold{
    font-weight: bold;
}
.text-center{
    text-align: center;
}
.stage{
    margin-bottom: 10px;
}
.yugen-block.rotate{
    transform: rotate(270deg);
    right: 0;
}
.external-page #team.press-section, .section-group.external-page.single-page{
    min-height: 100vh;
}
.press-website{
    border-right: 1px solid rgba(255, 255, 255, 0.4);
}
.press-content-title{
    color: #ffffff;
    text-align: center;
    display: block;
}
.press-a{
    display: block;
    text-decoration: none !important;
}
.press-a .press-website{
    color: #8fbe4f;
    padding-right: 20px;
}
.press-content-inner{
    text-decoration: none !important;
    justify-content: center;
    display: flex;
    align-items: center;
    margin-top: 4px;
    margin-bottom: 30px;
}
.acquisition-logo{
    text-align: center;
}
.acquisitions .press-new-text-block{
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
}
.trailer-iframes iframe{
    width: 44.271vw;
    height: 26vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 40px;
}
.trailer-iframes{
    width: 100%;
}
.width-100{
    width: 100%;
}
.list-centralize .team-name{
    text-align: center;
    padding-left: 0;
}


.exhibition .c-right h2 {
    letter-spacing: 0px;
}

.exhibition .c-right h3 {
    letter-spacing: 0px;
    margin-top: 0px;
    font-size: 14px;
    font-weight: normal;
}

.trailer-iframes iframe {
    min-width: 640px;
    min-height: 360px;
}

@media only screen and (max-width: 2500px) {
    .internal{
        background-position: 0 0;
    }

}
@media only screen and (max-width: 1800px) {
    .internal{
        background-position: 0 0;
    }
    .yugen-block{
        font-size: 10em;
        letter-spacing: 65px;
    }
}

@media only screen and (max-width: 1650px) {
    .internal {
       /* background-position: 0 239px;*/
    }
    .yugen-block{
        font-size: 10em;
        letter-spacing: 70px;
    }
}
@media only screen and (max-width: 1300px) {
    .yugen-block{
        font-size: 10em;
        letter-spacing: 40px;
    }
}
@media only screen and (max-width: 991px) {
    .yugen-block{
        font-size: 8em;
        letter-spacing: 20px;
    }
    .owl-carousel.events-slider .owl-dot {
        margin-right: 15px;
    }

}
@media only screen and (max-width: 767px) {
    .yugen-block{
        font-size: 4em;
        letter-spacing: 7px;

    }
    .mobile-menu{
        max-height: 80vh;
        overflow: auto;
    }
    .trailer-iframes iframe{
        width: 88vw;
        height: 52vw;
        min-width: unset;
        min-height: unset;
    }
    .trailer-iframes{
        margin-top: 0px;
        margin-bottom: 45px;
    }
}
@media only screen and (max-width: 550px) {
    .yugen-block{
        font-size: 4em;
        letter-spacing: 7px;
        top: 200px;
        bottom: auto
    }

    .yugen-block .internal{
        height: 370px;
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }
}
@media only screen and (max-width: 376px) {
    .yugen-block .internal{
        height: 334px;

        display: flex;
        justify-content: center;
        align-items: flex-end;
        padding-left: 20px;
        width: 325px;
    }
    .yugen-underwords{
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (max-width: 370px) {
    .yugen-block .internal{
        height: 305px;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        padding-left: 20px;
        width: 325px;

    }

    .yugen-block.rotate{

        top: 250px;

    }
}
@media only screen and (max-width: 340px) {
    .slic-item {
        width: 300px;
    }
    .yugen-block .internal{
        height: 232px;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        padding-left: 20px;
        width: 325px;
    }
}
@media only screen and (max-height: 1000px) {
    ul.mobile-menu li {

        line-height: 2;

    }
}
/*@keyframes disappear {
    0%   {opacity: 1;}

    100%  {opacity: 0;display: none;}
}*/
@keyframes right {
    0%   {transform: translateX(40px);opacity: 0;}

    100%  {transform: translateX(0);opacity: 1; /*display: block;*/}
}
@keyframes left {
    0%   {transform: translateX(-40px);opacity: 0;}

    100%  {transform: translateX(0);opacity: 1; /*display: block;*/}
}
@keyframes center {
    0%   {transform: translateY(40px);opacity: 0;}

    100%  {transform: translateY(0);opacity: 1; /*display: block;*/}
}

@keyframes menu {
    0%   {margin-top: 30px; opacity: 0;}

    100%  {margin-top: 0; opacity: 1;}
}
@keyframes overlay {
    0%   {background-color: transparent;}

    100%  {background-color: rgba(5, 5, 5, 0.9);}
}