:root {
    --color-text: #292D3F
}

body {
    font-weight: 500;
}

h2 {
    font-weight: 500;
}

.krpano-loader {
    background-color: #FFFFFF;
    background-image: url('/new/loader.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100px;
}

.view-in-ar {
    opacity: 0;
    pointer-events: none;
    user-select: none;
}

/*-------------------------------------------------------------------------
    header360
-------------------------------------------------------------------------*/

.header360 {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 3;
    width: 100%;
    backdrop-filter: blur(32px);
    -webkit-backdrop-filter: blur(32px);
    background-color: rgba(255, 255, 255, 0.8);
    padding: 25px 0;
    color: #49516F;
}

.header360 a {
    color: #49516F;
}

.header360 .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1432px;
    padding: 0 30px;
    margin: 0 auto;
}

.header360-back {
    text-transform: uppercase;
    font-size: 18px;
    display: flex;
    align-items: center;
}

.header360-back svg {
    margin-right: 20px;
}

.header360-right {
    display: flex;
    align-items: center;
}

.header360-right > *:not(:last-child) {
    margin-right: 35px;
}

.header360 .header360-map,
.header360 .header360-info {
    text-transform: uppercase;
    display: flex;
    align-items: center;
    font-size: 14px;
    padding: 8px;
    cursor: pointer;
}

.header360 .header360-map svg,
.header360 .header360-info svg {
    margin-right: 10px;
}

.header360-lang {
    position: relative;
    cursor: pointer;
    padding: 8px;
}

.header360-lang__current {
    display: flex;
    align-items: center;
}

.header360-lang__current span {
    margin-right: 5px;
}

.header360-lang__current svg {
    transition: .3s ease-in-out;
}

.header360-lang:not(.active) svg {
    transform: rotate(180deg);
}

.header360-lang__others {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #FFFFFF;
    padding: 10px 0;
    border-radius: 5px;
    transition: .3s ease-in-out;
}

.header360-lang:not(.active) .header360-lang__others {
    pointer-events: none;
    transform: translateY(10px);
    opacity: 0;
}

.header360-lang__item {
    padding: 5px 15px;
}

.header360-lang__item:hover {
    color: #296cd1;
}


/*-------------------------------------------------------------------------
    info-modal
-------------------------------------------------------------------------*/

.info-modal {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 4;
    max-width: 482px;
    width: 90%;
    height: 100vh;
    padding-top: 0;
    transition: .3s linear;
}

.info-modal__wrapper {
    backdrop-filter: blur(32px);
    -webkit-backdrop-filter: blur(32px);
    background-color: rgba(255, 255, 255, 0.8);
    padding: 0 32px;
    color: #49516F;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    transition: .3s linear;
}

.info-modal__wrapper > div:last-child {
    margin-bottom: 30px;
}

.info-modal__wrapper > div:first-child {
    margin-top: 10px;
}

.info-modal:not(.active) {
    pointer-events: none;
    opacity: 0;
}

.info-modal:not(.active) .info-modal__wrapper {
    transform: translateX(105%);
}

.info-modal__close {
    margin-bottom: 10px;
    cursor: pointer;
}

.info-modal__photo {
    width: 100%;
    padding-bottom: 60%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    content: "";
    display: block;
    margin-bottom: 32px;
    border-radius: 30px;
}

.info-modal h2 {
    font-size: 24px;
    text-transform: uppercase;
}

.info-modal hr {
    height: 2px;
    background-color: #B9BDCA;
    box-shadow: none;
    border: none;
    margin: 16px 0;
}

.info-modal__link {
    color: #296cd1;
    text-decoration: underline;
}

.info-modal__socials {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.info-modal__socials > a {
    margin-right: 25px;
}

.info-modal__map {
    margin-top: 20px;
    width: 100%;
    padding-bottom: 60%;
    position: relative;
}

.info-modal__map iframe {
    width: 100%;
    height: 100%;
    border-radius: 25px;
    position: absolute;
    left: 0;
    top: 0;
}

.info-modal__address {
    margin-top: 20px;
}

.info-modal__address > div {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
}

.info-modal__address > div svg {
    margin-right: 5px;
}

/*-------------------------------------------------------------------------
    information-modal
-------------------------------------------------------------------------*/

#info-modal {
    font-size: 15px;
    line-height: 22px;
}
#info-modal .information-modal__body {
    padding-bottom: 0!important;
}
#info-modal {
    padding: 0 15px;
}

.information-modal {
    height: 100%;
    margin-top: 120px;
    color: #292D3F;
}
.information-modal__wrapper { padding-bottom: 20px }

.information-modal__video {
    position: relative;
    padding-bottom: 58%;
}

.information-modal .navigation .btn-short {
    width: auto;
    height: auto;
}

.information-modal .navigation .btn-short__wrap {
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    font-size: 12px;
    text-align: center;
}

.information-modal .navigation .btn-short__wrap img {
    margin-bottom: 5px;
}

.information-modal__video iframe, .information-modal__video video {
    width: 100%;
    height: 100%;
    display: block;
    border-bottom-left-radius: 22px;
    border-bottom-right-radius: 22px;
    position: absolute;
    left: 0;
    top: 0;
}

