.mob-menu-fixed {
    display: none;
}

header.custom .nav-menu ul li a {
    color: #010101;
}

header.custom .nav-menu ul li.booking a {
    color: #fff;
}

header.custom .mob-menu-toogle {
    color: #010101;
}

.page-template-servises .what_we_do {
    margin-top: 0;
}

.page-template-gallery .gallery {
    padding: 35px 0 140px;
}

.error404 {
    background: #eaeaea;
}

.error404 section .wrapper {
    text-align: center;
}

.error404 section .wrapper img {
    max-width: 100%;
    height: auto;
}

@media screen and (max-width: 768px) {
    .mob-menu-fixed {
        display: block;
    }

    body.home .map-legend .wrapper .legend {
        bottom: 0;
    }

    #pop_slider.owl-carousel .owl-dots.disabled {
        display: block !important;
    }
}

@media screen and (max-width: 360px) {
    a.booking {
        line-height: 15px;
        padding: 25px 5px;
        font-size: 15px;
    }

    .min_contacts a.phone {
        margin-right: 20px;
    }

    .black_title .title {
        margin-bottom: 30px;
    }
}

