﻿.page-second-1  ul {
    list-style: inherit;
    margin: unset;
    padding: unset;
}

.page-second-1 ol{
    list-style: decimal;
    margin: unset;
    padding: unset;
}

.way img{
    display: none;
}


@media (max-width: 600px) {
    .hidden-small {
        display: none!important;
    }
}


.children-pages a, .page-list a {
    display: block;
    margin: 8px 0px 8px 0px;
}
    .children-pages a:before, .page-list a:before {
        display: inline-block;
        width: 24px;
        height: 24px;
        margin-right: 4px;
        content: ' ';
        background-size: cover;
        background-position: 50% 50%;
        float: left;
        margin-top: px;
        background-image: url(/Design/children-1.png);
    }

.foto{
width: 100px;
float: left;
margin-right: 10px;
}
a:has(.foto){
min-height: 150px;
}

a:has(.foto):before{
display: none;
}


.document-content{
    text-align: justify;
}

.document-content div {
    margin-bottom: 10px;
}
.document-content p {
    margin-bottom: 10px;
}

.go-map {
    display: inline-block;
    background-color: white;
    border-radius: 50%;
}
.go-map img{
    width: 28px;
    background-color: white;
    border-radius: 50%;
    border: 1px solid white;
}

.document-content li:before {
    content: '*';
    display: inline-block;
    width: 20px;
    float: left;
}

.map a {
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
}

.list-last-news img{
    display: none;
}


select{
    font-size: 14px !important;
    font-family: Arial !important;
}



details .zone{
    display: inline-block;
    width: 400px;
    max-width: 90vw;
    position: absolute;
    z-index: 800;
    background-color: white;
    margin-left: -50px;
    border: 1px solid silver;
    padding: 4px;
    height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
}

    details .zone div {
        width: 99%;
        overflow: hidden;
        white-space: nowrap;
    }

        details .zone div[pos="2"] {
            padding-left: 20px;
            width: 99%;
            overflow: hidden;
            background-image: url('/design/tree-2.png');
            background-repeat: no-repeat;
        }
        details .zone div[pos="2"][stop] {
            background-image: url('/design/tree-2-stop.png');
        }

    details .zone div[pos="3"] {
        padding-left: 40px;
        width: 99%;
        overflow: hidden;
        background-image: url('/design/tree-3.png');
        background-repeat: no-repeat;
}

        details .zone div[pos="3"][stop] {
            background-image: url('/design/tree-3-stop.png');
        }



details summary {
    white-space: nowrap;
}

    details .zone div:hover {
        background-color: silver;
    }

    /*          search        */
.search-item{
    margin-bottom: 20px;
}

.search-number {
    display: inline-block;
    margin-right: 20px;
}

.search-title {
    font-weight: bold;
}
.search-body {
    display: block;
}
.search-item  .search-go{
    display: block;
}

.search-item    .search-go:before {
        display: inline-block;
        width: 24px;
        height: 24px;
        margin-right: 4px;
        content: ' ';
        background-size: cover;
        background-position: 50% 50%;
        float: left;
        margin-top: px;
        background-image: url(/Design/children-1.png);
    }


.search-pages span{
    display: inline-block;
    margin-right: 6px;
    cursor: pointer;
}


/*     search act */
.search-act-zone{
    display: block !important;
}
    .search-act-zone > * {
        width: 100% !important;
    }

    .search-act-zone select {
        width: 98% !important;
        padding: 6px;
        max-width: 98% !important;
        overflow-x: hidden !important;
    }
