body {
	background-color: #fff;
}

.content {
    font-family: "BanderaPro", serif;
    font-weight: normal;
	font-size: 16px;
	line-height: 18px;
	padding: 55px 8%;
}

.content a {
    color: #000;
    text-decoration: none;
}

.content a:hover {
    text-decoration: underline;
}

.content .more::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 6px;
    position: relative;
    top: 3px;
    background: scroll transparent url(../img/more.png) -1px 0 no-repeat;
}

.content .more {
    display: inline-block;
    /*
    background: scroll transparent url(/img/more.png) 0 1px no-repeat;
    padding-left: 25px;
    */
    padding-bottom: 5px;
    margin-top: 14px;
}

.content section {
    font-size: 16px;
    margin-bottom: 35px;
}

.content section h2 {
    font-size: 33px;
    font-family: BanderaProLight;
    font-weight: bold;
    line-height: 33px;
    margin-bottom: 6px;
}

.content section h4 {
    font-size: 19px;
    font-family: BanderaProLight;
}

.content ul li {
    list-style: disc;
    margin-left: auto;
    list-style-position: inside;
}

.content section:last-child {
    margin-bottom: 0;
}

/* Заголовок обычной информационной страницы */

header.generic {
    position: relative;
    background: #104c70;
}

header.generic::before {
    display: block;
    position: absolute;
    z-index: 1;
    content: "";
    left: 0;
    top: 0;
    bottom: 50%;
    right: 0;
    background: linear-gradient(to bottom, #0b3148, #104c70);
}

header.generic::after {
    display: block;
    position: absolute;
    z-index: 1;
    content: "";
    left: 0;
    top: 50%;
    bottom: 0;
    right: 0;
    background: linear-gradient(to bottom, #104c70, #0b3148);
}

header.generic > table {
    margin-left: 30px;
    position: relative;
    z-index: 2;
}

header.generic > table th {
    height: 124px;
    width: 98px;
    vertical-align: middle;
    background: scroll transparent url(../img/icons/generic-header.png) center center no-repeat;
    padding-top: 13px;
    padding-bottom: 13px;
}

header.generic > table td {
    vertical-align: middle;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 30px;
}

header.generic h1 {
    font-family: BanderaProHeavy;
    font-size: 60px;
    line-height: 50px;
    color: #FFF;
}

@media (max-width: 800px) {
    header.generic h1 {
        font-family: BanderaProHeavy;
        font-size: 50px;
        line-height: 40px;
        color: #FFF;
    }
}

@media (max-width: 480px) {
    .content {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .content section {
        margin-bottom: 20px;
    }
    .content section h2 {
        font-size: 23px !important;
        line-height: 23px !important;
    }
    header.generic > table {
        margin-left: 8%;
    }
    header.generic > table td {
        padding-left: 0;
    }
    header.generic > table th {
        display: none;
    }
    header.generic h1 {
        font-size: 32px;
        line-height: 32px;
    }
}