.mapbox-holder * {
    box-sizing: border-box;
}
.mapbox-holder{
    position: relative;
    z-index: 1;

}
.mapbox-filter-holder {
    position: relative;
    z-index: 888888888;
    -webkit-transform: translate3d(0,0,0);
}
#mapbox {
    height: 1000px;
    width: 100%;
}
.mapbox-container {
    overflow: hidden;
    position: relative;
}
.mapbox-container ul{
	margin-left: 0 !important;
	padding-left: 0 !important;
}
.mapboxgl-marker pre {
    position: absolute;
    width: 20px;
    height: 20px;
    left: 4px;
    top: 8px;
    background: #f00;
    display: block;
    font-size: 0;
    border-radius: 50%;
    border: 2px solid #fff;
}
.marker.active {
    z-index: 9;
}
.marker.active div {
    display: block !important;
}
.leaflet-popup {
    left: -15px !important;
}
.leaflet-popup-content {
    font-family: inherit;
    width: 220px;
    background: #fff;
    position: absolute;
    left: 50%;
    margin-left: -110px;
    padding: 25px 14px 14px !important;
    border-radius: 3px;
    bottom: 20px !important;
}
.leaflet-popup-content strong {
    font-size: 20px;
    color: #242d5a;
    display: block;
    margin-bottom: 5px;
}
.leaflet-popup-content span {
    font-size: 18px;
    color: #242d5a;
    display: block;
    margin-bottom: 5px;
}
.cat-name {
    display: block;
    margin: 5px 0;
}
.eyes {
    position: absolute;
    top: 150px;
    right: 40px;
    width: 54px;
    z-index: 1;
}
.eyes div {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.eyes strong {
    font-weight: 300;
    display: block;
    width: 52px;
    height: 52px;
    background-position: 50% 50%;
    background-size: 54px 54px;
    background-repeat: no-repeat;
    border-radius: 50%;
    margin-bottom: 6px;
    cursor: pointer;
    background-image: url("../images/eye.svg");
}
.eyes:hover {
    width: 300px;
}
.eyes:hover strong {
    float: right;
    clear: both;
}
.eyes strong span {
    display: block;
    max-width: 0;
    overflow: hidden;
    background: #fff;
    font-size: 14px;
    position: absolute;
    right: 14px;
    border-radius: 10px 0 0 10px;
    line-height: 40px;
    height: 40px;
    transition: all 0.3s ease;
    z-index: -1;
    top: 7px;
    text-indent: 15px;
}
.eyes strong:hover span {
    max-width: 100%;
    padding-right: 50px;
}
.eyes strong.hide {
    background-image: url("../images/eye-x.svg");
}
.mapbox-head-logo {
    display: block;
    float: left;
    box-shadow: none !important;
    margin: 30px 0 0 50px;
}
.mapbox-head-logo img {
    border: none;
    box-shadow: none !important;
}
.leaflet-bottom.leaflet-right,
.leaflet-bottom.leaflet-left,
.mapboxgl-ctrl-bottom-left,
.mapboxgl-ctrl-compass {
    display: none !important;
}
.leaflet-control-container {
    background: none !important;
    box-shadow: none !important;
    margin: 0 !important;
    position: absolute;
    top: 325px;
    right: 40px;
}
.leaflet-control-zoom {
    margin: 0 !important;
    background: none !important;
    box-shadow: none !important;
    border: none !important;
}
.leaflet-control-zoom a {
    width: 54px;
    height: 54px;
    background-position: 50% 50% !important;
    background-size: 54px 54px !important;
    background-repeat: no-repeat !important;
    border-radius: 50%;
    margin-bottom: 6px;
    opacity: 1;
    box-shadow: none !important;
}
.leaflet-control-container {
    top: 12px !important
}
.leaflet-left {
    right: 0 !important;
    left: auto !important;
}
.leaflet-control-zoom a:hover {
    border-radius: 50% !important;
    box-shadow: none !important;
}
.leaflet-control-zoom-in {
    background-image: url("../images/plus.svg") !important;
}
.leaflet-control-zoom-out {
    background-image: url("../images/minus.svg") !important;
}
.mapboxgl-ctrl-attrib {
    display: none !important;
}
.mapbox_logo {
    position: absolute;
    bottom: 40px;
    right: 40px;
}
.mapbox-head {
    background: #242d5a;
    height: 120px;
    position: relative;
}
.mapbox-burger {
    width: 44px;
    height: 34px;
    top: 50%;
    margin-top: -17px;
    position: absolute;
    right: 45px;
    cursor: pointer;
}
.mapbox-burger span {
    background: #fff;
    position: absolute;
    width: 100%;
    height: 4px;
    top: 50%;
    margin-top: -2px;
}
.mapbox-burger:before,
.mapbox-burger:after {
    content: '';
    display: block;
    background: #fff;
    position: absolute;
    width: 100%;
    height: 4px;
}
.mapbox-burger:before {
    top: 0;
}
.mapbox-burger:after {
    bottom: 0;
}

.mapbox-about-holder {
    display: none;
    width: 375px;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    z-index: 10001;
    padding: 70px 40px 0;
    font-size: 14px;
    color: #000;
    overflow: auto;
    border-left: 2px solid #666;
}
.mapbox-about-holder h2 {
    font-size: 48px;
    color: #242d5a;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 15px;
}
.prof {
    color: #242d5a;
    font-size: 32px;
    margin: 0 0 15px;
    line-height: 1;
    display: block;
}
.mapbox-about-holder img {
    margin-bottom: 15px;
    display: block;
    max-width: 100%;
    height: auto;
}
.mapbox-about-holder .close {
    width: 40px;
    height: 40px;
    cursor: pointer;
    position: absolute;
    top: 40px;
    right: 40px;
}
.mapbox-about-holder .close:before,
.mapbox-about-holder .close:after {
    display: block;
    content: '';
    height: 4px;
    width: 50px;
    position: absolute;
    left: -4px;
    top: 18px;
    background: #000;
}
.mapbox-about-holder .close:before {
    transform: rotate(45deg);
}
.mapbox-about-holder .close:after {
    transform: rotate(135deg);
}
.mapbox-filter-holder::-webkit-scrollbar,
.mapbox-about-holder::-webkit-scrollbar {
    width: 10px;
}
/* Track */
.mapbox-filter-holder::-webkit-scrollbar-track,
.mapbox-about-holder::-webkit-scrollbar-track {
    background: #e6e6e6;
}
/* Handle */
.mapbox-filter-holder::-webkit-scrollbar-thumb,
.mapbox-about-holder::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 5px;
}
/* Handle on hover */
.mapbox-filter-holder::-webkit-scrollbar-thumb:hover,
.mapbox-about-holder::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.mapbox-preload {
    z-index: 9;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
}
.mapbox-welcome {
    border: 2px solid #666;
    position: absolute;
    left: 50px;
    top: 0;
    background: rgba(255, 255, 255, 0.8);
    z-index: 2;
    width: 340px;
    padding: 40px 70px 40px 30px;
}
.mapbox-welcome-title {
    font-size: 40px;
    line-height: 1;
    font-weight: 300;
    margin-bottom: 10px;
}
.mapbox-welcome h1 {
    font-size: 70px;
    color: #242d5a;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 20px;
    padding: 0;
}
.mapbox-welcome-text {
    font-size: 15px;
    line-height: 1.2;
    font-weight: 300;
}
.mapbox-welcome .close {
    width: 16px;
    height: 16px;
    cursor: pointer;
    position: absolute;
    top: 25px;
    right: 25px;
}
.mapbox-welcome .close:before,
.mapbox-welcome .close:after {
    display: block;
    content: '';
    height: 3px;
    width: 20px;
    position: absolute;
    left: -2px;
    top: 6px;
    background: #000;
}
.mapbox-welcome .close:before {
    transform: rotate(45deg);
}
.mapbox-welcome .close:after {
    transform: rotate(135deg);
}
.mapbox-filter-holder {
    width: 375px;
    position: absolute;
    right: -375px;
    top: 0;
    height: 100%;
    background: #333;
    z-index: 9999999;
    padding: 100px 45px 0 30px;
    overflow: auto;
    border-left: 9px solid #fff;
    color: #fff;
    font-size: 18px;
    transition: all 0.5s cubic-bezier(0.7,0,0.3,1);
    opacity: 1;
}
.mapbox-filter-holder li {
    font-size: 16px;
    line-height: 1.5;
}
.filter-title {
    margin-bottom: 30px;
}
.mapbox-filter-holder.active {
    right: 0;
}
.anim {
    -webkit-transition: -webkit-transform 0s 0.4s;
    transition: transform 0s 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    -webkit-transform: translate3d(0,500px,0);
    transform: translate3d(0,500px,0);
}
.active .anim {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}
.mapbox-filter-holder .mapbox_logo {
    position: relative;
    bottom: auto;
    right: auto;
    float: right;
}
.mapbox-filter-search {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 2px solid #fff;
    z-index: 999;
    position: relative;
}
.mapbox-filter-search:after {
    content: '';
    display: block;
    clear: both;
}
.leaflet-control-search input {
    background-color: transparent !important;
    border: none !important;
    color: #fff !important;
    width: 100% !important;
    font-size: inherit !important;
    padding-right: 40px !important;
    padding: 0 !important;
    display: block !important;
    max-width: 100% !important;
    min-width: 100% !important;
}
.leaflet-control-search.leaflet-control {
    width: 100%;
}
.leaflet-control-search .search-button {
    background-image: url("../images/search.svg") !important;
    background-position: 100% 50% !important;
    background-size: 20px 20px !important;
    position: absolute;
    right: 0;
    top: 3px;
    width: 20px;
    height: 20px;
    text-decoration: none !important;
    box-shadow: none !important;
    border: none !important;
}
.leaflet-control-search .search-button:hover {
    opacity: 0.5;
    text-decoration: none !important;
    box-shadow: none !important;
    border: none !important;
}
.leaflet-control-search input::-webkit-input-placeholder {color: #999 !important;}
.leaflet-control-search input::-moz-placeholder          {color: #999 !important;}
.leaflet-control-search input:-moz-placeholder           {color: #999 !important;}
.leaflet-control-search input:-ms-input-placeholder      {color: #999 !important;}
.leaflet-control-search input:focus::-webkit-input-placeholder {color: transparent !important;}
.leaflet-control-search input:focus::-moz-placeholder          {color: transparent !important;}
.leaflet-control-search input:focus:-moz-placeholder           {color: transparent !important;}
.leaflet-control-search input:focus:-ms-input-placeholder      {color: transparent !important;}
.search-tooltip {
    margin-bottom: 40px;
}
.mapbox-search-wrap {
    position: relative;
}
.search-tooltip {
    position: absolute;
    top: 100%;
    list-style: none;
    width: 100%;
    left: 0;
    background: #666;
}
.search-tooltip li {
    padding: 5px 10px;
    cursor: pointer;
}
.search-tooltip li:hover {
    background: #999;
}
.mapbox-filter-holder ul.cats li {
    cursor: pointer;
    list-style: none;
    padding-right: 45px;
    position: relative;
    margin-bottom: 5px;
}
.mapbox-filter-holder ul.cats li.non-active:after{
display: none;
}
.mapbox-filter-holder ul.cats li.non-active{
    position: relative;
    display: inline-block;
    padding-right: 30px;
}
.mapbox-filter-holder ul.cats ul.parent li.non-active:before{
    border-style: solid;
    border-width:3px 3px 0 0;
    content: '';
    display: inline-block;
    height: 10px;
    right: 3px;
    position: absolute;
    top: 5px;
    transform: rotate(135deg);
    vertical-align: top;
    width: 10px;

}


.mapbox-filter-holder ul.cats ul.parent,
.mapbox-filter-holder ul.cats ul.no-child{
    margin-bottom:0;
}
.mapbox-filter-holder ul.cats ul.parent:after{
    display: none;
}

.mapbox-filter-holder ul.cats li.child{
    margin-left:25px;

}
.mapbox-filter-holder ul.cats li.child.hidden{
    display: none;
}
.mapbox-filter-holder ul.cats li:after {
    width: 20px;
    height: 20px;
    background: none;
    border-radius: 50%;
    border: 1px solid #fff;
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -10px;
}
.mapbox-filter-holder ul.cats li.active:after {
    background: #29abe2;
}
.filter-title {
    font-weight: 700;
}
.filter-links a {
    color: #fff;
    cursor: pointer;
    display: block;
    border: none !important;
    box-shadow: none !important;
}
.filter-links a:hover {
    color: #fff !important;
    text-decoration: underline;
    box-shadow: none !important;
}
.mapbox-filter-holder .close {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    top: 60px;
    right: 50px;
}
.mapbox-filter-holder .close:before,
.mapbox-filter-holder .close:after {
    display: block;
    content: '';
    height: 3px;
    width: 27px;
    position: absolute;
    left: -4px;
    top: 9px;
    background: #fff;
}
.mapbox-filter-holder .close:before {
    transform: rotate(45deg);
}
.mapbox-filter-holder .close:after {
    transform: rotate(135deg);
}
.hidden-m,
.hidden-color,
.hidden {
    display: none !important;
}
.overflow {
    overflow: hidden;
}

.leaflet-popup-content b {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
}
.leaflet-popup-content b:before,
.leaflet-popup-content b:after {
    display: block;
    content: '';
    height: 2px;
    width: 15px;
    position: absolute;
    left: 2px;
    top: 8px;
    background: #000;
}
.leaflet-popup-content b:before {
    transform: rotate(45deg);
}
.leaflet-popup-content b:after {
    transform: rotate(135deg);
}
.clusters {
    display: none!important;
}
.mapbox-owl .owl-nav {
    position: absolute;
    top: 50%;
    margin-top: -40px;
    width: 100%;
}
.mapbox-owl .owl-prev span,
.mapbox-owl .owl-next span {
    color: #242d5a;
    font-size: 60px;
    position: relative;
    top: 0;
    display: block;
    line-height: 0.5;
}
.mapbox-owl .owl-prev {
    left: -30px;
    position: absolute;
}
.mapbox-owl .owl-next {
    right: -30px;
    position: absolute;
}
.mapbox-owl .owl-dots {
    display: none;
}

.leaflet-control-search.leaflet-control.search-exp {
    background: none;
    width: 100%;
}
.leaflet-control-search input.search-input {
    display: block !important;
}
.leaflet-control-search .search-cancel {
    display: none !important;
}
.marker-cluster-small {
    background: #fff !important;
}
.marker-cluster-small div {
    background: #242d5a !important;
    color: #fff;
}
.leaflet-marker-pane img{
    width: 20px !important;
    height: 20px !important;
    border-radius: 50% !important;
    outline: none !important;
    text-indent: -999999px;
    border: 4px solid #fff;
}
.leaflet-popup-close-button {
    opacity: 0;
}
.mob-visible {
    display: none;
}
.select-label {
    clear: both;
    display: block;
    margin-bottom: 10px;
    font-size: 28px;
    font-weight: 700;
}
.leaflet-zoom-animated .leaflet-interactive {
    display: none !important;
}


.filter-all:after {
    content: '';
    display: block;
    clear: both;
}


@media (max-width: 1024px) {
    .anim {
        transition: none !important;
    }
    .eyes strong span {
        display: none !important;
    }
    .filter-title {
        font-size: 28px;
    }
    .mapbox-head {
        height: 90px;
    }
    .mapbox-head-logo {
        margin: 25px 0 0 20px;
        max-width: 140px;
    }
    .mapbox-burger {
        width: 28px;
        height: 22px;
        margin-top: -11px;
        right: 20px;
    }
    .mob-visible {
        display: block;
    }
    .mob-hidden {
        display: none;
    }
    .mapbox-burger:before,
    .mapbox-burger:after {
        height: 3px;
    }
    .leaflet-control-zoom a {
        width: 40px;
        height: 40px;
        background-size: 40px 40px !important;
        margin-bottom: 10px;
    }
    .leaflet-control-container {
        right: 15px;
    }
    .mapbox-welcome-title {
        font-size: 25px;
    }
    .mapbox-welcome h1 {
        font-size: 35px;
    }
    .mapbox-welcome-text {
        font-size: 16px;
    }
    .mapbox-welcome {
        padding: 20px;
    }
    .eyes {
        position: relative;
        top: 0;
        right: auto;
        width: 100%;
        z-index: 1;
    }
    .mapbox-filter-holder {
        width: 100%;
        position: absolute;
        right: -100%;
        top: 0;
        padding: 50px 20px 0 20px;
        overflow: auto;
        border-left: none;
        font-size: 20px;
        transition: none;
    }
    .mapbox-filter-holder .close {
        top: 35px;
        right: 15px;
    }
    .eyes div {
        width: auto;
        display: inline-block;
        margin-right: 10px;
    }
    .eyes strong {
        width: 40px;
        height: 40px;
        background-size: 40px 40px;
        border: 2px solid #fff;
    }
    .mapbox-about-holder h2 {
        font-size: 35px;
    }
    .mapbox-about-holder {
        padding: 40px 30px 0;
        width: 100%;
        border: none;
    }
    .mapbox-about-holder .close:before,
    .mapbox-about-holder .close:after {
        height: 3px;
        width: 26px;
        left: -3px;
        top: 9px;
    }
    .mapbox-about-holder .close {
        width: 20px;
        height: 20px;
        top: 20px;
        right: 20px;
    }
    .mapbox-owl .owl-prev {
        left: -23px;
    }
    .mapbox-owl .owl-next {
        right: -23px;
    }
    .mapbox_logo {
        display: none;
    }
    .mapbox_logo.anim {
        display: none;
        width: 50px;
        right: auto;
        bottom: auto;
        position: relative;
        float: none;
    }
    .filter-links {
        font-size: 16px;
    }
    .mapbox-filter-search {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
}
@media (max-width: 640px) {
    .mapbox-welcome {
        left: 0;
        top: 0;
        background: rgba(255, 255, 255, 0.8);
        z-index: 1002;
        width: 100%;
        height: 100%;
        padding: 40px 70px 40px 30px;
    }
    .mapbox-head-logo {
        margin: 30px 0 0 20px;
    }
    .mapbox-burger {
        right: 20px;
    }
}