[mn="8225"] {
    margin-top: auto;
    border-top: 2px solid #ccc;

    .copyright {
        font-size: 90%;
    }
    .foot-logo img{
        max-height: 50px;
    }
}
[mn="8225"] .sitemap :is(ul) {
    list-style-type: none;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 15px;
    font-family: var(--ft-t1);
} 
[mn="8225"] a {
    color: inherit !important;
    text-decoration: none;

    &:hover{
        text-decoration: underline;
    }
}
[mn="8225"] .info- {
    padding: 9px 15px;
}
[mn="8225"] .mediabx:not(.mediabx-coloricon) {
    --a-pd: 9px;
    --iconclr: #fff;
    --iconhovclr: #fff;
    --bgclr: var(--clr02x, #999);
    --bghovclr: var(--clr01, #fff);
    --square: 35px;
    --gap: 6px;
}

[mn="8225"] .mediabxmain{
    @media(width<=991px){
        justify-content: center;
    }
}
[mn="8225"] .mediabx   {

    & > * {
        justify-content: center;
    } 

    & a { 
        border-radius: 50%;
    }
 } 
[mn="8225"] .ttl {
    font-size: 130%;
    line-height: 1;
    margin: 0 0 12px;
    font-family: var(--ft-t2);
    color: var(--clr03)
}
[mn="8225"] .sitemap ._content {
    margin: 0 0 0;
}
[mn="8225"] .sitemap ._content ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
} 
@media (max-width: 991px) {
    [mn="8225"] {
        .empty {
            display: none;
        }
        .bottomwrap{
            justify-content: center;
        }
        .topwrap .mapinfo {
            justify-content: center;
        }
    } 
}
@media (max-width: 767px) {
    [mn="8225"] .sitemap ._content ul { 
        justify-content: center; 
    }
    [mn="8225"] .newsletterbx {
        width: 250px;
    margin: 0 auto;
    }
    [mn="8225"] .newsletterbx,
    [mn="8225"] {
        text-align: center
    } 
    
    [mn="8225"] .mediabx a { 
        margin: 3px 6px
    }
    [mn="8225"] .bottomwrap > *{ 
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (min-width: 767px) {
    [mn="8225"] .imagelink {
        text-align: right
    } 
}
@media (max-width: 575px) {
    [mn="8225"] .sitemap ._content ul li {
        flex: 0 0 100%;
        max-width: 100%;
    }
}