.node-site-map-full .banner .img-wrapper {
    position: relative;
}

.node-site-map-full .banner-info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.node-site-map-full .banner-tit {
    color: #fff;
    font-size: 36px;
    font-weight: 500;
}

.banner .img-wrapper img {
    min-height: 250px;
    object-fit: cover;
}

.block-sitemap {
    margin-top: 50px;
}

.block-sitemap_sub_item {
    margin-bottom: 35px;
    margin-top: 25px;
}

.block-title a {
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 25px;
    color: #000;
    display: block;
}

.block-sub_title a {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 7px;
    display: inline-block;
}

.block-sub_sub_title a {
    color: #000;
    font-size: 14px;
}

.site-map_hotel_wapper, 
.site-map_exp_wapper, 
.site-map_sm {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
}

.block-sitemap.block-apps {
    margin-top: 15px;
}

.block-apps .block-title {
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 25px;
    color: #000;
    display: block;
}

.block-apps ul {
    display: flex;
    padding: 0 !important;
}

.block-apps ul li {
    list-style: none;
}

.block-apps ul li:first-child {
    margin-right: 40px;
}

.site-map-wapper a {
    transition: 0.3s;
}

.site-map-wapper a:hover {
    color: #E8952F;
    transition: 0.3s;
}

body.ko .block-sitemap_item.policy-menu .block-sub_sub_title:last-child, 
body.zh-hans .block-sitemap_item.policy-menu .block-sub_sub_title:last-child, 
body.ru .block-sitemap_item.policy-menu .block-sub_sub_title:last-child {
  display: none;
}

body.ko .block-sitemap_item.news-menu .block-sub_sub_title:last-child, 
body.zh-hans .block-sitemap_item.news-menu .block-sub_sub_title:last-child, 
body.ru .block-sitemap_item.news-menu .block-sub_sub_title:last-child {
  display: none;
}

@media (max-width: 1025px) {
    .site-map_hotel_wapper, .site-map_exp_wapper, .site-map_sm {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 992px) {
    .site-map_hotel_wapper, .site-map_exp_wapper, .site-map_sm {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .site-map_hotel_wapper, .site-map_exp_wapper, .site-map_sm {
        grid-template-columns: repeat(1, 1fr);
    }

    .block-sitemap_sub_item {
        margin-top: 0;
    }

    .block-apps .block-title, 
    .block-title a {
        margin-bottom: 15px;
    }

    .node-site-map-full .banner-info {
        width: 100%;
        padding: 0 20px;
        text-align: center;
    }

    body.page-node-type-landing-page {
        padding-top: 60px !important;
    }

    .banner .img-wrapper img {
        min-height: 200px;
    }

    .node-site-map-full .banner-tit {
        font-size: 30px;
    }
}