* {
    padding: 0;
    margin: 0;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    font-size: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent
}

body {
    line-height: 1
}

blockquote, q {
    quotes: none
}

:focus {
    outline: 0
}

ins {
    text-decoration: none
}

del {
    text-decoration: line-through
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

.clear {
    clear: both;
}

a:hover {
    text-decoration: none;
}

h1, h2, h3 {
    font-weight: bold;
}

.wrapper {
    width: 977px;
    margin: 0 auto;
}

body {
    font: 12px Arial, Helvetica, sans-serif;
    color: #646566;
    background: #FFF;
}

/* header */
header {
    height: 46px;
    background: #2d2b2b;
}

.logo {
    display: block;
    width: 171px;
    height: 45px;
    background: url(../images/logo.png);
    float: left;
    margin-top: 1px;
}

header van {
    float: left;
}

/* main menu */
header nav ul li {
    list-style: none;
    display: block;
    float: left;
    padding: 15px 0;
    margin-left: 20px;
}

header nav ul li:first-child {
    margin-left: 44px;
}

header nav ul li a {
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-decoration: none;
}

header nav ul li.current a, nav ul li a:hover {
    color: #86c30b;
}

header nav ul li.current {
    background: url(../images/cur-menu.png) bottom center no-repeat;
}

a.loging {
    font: 13px 'Trebuchet MS';
    font-weight: bold;
    text-transform: uppercase;
    color: #FFF;
    text-decoration: none;
    float: left;
    background: #75ca40;
    padding: 8px 24px;
    border-radius: 5px;
    margin: 5px 0 0 111px;
    behavior: url(/css/PIE.htc);
}

/* soc bt */
.soc-login {
    width: 174px;
    float: right;
    background: url(../images/soc-login.png);
    height: 24px;
    margin-top: 10px;
}

.soc-login a {
    display: block;
    width: 24px;
    height: 24px;
    float: left;
    margin-left: 6px;
}

.soc-login a:first-child {
    margin-left: 0;
}

/* on off map */
.map-wrap {
    font: 24px 'Trebuchet MS';
    font-weight: bold;
    color: #2d2b2b;
    text-transform: uppercase;
    overflow: hidden;
    height: 124px;
    width: 347px;
    margin: 0 auto;
    background: url(../images/map.png) top right no-repeat;
}

.map-wrap div.label {
    float: left;
    margin: 28px 40px 0 0;
}

.no-off-control {
    width: 81px;
    height: 38px;
    position: relative;
    margin-top: 25px;
    float: left;
    cursor: pointer;
}

.no-off-control .off, .no-off-control .on {
    width: 81px;
    height: 36px;
    border: 1px solid #FFF;
    position: absolute;
    z-index: 2;
    border-radius: 23px;
    background: url(../images/on-off.png) top left;
    top: 0;
    left: 0;
}

.no-off-control .on {
    z-index: 3;
    border-radius: 23px;
    background-position: 0 -39px;
}

.no-off-control .elips {
    width: 47px;
    height: 47px;
    position: absolute;
    z-index: 4;
    background: url(../images/on-off.png) 0 -80px;
    top: -5px;
    transition-property: left;
    transition-duration: 0.5s;
    -moz-transition-property: left;
    -moz-transition-duration: 0.5s;
    -webkit-transition-property: left;
    -webkit-transition-duration: 0.5s;
    -o-transition-property: left;
    -o-transition-duration: 0.5s;
}

.no-off-control.c-on .elips {
    left: -30px;
}

.no-off-control.c-off .elips {
    left: 68px;
}

.no-off-control.c-on .off, .no-off-control.c-off .on {
    width: 0;
}

.no-off-control.c-on .on, .no-off-control.c-off .off {
    width: 81px;
}

/* mission */
section.mission h1 {
    font-size: 26px;
    color: #626161;
    margin-left: 80px;
    padding-bottom: 15px;
}

section.mission h2 {
    font-size: 20px;
    line-height: 30px;
    color: #7e7d7d;
    margin-left: 80px;
    font-weight: normal;
}

/* nav blocks */
.nav-block {
    float: left;
    min-height: 180px;
    width: 250px;
    margin-top: 25px;
}

.nav-block div.title {
    font: 24px 'Trebuchet MS';
    font-weight: bold;
    padding-bottom: 15px;
}

.nav-block div.items-wrap {
    padding-top: 18px;
    padding-left: 16px;
    border: 4px transparent solid;
}

.nav-block ul {
    background: #77bc52;
    padding: 0 0 0 16px;
}

.nav-block ul li {
    list-style: none;
}

.nav-block ul li a,
.nav-block ul li sa {
    font-size: 14px;
    color: #FFF;
    text-decoration: none;
    line-height: 30px;
}

.nav-block ul li a:hover {
    text-decoration: underline;
}

.nav-block-1 {
    padding-left: 85px;
    background: url(../images/nav-block-1.png) top left no-repeat;
}

.nav-block-2 {
    margin-left: 20px;
    padding-left: 40px;
    background: url(../images/nav-block-2.png) top left no-repeat;
}

.nav-block-3 {
    margin-left: 20px;
    padding-left: 61px;
    background: url(../images/nav-block-3.png) top left no-repeat;
}

.nav-block-1 ul {
    background: #77bc52;
}

.nav-block-2 ul {
    background: #f27501;
}

.nav-block-3 ul {
    background: #16aaee;
}

.nav-block-1 .items-wrap:hover {
    background: #77bc52;
    border-color: #ede00e;
}

.nav-block-1 .items-wrap:hover .title {
    color: #ede00e;
}

.nav-block-2 .items-wrap:hover {
    background: #f27501;
    border-color: #f4b757;
}

.nav-block-2 .items-wrap:hover .title {
    color: #f8d398;
}

.nav-block-3 .items-wrap:hover {
    background: #16aaee;
    border-color: #8dcff4;
}

.nav-block-3 .items-wrap:hover .title {
    color: #8dcff4;
}

.nav-block:hover .title {
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}

/* search block */
.search-block form {
    overflow: hidden;
    margin-top: 30px;
}

.magnifier, .search-block .tx-fileld, .search-block .form-subm {
    float: left;
}

.magnifier {
    width: 28px;
    height: 36px;
    background: url(../images/magnifier.png);
    margin-top: 5px;
    margin: 7px 10px 0 100px;
}

.search-block .tx-fileld {
    padding: 5px;
    background: #e7edef;
    border-radius: 5px;
    margin-top: 3px;
    behavior: url(/css/PIE.htc);
}

.search-block .tx-fileld input {
    width: 660px;
    height: 32px;
    border-radius: 5px;
    border: 1px #b0b4bc solid;
    font-size: 15px;
    color: #8b9194;
    padding: 0 10px;
    behavior: url(/css/PIE.htc);
}

.search-block .form-subm input {
    margin-left: 15px;
    width: 108px;
    height: 51px;
    border: 0;
    background: url(../images/se-form-subm.png);
}

/* slider */
.top-place-block {
    padding-left: 84px;
    margin-top: 40px;
    position: relative;
}

.top-place-block h2 {
    font: 16px 'Trebuchet MS';
    font-weight: bold;
    color: #646566;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.top-place-block a.prev, .top-place-block a.next {
    display: block;
    position: absolute;
    width: 50px;
    height: 81px;
    background: url(../images/slider-bt.png);
    top: 55px;
    z-index: 20;
}

.top-place-block a.prev {
    left: 20px;
}

.top-place-block a.next {
    right: 15px;
    background-position: top right;
}

.top-place-block a.prev:hover {
    background-position: bottom left;
}

.top-place-block a.next:hover {
    background-position: bottom right;
}

#slider {
    width: 740px;
    height: 315px;
    overflow: hidden;
    position: relative;
    z-index: 2;
    margin-left: 36px;
    margin-top: 4px;
}

