.contentpane_for-hidden {
    display: none;
}

.list-up-lh li {
    margin-bottom: 15px;
}

.moduletable-noko {
    border: 2px solid #01a0e2;
    padding: 10px;
    background: #fff;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    overflow: hidden;
    margin-bottom: 30px;
}

dl.tabs dt {
        display: inline-block;
        margin-right: 4px;
        padding: 0px 10px;
        border-top-left-radius: 2px;
        border-top-right-radius: 2px;
        margin-bottom: 4px;
    }

dt.tabs.closed {
    background: #007bff;
}

dt.tabs.open {
    background: #e52d2d;
}

dl.tabs {
    border-bottom: 2px solid #01a0e2;
    padding-bottom: 5px;
}

dt.tabs>span>h3 {
    font-size: 18px;
    margin: 0
}

dt.tabs>span>h3>a {
    color: #fff !important;
}
    
dl.tabs dt{
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
}

dt.tabs > span > h3 > a:hover {
    text-decoration: none;
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

#head-block-symbol {
    padding: 4px 97px 10px 20px;
    position: relative;
    background: url(../images/symvol.png) repeat;
}

.custom_more_news {
    background: antiquewhite;
    border: 1px solid #e84e2b;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 30px;
    width: fit-content;
    margin: 15px auto;
}
.custom_more_news p {
    margin: auto;
    width: fit-content;
}
.custom_more_news img {
    margin-right: 10px;
}

.moduletable_obyavleniya {
    background: antiquewhite;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #dddddd;
}
.moduletable_obyavleniya h3 {
    color: crimson;
    border-bottom: 1px solid #e7873c;
}
.newsflash_obyavleniya p {
    padding: 10px;
    border: 1px dashed #01a0e2;
}