.pm-tour__main {
    position: relative;
    height: calc(100vh - 46px);

    display: flex;
    flex-direction: row;

    z-index: 1;
}

.admin-bar .pm-tour__main {
    height: calc(100vh - 46px - 32px);
}

.pm-tour__banner {
    position: relative;

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;

    padding: 5px 24px;
    gap: 0 12px;

    background-color: var(--tour-banner-bg);
    z-index: 2;
}

.pm-tour__banner p {
    margin: 0;
    
    font-size: 17px;
    color: #000;
}

.pm-tour__banner a {
    display: block;
    padding: 5px 20px;

    font-family: 'TVNordEF-BlackCon', sans-serif;
    font-size: 17px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0.51px;

    border: 1px solid #000;
    background-color: #fff;

    transition: 0.3s all;
}

.pm-tour__banner a:hover {
    color: #fff;
    background-color: #000;
    text-decoration: none;
}

.pm-tour__sidebar {
    position: relative;

    height: 100%;
    width: 100%;
    max-width: 280px;

    display: flex;
    flex-direction: column;
    padding: 32px 0 0;

    overflow: hidden;
    flex-shrink: 0;

    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
    z-index: 11;
}

.admin-bar .pm-tour__sidebar {
    max-height: calc(100vh - 32px);
}

.pm-tour__sidebar figure {
    margin: 0 auto 28px;
}

.pm-tour__sidebar figure img {
    max-height: 20px;
    width: auto;
}

.pm-tour__sidebar h1 {
    margin: 0 0 10px;
    padding: 0 15px;

    font-family: 'TVNordEF-Regular', sans-serif;
    font-size: 17px;
    line-height: 25px;
    color: #000;
}

.tour__sidebar_inner {
    height: calc(100% - 52px);

    display: flex;
    flex-direction: column;
}

.tour__sidebar_inner > p {
    margin: -5px 0 20px;
    padding: 0 15px;

    font-family: 'TVNordEF-Regular', sans-serif;
    font-size: 15px;
    line-height: 20px;
    color: #000;
}

.tour__sidebar_categories {
    display: flex;
    flex-direction: column;
    flex-grow: 1;

    gap: 10px 0;
    padding: 0 15px;

    list-style-type: none;
    overflow-y: auto;
}

.tour__sidebar_category {
    padding: 15px;
    background-color: #F5F5F5;
    cursor: pointer;
}

.tour__sidebar_category h2 {
    margin: 0 0 8px;

    font-family: 'TVNordEF-BlackCon', sans-serif;
    font-size: 20px;
    color: #000;
    line-height: 23px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.tour__sidebar_category p {
    margin: 0;

    font-family: 'TVNordEF-Regular', sans-serif;
    font-size: 15px;
    line-height: 20px;
    color: #000;
}

.tour__sidebar_category:not(.is-current) .tour__sidebar_items {
    display: none;
}

.tour__sidebar_category .tour__sidebar_items {
    padding: 8px 0 0;
    gap: 0;
    list-style-type: none;
}

.tour__sidebar_items li:not(:last-of-type) {
    margin: 0 0 4px;
}

.tour__sidebar_items li a {
    font-family: 'TVNordEF-Bold', sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1.68px;

    transition: 0.2s all;
}

.tour__sidebar_items li.is-current a,
.tour__sidebar_items li a:hover {
    color: #39BADD;
    text-decoration: none;
}

.tour__sidebar_contact {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;

    background-color: #fff;
}

.tour__sidebar_contact a {
    display: block;
    padding: 8px 14px;

    font-family: 'TVNordEF-BlackCon', sans-serif;
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0.54px;

    border: 1px solid #000;
    background-color: #fff;

    transition: 0.3s all;
}

.tour__sidebar_contact a:hover {
    color: #fff;
    background-color: #000;
    text-decoration: none;
}

.pm-tour__iframe {
    position: relative;
    overflow: hidden;
}

.pm-tour__iframe,
.pm-tour__iframe iframe {
    width: 100%;
    height: 100%;
    margin: 0;
}

.pm-tour__iframe iframe {
    border-radius: 0;
    border: none;
    vertical-align: middle;
}

.pm-tour__iframe:not(.is-loading) .loader-overlay {
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;

    opacity: 0;
    visibility: hidden;
    z-index: -1;

    pointer-events: none;
}

.pm-tour__iframe.is-loading .loader-overlay {
    width: 100%;
    height: 100%;

    display: flex;
    align-items: center;
    justify-content: center;

    background-color: #fff;
    z-index: 10;
}

.pm-tour__iframe.is-loading .loader-overlay .la-square-loader {
    opacity: 0.5;
}

.page-template-page-tour #contact-modal.fade.in {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.page-template-page-tour #contact-modal.fade.in .modal-body {
    padding: 20px;
}

.page-template-page-tour #contact-modal.fade.in .modal-content {
    background-color: #F1F1F1;
}

.page-template-page-tour #contact-modal.fade.in .modal-content h3 {
    margin-top: 18px;
    margin-bottom: 23px;
    text-transform: uppercase;
}

.page-template-page-tour .bar.big-bar {
    width: 60px;
    height: 5px;
    background: #FFD13F;
}