#slider ul {
    position: absolute;
    width: 10000px;
    top: 0;
    left: 0;
}

#slider ul li {
    float: left;
    width: 96px;
    height: 96px;
    list-style: none;
    position: relative;
    border: 9px #F9f9f9 solid;
    border-radius: 5px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin-right: 10px;

    behavior: url(/css/PIE.htc);
}

#slider ul li.current {
    border-color: #9bce80;
}

.hover-tooltip {
    display: none;
}

.hover-dest {
    position: absolute;
}

.hover-tooltip .corner {
    background: url(../images/tooltip-corner-1.png);
    width: 24px;
    height: 12px;
    position: absolute;
    left: 50%;
    bottom: -12px;
    margin-left: -12px;
}

.hover-dest .hover-tooltip {
    position: absolute;
    top: -20px;
    left: -60px;
    display: block;
    font-size: 13px;
    width: 190px;
    padding: 10px 13px;
    z-index: 10;
    border-radius: 4px;
    border: 1px #b2b2b2 solid;
    background: #efefef;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
    behavior: url(/css/PIE.htc);
}

.click-tooltip {
    display: none;
}

.hover-dest .click-tooltip {
    position: absolute;
    z-index: 10;
    top: 92px;
    left: 23px;
    background: #f4fafe;
    background: -moz-linear-gradient(top, #f4fafe 0%, #dfebf3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4fafe), color-stop(100%, #dfebf3));
    background: -webkit-linear-gradient(top, #f4fafe 0%, #dfebf3 100%);
    background: -o-linear-gradient(top, #f4fafe 0%, #dfebf3 100%);
    background: -ms-linear-gradient(top, #f4fafe 0%, #dfebf3 100%);
    background: linear-gradient(to bottom, #f4fafe 0%, #dfebf3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#f4fafe', endColorstr = '#dfebf3', GradientType = 0);
    -webkit-box-shadow: 2px 2px 5px 1px rgba(21, 61, 87, 0.4);
    box-shadow: 2px 2px 5px 1px rgba(21, 61, 87, 0.4);
    border-radius: 15px;
    padding: 30px 14px 8px 17px;
    display: block;
    width: 280px;
    behavior: url(/css/PIE.htc);
}

.click-tooltip .corner {
    background: url(../images/tooltip-corner-2.png);
    width: 19px;
    height: 9px;
    position: absolute;
    top: -9px;
    left: 15px;
}

.click-tooltip .short-inf {
    float: left;
    width: 210px;
    font-size: 13px;
    color: #304e62;
}

.click-tooltip .short-inf a {
    font-size: 12px;
    color: #f68c1c;
    margin-left: 8px;
}

.click-tooltip .photos-videos {
    float: right;
    width: 60px;
    text-align: right;
}

.click-tooltip .photos-videos a {
    display: block;
    color: #3c8ade;
    margin-bottom: 20px;
    font-weight: bold;
}

/* last comments */
.last-cmments-block {
    background: #d9e7f2;
    padding: 16px 6px;
    border-radius: 15px;
    width: 465px;
    float: left;
    margin-right: 100px;
    behavior: url(/css/PIE.htc);
}

.last-cmments-block h2 {
    text-transform: uppercase;
    color: #3c8ade;
    font: 15px 'Trebuchet MS';
    font-weight: bold;
    padding-bottom: 15px;
}

.last-commet-item {
    background: #FFF;
    overflow: hidden;
    padding: 10px 5px 5px 13px;
    margin-bottom: 3px;
}

.last-commet-item.popular {
    background: #fafafa;
}

.last-commet-item .commet-preview {
    float: left;
    width: 378px;
    font-size: 12px;
}

.last-commet-item .post-date {
    float: right;
    width: 40px;
    color: #8f8f8f;
    font-size: 11px;
    font-weight: bold;
}

.last-commet-item .commet-preview p {
    line-height: 18px;
}

.last-commet-item .commet-preview .user-post {
    padding-bottom: 8px;
}

.last-commet-item .commet-preview .user-post a {
    color: #1e78d9;
}

.last-commet-item .commet-preview .user-post a:first-child {
    font-size: 11px;
    color: #f68c1c;
}

.last-cmments-block a.view-more {
    display: block;
    width: 281px;
    height: 48px;
    background: url(../images/view-all-news.png);
    margin: 11px auto 0;
}

/* chenges online */
.changes-online {
    background: #f5f5f3;
    border-radius: 15px;
    padding-top: 13px;
    width: 335px;
    float: left;
    behavior: url(/css/PIE.htc);
    overflow: hidden;
}

.changes-online h2 {
    text-transform: uppercase;
    color: #f27501;
    font: 16px 'Trebuchet MS';
    font-weight: bold;
    padding-left: 30px;
    text-transform: uppercase;
}

.changes-online span.subtitle {
    display: block;
    color: #979393;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px !important;
    padding: 0 0 15px 30px;
}

ul.tabs {
    list-style: none;
    border: 1px #d2d2d1 solid;
    overflow: hidden;
    margin: 0 2px;
}

ul.tabs li {
    float: left;
    width: 33%;
    text-align: center;
    padding: 9px 0;
    border-left: 1px #d3d3d3 solid;
    background: #f9f9f9;
    background: -moz-linear-gradient(top, #f9f9f9 0%, #e9e9e9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f9f9), color-stop(100%, #e9e9e9));
    background: -webkit-linear-gradient(top, #f9f9f9 0%, #e9e9e9 100%);
    background: -o-linear-gradient(top, #f9f9f9 0%, #e9e9e9 100%);
    background: -ms-linear-gradient(top, #f9f9f9 0%, #e9e9e9 100%);
    background: linear-gradient(to bottom, #f9f9f9 0%, #e9e9e9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#f9f9f9', endColorstr = '#e9e9e9', GradientType = 0);
    behavior: url(/css/PIE.htc);
}

ul.tabs li.current, ul.tabs li:hover {
    cursor: pointer;
    background: #e6e6e6;
    background: -moz-linear-gradient(top, #e6e6e6 0%, #f5f5f5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e6e6e6), color-stop(100%, #f5f5f5));
    background: -webkit-linear-gradient(top, #e6e6e6 0%, #f5f5f5 100%);
    background: -o-linear-gradient(top, #e6e6e6 0%, #f5f5f5 100%);
    background: -ms-linear-gradient(top, #e6e6e6 0%, #f5f5f5 100%);
    background: linear-gradient(to bottom, #e6e6e6 0%, #f5f5f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#e6e6e6', endColorstr = '#f5f5f5', GradientType = 0);
    behavior: url(/css/PIE.htc);
}

ul.tabs li:first-child {
    border: 0;
}

ul.tabs li a {
    font-size: 15px;
    color: #949fa3;
    text-decoration: none;
    text-transform: uppercase;
}

.chenge-online-item {
    overflow: hidden;
    padding: 9px 0 5px 0;
    border-bottom: 1px #e3e3e3 solid;
    border-top: 1px #fbfbf8 solid;
    background: #f5f5f3;
    background: -moz-linear-gradient(top, #f5f5f3 0%, #eaeae8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f3), color-stop(100%, #eaeae8));
    background: -webkit-linear-gradient(top, #f5f5f3 0%, #eaeae8 100%);
    background: -o-linear-gradient(top, #f5f5f3 0%, #eaeae8 100%);
    background: -ms-linear-gradient(top, #f5f5f3 0%, #eaeae8 100%);
    background: linear-gradient(to bottom, #f5f5f3 0%, #eaeae8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#f5f5f3', endColorstr = '#eaeae8', GradientType = 0);
    behavior: url(/css/PIE.htc);
}

.chenge-online-item.first {
    border-top: 0;
}

.chenge-online-item.last {
    border-bottom: 0;
    padding-bottom: 15px;
}

.chenge-online-item .left {
    width: 113px;
    float: left;
    text-align: center;
    font-size: 11px;
    color: #646566;
}

.chenge-online-item .left a {
    font-size: 10px;
    color: #f68c1c;
}

.chenge-online-item .left span {
    color: #d2d3d4;
}

.chenge-online-item .right {
    width: 220px;
    float: left;
    font-size: 11px;
    color: #b4b6b9;
}

.chenge-online-item .right span {
    padding-top: 3px;
}

.chenge-online-item .right a {
    color: #1e78d9;
    font-size: 12px;
}

.chenge-online-item span {
    display: block;
}

.chenge-online-item a.cn-bt {
    display: block;
    width: 54px;
    height: 25px;
    background: url(../images/online-bt.png) top left;
    margin: 0 auto 3px;
}

.chenge-online-item a.cn-bt.place-bt {
    background-position: bottom left;
}

nav.footer-menu {
    overflow: hidden;
    font-weight: bold;
    color: #8d8e8f;
}

nav.footer-menu .col {
    float: left;
    margin: 100px 0 0 42px;
}

nav.footer-menu .col:first-child {
    margin-left: 85px;
}

nav.footer-menu ul li {
    list-style: none;
    padding-top: 15px;
}

nav.footer-menu ul li a {
    font-size: 12px;
    color: #8d8e8f;
    font-weight: normal;
}

footer {
    margin-top: 30px;
    height: 113px;
    background: url(../images/footer-bg.png) top center no-repeat;
}

footer ul {
    list-style: none;
    position: relative;
    overflow: hidden;
    padding: 30px 0 10px 0;
}

footer ul li {
    float: left;
    position: relative;
    padding: 0 5px;
    border-left: 1px #717271 solid;

}

footer ul li:first-child {
    border-left: 0;
}

footer ul li a {
    color: #717271;
}

footer .copy-w {
    text-align: center;
}

.center {
    float: left;
    position: relative;
    left: 50%;
}

.center ul {
    float: left;
    position: relative;
    left: -50%;
}

.checkbox-control {
    float: left;

}

.search-block .checkbox-control {
    margin: 10px 0 0 140px;
}

.checkbox-control .ch-control {
    background: url(../images/checkbox.png) top left;
    width: 21px;
    height: 21px;
    float: left;
    cursor: pointer;
}

.checkbox-control .label {
    float: left;
    color: #949fa3;
    margin: 4px 0 0 6px;
}

.mission {
    position: relative;
}

.mission-block legend {
    display: none;
}

.subLegend {
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0;
}

.subLegend div {
    position: absolute;
    font-size: 22px;
    bottom: 0;
    left: 0;
    background-color: #FFF;
}


.mapBlock{
    position: relative;
    overflow: hidden;
}