#information-modal .result-card {
    position: absolute;
    left: 0;
    bottom: 100%;
    padding-bottom: 10px;
}

@media(max-width: 992px) {
    .information-modal {
        margin-top: 50px;
        height: auto;
    }
}

.information-modal {
    min-width: 700px;
    padding-top: 0;
    padding-bottom: 0;
    background-color: transparent;
}
.information-modal__body {
    background-color: #FFFFFF;
    border-radius: 22px;
    overflow: hidden;
}

.information-modal__padding.text {
    text-align: center;
}

.fancybox-button.fancybox-close-small {
    background-color: rgba(0, 0, 0, 0.5);
}

#info-modal .fancybox-button.fancybox-close-small {
    background-color: transparent;
    margin-right: 10px;
    right: 0;
}

#info-modal .fancybox-button.fancybox-close-small svg path{
    fill: var(--color-text);
}

.fancybox-button svg path {
    fill: white;
}

.information-modal .heading {
    height: auto;
    margin: 0;
}

.information-modal .heading .text .title {
    font-size: 24px;
    color: #292D3F;
    font-weight: 500;
}

.information-modal__head {
    padding-bottom: 54%;
    position: relative;
}
.information-modal__head::after {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background-color: #000000;
    opacity: 0.5;
}
.information-modal__head .logo {
    float: none;
    position: absolute;
    margin-right: 0;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -70px;
    width: 150px;
    z-index: 2;
}
.information-modal__head .logo img {
    display: block;
    width: 100%;
}
.information-modal__head .image-block {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.information-modal__head .image-block img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
}

.information-modal__padding {
    padding-left: 10px;
    padding-right: 10px;
}

.information-modal .images {
    margin-bottom: 20px;
}

.information-modal .images a {
    display: block;
}

.information-modal .images img {
    display: block;
}

.information-modal .title h5 {
    color: #49516F;
    padding: 12px 0;
    border-top: 1px solid #EAEAEA;
    border-bottom: 1px solid #EAEAEA;
    font-size: 26px;
}

.information-modal .description,
.information-modal .content {
    margin: 20px 0;
    font-size: 14px;
    text-transform: capitalize;
    white-space: pre-line;
    line-height: 22px;
}

.information-modal .content {
    text-align: left!important;
    padding: 0!important;
    font-weight: 400;
    color: #49516F;
}

.information-modal .collection {
    display: flex;
    align-items: center;
}
.information-modal .collection span {
    display: block;
    margin: 0 5px;
}

.information-modal .collection a {
    display: block;
}

.information-modal .collection .collection-category {
    color: #49516F;
    font-weight: 600;
    padding: 20px 0;
    font-size: 14px;
    letter-spacing: 0.2px;
}

.information-modal .collection .collection-subcategory {
    color: #296CD1;
    /*text-decoration: underline;*/
    border-bottom: 1px solid #3988ff;
}

@media (min-width: 992px) {
    .information-buttons {
        position: sticky;
        top: 10px;
        margin-left: auto;
        height: 0;
        display: block;
        width: 60px;
        margin-right: -93px;
        text-align: center;
        flex-direction: column;
    }
}

.information-buttons .information-buttons__button {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 60px;
    color: #FFFFFF;
    margin-bottom: 30px;
    font-size: 13px;
    text-align: center;
    cursor: pointer;
    font-weight: 400;
}

.information-buttons .information-buttons__button span {
    background-color: #FFFFFF;
    border-radius: 100%;
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
    transition: .2s ease-in-out;
}

.information-buttons .information-buttons__button div {
    white-space: nowrap;
}

.information-buttons .information-buttons__button a div {
    min-width: 110px;
}

.information-buttons .information-buttons__button img {
    transition: .2s ease-in-out;
}

.information-buttons .information-buttons__button span:hover {
    background-color: #296CD1;
}

.information-buttons .information-buttons__button span:hover img {
    filter: brightness(0) invert(1);
}

/*-------------------------------------------------------------------------
    share-buttons
-------------------------------------------------------------------------*/

.heading .custom-share {
    display: none;
    position: absolute;
    z-index: 5;
    right: 96px;
    top: 20px;
}

