@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700,700italic&subset=latin,cyrillic-ext);

* {
    margin: 0px;
    padding: 0px;
}

html, body {
    width: 100%;
    height: 100%;
    background: #ffffff;
    color: #252525;
    font-size: 16px;
    font-family: Times New Roman;
}

#iii img {
    border-radius: 5px;
}

#iii:hover img {
    opacity: 0.9;
}

li {
    margin-left: 20px;
}

ul {
    list-style: square;

}

h1 {
    font-size: 22px;
    margin-top: 10px;
    padding-bottom: 5px;
    font-weight: normal;
    margin-bottom: 20px;
    font-family: 'pf_regal_text_proultra_black';
}

h2 {
    font-size: 18px;
    padding-bottom: 5px;
    border-bottom: 2px solid #121c19;
    margin-bottom: 20px;
    font-family: 'pf_regal_text_proultra_black';
}

h3, h4 {
    color: #121c19;
    margin: 10px 0;
    font-size: 16px;
    font-family: 'pf_regal_text_proultra_black';
}

h5 {
    font-size: 18px;
    font-family: 'pf_regal_text_proultra_black';
    margin-bottom: 0;
    font-style: italic;
}

a {
    text-decoration: underline;
    color: #213dc6;
}

a:hover {
    text-decoration: none;
}

iframe,
img {
    max-width: 100%;
    border: none;
}

input, textarea {
    outline: none;
}

button,
input [type='button'],
input [type='submit'] {
    -webkit-appearance: none;
}

table {
    border-collapse: collapse;
}

textarea {
    overflow: hidden;
}

.wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.content {
    flex: 1 0 auto;
}

.footer {
    flex: 0 0 auto;
}

.cleared:after {
    content: '';
    display: table;
    clear: both;
}

.row-box div[class*='row'] {
    float: left;
    box-sizing: border-box;
    padding: 7px 7px;
}

.row-box>div:first-child[class*='row'] {
    padding-left: 0;
}

.row-box>div:last-child[class*='row'] {
    padding-right: 0;
}

.row-1 {
    width: 100%;
}

.row-2 {
    width: 50%;
}

.row-3 {
    width: 33.33%;
}

.row-3:nth-child(3n)+div {
    clear: both;
}

.row-4 {
    width: 25%;
}

.row-5 {
    width: 20%;
}

.header {
    background-color: #102b90;
    border-bottom: 1px solid #1f6a8a;
    margin-bottom: 5px;
}

.head-top {
    max-width: 980px;
    height: 260px;
    color: #ffffff;
    position: relative;
    margin: 0 auto;
    background: url(../uploaded/header6.jpg) no-repeat center center;
    background-size: cover;
}

.head-top:before {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #333;
    opacity: 0.1;
}

.head-top a, .head-top a:hover {
    color: #ffffff;
}

.head-top-left {
    max-width: 280px;
    position: absolute;
    z-index: 0;
    left: 5px;
    bottom: 5px;
    font-size: 16px;
    letter-spacing: -1px;

}

.head-top-right {
    max-width: 300px;
    position: absolute;
    z-index: 0;
    right: 5px;
    bottom: 5px;
    text-align: right;
    font-size: 16px;
    letter-spacing: 1.5px;
}

.logo-box {
    width: 120px;
    height: 121px;
    margin: 0 auto;
}

.head-nav-button {
    width: 30px;
    position: absolute;
    z-index: 0;
    top: 18px;
    right: 20px;
    cursor: pointer;
    display: none;
}

.head-btn-line {
    width: 100%;
    height: 3px;
    background: #FFF;
    margin-bottom: 5px;
}

.top-nav {
    height: 51px;
    padding-top: 26px;
    text-align: center;
    font-size: 0;
    background: url(../images/nav2.png) repeat-x center top;
}

.top-nav ul li {
    position: relative;
    z-index: 0;
    display: inline-block;
    vertical-align: top;
    height: 50px;
    margin: 0 1px;
}

.top-nav ul li a {
    max-width: 160px;
    display: block;
    height: 49px;
    padding: 0 5px 0 5px;
    line-height: 15px;
    font-size: 16px;
    color: #f9f1e5;
    text-decoration: none;
    background: url(../images/nav-bg4.png) repeat left top;
    border: 1px solid #333333;
    border-bottom: 0;
    border-radius: 4px 4px 0 0;
}

.top-nav ul li a span {
    height: 49px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.top-nav ul li:hover>a,
.top-nav ul li a:hover {
    background: url(../images/nav-bg-hover4.png) repeat left top;
    color: #fefeff;
}

.top-nav ul li.active a {
    color: #fefeff;
    background: url(../images/nav-bg-hover4.png) repeat left top;
}

.top-nav ul ul {
    width: 250px;
    position: absolute;
    z-index: 2;
    left: 1px;
    top: 50px;
    background: #FFF;
    display: none;
}

.top-nav ul li:hover>ul {
    display: block;
}

.top-nav ul ul li {
    display: block;
    height: auto;
    margin: 0;
    border-bottom: 1px solid #333;
}

.top-nav ul ul li:last-child {
    border-bottom: 0;
}

.top-nav ul ul li a {
    background: #e2ebf5;
    max-width: none;
    display: block;
    height: auto;
    margin: 0;
    padding: 10px 12px;
    line-height: normal;
    text-align: left;
    font-size: 15px;
    color: #333;
    border: 0;
    border-radius: 0;
}

.container {
    max-width: 980px;
    min-height: 600px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
}

.container p {
    margin-top: 10px;
    margin-bottom: 10px;
}

.about-box {
    margin-bottom: 25px;
}

.contacts-box {
    padding-right: 10px;
}

.cont-tel {
    font-size: 20px;
    font-weight: 600;
    color: #464c64;
    margin: 4px 0;
}

.anons-box {
    margin-bottom: 15px;
}

.container .anons-box p {
    font-size: 14px;
    margin: 0;
}

.contact-form {
    max-width: 280px;
}

.contact-form .inputbox {
    height: 25px;
}

.contact-form .inputbox, .contact-form .areabox {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.contact-form .inputbox-button {
    width: 100%;
    height: 30px;
    box-sizing: border-box;
    cursor: pointer;
}

.container .contact-form p {
    margin: 0;
}

.main-content table {
    margin-bottom: 15px;
}

.main-content table td {
    padding: 2px 5px;
}

.bot-bar a {
    font-size: 14px;
}

.bot-bar h4 {
    padding-bottom: 5px;
    border-bottom: 2px solid #000;
}

.bot-bar table td {
    padding: 2px 5px;
}

.footer {
    margin-top: 10px;
    background: #240b4c;
}

.foot-box {
    max-width: 1000px;
    margin: 0 auto;
    padding: 10px 10px 15px 10px;
    font-size: 11px;
    color: #fffcf3;
    letter-spacing: 1px;
}

.foot-box a {
    color: #fffcf3;
    text-decoration: none;

}

.bot-nav {
    text-align: center;
    margin-bottom: 20px;
}

.bot-nav ul li {
    display: inline-block;
    vertical-align: top;
    line-height: 11px;
    margin: 0 3px;
    border-left: 1px solid #fffcf3;
}

.bot-nav ul li:first-child {
    border-left: 0;
}

.bot-nav ul li a {
    text-decoration: none;
    font-size: 14px;
    color: #fffcf3;
    padding-left: 5px;
}

.bot-nav ul li a:hover, .bot-nav ul li.active a {
    text-decoration: underline;
}

.copy-box {
    text-align: center;
    margin-bottom: 10px;
}

.clear {
    width: 100%;
    height: 0;
    font-size: 1px;
    clear: both;
}