.header__nav--mobile {
    display: none
}

.fixed-button {
    display: none;
}

.case-stagy-overview .gallery__nav-item {
    text-align: left;
}

.vr__close {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    min-width: 10rem;
    padding: 0.3125rem 1.5rem;
    pointer-events: none;
    opacity: 0;
    transition: all .3s;
    cursor: pointer;
    border: 1px solid #000 !important;
}

.vr__close.active {
pointer-events: all;
    opacity: 1;
}

.vr__action{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.3);
    cursor: pointer;
    transition: all .3s;
}

.vr__action-title {
    font-size: 2.45rem;
    color: #fff;
    font-family: Bebas Neue Pro, sans-serif;
    font-weight: 400;
    margin-top: 1.5rem;
}

.vr__action-icon svg,
.vr__action-icon {
    width: 100px;
height: 100px;
}


.vr__action-icon svg path{
    fill: #fff
}



.vr__action.hidden{
  opacity: 0;
  pointer-events: none;
}

.button.header__nav-link {
    padding: .3125rem .8125rem;
}

.page-template-page-case-flexible .fancybox-content ul {
    display: none;
}

.concept-text {
    font-size: 1.45rem;
    padding-top: 1.15rem;
}

.case-stagy-overview .gallery__nav {
    justify-content: space-between;
}

.case-stagy-overview .gallery__nav li:first-child button {
    justify-content: flex-start;
    padding-left: 0;
}

.case-stagy-overview .gallery__nav li:last-child button {
    justify-content: flex-end;
    padding-right: 0;
}

.case-stagy-overview .gallery__nav li:nth-child(2) {
    margin-right: 3%;
}

.case-stagy-overview .gallery__nav li:nth-child(3) {
    margin-left: 3%;
}


.section-video__title {
    position: absolute;
    top: -6.25rem;
    left: 0;
}

.section.sliders {
    padding-top: 6.25rem;
}

.section.section-video {
    overflow: visible;
    margin-top: 6.25rem;
}

.title.prime__title {
    font-size: 6rem;
    font-family: Bebas Neue, sans-serif;
}

h2.concept__main-title {
    font-size: 4.05rem;
    margin-left: -1px;
    font-family: Bebas Neue, sans-serif;
}

.title.sliders__title {
    font-size: 4.25rem;
    margin-bottom: 0.875rem;
}

.sliders__button {
    font-size: 2.45rem;
}

.sliders-head__title {
    font-family: Bebas Neue pro, sans-serif;
}

.tiles-item {
    display: block;
    width: calc(50% - 0.75rem);
}

.inspiration__list .fancy-item {
    display: block;
    max-height: 17.875rem;
}

.section.sliders .title {
    margin-bottom: 1.225rem;
}

.gallery__inner-wrap .sliders__title {
    font-size: 4.25rem;
    letter-spacing: -.02em;
    margin-bottom: 1.225rem;

}

.gallery__inner-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 10rem 2.25rem 4.25rem;
    z-index: 2;
}

.case-stagy-overview .gallery__image img {
    height: 100%;
}

.case-stagy-overview .gallery__image,
.case-stagy-overview .gallery__video {
    height: 59.6875rem;
    padding-top: 0;
    margin-bottom: 9.4rem;
    margin-top: 0;
}

.js-projects-list>div:last-child {
    margin-bottom: 0;
}

.section.vr-scene .gallery__video{
    height: 59.6875rem;
    padding-top: 0;
}

div.pnlm-tooltip span {
text-wrap: nowrap;
}

@media screen and (max-width: 1240px) {
    .inspiration__list .fancy-item {
        max-height: 12.5rem;
    }
}

