/*.header-nav{
    font-size: 1.12rem;
}*/
.cms-editor a:not([class]) {
    display: inline;
    color: #02ef7d;
}
.cms-editor a:hover {
    text-decoration: underline!important;
}
.cms-editor.cms-editor--attr-txt blockquote {
    margin-top: 0;
}
.cms-editor.cms-editor--about-txt ul {
    list-style: disc;
    margin-top: 0;
}
.cms-editor.cms-editor--about-txt ol li {
    margin-left: 20px;
}
.cms-editor.cms-editor--about-txt ul li {
    margin-left: 30px;
}
.cms-editor.cms-editor--about-txt ol li+li,
.cms-editor.cms-editor--about-txt ul li+li {
    margin-top: 0;
}

.pageParts__part+.pageParts__part {
    margin-top: 25px;
}
.siteFilerPart{
    max-height: 160px;
}
.siteFilerPart__block+.siteFilerPart__block {
    margin-top: 6px;
}
@media screen and (max-width: 991.98px){
    .siteFilerPart__block+.siteFilerPart__block {
        margin-top: 15px;
    }
}