.heading .custom-share a {
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    display: flex;
    border-radius: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.heading .custom-share__btn img {
    display: block;
    filter: brightness(0) invert(1);
    width: 20px;
}

.custom-share__dropdown {
    position: absolute;
    top: 0;
    left: 100%;
    padding-left: 25px;
    transform: translateY(10px);
    opacity: 0;
    pointer-events: none;
    transition: .3s ease-in-out;
    width: max-content;
}

.hotspot-navigation .custom-share__dropdown {
    right: 0;
    padding-left: 0;
    top: auto;
    bottom: 100%;
    left: auto;
    padding-bottom: 10px;
}

.custom-share.active .custom-share__dropdown {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.custom-share__dropdown a {
    display: flex;
    align-items: center;
    height: 44px;
    background-color: rgba(0,0,0,0.5);
    border-radius: 12px;
    color: #FFFFFF;
    font-size: 14px;
    margin-bottom: 6px;
    padding-right: 10px;
    font-weight: 300;
    transition: .3s ease-in-out;
}
.custom-share__dropdown a:hover {
    background-color: #FFFFFF;
    color: var(--color-text);
}

.custom-share__dropdown a:hover img {
    filter: grayscale(1) invert(0.9);
}
.custom-share__dropdown a svg {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}


/*-------------------------------------------------------------------------
    others
-------------------------------------------------------------------------*/

.wrapper-panel.sharePannel {
    z-index: 99993 !important;
}

.mobile-navigation {
    z-index: 2;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: none;
}

.mobile-navigation__wrapper {
    box-shadow: 0 4px 20px #0000001a;
    padding-top: 1rem;
    padding-bottom: 1rem;
    backdrop-filter: blur(32px);
    -webkit-backdrop-filter: blur(32px);
    background-color: rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
}

.mobile-navigation svg {
    display: block;
}


/*-------------------------------------------------------------------------
    responsive
-------------------------------------------------------------------------*/

@media(max-width: 1220px) {
    .information-buttons .custom-share__dropdown a {
        padding-right: 0;
    }
    .information-buttons .custom-share__dropdown a span {
        display: none;
    }
    .information-buttons .custom-share__dropdown a img {
        margin-right: 0;
        width: 44px;
        height: 44px;
    }
}

@media (max-width: 992px) {
    .information-modal {
        min-width: auto;
        width: 90%;
    }

    .information-modal {
        padding-bottom: 0;
        margin-bottom: 125px;
    }

    .information-buttons {
        display: none;
        /*display: flex;*/
        /*justify-content: space-around;*/
        /*height: auto;*/
        /*position: fixed;*/
        /*width: 100%;*/
        /*z-index: 99;*/
        /*left: 0;*/
        /*bottom: 0;*/
        /*background-color: #fff;*/
        /*padding: 15px 0;*/
    }

    .information-buttons .information-buttons__button {
        color: #222222;
        max-width: 150px;
        margin-bottom: 0;
        font-size: 13px;
        padding: 0 10px;
        width: 100%;
    }

    .information-buttons .information-buttons__button span {
        background-color: #EAEAEA;
    }

    .information-buttons .custom-share {
        position: relative;
    }

    /*.heading .custom-share {*/
    /*    display: block;*/
    /*}*/

    .heading .custom-share__dropdown {
        left: auto;
        right: 100%;
        padding-left: 0;
        padding-right: 10px;
    }

    .heading .custom-share__dropdown-wrapper {
        display: flex;
        flex-direction: row-reverse;
    }

    .heading .custom-share__dropdown a {
        margin-bottom: 0;
        margin-right: 6px;
    }

    .heading .custom-share__dropdown img {
        width: 35px;
        height: 35px;
    }

    .heading .custom-share__dropdown {
        transform: translateY(0);
    }
}


@media (max-width: 768px) {
    .header360 {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .header360 .header360-map span, .header360 .header360-info span {
        display: none;
    }

    .header360-right > *:not(:last-child) {
        margin-right: 0;
    }

    .header360-back {
        font-size: 14px;
    }

    .header360 .container {
        padding: 0 15px;
    }

    .info-modal {
        z-index: 4;
        width: 100%;
        padding-top: 0;
        background-color: rgba(0, 0, 0, 0.4);
        font-size: 14px;
    }

    .info-modal__wrapper {
        padding-left: 15px;
        padding-right: 15px;
        max-width: 260px;
        margin-left: auto;
    }

    .info-modal__photo,
    .info-modal__map iframe {
        border-radius: 15px;
    }

    .info-modal h2 {
        font-size: 18px;
    }

    .info-modal__address > div {
        font-size: 16px;
    }

    .wrapper-panel.sharePannel {
        left: 0 !important;
        top: 0 !important;
        width: 100%;
        margin: 0;
        max-height: 100vh;
        height: 100%;
    }

    .wrapper-panel.sharePannel .sharePanel {
        width: 100%;
        height: 100%;
    }

    .sharePanel__screenshot img {
        object-fit: contain;
        background-color: #f1f1f1;
    }

    .information-modal .heading .text .title {
        font-size: 22px;
    }

    .info-modal {
        max-width: 100% !important;
    }

    .mobile-navigation {
        display: block;
    }

    .header360 .header360-info,
    .header360 .header360-map {
        display: none;
    }

    .information-modal {
        width: 100%;
        margin: 0;
    }
    .information-modal__wrapper {
        padding: 0;
        margin: -6px;
    }
    .information-modal__head {
        padding-bottom: 52%;
    }
    .information-modal__body {
        padding-bottom: 70px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    .information-modal__head .logo {
        margin-top: 0;
    }

    .information-modal .fancybox-button.fancybox-close-small {
        margin-right: 15px;
        margin-top: 0;
    }

    .heading .custom-share {
        right: 80px;
    }

    .view-in-ar {
        opacity: 1;
        pointer-events: auto;
        user-select: auto;
    }
}
