/* =========================================
    General tags styles
  ========================================= */
body {
    padding: 0;
    margin: 0;
    font-family: Tahoma, Geneva, Kalimati, sans-serif;
    font-size: 14px;
    background-color: #006aaf;
    color: #000000;
    min-height: 100vh;
}

h1, h2, h3, h4 {
    text-decoration: none;
    color: #000000;
    font-weight: normal;
    text-transform: uppercase;
}

h1 a, h2 a, h3 a, h4 a {
    text-decoration: none;
    color: #000000;
}

h1 {
    font-size: 28px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 18px;
}

a, a:hover {
    color: #006aaf;
    text-decoration: underline; /* Убираем подчеркивание */
}

p {
    text-indent: 0;
}

li {
    text-indent: 0;
}

/* =========================================
    Background styles
  ========================================= */
.background-top {
    background-image: url("/images/frontend/background-top.png") ;
    background-repeat: repeat-x;
    background-position: top;
    padding-top: 10px;
}

.page-content {
    background-color: #ffffff;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    width: 1020px;
    position: relative;
    min-height: 730px;
}

/* =========================================
    Header styles
  ========================================= */
.header-logo{
    position: absolute;
    top: -5px;
    left: 10px;
    z-index: 10000;
}

.languages {
    position: absolute;
    top: 5px;
    right: 10px;
}

.header-title{
    height: 70px;
    padding-left: 195px;
}

.header-title h1 {
    font-size: 28px;
    color: #006aaf;
    font-weight: bolder;
    margin: 0;
}

.header-title h2 {
    font-size: 18px;
    color: #006aaf;
    font-weight: normal;
    margin: 0;
}

.header-menu {
    height: 35px;
    background-color: #006aaf;
    color: #ffffff;
    font-size: 21px;  
    text-decoration: none;
    padding-left: 195px;
}
.header-menu a {
    color: #ffffff;
    text-decoration: none;
}

.content-body {
    margin-top:2px;
    text-align: justify;
}

/* =========================================
    Content styles
  ========================================= */
.news-block {
    display: block;
    clear:both;
}

.news-block h3 {
    margin-top: 0;
}
.news-block .date {
    color: #333333;
}

.image {
    padding-right: 15px;
}

.details {
    text-align: right;
}

.image-label {
    text-align: center;
    font-style: italic;
}
/* =========================================
    Footer styles
  ========================================= */
.footer {
    background-image: url("/images/frontend/footer-background.png") ;
    background-repeat: repeat-x;
    background-position: top;
    padding-top: 10px;
    color: #ffffff;
    padding-bottom: 5px;
}

.footer a {
    color: #ffffff;
    font-weight: bolder;
    text-decoration: underline;
}

.footer b.title {
    font-size: 18px;
}

.footer .address {
    text-align: right;
}