@media (min-width: 1200px) {
    .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
        width: 995px;
    }
}

body {
    background: #fff;
    color: #333745;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
}

body:before {
    content: "\00A0";
    background: #333745;
    height: 24px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

a {
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

body, body * {
    font-family: Arial, Helvetica, sans-serif;
    font-size: .97em;
    line-height: 1.5em;
}

html, body {
    height: 100%;
}

header {
    min-height: 122px;
    padding: 24px 0 0;
    position: relative;
}

nav {
    background: #333745;
    height: 93px;
    position: relative;
    width: 100%;
}

nav ul {
    border-bottom: 6px solid #8fbf4d;
    display: table;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

nav li {
    display: table-cell;
    height: 86px;
    list-style: none;
    text-align: center;
    vertical-align: middle;
}

nav a {
    color: #fff;
    display: block;
    font-size: 1em;
    padding: 15px 10px;
    text-decoration: none;
    text-transform: uppercase;
}

nav li:hover, nav .on, nav .active {
    background: #8fbf4d;
}

nav a:hover, nav .on a, nav .active a {
    color: #fff;
    text-decoration: none;
}

.header-phone-wrapper {
    color: #333745;
    font-size: 1.2em;
    line-height: 1.2em;
    text-align: right;
    padding-top: 32px;
}

.header-phone-wrapper span {
    font-size: 1.6em;
}

.header-button-wrapper {
    padding-top: 35px;
}

.header-button-wrapper .btn {
    background: #8fbf4d;
    color: #fff;
    display: block;
    padding: 17px 0;
    text-align: center;
    border-radius: 0;
    border: none;
    text-shadow: none;
    text-transform: lowercase;
    font-size: 1.3em;
}

.header-button-wrapper .btn:hover {
    opacity: 0.8;
}

.left-block-title {
    background: #8fbf4d;
    color: #fff;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 2em;
    padding: 20px 25px;
}

.list-menu {
    list-style: none;
    padding: 30px 0;
    margin: 0;
}

.list-menu li {
    padding: 5px 0;
}

.list-menu a {
    color: #333745;
    font-size: 18px;
    padding: 0 0 0 25px;
    position: relative;
    display: block;
}

.list-menu a:before {
    content: "\00A0";
    border-left: 4px solid #333745;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    height: 0;
    left: 6px;
    position: absolute;
    top: 6px;
    width: 0;
}

.list-menu a:hover, .list-menu .on > a {
    color: #8fbf4d;
    text-decoration: none;
}

.list-menu .on a:before {
    border: none;
    border-top: 4px solid #333745;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    top: 8px;
}

.list-menu ul {
    list-style: none;
    padding: 5px 0 0 60px;
}

.list-menu ul a {
    padding: 0;
    text-decoration: none;
}

.list-menu ul a:before {
    display: none;
}

.list-menu ul li {
    padding: 3px 0;
}

.list-menu ul ul {
    padding: 5px 0 0 27px;
}

.title {
    color: #333745;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 2em;
    font-weight: normal;
    margin: 0 0 17px;
    padding: 10px 0 0;
}

.htitle {
    font-size: 2.5em;
    font-weight: normal;
}

.footer-wrapper {
    clear: both;
    height: 132px;
}

footer {
    background: #333745;
    clear: both;
    height: 132px;
    margin: -132px 0 0;
    position: relative;
    text-align: left;
    width: 100%;
    z-index: 200;
    font-size: .9em;
}

footer .container {
    position: relative;
    color: #fff;
}

footer .copyright {
    left: 0;
    position: absolute;
    top: 30px;
    width: 400px;
    font-size: 1em;
}

footer .developer {
    position: absolute;
    right: 0;
    text-align: right;
    top: 30px;
    width: 250px;
}

footer .developer a {
    color: #fff;
}

footer .developer img {
    float: right;
    margin-top: 4px;
    padding-left: 8px;
}

footer .counters {
    left: 450px;
    position: absolute;
    text-align: center;
    top: 60px;
    width: 300px;
}

footer .counters img {
    margin: 0 5px;
}

.news-item {
    margin-bottom: 20px;
}

.news-item:last-child {
    margin-bottom: 0;
}

.news-item img {
    border: 1px solid #e7e7e7;
    padding: 1px;
}

.news-item img:hover {
    border-color: #8fbf4d;
}

.news-item .news-item-text {
    overflow: hidden;
    padding: 0 20px 0 0;
}

.news-item .news-item-text .news-item-name {
    font-size: 26px;
    padding: 0 0 3px;
    margin-bottom: 0;
}

.news-item .news-item-name a {
    color: #333745;
}

.news-item .news-item-date {
    background: #8fbf4d;
    color: #fff;
    display: inline;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin: 0 0 3px;
    padding: 3px 15px 2px;
}

.news-item-detail .news-item-date {
    margin-bottom: 10px;
    display: block;
    width: 100px;
    text-align: center;
}

.news-item-detail .news-item-text > img:first-child {
    float: left;
    margin: 5px 15px 0 0;
    padding: 1px;
}

.content-wrapper {
    padding-bottom: 20px;
}

.breadcrumb {
    color: #a3a3a3;
    font-size: .9em;
    margin: 0;
    padding: 17px 0 7px;
    background: none;
}

.breadcrumb li a {
    color: #a3a3a3;
    padding: 0;
}

.breadcrumb li.active {
    color: #a3a3a3;
}

.breadcrumb > li > .divider {
    padding: 0 1px;
}

.container {
    min-height: 100%;
}

.other-news h2 {
    font-size: 1.4em;
    font-weight: normal;
    padding: 30px 0 20px;
    text-transform: uppercase;
    border-top: 1px solid #c3c2c3;
    margin-top: 20px;
}

.navN {
    padding: 10px 0;
    text-align: center;
}

.navN ul {
    display: table;
    list-style: none;
    margin: 0 auto;
}

.navN li {
    float: left;
    margin: 0 5px;
}

.navN a {
    color: #646060;
    font-size: 12px;
}

.navN .on a, .navN .active a {
    color: #648c2c;
    text-decoration: none;
}

.navN .hidden {
    display: none;
}

.pintable, .pintable0 {
    border-collapse: collapse;
    margin-bottom: 10px;
}

.pintable th, .pintable thead .odd td, .pintable thead td {
    background: #8fbf4d;
    border: 1px solid #9a9a9a;
    color: #fff;
    font-weight: normal;
    padding: 5px;
    text-align: left;
}

.pintable td {
    border: 1px solid #9a9a9a;
    padding: 5px;
}

.pintable0 th, .pintable0 td {
    padding: 5px;
}

.pintable th p, .pintable0 th p, .pintable td p, .pintable0 td p {
    padding: 0;
}

.itexmodal-container {
    background: #f9f8f8;
    border: 1px solid #c2c7c9;
    border-radius: 0;
    padding: 20px 40px;
}

.itexmodal-container .itexmodal-title {
    background: none;
    border: none;
}

.itexmodal-container .itexmodal-title .ui-dialog-title {
    color: #8fbf4d;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 1.8em;
    padding: 10px 0 0;
    text-transform: uppercase;
    font-weight: normal;
}

.itexmodal-container .itexmodal-title .ui-dialog-titlebar-close {
    position: absolute !important;
    top: -30px !important;
    right: -35px !important;
    background: none !important;
}

.itexmodal-container .itexmodal-content {
    font-size: 1.1em;
}

.itexmodal-container .itexmodal-content label {
    font-size: 1.2em;
    font-family: Arial, Helvetica, sans-serif;
}

.itexmodal-container .itexmodal-content input {
    width: 288px;
    border-radius: 0;
    background: #fcfcfc;
    border: 1px solid #3f3b3b;
    font-size: 1.1em;
    padding: 5px;
}

.itexmodal-container .itexmodal-content input[type="file"] {
    margin-bottom: 15px;
}

.itexmodal-container .itexmodal-content textarea {
    width: 100%;
    resize: none;
    height: 130px;
    box-sizing: border-box;
    border-radius: 0;
    background: #fcfcfc;
    border: 1px solid #3f3b3b;
}

.ui-scrollable-wrapper .itexmodal-container {
    top: 15px !important;
}

.itexmodal-container .itexmodal-content .btn {
    background: #706f73;
    border: none;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    font-size: 1.1em;
    margin: 12px 0 0;
    text-align: center;
    text-transform: uppercase;
    text-shadow: none;
    border-radius: 0;
}

.header-logo-wrapper img {
	margin-top: 15px;
}
