@font-face {
    font-family: PT Sans;
    src: url('../fonts/pt-sans.ttf');
}

body {
    margin: 0;
    padding: 0;
    background-image: url("../img/images/tile_03.jpg");
    font-family: "PT Sans";

}

.top_line {
    background-color: #e37801;
    height: 6px;
    width: 100%;
    display: block;
}

.center_wrap {
    width: 1044px;
    margin: auto;
    overflow: hidden;
    position: relative;
    padding-bottom: 30px;
}

.top_background {
    background-image: url("../img/top_back.jpg");
    background-size: cover;
}

.logo {
    display: block;
    background-image: url("../img/logo.png");
    width: 95px;
    height: 119px;
    margin: 10px;
}

.head_text1 {
    font-family: 'PT Sans';
    font-weight: bold;
    position: absolute;
    left: 120px;
    top: 20px;
    color: #aa3d0a;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.head_text2 {
    font-family: "Times New Roman";
    font-style: italic;
    font-weight: bold;
    font-size: 25px;
    position: absolute;
    left: 122px;
    top: 67px;
}

.head_text3 {
    font-family: "Times New Roman";
    font-style: italic;
    font-weight: bold;
    font-size: 25px;
    position: absolute;
    left: 301px;
    top: 93px;
}

.enter_block {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    width: 404px;
    background-color: #e37801;
    border-radius: 0 0 0 52px;

}

.enter_block span {
    color: white;
    font-family: "PT Sans";
    font-weight: bold;
    font-size: 19px;
    position: relative;
    left: 32px;
    top: 7px;

}

.enter_block div {
    position: absolute;
    top: 10px;
    right: 24px;
}

.enter_block div a {
    display: block;
    float: left;
    margin-left: 10px;
    color: #000;
    font-family: "PT Sans";
    font-size: 16px;
    text-decoration: none;
    border-bottom: 1px dotted white;
}

.head_phone {
    position: absolute;
    right: 20px;
    bottom: 20px;
    text-align: right;
}

.head_phone span {
    display: block;
    font-family: "PT Sans";
    font-size: 19px;
}

.menu_line {
    height: 30px;
    width: 100%;
    background-color: #e37801;
}

.under_menu_line {
    height: 5px;
    width: 100%;
    background-color: #686c24;

}

.top_menu {
    margin: 0;
    padding: 0;
}

.top_menu li {
    list-style: none;
    border-right: 1px dotted white;
    float: left;
}

.top_menu li:last-child {
    border: none;
}

.top_menu li a {
    display: block;
    font-family: "PT Sans";
    text-decoration: none;
    font-size: 17px;
    color: white;
    padding-right: 30px;
    padding-left: 30px;
    margin: 4px;
}

.top_menu li.selected {
    background-color: #eba14e;
    color: black;
}

.top_menu li.selected a {
    color: black;
    font-weight: bold;
}

.content {
    padding-top: 20px;
    font-family: "PT Sans";
    font-size: 17px;
    padding-bottom: 20px;
}

.content a {
    color: #686c24;
    text-decoration: none;
    font-size: 16px;
}

.content .h2_before {
    content: '';
    margin-right: 15px;
    display: inline-block;
    width: 20px;
    height: 10px;
    background-color: #686c24;
}

.content h2 {
    display: inline-block;
    font-family: "PT Sans";
    color: #686c24;
    text-transform: uppercase;
    font-size: 18px;
}

.content .h2_after {
    content: '';
    margin-left: 15px;
    display: inline-block;
    height: 10px;
    background-color: #686c24;
}

.left_content {
    width: 800px;
    float: left;
}

.right_content {
    width: 220px;
    float: right;

}

.news_anons .news_item {
    font-family: "PT Sans";
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 20px;
}

.news_anons .news_item a {
    color: #000;
}

.news_anons .news_item span {
    color: #686c24;
    font-family: "PT Sans";
    font-weight: bold;
    display: block;
    margin-bottom: 9px;
}

.termins tr td {
    padding: 10px;
}

.termins tr td:first-child {
    font-family: "PT Sans";
    font-weight: bold;
    color: #686c24;
    font-size: 16px;
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 30px;
    background-color: #ecac64;
    text-align: center;
    font-family: "PT Sans";
    font-weight: bold;
    margin-top: 20px;
}

.footer:before {
    display: block;
    content: '';
    height: 5px;
    background-color: #686c24;
    width: 100%;
}
.auth_table tr td{
    padding: 7px;
}

.auth_table tr td input[type=text], .auth_table tr td input[type=password] {
    padding: 10px;
    font-size:14px;
}
.auth_table tr td input[type=submit]{
    font-size:14px;
    font-weight:bold;
}