body{
    background-color: #F4F7F9;
}

.clearfix:after {
    content: "";
    clear: both;
    display: block;
}



/*header*/
header{
    background-color: #0E89BE;
}

.logo{
    display: block;
    float: left;
}

.header__box{
    display: block;
    float: right;
    position: absolute;
    top: 70px;
    right: 159px;
    font-family: "PT Sans", sans-serif;
    font-size: 18px;
    color: #8FCEE8;

}

.box__contact--mail{
    font-family: "PT Sans", sans-serif;
    font-size: 18px;
    color: #8FCEE8;
}

.navigation{
    width: 100%;
    position: relative;;
    z-index: 2;

}

.navbar{
    margin: 0 auto;
    max-width: 1024px;
    margin-bottom: 10px;
}

.navbar-inner{
    border: none;
    box-shadow: none;
    background: none;
    border-radius: 0px;
    padding-right: 10px;
    padding-left: 10px;

}

.navbar .nav > li > a{
        color: #8FCEE8;
        text-shadow: none;
        font-size: 16px;
        font-family: "PT Sans", sans-serif;
        text-transform: uppercase;
}

.navbar .nav li.dropdown > .dropdown-toggle .caret {
    border-top-color: #8FCEE8;
    border-bottom-color: #8FCEE8;

}

.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
    color: #555555;
    background-color: #8FCEE8;
    border-radius: 4px;
}

.navbar .nav > li > a.dropdown__actual{
    color: #ebcccc;
}

.navbar .nav li.dropdown.open > .dropdown__actual, .navbar .nav li.dropdown.active > .dropdown__actual, .navbar .nav li.dropdown.open.active > .dropdown__actual {
    background-color: #ebcccc;

}

.aboutUs--1024,
.aboutUs--960,
.logo--960,
.contacts--960,
.servis--960,
.navbar-inner a.brand--768,
.navigation--650,
.navigation__logo--650,
.actual--650 {
    display: none;
}

.ftp__spisok1{
    list-style: lower-latin;
    padding-left: 30px;
}

.ftp__spisok2{
    list-style: circle;
    padding-left: 30px;
}

.thumbnail--publMater{
    margin-bottom: 30px;
}

.active__img img{
    width: 200px;
}




/*content*/

.content{
    margin-top: 40px;
}

.point{
    box-sizing: border-box;
    display: block;
    text-align: center;
    width: 100%;
    height: 50px;
    margin-bottom: 40px;
    background-color: #0E89BE;
}

.point--red{
    background-color: #FF0000;
}

.pointText{
    display: inline-block;
    font-size: 20px;
    font-family: arial  sans-serif;
    color: #eee;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 50px;
}

.search{
    margin: 40px 0;
    text-align: right;

}

.emblem{
    display: block;
    box-sizing: border-box;
    margin: 30px 0;
    text-align: center;
}

.active__img{
    display: inline-block;
    color: #29386c;
    line-height: 25px;
    margin-top: 5px;

}


.ContentText{
    font-family: arial, verdana,  helvetica, sans-serif;
    padding: 5px;
    text-align: justify;
    font-size: 21px;
    line-height: 1.5;

}

.ContentText--Title{
    font-weight: bold;
    text-align: center;
}

.ContentText--Who{
    text-align: right;
}

.thumbnail{
    background-color: #fff;
}


/*footer*/

.footer__info{
    display: block;
    margin: 0 auto;
    color: #0E89BE;
}
