#header {}
    #header.static {
        position: relative;
        max-height: 250px;
        overflow: hidden;
    }
    @media screen and (max-width: 990px) {
        #header.static {
            max-height: none;
            /*overflow: hidden;*/
        }
    }
    #header #navig-menu {
        /*min-height: 60px;*/
        line-height: 40px;
        background: #1f395a;
    }
        #header #navig-menu a {
            display: inline-block;
            margin-right: 20px;
            font-size: 1.0rem;
            color: #bbc2ca;
            text-transform: uppercase;
            text-decoration: none;
        }
            #header #navig-menu .dropdown-menu {
                background-color: #1f395a;
            }
                #header #navig-menu .dropdown-menu a {
                    margin-left: 10px;
                }
    #header #slider {
        position: relative;
    }
        #header #slider h1 {
            display: block;
            margin: 0 0 0 -74px;
            padding: 0;
            position: absolute;
            width: 148px;
            height: 148px;
            left: 50%;
            top: 10%;
        }
            
            #header.static h1 {
                top: 3.3% !important;
            }
                #header.static h1 img {
                    width: auto;
                    height: auto;
                }
            @media screen and (max-width: 990px) {
                #header.static h1 img {
                    height: 40%;
                    width: 40%;
                }
            }
#body {
    margin: 30px auto 0;
}
    #body .box {
        margin: 0 0 20px;
    }
        #body .box h3 {
            min-height: 2.6rem;
            line-height: 2.4rem;
            background: #1f395a;
            color: #fff;
            text-transform: uppercase
        }
            #body .box h3.text-medium {
                line-height: 2rem;
                font-size: 1.1rem;
            }
        #body .box h4 {}
            #body .box h4 span {
                font-size: 80%;
            }
        #body .box .www {
            display: inline-block;
            margin: 2rem auto;
            min-height: 1.4rem;
            line-height: 1.2rem;
            padding: 4px 10px;
            background: #1f395a;
            color: #fff;
            text-transform: uppercase
        }
        
    #body .index,
    #body .static
    {
        color: #3f3f3f;
        font-size: 1.1rem;
    }
        #body .index h3 {
            margin-bottom: 10px;
            padding-bottom: 10px;
            color: #1f395a;
            border-bottom: 1px solid #d7d7d7;
        }
        #body .index h3:nth-child(n+2) {
            margin-top: 50px;
        }
        #body .index ul {
            list-style: none;
            padding: 0;
        }
            #body .index ul li {}
                #body .index ul li a {
                    color: #e4a114;
                }
        #body .static.zarzad .content,
        #body .static.delegaci-na-zjazd .content {
            line-height: 1;
        }
                
                
#footer {
    background: #1f395a;
    padding: 45px 0;
    color: #fff;
}
    #footer .row {
        margin-bottom: 30px;
    }
        #footer .row .dropdown {
            border-top: 1px solid #49637c;
            border-bottom: 1px solid #49637c;
            padding-top: 20px;
            padding-bottom: 20px;
        }
            #footer .row .dropdown a {
                color: #fff;
                margin: 0 10px;
                text-decoration: none;
            }