@media screen and (max-width: 1000px) {

    .header__nav ul li+li {
        margin-top: 10px;
    }

    .button-call,
    .button-call.hidden {
        display: none;
    }

    .header__menu-button {
        background: transparent;
        border: none;
        display: block;
        height: 36px;
        margin: 0 -6px 0 0;
        padding: 10px 6px;
        position: relative;
        width: 49px;
    }

    .header__nav.active {
        left: 0;
        z-index: 15;
    }

    .header__menu-button .top-line {
        height: 3px;
        right: 6px;
        top: 10px;
        width: 27px;
    }

    .header__menu-button.active .top-line {
        right: 10px;
        top: 16px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .header__menu-button .bottom-line {
        bottom: 10px;
        height: 3px;
        left: 6px;
        width: 27px;
    }

    .header__menu-button.active .bottom-line {
        bottom: 17px;
        left: 11px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .header__menu-button .dot {
        bottom: 10px;
        height: 3px;
        right: 9px;
        width: 3px;
    }

    .header__menu-button>div {
        background: #151515;
        position: absolute;
        -webkit-transition: all .3s;
        transition: all .3s;
    }

    .header__menu-button.active .dot {
        opacity: 0;
    }

    .header__menu-button>div {
        background: #151515;
        position: absolute;
        -webkit-transition: all .3s;
        transition: all .3s;
    }

    .header__nav ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: auto;
        text-align: center;
        width: 100%;
    }

    body.no-scroll {
        overflow-y: hidden;
        position: fixed;
        width: 100vw;
    }

    body.no-scroll .main {
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .header__nav {
        background: #fff;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        height: calc(100% - 110px);
        left: 100%;
        overflow-y: auto;
        padding: 30px 20px 80px;
        position: fixed;
        top: 110px;
        -webkit-transition: .5s cubic-bezier(.77, 0, .175, 1);
        transition: .5s cubic-bezier(.77, 0, .175, 1);
        width: 100%;
        z-index: -10;
    }

    .button.header__nav-link {
        display: none;
    }

    .header__nav--desktope {
        display: none
    }

    .header__nav {
        display: block;
    }

    .header__nav ul li+li {
        margin-left: 0;
    }

    .header__subnav {
        height: 0;
        opacity: 1;
        overflow: hidden;
        pointer-events: all;
        position: static;
        -webkit-transition: height .5s;
        transition: height .5s;
        z-index: 0;
    }

    .header__nav--mobile {
        display: flex;
        align-items: center;
        width: 100%;
        min-height: calc(100vh - 230px);
    }

    .review .swiper-button-next,
    .review .swiper-button-prev {
        display: block !important;
    }

    main.main {
        margin-top: 100px;
    }

    header.header {
        position: fixed;
        top: 0;
        z-index: 999;
        background-color: #fff;
        padding: 15px 20px;
    }

    .fixed-button.active {
        bottom: 0;
    }

    .fixed-button {
        display: block;
        background-color: #fff;
        bottom: -100px;
        left: 0;
        padding: 10px;
        position: fixed;
        width: 100%;
        z-index: 10;
        transition: all .3s;
    }

    .fixed-button .button {
        background-color: #151515;
        border: 2px solid #151515;
        border-radius: 0;
        width: 100%;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #fff;
        display: inline-block;
        font-size: 14px;
        font-weight: 600;
        line-height: 100%;
        min-width: 25rem;
        outline: none;
        padding: .8125rem 1.5rem;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

    [title="menu-button"] {
        background-color: #151515;
        border: 2px solid #151515;
        border-radius: 0;
        box-shadow: none;
        color: #fff !important;
        display: inline-block;
        font-size: 0.75rem !important;
        font-weight: 600;
        line-height: 100%;
        width: 17rem;
        outline: none;
        padding: .65rem 1.5rem;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        -webkit-transition: all .3s;
        transition: all .3s
    }

    [title="menu-button"]::after {
    opacity: 0;
    }
    .header__nav-button::after {
        opacity: 1;
        background-image: url(../images/icons/menu-arrow-white.svg);
        top: -0.1rem;
        right: 3rem;
        width: 1.1rem;
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: contain;
        bottom: 0;
        content: "";
        display: block;
        height: 26px;
        margin: auto;
        position: absolute;
    }

    

    .top-level-item a:before,
    [title="menu-button"]::before {
        opacity: 0
    }



    [title="menu-end"] {
        margin-bottom: 20px;
        display: block
    }

    [title="menu-start"] {
        margin-top: 20px;
        display: block
    }
}

@media screen and (max-width: 780px) {

    .section.vr-scene .gallery__video{
        height: 564px;
    }

    .section.vr-scene {
        padding-top: 25px;
    }

    .section.inspiration,
    .section.tiles {
        padding-top: 0;
    }


    .section.section-video {
        margin-top: 5.75rem;
    }

    .page-template-page-estate .section.sliders {
        padding-top: 0;
    }

    .page-template-page-estate .section.sliders .title {
        font-size: 34px;
       
    }

    .page-template-page-case-flexible .vr-scene__title,
    .page-template-page-case-flexible .tiles__title {
        margin-bottom: 0;
    }

    .page-template-page-case-flexible .inspiration__title,
    .page-template-page-case-flexible .section.sliders .title {
        margin-bottom: 20px;
    }


    .tiles-item img {
        object-fit: contain;
        display: block;
        width: 100%;
        position: relative;
    }

    .case-stagy-overview .gallery__image img {
        height: 100%;
    }

    .case-stagy-overview .gallery__image,
    .case-stagy-overview .gallery__video {
        height: 564px;
        padding-top: 0;
        margin-bottom: 0;
        margin-top: 20px;
    }

    .section.sliders .title {
        font-size: 40px;
        margin-bottom: 12px;
    }

    .case-stagy-overview .gallery__nav li:first-child button {
        justify-content: flex-start;
        padding-left: 0;
    }

    .case-stagy-overview .gallery__nav li:last-child button {
        justify-content: flex-end;
        padding-right: 20px;
    }

    .case-stagy-overview .gallery__nav li:nth-child(2) {
        margin-right: 0%;
    }

    .case-stagy-overview .gallery__nav li:nth-child(3) {
        margin-left: 0%;
    }

    .gallery__inner-wrap .sliders__title {
        font-size: 40px;
        margin-bottom: 12px;
    }

    .gallery__inner-wrap {
        padding: 70px 20px 20px;
    }

    .gallery__inner-wrap .sliders__button {
        font-size: 20px;
        font-weight: 300;
    }

    .section.sliders .title {
        margin-bottom: 30px;
    }

    .inspiration__list .fancy-item:first-child {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(66.6666% - 10px);
        flex: 1 0 calc(66.6666% - 10px);
    }

    .inspiration__list .fancy-item {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(33.3333% - 10px);
        flex: 1 0 calc(33.3333% - 10px);
        margin: 5px;
        max-height: 186px;
    }

    .case-stagy-overview .gallery__nav {
        white-space: wrap;
        justify-content: space-between;
    }



    .tiles-item {
        height: auto;
        padding-top: 0;
        margin-top: 20px;
        width: 100%;
    }

    .case-stagy-overview .gallery__nav li {
        min-width: 0;
        min-width: max-content;
    }

    .section-video__title {
        top: -46px;
    }

    .section.sliders {
        padding-top: 50px;
    }

    .section.section-video {
        padding-top: 50px;
    }

    .section.brands {
        margin: 30px 0;
        padding-bottom: 0;
    }

    .title.prime__title {
        font-size: 46px;
    }

    h2.concept__main-title {
        font-size: 46px;
        margin-left: 0;
        margin-bottom: 20px;
    }

    .header .header__logo img {
        height: 45px;
        width: auto;
    }

}

@media screen and (max-width: 600px) {
    .section.gallery .gallery__image.type-video {
        padding-top: calc(50% + 10px);
    }
}


.page-template-page-responsibilities b{
font-weight: 700;
}
.page-template-page-responsibilities li{
margin-bottom: 8px;
}