#site-header,
.ip-banner,
#send-message,
.footer {
    /* display: none; */
}

#inner-page-wrapper {
    margin: 0;
    background: #232323;
}

#inner-page-wrapper>.container {
    width: 100%;
    padding: 0;
}

h1.entry-title {
    display: none;
}

section.ip-map {}

#ip-map {
    font-size: 0;
    position: relative;
    width: 1600px;
}

.map-side {
    position: absolute;
    top: 159px;
    left: 131px;
    z-index: 2;
}

.map-side .section-title {
    font-size: 92px;
    line-height: 0.925;
    color: #fff;
    margin-left: 4px;
}

.map-side ul {
    padding-top: 40px;
}

.map-side li {
    display: block;
}

.map-side li a {
    display: flex;
    align-items: center;
    justify-content: left;
    position: relative;
    font-size: 20px;
    /* font-weight: 600; */
    letter-spacing: 0.08em;
    line-height: 1.2;
    text-transform: uppercase;
    height: 61px;
    width: 250px;
    padding: 0;
    margin: 9px 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.map-side li a:hover,
.map-side li a.elem-active {
    width: 420px;
    /* margin: -5px 2px 14px; */
    padding-left: 14px;
    /* padding-right: 150px; */
}

.map-side li a::before,
.map-side li a::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.map-side li a::before {
    height: 1px;
    width: 56px;
    background: #fff;
    opacity: 40%;
}

.map-side li a:hover::before,
.map-side li a.elem-active::before {
    bottom: -5px;
}

.map-side li a::after {
    width: 50%;
    height: 100%;
    left: 0;
    background: linear-gradient(90deg, #fff, #fff 35%, transparent 80%, transparent);
    opacity: 0;
}

.map-side li a:hover::after,
.map-side li a.elem-active::after {
    opacity: 1;
    width: 100%;
}

.map-side li a i {
    z-index: 2;
    font-size: 16px;
    opacity: 0;
    width: 17px;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.map-side li a:hover i,
.map-side li a.elem-active i {
    opacity: 1;
    color: #000;
}

.map-side li span {
    display: block;
    position: relative;
    z-index: 2;
    margin-left: -17px;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.map-side li a:hover span,
.map-side li a.elem-active span {
    margin-left: 14px;
    color: #000;
}

.map-outer {
    position: relative;
    z-index: 1;
}

.map-inner {
    position: relative;
}

#map-transparent {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 6;
    opacity: 0;
}

#map-area {
    z-index: 1;
    position: absolute;
    top: 15px;
    left: 591px;
}

.map-area {}

.map-area div {
    position: absolute;
    z-index: 1;
}

.map-area img {
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.map-area div.elem-active img {
    /*opacity: 1;*/
}

.map-area span {
    display: block;
    position: absolute;
    font-family: var(--font-family-title);
    font-size: 18px;
    color: #97710c;
    line-height: 1;
    letter-spacing: 0.015em;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff,
        1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
    filter: drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.2));
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.map-area div.elem-active span {
    color: #fff;
    text-shadow: none;
}

.map-text {}

.map-text div {
    position: absolute;
    z-index: 7;
    pointer-events: none;
}

.map-area div.elem-active {
    z-index: 8;
}

.map-text div.elem-active {
    z-index: 10;
}

.map-text a {
    display: block;
    pointer-events: auto;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.map-text a:hover {
    transform: scale(1.05);
}

.map-text span {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #242424;
    line-height: 1.15;
    letter-spacing: 0.04em;
    text-shadow: 1px 1px 1px #fff, -1px -1px 1px #fff;
    filter: drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.1));
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.map-text div.elem-active span {
    color: #ffffff;
    text-shadow: 1px 1px 1px #000, -1px -1px 1px #000;
    filter: drop-shadow(1px 2px 15px rgba(0, 0, 0, 0.7));
}

.map-text a.map-dot {
    position: relative;
}

.map-text a.map-dot::before {
    position: absolute;
    content: '';
    background: #242424;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    border: 1px solid #fff;
    filter: drop-shadow(0px 2px 3px rgba(0, 0, 0, 0.5));
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.map-text a.map-dot-top::before {
    top: -6px;
    left: 26px;
}

.map-text a.map-dot-right::before {
    top: 5px;
    right: -6px;
}

.map-text a.map-dot-left::before {
    top: 5px;
    left: -14px;
}

.map-text a.map-dot-top-right::before {
    top: -8px;
    right: 7px;
}

.map-text a.map-dot-top-left::before {
    top: -7px;
    left: 5px;
}

.map-text div.elem-active a.map-dot::before {
    background: #fff;
}

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

    section.ip-map {
        height: auto !important;
    }

    #ip-map {
        transform: none !important;
        width: 100%;
    }

    .map-side {
        position: relative;
        top: auto;
        left: auto;
        width: 90%;
        margin: 70px auto 90px;
    }

    .map-side .section-title {
        font-size: clamp(40px, 8vw, 80px);
        margin: auto;
        text-align: center;
    }

    .map-side li a {
        margin: 9px auto;
        width: fit-content !important;
        padding: 0 40px !important;
        justify-content: center;
        font-size: clamp(16px, 5vw, 18px);
    }

    .map-side li a::before {
        left: 50%;
        transform: translateX(-50%);
    }

    .map-side li a::after {
        background: linear-gradient(90deg, #fff, #fff 54%, transparent 100%, transparent);
    }
}