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, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-family: inherit;
}

table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    outline: 0;
    font-size: 100%;
    font-family: inherit;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

.visible {
    display: block;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
}

caption, th, td {
    font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

html {
    height: 100%;
}

body {
    font: 12px/18px Tahoma, Arial, Verdana, sans-serif;
    height: 100%;
    color: black;
    background: white;
}

a {
    color: #2070A4;
    outline: none;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

img {
    border: none;
    vertical-align: middle;
}

.header_top img {
    padding: 0 5px;
    position: relative;
}

input {
    vertical-align: middle;
    overflow: visible;
    font-family: Arial, Helvetica, sans-serif;
}

select {
    font-family: Tahoma, Geneva, sans-serif;
    padding: 5px 0 5px 5px;
    font-size: 14px;
}

#wrapper {
    min-width: 1000px;
    max-width: 1260px;
    margin: 0 auto;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

.center {
    margin: 0 15px;
    height: 100%;
}

.displaynone {
    display: none;
}

/* General style
-----------------------------------------------------------------------------*/
.rounding {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    behavior: url(/js/PIE.htc);
}

.rounding10 {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    behavior: url(/js/PIE.htc);
}

.top_rounding {
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

form input[type="text"],
form input[type="file"],
form input[type="password"],
form select,
form textarea {
    background: -moz-linear-gradient(top, #fafafa 0%, #f3f1f1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(100%, #f3f1f1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fafafa 0%, #f3f1f1 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fafafa 0%, #f3f1f1 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #fafafa 0%, #f3f1f1 100%); /* IE10+ */
    background: linear-gradient(top, #fafafa 0%, #f3f1f1 100%); /* W3C */
    border: 1px solid #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    /*behavior: url(/js/PIE.htc);*/
}

form input {
    font-size: 14px;
    padding: 6px 4px;
}

.btn_green {
    font-size: 14px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    color: #FFF;
    cursor: pointer;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    behavior: url(/js/PIE.htc);
    background: #83AA00; /* Old browsers */
    background: -moz-linear-gradient(top, #83AA00 0%, #698511 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #83AA00), color-stop(100%, #698511)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #83AA00 0%, #698511 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #83AA00 0%, #698511 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #83AA00 0%, #698511 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#83AA00', endColorstr='#698511', GradientType=0); /* IE6-9 */
    background: linear-gradient(top, #83AA00 0%, #698511 100%); /* W3C */
    text-shadow: 0 1px #3E6900;
    text-align: center;
    padding: 7px 20px;
    border: none;
    text-decoration: none;

    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    -ms-transition: All 0.5s ease;
    transition: All 0.5s ease;
}

.btn_grey {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    color: #FFF;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    padding: 7px 20px;
    background: #B9B9B9; /* Old browsers */
    background: -moz-linear-gradient(top, #B9B9B9 0%, #9D9D9D 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #B9B9B9), color-stop(100%, #9D9D9D)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #B9B9B9 0%, #9D9D9D 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #B9B9B9 0%, #9D9D9D 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #B9B9B9 0%, #9D9D9D 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#B9B9B9', endColorstr='#9D9D9D', GradientType=0); /* IE6-9 */
    background: linear-gradient(top, #B9B9B9 0%, #9D9D9D 100%); /* W3C */
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    behavior: url(/js/PIE.htc);
    cursor: pointer;
    border: none;
    text-shadow: 0 1px #9A9A9A;
    overflow: visible;
}

.btn_blue {
    font-size: 14px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    padding: 0 0 2px 0;
    border: 0;
    color: #FFF;
    cursor: pointer;
    margin-left: 4px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    behavior: url(/js/PIE.htc);
    padding: 7px 20px;
    /*text-shadow:#006d9e 0 1px;*/
    background: #009BE2; /* Old browsers */
    background: -moz-linear-gradient(top, #009BE2 0%, #157DB5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #009BE2), color-stop(100%, #157DB5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #009BE2 0%, #157DB5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #009BE2 0%, #157DB5 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #009BE2 0%, #157DB5 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009BE2', endColorstr='#157DB5', GradientType=0); /* IE6-9 */
    background: linear-gradient(top, #009BE2 0%, #157DB5 100%); /* W3C */
}

.btn_green:hover {
    background: #8eb500;
    background: -moz-linear-gradient(top, #8eb500 0%, #698511 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8eb500), color-stop(100%, #698511));
    background: -webkit-linear-gradient(top, #8eb500 0%, #698511 100%);
    background: -o-linear-gradient(top, #8eb500 0%, #698511 100%);
    background: -ms-linear-gradient(top, #8eb500 0%, #698511 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8eb500', endColorstr='#698511', GradientType=0);
    background: linear-gradient(top, #8eb500 0%, #698511 100%);
}

.btn_blue:hover {
    background: #00a3ed; /* Old browsers */
    background: -moz-linear-gradient(top, #00a3ed 0%, #157DB5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00a3ed), color-stop(100%, #157DB5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #00a3ed 0%, #157DB5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #00a3ed 0%, #157DB5 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #00a3ed 0%, #157DB5 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a3ed', endColorstr='#157DB5', GradientType=0); /* IE6-9 */
    background: linear-gradient(top, #00a3ed 0%, #157DB5 100%); /* W3C */
}

.btn_grey:hover {
    background: #c5c5c5; /* Old browsers */
    background: -moz-linear-gradient(top, #c5c5c5 0%, #9D9D9D 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c5c5c5), color-stop(100%, #9D9D9D)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #c5c5c5 0%, #9D9D9D 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #c5c5c5 0%, #9D9D9D 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #c5c5c5 0%, #9D9D9D 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c5c5c5', endColorstr='#9D9D9D', GradientType=0); /* IE6-9 */
    background: linear-gradient(top, #c5c5c5 0%, #9D9D9D 100%); /* W3C */
}

.gray_gradient {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #ebebeb 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ebebeb)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #ebebeb 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #ebebeb 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #ebebeb 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ebebeb', GradientType=0); /* IE6-9 */
    background: linear-gradient(top, #ffffff 0%, #ebebeb 100%); /* W3C */
}

a.btn_grey, a.btn_blue, a.btn_green {
    vertical-align: middle
}

.gray_box {
    background-color: #EBEBEB !important;
}

.green_box {
    background-color: #94b730;
}

.additional-info a, .additional-info strong, .additional-info em {
    font-weight: normal !important;
    font-style: normal !important;
    text-decoration: none !important;
    cursor: default !important;
    color: #000;
}

.margin_none {
    margin: 0 !important;
}

/* header_top
-----------------------------------------------------------------------------*/
.header_top {
    width: 100%;
    height: 30px;
    background-color: #ebebeb;
    font-size: 11px;
    text-shadow: #FFF 0 1px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    position: relative;
    z-index: 100;
}

.header_top .left > div {
    background-image: url(../img/gray_border_bg.gif);
    background-repeat: repeat-y;
    background-position: right;
    float: left;
}

.header_top .right > div {
    float: right;
}

.header_top .left > div, .header_top .right > div {
    height: 25px;
    padding: 5px 12px 0;
}

.date_time_box span#header_city, .date_time_box h1 {
    display: inline;
    font-size: 1em;
    font-weight: bold;
}

.header_top .weather_box {
    padding-left: 0 !important;
    position: relative;
}

.header_top .weather_box img {
    float: left;
}

.weather_box span#open_weather_link {
    cursor: pointer;
}

.header_top .imgHeight img {
    bottom: 5px;
    height: 30px;
}

.header_top a {
    color: #000;
    font-weight: bold;
    text-decoration: none;
}

#admin_header .header_top a {
    font-weight: normal;
}

.header_top .right a.link2 {
    font-weight: normal;
    text-decoration: underline;
    margin: 0 2px 0 8px;
}

.header_top .right a.link2:hover {
    text-decoration: none;
}

.weather_box p {
    float: left;
}

.weather_box p span {
    position: relative;
}

.header_top .enter_box {
    background: url(../img/gray_border_bg.gif) repeat-y left;
}

.header_top .enter_box:last-child {
    background: none;
}

.header_top .enter_box a:hover {
    text-decoration: underline;
}

/* .header_user_style
-----------------------------------------------------------------------------*/
.header_top .user_info > span {
    padding-right: 5px;
}

.header_top .user_info .username {
    font-weight: bold;
}

.header_top .user_info .username img {
    bottom: 2px;
    float: left;
    height: 24px;
    position: relative;
    width: 24px;
}

/* .header_menu
-----------------------------------------------------------------------------*/
.header_menu {
    margin: 5px 0;
}

.header_menu div {
    display: table-cell;
    vertical-align: middle;
}

.header_menu .logo img {
    margin-right: 30px;
}

#admin_header .header_menu .logo {
    min-width: 250px;
}

#admin_header .header_menu .logo img {
    max-width: 220px;
}

.header_menu .buttons {
    text-align: right;
    white-space: nowrap;
}

.header_menu .menu_box, .header_menu .admin_crumbs {
    width: 100%;
    padding: 18px 0;
}

.header_menu .menu_box li {
    display: inline-block;
    z-index: 1;
}

.header_menu .menu_box li a {
    text-decoration: none;
    color: #000
}

.header_menu .menu_box li a:hover {
    color: #7AA111;
}

.bold_list {
    font-weight: bold;
}

.bold_list li {
    margin: 0 5px;
}

.header_menu .bold_list .active a {
    padding: 3px 9px;
    background-color: #95b631;
    color: #FFF;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    behavior: url(/js/PIE.htc);
}

.header_menu .menu_box .bold_list .active a:hover {
    color: #FFF;
}

.normal_list {
    font-size: 11px;
    position: relative;
}

.normal_list li {
    margin: 0 4px;
}

.header_menu .normal_list .active a {
    padding: 2px 9px;
    background-color: #95B631;
    color: #FFF;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    behavior: url(/js/PIE.htc);
}

.header_menu .menu_box .normal_list .active a:hover {
    color: #FFF;
}

.header_menu .menu_box .normal_list .more a:hover {
    color: #000;
}

.header_menu .header_other_menu_list li a:hover {
    color: #000;
    background-color: #e1e1e1;
}

/* .header_bottom
-----------------------------------------------------------------------------*/
.header_bottom {
    /*height: 133px;*/
    margin: 0 0 15px;
    position: relative;
}

.header_bottom .header_poster_box {
    width: 100%;
    height: 112px;
    background-image: url("/designsite/header_main.jpg");   
    position: relative;
}

.button:active {
    position: relative;
    top: 1px;
    left: 1px;
}

.header_bottom .header_bottom_links {
    font-size: 11px;
    overflow: hidden;
}

.header_bottom_links p {
    float: left;
    margin-right: 15px;
}

.header_bottom_links p span.tittle {
    font-size: 10px;
    color: #FFF;
    padding: 0 4px 1px;
    margin-right: 3px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.backgrounded-label {
    color: #FFF;
    padding: 0 4px 1px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.backgrounded-label.green {
    background: #78a000;
}

.header_bottom_links p span.name {
    position: relative;
    top: 1px;
}

.header_bottom_links p img {
    height: 16px;
}

.header_bottom_links p span.name:hover {
    text-decoration: underline;
}

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

.search_box_header {
    position: absolute;
    right: 15px;
    top: 41px;
    width: 600px;
}

.search_box_header input {
    float: right;
    width: 318px;
    background: #fff !important;
    border: none !important;
}

.search_box_header .search_icon {
    position: absolute;
    right: 2px;
    top: 2px;
    display: table-cell;
    cursor: pointer;
    background-color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    height: 26px;
    width: 26px;
    text-align: center;
}

.search_box_header .search_icon img {
    position: relative;
    top: 3px;
    left: 1px;
}

/* Middle
-----------------------------------------------------------------------------*/
#middle {
    width: 100%;
    padding: 0 0 163px;
    height: 1%;
    position: relative;
    margin: 0 0 50px;
}

/*#middle .center {
	margin-top: 30px;
}*/
#middle:after {
    content: '.';
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}

#container {
    width: 100%;
    float: left;
}

#content {
    padding: 0 361px 0 0;
    min-height: 500px;
}

#content li {
    list-style-position: inside;
}

#content_admin {
    padding: 0 0 0 250px;
    min-height: 500px;
}

#content .adver_user_filter h2 {
    font-size: 14px;
}

h1 {
    font-size: 2em;
    font-weight: normal;
    line-height: 1;
}

.inner-title {
    font-size: 2em;
    line-height: 1;
    overflow: hidden;
    margin-bottom: 15px;
}

.inner-title a, .inner-title span, .inner-title h1 {
    display: inline;
    margin-right: 5px;
}

.inner-title a, .admin_header_menu a {
    color: #000;
    text-decoration: none;
}

.inner-title a:hover {
    text-decoration: underline;
}

.inner-title span, .inner-title h1 {
    color: #7AA111;
    font-size: 1em;
}

.tree {
    display: block;
    padding: 0 0 12px 15px;
    line-height: 14px;
    background: url(../img/tree-ico.png) no-repeat left 3px;
    list-style: none;
}

.tree li {
    display: inline;
    font-size: 0.9em;
}

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

.tree li a:hover {
    text-decoration: underline;
}

.tree li h2 {
    display: inline;
    font-weight: normal;
}

.admin_crumbs h6 {
    line-height: 1.2;
}

.middle_top_pathway {
    font-size: 11px;
    line-height: 1.3;
}

.middle_top_pathway img {
    float: left;
    margin-right: 2px;
    position: relative;
    top: 3px;
}

.middle_top_pathway li {
    display: inline;
}

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

.middle_top_pathway li a:hover {
    text-decoration: underline;
}

/* Admin login
-----------------------------------------------------------------------------*/
#admin_login_box {
    height: 220px;
    width: 280px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -140px;
    margin-top: -150px;
}

.cabinet_login {
    width: 280px;
    margin: 0 auto;
}

.cabinet_login .admin_login_form_box {
    padding-bottom: 15px;
}

.admin_login_logo_box {
    margin-bottom: 10px;
}

.admin_login_form_box {
    width: 100%;
    background-color: #ebebeb;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    height: auto;
}

.admin_login_form_center {
    width: 250px;
    margin: 0 auto;
    padding: 20px 0 0 0;
    overflow: hidden;
}

.admin_login_one_form {
    padding: 7px 0;
}

.admin_login dt {
    margin: 0;
    float: left;
    width: 56px;
    padding-top: 5px;
}

.admin_login dd {
    float: left;
    width: 186px;
    margin: 0 0 15px;
}

.admin_login .zend_form dt label {
    width: 56px;
    top: 0;
}

.admin_login input[type="text"],
.admin_login input[type="password"] {
    background: #f3f1f1; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#f3f1f1'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#f3f1f1)); /* for webkit browsers */
    background: -moz-linear-gradient(top, #fafafa, #f3f1f1); /* for firefox 3.6+ */
    border: 1px solid #fff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    width: 186px;
    -moz-box-shadow: 0 1px #c9c9c9;
    -webkit-box-shadow: 0 1px #c9c9c9;
    box-shadow: 0 1px #c9c9c9;
}

/* #content
-----------------------------------------------------------------------------*/
.content_top_box {
    font-size: 14px;
    position: relative;
}

.content_top_box.filter {
    padding: 9px 10px 7px;
}

.content_top_box td {
    white-space: nowrap;
    padding-right: 10px;
}

.content_top_box.green_box label {
    color: #FFF;
}

.gray_box label {
    color: #000;
}

table.content_top_box {
    width: 100%;
}

.search_input_text.third {
    width: 75%;
}

.search_input_text.half {
    width: 90%;
}

table.content_top_box td:last-of-type {
    text-align: right;
    padding-right: 0;
}

.map_search img.loader {
    position: relative;
    right: 25px;
}

.content_head {
    margin: 0 0 20px;
    overflow: hidden;
    line-height: 1.3;
}

.content_head.map_search .conteiner {
    float: none;
}

.content_head.map_search .conteiner .content {
    padding: 0;
}

.content_head .conteiner {
    float: left;
    width: 100%;
    margin: 0;
}

.content_head .conteiner .content .tittle h1 {
    display: inline;
}

.content_head .conteiner .content .tittle .tittle_atr {
    display: inline-block;
    margin: 0 0 0 8px;
}

.content_head .conteiner .content .tittle .tittle_atr .list_images {
    float: left;
    top: 4px;
    right: 0;
    width: 68px;
}

.content_head .conteiner .content .tittle .tittle_atr .access {
    margin: 0;
}

.content_head .conteiner .content {
    padding: 0 360px 0 0;
}

.admin_middle_center .content_top_box.filter_form {
    margin-bottom: 10px;
    overflow: hidden;
}

.admin_middle_center .content_top_box form {
    padding: 9px 18px 7px 18px;
}

.section_t {
    overflow: hidden;
    margin: 25px 0px 20px 0;
}

.section_title h2 {
    display: inline;
    font-size: 18px;
}

.section_title .openall {
    float: right;
}

.work_content .section_title {
    margin: 25px 0 5px 0;
}

.select_style option {
    background: #FFF
}

/* .list
-----------------------------------------------------------------------------*/
.list {
    margin-bottom: 20px;
}

.list h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: normal;
}

.list h2 span {
    color: #709A00;
}

.full_list .open {
    min-height: 70px;
}

.list .white, .list .white .list_date_time, .list .white .list_number, .list .white .list_time {
    background: none;
}

.list_date_time {
    height: 100%;
    width: 124px;
    background-color: #e1e1e1;
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    background-image: url(../img/gray_border_bg.gif);
    background-repeat: repeat-y;
    background-position: right;
    font-size: 11px;
    position: absolute;
    top: 0;
    left: 0;
}

.list_date_time img {
    padding: 8px 4px 0 9px;
}

.list_date_time span {
    position: relative;
    top: -5px;
}

.list_client {
    height: 100%;
    padding: 0 300px 0 135px;
    overflow: hidden;
}

.list .btn_grey {
    /*width: 263px;*/
    margin: 17px 0 0 0;
}

.one_list {
    overflow: hidden;
    background: #ebebeb;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.small_gray_text {
    font-size: 90%;
    color: #969696;
}

.small_text {
    font-size: 11px;
    line-height: 1.3;
}

.big_text {
    font-size: 14px;
    line-height: 1.4;
}

.hidden {
    overflow: hidden;
}

.obyava {
    overflow: hidden;
    background: url(../img/bg_line.jpg), url(../img/bg_line2.jpg);
    background-position: left, right;
    background-repeat: repeat-y;
    background-color: #EBEBEB;
}

.obyava_highlight {
    overflow: hidden;
    background: url(../img/bg_line_highlight.jpg), url(../img/bg_line2_highlight.jpg);
    background-position: left, right;
    background-repeat: repeat-y;
    background-color: #F3F3D5 !important;
    /*border: #D1CB9B solid 1px;*/
}

.obyava:hover .list_images,
.one_item:hover .list_images {
    display: block;
}

.obyava_title {
    overflow: hidden;
}

.obyava_title .rightcol {
    height: 28px;
    position: relative;
    /*background: url(../img/bg_rightcol.gif) top right repeat-y;*/
    /*overflow:hidden;*/
}

.obyava_title .rightcol .company_name {
    position: relative;
    top: 5px;
    left: 15px;
}

.obyava.white .rightcol,
.obyava.white .openblock {
    background: none;
}

.leftcol {
    width: 56px;
    float: left;
    text-align: center;
    line-height: 2.5;
}

.obyava_title .leftcol img {
    margin-top: 8px;
}

.rightcol {
    width: 200px;
    padding: 0px;
    float: right;
}

.centercol {
    min-width: 300px;
    padding: 0px 15px;
    display: block;
    overflow: hidden;
    position: relative;
}

.list_time {
    font-size: 11px;
    float: left;
}

.openlink {
    padding: 5px 0px;
    position: relative;
    cursor: pointer;
    color: #2070a4;
}

.openlink .payment {
    color: #000;
}

.openlink .open_adv_link {
    text-decoration: none;
}

.openlink .open_adv_link:hover {
    text-decoration: underline;
}

.openlink .t_link:hover {
    text-decoration: none;
}

.openlink img {
    margin: -2px 5px 0 0;
}

.openlink .camera img {
    margin: 0;
}

.open_name {
    padding: 0 70px 0 0;
}

.list_images {
    position: absolute;
    top: 7px;
    right: 10px;
    overflow: hidden;
    height: 17px;
    display: none
}

.open_news .list_images,
.open_auto .list_images {
    display: inline-block;
    position: relative;
    right: 0;
    top: 0;
    width: 45px;
}

.list_images div {
    float: right;
    margin-left: 5px;
}

.comment_but {
    background-position: -255px 0;
}

.sortable_but {
    background-position: 0 0;
}

.sortable_but:hover {
    background-position: 0 -17px;
}

.crm_but {
    background-position: -17px 0;
}

.crm_but:hover {
    background-position: -17px 17px;
}

.notepad_but {
    background-position: -51px 0;
}

.notepad_but:hover {
    background-position: -51px 17px;
}

.print_but {
    background-position: -68px 0;
}

.print_but:hover {
    background-position: -68px 17px;
}

.complain_but {
    background-position: -85px 0;
}

.complain_but:hover {
    background-position: -85px 17px;
}

.edit_but {
    background-position: -102px 0;
}

.edit_but:hover {
    background-position: -102px 17px;
}

.delete_but {
    background-position: -119px 0;
}

.delete_but:hover {
    background-position: -119px 17px;
}

.copy_but {
    background-position: -136px 0;
}

.copy_but:hover {
    background-position: -136px 17px;
}

.payment_but {
    background-position: -187px 0
}

.payment_but:hover {
    background-position: -187px 17px;
}

.add_payment_but {
    background-position: -237px 0
}

.add_payment_but:hover {
    background-position: -237px 17px;
}

.check_but {
    background-position: -204px 0;
}

.check_but.active {
    background-position: -204px 17px;
}

.out_but {
    background-position: -221px 0;
}

.out_but:hover {
    background-position: -221px 17px;
}

.settings_but {
    background-position: -153px 0;
}

.settings_but:hover {
    background-position: -153px 17px;
}

.approvedByMod_but {
    padding: 0 !important;
    background-position: -170px 0;
}

.approvedByMod_but.active {
    background-position: -170px 17px;
}

.needModeration_but {
    background-position: -272px 0;
}

.needModeration_but.active {
    background-position: -272px 17px;
}

.notepad_but, .comment_but, .check_but, .print_but, .complain_but, .delete_but, .edit_but, .copy_but,
.sortable_but, .settings_but, .crm_but, .approvedByMod_but, .payment_but, .add_payment_but, .out_but,
.needModeration_but {
    background-image: url(../img/icons_tools.png);
    width: 17px;
    height: 17px;
    cursor: pointer;
    padding: 0 !important;
    -webkit-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    transition: background 0.2s ease;
}

.notepad_list .notepad_but,
.notepad_list .edit_but,
.notepad_list .delete_but .area-link,
.notepad_list .edit_but .area-link,
.doska_list .list_images .delete_but,
.doska_list .edit_but,
.job_list .delete_but,
.job_list .edit_but,
.estate_list .delete_but,
.estate_list .edit_but,
.estate_list .copy_but,
.user_list .notepad_but,
.user_list .complain_but {
    display: none;
}

.list_contact.smallInfo {
    padding: 4px 15px 20px 15px;
    position: absolute;
    left: 0px;
    display: none;
}

.list_contact.smallInfo div {
    position: relative;
    overflow: hidden;
    line-height: 1.8;
}

.openblock {
    overflow: hidden;
    clear: both;
    /*background: url(../img/bg_rightcol.gif) top right repeat-y;*/
}

.list_client_text {
    margin-bottom: 15px;
}

.list_contact {
    padding: 0px 15px 10px 15px;
}

.open .list_contact {
    display: block;
    border-left: 1px solid #c8c8c8;
}

.list_client_img {
    margin: 10px 0 5px 0;
}

.list_client_img img {
    margin-right: 5px;
}

.list_client_extinfo {
    margin-bottom: 10px;
}

.list_time img {
    padding: 6px 4px 0 9px;
}

.list_time span {
    position: relative;
    top: -5px;
}

.list_client_2 span {
    color: #2070a4;
    text-decoration: underline;
    cursor: pointer;
    padding: 7px 0 8px 0;
}

.list_client_2 span:hover {
    text-decoration: none;
}

.list_contact a {
    color: #2070A4;
}

/* .pagination
-----------------------------------------------------------------------------*/
.pagination {
    margin: 30px 0 35px;
    color: #FFF;
    padding: 0 0 1px;
}

.pagination ul {
    height: 31px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
}

.pagination li {
    display: block;
    float: left;
    text-align: center;
    height: 31px;
    width: 30px;
    margin-right: 3px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #83AA00; /* Old browsers */
    background: -moz-linear-gradient(top, #83AA00 0%, #698511 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #83AA00), color-stop(100%, #698511)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #83AA00 0%, #698511 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #83AA00 0%, #698511 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #83AA00 0%, #698511 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#83AA00', endColorstr='#698511', GradientType=0); /* IE6-9 */
    background: linear-gradient(top, #83AA00 0%, #698511 100%); /* W3C */
    text-shadow: 0 1px #3E6900;
}

.pagination li:active {
    position: relative;
    top: 1px;
    left: 1px;
}

.pagination li span {
    position: relative;
    top: 7px;
}

.pagination img {
    padding-top: 11px;
}

.pagination li a {
    text-decoration: none;
    color: #FFF;
    display: block;
    height: 100%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #B9B9B9; /* Old browsers */
    background: -moz-linear-gradient(top, #B9B9B9 0%, #9D9D9D 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #B9B9B9), color-stop(100%, #9D9D9D)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #B9B9B9 0%, #9D9D9D 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #B9B9B9 0%, #9D9D9D 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #B9B9B9 0%, #9D9D9D 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#B9B9B9', endColorstr='#9D9D9D', GradientType=0); /* IE6-9 */
    background: linear-gradient(top, #B9B9B9 0%, #9D9D9D 100%); /* W3C */
    text-shadow: 0 1px #9A9A9A;
}

.pagination li a:hover {
    background: #83AA00; /* Old browsers */
    background: -moz-linear-gradient(top, #83AA00 0%, #698511 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #83AA00), color-stop(100%, #698511)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #83AA00 0%, #698511 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #83AA00 0%, #698511 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #83AA00 0%, #698511 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#83AA00', endColorstr='#698511', GradientType=0); /* IE6-9 */
    background: linear-gradient(top, #83AA00 0%, #698511 100%); /* W3C */
    text-shadow: 0 1px #3E6900;
}

.dell_cat_link {
    position: relative;
    top: 8px;
}

.center .banner_box {
    margin-bottom: 15px;
    text-align: center;
}

.doska_list .list .banner_box,
.comment-wrapper .banner_box {
    margin-top: 20px;
}

/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
    float: left;
    width: 220px;
    margin-left: -100%;
    position: relative;
}

.add_but {
    width: 100%;
    height: 49px;
    background: #83AA00; /* Old browsers */
    background: -moz-linear-gradient(top, #83AA00 0%, #698511 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #83AA00), color-stop(100%, #698511)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #83AA00 0%, #698511 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #83AA00 0%, #698511 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #83AA00 0%, #698511 100%); /* IE10+ */
    background: linear-gradient(top, #83AA00 0%, #698511 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#83AA00', endColorstr='#698511', GradientType=0); /* IE6-9 */
    text-align: center;
    position: relative;
    overflow: hidden;
    text-shadow: 0 1px #006d9e;
    margin: 0 0 5px;
}

.add_but:hover {
    background: #8eb500;
    background: -moz-linear-gradient(top, #8eb500 0%, #698511 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8eb500), color-stop(100%, #698511));
    background: -webkit-linear-gradient(top, #8eb500 0%, #698511 100%);
    background: -o-linear-gradient(top, #8eb500 0%, #698511 100%);
    background: -ms-linear-gradient(top, #8eb500 0%, #698511 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8eb500', endColorstr='#698511', GradientType=0);
    background: linear-gradient(top, #8eb500 0%, #698511 100%);
}

.add_but a {
    color: #FFF;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    display: block;
    height: 100%;
    line-height: 1.6;
}

.sideleft_top_box a img {
    margin: 0 5px 0 0;
    position: relative;
    top: 3px;
}

.add_but a span {
    font-size: 26px;
    margin-right: 4px;
    position: relative;
    top: 5px;
}

.content_head .add_but a span {
    top: 0;
}

.sidebar_menu_box {
    width: 100%;
    height: auto;
    background-color: #3ab1ff;
}

.sidebar_menu_box.gray_menu,
.head.gray_menu {
    background-color: #EBEBEB !important;
}

.sidebar_menu_box .bottom_link {
    margin: 0 0 0 15px;
    padding: 0 0 15px;
}

.sidebar_menu_box .bottom_link a {
    text-decoration: none;
    padding: 0 0 0 12px;
    background: url(../img/menu_left_open.png) no-repeat left;
}

.sidebar_menu_box.gray_menu .bottom_link a {
    color: #969696;
}

.sidebar_menu_box .bottom_link a:hover {
    text-decoration: underline;
}

.sidebar_menu_box li.darkblue {
    background-color: #0091dc;
}

.sidebar_menu_box li.darkblue a:hover {
    background-color: #0091dc;
}

.sidebar_345 .gray_box .media_content,
.sidebar_345 .gray_box .gallery {
    width: 315px;
    padding: 12px 15px;
}

.sidebar_345 .gray_box .text_content,
.conteiner .gray_box .text_content,
.sblock .text_content {
    padding: 8px 10px;
}

.gray_box.rounding.sblock {
    margin: 15px 0 10px 0;
}

.sidebar_345 .gray_box .media_content .anonse_box {
    width: 315px;
    height: 315px;
    position: relative;
}

.sidebar_345 .gray_box .media_content .anonse_box .img_box {
    width: 315px;
    height: 315px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.sidebar_345 .gray_box .media_content .anonse_box img {
    width: auto;
    height: auto;
    max-height: 315px;
    max-width: 315px;
}

.sidebar_345 .text_content.site_logo {
    text-align: center;
}

.sidebar_345 .gray_box .media_content .big_img_box {
    position: relative;
    width: 315px;
}

.sidebar_345 .gray_box .media_content .img_box:hover > .arrow,
.sidebar_345 .gray_box .media_content .big_img_box:hover > .arrow,
.sidebar_345 .gray_box .media_content .anonse_box:hover > .arrow,
.sidebar_345 .gray_box .media_content .video:hover > .arrow {
    display: block;
}

.sidebar_345 .gray_box .media_content .arrow {
    height: 32px;
    width: 47px;
    position: absolute;
    top: 95px;
    cursor: pointer;
    display: none;
}

.sidebar_345 .gray_box .media_content .video .arrow {
    top: 70px;
}

.sidebar_345 .gray_box .media_content .anonse_box .arrow {
    top: 140px;
}

.sidebar_345 .gray_box .media_content .arrow.left {
    left: 0;
    background: url(../colorbox/controls.png) no-repeat left -19px;
}

.sidebar_345 .gray_box .media_content .arrow.left:hover {
    background: url(../colorbox/controls.png) no-repeat left -75px;
}

.sidebar_345 .gray_box .media_content .arrow.right {
    right: 0;
    background: url(../colorbox/controls.png) no-repeat right -19px;
}

.sidebar_345 .gray_box .media_content .arrow.right:hover {
    right: 0;
    background: url(../colorbox/controls.png) no-repeat right -75px;
}

.sidebar_345 .gray_box .media_content span {
    font-size: 11px;
}

.sidebar_345 .gray_box .media_content img {
    width: 315px;
    height: 210px;
}

.sidebar_345 .gray_box .media_content .video {
    min-height: 170px;
    position: relative;
}

.sidebar_345 .gray_box .media_content h3, .sidebar_345 .gray_box .media_content .text_header {
    line-height: 1.3;
    margin: 5px 0 0;
    font-weight: normal;
}

.sidebar_menu_box .sidebar_menu_content {
    overflow: hidden;
    padding: 5px 0;
}

.sidebar_menu_box .sidebar_menu_content ul {
    margin: 0 8px;
}

.sidebar_menu_box .sidebar_menu_content.company_rubrik ul {
    width: auto;
    float: none;
}

.sidebar_345 .subcat_menu .head {
    height: 37px;
    background-color: #0091dc;
    position: relative;
    border-bottom: 1px solid #0070aa;
    box-shadow: 0 1px 0 #FFF;
    -webkit-box-shadow: 0 1px 0 #FFF;
    -moz-box-shadow: 0 1px 0 #FFF;
}

.sidebar_345 .subcat_menu .head.gray_menu {
    border-bottom: 1px solid #c8c8c8;
}

.sidebar_345 .subcat_menu .head h2, .sidebar_345 .subcat_menu .head .text_header {
    height: 28px;
    float: left;
    margin: 6px 0 0 0;
    padding: 0 15px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.8;
    text-shadow: 0 -1px #0070aa;
    color: #FFF;
    white-space: nowrap;
    font-weight: normal;
}

.sidebar_345 .subcat_menu .head.gray_menu h2, .sidebar_345 .subcat_menu .head.gray_menu .text_header {
    text-shadow: none;
    color: #000;
}

.sidebar_345 .subcat_menu .head .back {
    position: absolute;
    top: 2px;
    right: 8px;
    color: #FFF;
    cursor: pointer;
    height: 32px;
    width: 22px;
    border-left: 1px solid #3ab1ff;
    box-shadow: -1px 0 0 #0070aa;
    -webkit-box-shadow: -1px 0 0 #0070aa;
    -moz-box-shadow: -1px 0 0 #0070aa;
}

.sidebar_345 .subcat_menu .head.gray_menu .back {
    border-left: 1px solid #fff;
    box-shadow: -1px 0 0 #c8c8c8;
    -webkit-box-shadow: -1px 0 0 #c8c8c8;
    -moz-box-shadow: -1px 0 0 #c8c8c8;
}

.sidebar_345 .subcat_menu .head .back img.arrow_black,
.sidebar_345 .subcat_menu .head.gray_menu .back img.arrow_white {
    display: none;
}

.sidebar_345 .subcat_menu .head.gray_menu .back img.arrow_black {
    display: block;
    margin: 4px 0 0 0;
}

.sidebar_345 .subcat_menu .head .back img {
    position: relative;
    top: 11px;
    left: 5px;
}

.right_add_news {
    font-size: 11px;
    line-height: 1.1;
    padding: 10px 12px;
}

.right_add_news p {
    width: 140px;
    margin-right: 10px;
}

.right_add_news .btn_green {
    float: right;
    padding: 7px 10px;
}

.sidebar_menu_content {
    height: auto;
    color: #FFF;
    padding: 3px 0;
    margin: 0 auto;
    overflow: hidden;
}

.sidebar_menu_content.multi_column_menu ul {
    width: 161px;
    float: left;
    margin: 0 5px;
}

.sidebar_menu_content li {
    list-style-type: none;
    border-bottom: 1px solid #0091dc;
    border-top: 1px solid #65cbff;
    height: auto;
}

.sidebar_menu_content li:first-child {
    border-top: none;
}

.sidebar_menu_content li:last-child {
    border-bottom: none;
}

.sidebar_menu_content.icons_menu li span {
    left: 0;
    top: 0;
    display: block;
    margin: 10px 0 2px 40px;
    line-height: 1.3;
}

.sidebar_menu_content li a {
    color: #FFF;
    text-decoration: none;
    display: block;
    height: 100%;
    padding: 4px 6px 6px 8px;
    line-height: 1.3;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.sidebar_menu_content.icons_menu li a {
    padding: 2px 6px 4px 0;
    line-height: 3.2;
}

.sidebar_menu_content a {
    overflow: hidden;
}

.sidebar_menu_content a img {
    margin: 2px 4px 0;
    height: 32px;
    width: 32px;
    vertical-align: top;
    float: left;
}

.sidebar_menu_content li a:hover,
.sidebar_menu_content li.active {
    background-color: #0091dc;
}

/* Form elements
----------------------------------------------------------------------------*/
form fieldset {
    border: none;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    /*padding: 10px 15px 10px 15px;*/
    margin-bottom: 30px;
}

form.catalog_register fieldset {
    margin: 0 0 15px;
}

form.catalog_register dd#group3-element dl,
form.catalog_register dd#group3-element dl dd {
    padding: 0;
}

form fieldset dd {
    overflow: hidden;
    padding: 10px 0;
}

form.catalog_register fieldset dd {
    padding: 6px 0;
}

.zend_form dd fieldset.rounding {
    position: relative;
    background-color: #EBEBEB;
}

.zend_form dd fieldset dl {
    padding: 10px 15px;
}

.zend_form dd fieldset legend {
    height: 19px;
    background-color: #EBEBEB;
    padding: 0 18px;
    position: absolute;
    left: -0;
    top: -16px;
    /*color: #aeaeae;*/
    font-size: 11px;
}

.zend_form dd fieldset legend {
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.zend_form .admin_contact {
    background-color: #afafaf;
    margin: -16px 0 26px;
    color: #FFF;
    padding: 12px 20px 12px 143px;
}

.zend_form .admin_contact h3 {
    font-weight: bold;
}

.zend_form dt label {
    float: left;
    width: 128px;
    position: relative;
    top: 15px;
}

.zend_form .multibycolumns td {
    vertical-align: top;
}

.FsnoDtLabels dl.zend_form > dt {
    display: none;
}

form.catalog_register .zend_form dt label {
    width: 170px;
}

form.catalog_register .zend_form #group1-element input {
    width: 420px;
}

form.catalog_register .zend_form #group2-element input {
    width: 215px;
}

form.catalog_register .zend_form #group2-element #code-element input {
    width: 140px;
}

form.catalog_register dt#submit-label {
    display: none;
}

label.required:after {
    content: " *";
}

.admin_login_form_center .required:after {
    content: "";
}

.zend_form select {
    font-size: 14px;
    border: 1px solid #fff;
    box-shadow: 0 1px #c9c9c9;
    padding: 6px 4px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.zend_form select option {
    background-color: #FFF
}

.zend_form textarea {
    font-size: 14px;
    padding: 4px;
    font-family: Tahoma, Geneva, sans-serif;
}

.zend_form .green_but {
    padding: 0 30px;
}

.green_but:active {
    position: relative;
    top: 1px;
    left: 1px;
}

.gray_but:active {
    position: relative;
    top: 1px;
    left: 1px;
}

fieldset.add_form dt.label_box {
    display: block;
    float: left;
}

fieldset.add_form dd.form_box textarea,
fieldset.add_form dd.form_box input[type="text"] {
    width: 98%;
    padding-right: 0;
}

/* weather_style
-----------------------------------------------------------------------------*/
.weather_day {
    overflow: hidden;
}

.weather_day .info_box {
    float: left;
    width: 150px;
    margin: 10px 5px;
}

.weather_day .info_box img {
    float: left;
}

.weather_day .info_box img {
    float: left;
}

.weather_day .info_box .line {
    height: 2px;
    background-image: url(../img/gray_border_2_bg.gif);
    margin: 8px 0 5px;
}

.weather_day .info_box.day img {
    margin: 6px 0 0 0;
}

.weather_day .info_box.night img {
    margin: 12px 0 0 0;
}

.weather_day .info_box.day {
    margin-right: 20px;
}

.weather_day .info_box.day .info {
    margin: 0 0 0 45px;
    width: 100px;
}

.weather_day .info_box.night .info {
    margin: 0 0 0 35px;
    width: 120px;
}

.weather_day .info_box .info .count {
    font-weight: bold;
}

.weather_day .info_box.day .info .name {
    width: 53px;
    display: block;
    float: left;
    margin: 0 0 0 5px;
}

.weather_day .info_box.night .info .name {
    width: 75px;
    display: block;
    float: left;
    margin: 0 0 0 5px;
}

.estate_temp,
.water_temp {
    width: 330px;
    margin: 0 auto;
    padding: 10px 0;
}

.estate_temp {
    padding: 0;
}

.estate_temp > a,
.estate_temp > .name_wr,
.estate_temp p,
.water_temp p {
    background: url(../img/gray_border_2_bg.gif) left bottom repeat-x;
    padding: 3px 0 8px 0;
    overflow: hidden;
}

.estate_temp > a.last,
.estate_temp > .name_wr.last,
.water_temp p.last {
    background: none;
    margin: 0;
}

.estate_temp > a .name,
.estate_temp > .name_wr .name,
.water_temp p .name {
    float: left;
    margin: 0 0 0 5px;
}

.estate_temp > a,
.estate_temp > .name_wr {
    display: table;
    height: 40px;
    line-height: 40px;
    width: 100%;
    vertical-align: middle;
    text-decoration: none;
    color: #000000;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.estate_temp > a:hover {
    background: #e1e1e1 url(../img/gray_border_2_bg.gif) left bottom repeat-x;
}

.estate_temp > a.last:hover {
    background: #e1e1e1;
}

.estate_temp > a .name,
.estate_temp > .name_wr .name
.water_temp p .count {
    display: table-cell;
    vertical-align: middle;
}

.estate_temp > a .name .name_img img,
.estate_temp > .name_wr .name .name_img img {
    max-width: 35px;
    max-height: 40px;
}

.estate_temp > a .name .name_img,
.estate_temp > .name_wr .name .name_img {
    display: table-cell;
    vertical-align: middle;
    float: left;
    text-align: center;
    width: 35px;
    height: 40px;
    margin-right: 10px;
}

.estate_temp > a .count,
.estate_temp > .name_wr .count,
.water_temp p .count {
    font-weight: bold;
    float: right;
    margin: 0 10px 0 0;
}

.estate_temp > a .count {
    color: #969696;
}

.estate_temp form {
    float: left;
}

.estate_temp form > div {
    margin: 10px 0 0 10px;
}

.estate_temp form > div > label {
    display: block;
    float: left;
    line-height: 30px;
}

.estate_temp > div:first-child {
    background: url(../img/gray_border_2_bg.gif) left bottom repeat-x;
}

.estate_temp > div > a.jafishamorelnk {
    float: right;
    padding: 7px 45px;
}

.estate_temp form div span > label {
    margin-left: 5px;
}

.estate_temp form > div span {
    display: block;
    margin-left: 140px;
}

.weather_tab {
    height: 49px;
}

.weather_big_box {
    overflow: hidden;
    padding: 15px 0 10px;
}

.weather_big_box.gray_box {
    background-image: url(/design/img/pogoda/weather_box_bg.gif);
    background-repeat: repeat-y;
}

.weather_big_box .time {
    float: left;
    font-size: 11px;
    line-height: 6.5;
    width: 130px;
}

.weather_big_box .temp {
    float: left;
    width: 250px;
    line-height: 3;
}

.weather_big_box .temp img {
    float: left;
    margin: 0 10px 0 20px;
}

.weather_big_box .time img {
    margin: 0 5px 0 35px;
}

.weather_big_box .info {
    margin: 0 60px 0 415px;
    padding: 15px 0;
}

.weather_big_box .info img {
    float: left;
}

.weather_big_box .temp .degrees {
    font-family: Arial;
    font-size: 24px;
    margin: 0 0 3px;
}

/* afisha_style
-----------------------------------------------------------------------------*/
#sideLeft .green_menu_box {
    margin: 12px 0 0 0;
}

#sideLeft .sidebar_col_box {
    margin: 12px 0 0 0;
}

.sidebar_col_box {
    background-color: #ebebeb;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.green_menu_box .news_text {
    padding: 8px 15px 12px;
    line-height: 1.3;
}

.gray_box .top,
.gray_menu .top,
.selected_news .name {
    background-color: #e1e1e1;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    background-image: url(../img/gray_border_2_bg.gif);
    background-repeat: repeat-x;
    background-position: bottom;
    border-radius: 5px 5px 0 0;
    padding-bottom: 10px;
    text-align: left;
    text-shadow: 0 1px #FFFFFF;
    width: 100%;
}

.top .text_header,
.gray_box .top h2, .gray_box .top h3, .gray_box .top h4,
.gray_menu .text_header, .gray_menu .top .text_header {
    font-size: 14px;
    font-weight: normal;
    position: relative;
    left: 14px;
    top: 4px;
    display: inline;
}

.sidebar_345 .gray_box ul {
    padding: 10px 14px 5px 14px;
}

.sidebar_345 .gray_box li {
    list-style-type: none;
    height: auto;
    display: block;
    margin: 0 0 15px;
    overflow: hidden;
}

.sidebar_345 .gray_box li a.top_news_img {
    float: left;
    width: 65px;
}

.sidebar_345 .price_list li,
.sidebar_345 .vacance_list li {
    margin: 0 0 10px;
}

.sidebar_345 .vacance_list li span {
    margin: 0 5px 10px 0;
}

.sidebar_345 .price_list li img {
    width: 30px;
    height: 30px;
    float: left;
    margin: 0 0 0 2px;
}

.sidebar_345 .price_list li .info {
    margin: 0 0 0 45px;
}

.sidebar_345 .imagelink {
    float: left;
}

.sidebar_345 .smallest_iconed .imagelink img {
    width: 35px;
    height: 35px;
}

.sidebar_345 .small_iconed .imagelink img {
    width: 65px;
    height: 65px;
}

.sidebar_news .info {
    line-height: 1.3;
}

.sidebar_345 .gray_box.smallest_iconed .info {
    margin: 0 0 0 45px;
}

.sidebar_345 .gray_box.small_iconed .info {
    margin: 0 0 0 80px;
}

.sidebar_345 .other_events .imagelink img {
    height: auto;
}

.sidebar_345 .other_events .info {
    line-height: 1.2;
}

#newscalendar .ui-widget-content {
    color: #222222;
    border: none;
    background: none;
}

#newscalendar .ui-state-default, #newscalendar .ui-widget-content .ui-state-default, #newscalendar .ui-widget-header .ui-state-default {
    border: 1px solid #c2c2c2;
    background: #dadada;
    font-weight: normal;
    color: #555555;
}

#newscalendar .ui-state-active, #newscalendar .ui-widget-content .ui-state-active, #newscalendar .ui-widget-header .ui-state-active {
    border: 1px solid #8ba329;
    background-color: #96b33c;
    color: #ffffff;
}

#newscalendar .ui-priority-secondary, #newscalendar .ui-widget-content .ui-priority-secondary, #newscalendar .ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: normal;
    color: #a3a3a3;
}

#newscalendar .ui-datepicker {
    width: auto;
}

.green_menu_box li a span {
    position: relative;
    left: 8px;
    top: 4px;
}

.sidebar_col_box .sidebar_col_text {
    padding: 8px 15px 12px;
    line-height: 1.3;
}

.sidebar_col_box .top {
    width: 100%;
    height: 27px;
    background-color: #e1e1e1;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    background-image: url(../img/gray_border_2_bg.gif);
    background-repeat: repeat-x;
    background-position: bottom;
    text-shadow: 0 1px #FFFFFF;
}

.sidebar_col_box .top h2, #content .sidebar_col_box .top h2 {
    font-size: 14px;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
    left: 14px;
    top: 4px;
}

.sidebar_col_box ul {
    padding: 0 5px 5px 5px;
}

.sidebar_col_box li {
    background-image: url(../img/gray_border_2_bg.gif);
    background-repeat: repeat-x;
    background-position: bottom;
    list-style-type: none;
    height: auto;
    display: block;
    padding-bottom: 2px;
}

.sidebar_seti_list a {
    display: block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    min-height: 35px;
}

.sidebar_seti_list li .logo {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    width: 35px;
    height: 35px;
}

.sidebar_seti_list li .info {
    display: block;
    margin: 0 0 0 45px;
    line-height: 1.3;
    color: #000;
}

.sidebar_seti_list li .info span {
    display: block;
    text-decoration: underline;
    color: #2070a4;
}

.sidebar_seti_list li a:hover .info span {
    text-decoration: none;
}

.sidebar_seti_list li a:hover .logo {
    opacity: 0.8;
}

.green_menu_box .last {
    background: none
}

.sidebar_col_box li a {
    text-decoration: none;
    color: #000;
    display: block;
    height: 100%;
    padding: 0 2px 8px 0;
}

.sidebar_col_box li a:hover {
    background-color: #e1e1e1;
}

.sidebar_col_box li a span {
    position: relative;
    left: 8px;
    top: 4px;
}

.block_info .info_box {
    padding: 8px 15px 8px 20px;
    line-height: 1.3;
    overflow: hidden;
}

.block_info .gray_box.info_box {
    background-image: url(../img/open_movie_bg.gif);
    background-repeat: repeat-y;
}

.sidebar_345 .block_info .info_box {
    padding: 8px 15px 8px 14px;
}

.open_auto .block_info .gray_box.info_box {
    background-image: url(../img/auto-info-bg.gif);
}

.open_company .product_list:last-of-type {
    margin: 0 0 30px;
}

.open_company .product_list h2 a {
    color: #000;
    text-decoration: none;
}

.open_company .product_list h2 a:hover {
    text-decoration: underline;
}

.open_company .product_list .block_info .gray_box.info_box {
    background-image: url(../img/company_product_list_bg.gif);
    background-repeat: repeat-y;
    background-position: right;
}

.open_company .product_list .block_info .info_box a {
    margin: 0 110px 0 0;
    display: block;
}

.open_company .product_list .block_info .info_box a.button {
    margin-left: 75%;
}

.open_company .product_list .block_info .info_box .price {
    float: right;
}

.company_top .block_info .gray_box.info_box {
    background-image: url(../img/open_company_bg.gif);
}

.block_info .info_box .name {
    font-weight: bold;
    float: left;
}

.sidebar_345 .block_info .info_box .name {
    width: 75px;
}

.block_info .info_box .text {
    margin: 0 0 0 93px;
    display: block;
}

.open_auto .block_info .info_box .text {
    margin: 0 0 0 107px;
}

.company_top .block_info .info_box .text {
    margin: 0 0 0 135px;
}

.gray_menu .sidebar_menu_content a {
    color: #000;
}

.gray_menu .sidebar_menu_content ul {
    padding: 0;
}

.gray_menu .sidebar_menu_content ul li {
    margin: 0;
    border-bottom: 1px solid #c8c8c8;
    border-top: 1px solid #fff;
    color: #000;
    line-height: 1.3;
    padding: 4px 0 6px 8px;
}

.gray_menu .sidebar_menu_content ul li:hover {
    background-color: #e1e1e1;
    cursor: pointer;
}

.gray_menu .sidebar_menu_content ul li a {
    display: block;
    padding: 0;
}

.gray_menu .sidebar_menu_content ul li a:hover,
.gray_menu .sidebar_menu_content ul li.active {
    background-color: #e1e1e1;
}

.gray_menu .sidebar_menu_content li:first-child {
    border-top: none;
}

.gray_menu .sidebar_menu_content li:last-child {
    border-bottom: none;
}

.right_column {
    width: 220px;
    float: left;
    margin: 77px 0 0 -220px;
    position: relative
}

.right_column2 {
    width: 220px;
    float: left;
    margin: 0 0 0 -220px;
    position: relative
}

.sidebar_345 {
    width: 345px;
    float: left;
    margin: 0 0 0 -345px;
    position: relative
}

.sidebar_345 .gray_box,
.sidebar_345 .sidebar_menu_box,
.sidebar_345 .block_info,
.sidebar_345 .sidebar-discount {
    margin: 0 0 19px;
}

.sidebar_345 .block_info .gray_box {
    margin: 0;
    background-image: url(../img/company_right_block_bg.gif);
    background-repeat: repeat-y;
}

.right_column .green_menu_box {
    margin: 0 0 13px;
}

.right_column .green_menu_box li {
    padding: 8px 6px;
    line-height: 1.3;
    overflow: hidden;
}

.right_column .green_menu_box li a {
    display: inline;
    color: #2070a4;
    text-decoration: underline;
    position: relative;
    z-index: 10;
}

.right_column .green_menu_box li a:hover {
    text-decoration: none;
    background: none;
}

.right_column .green_menu_box li p {
    font-size: 11px;
}

.right_column .green_menu_box li .comment {
    line-height: 1.2;
    padding: 3px 0;
}

.right_column .green_menu_box li .comment .date {
    font-size: 10px;
}

.main_block .title {
    margin-bottom: 5px;
    overflow: hidden;
    padding: 14px 15px 13px;
}

.main_block .title .text_header {
    float: left;
    font-size: 18px;
    line-height: 1;
    padding-right: 15px;
}

.main_block_afisha ul {
    list-style: none;
    margin-left: -15px;
}

.main_block_afisha li {
    display: inline-block;
    margin: 0 0 25px 15px;
    vertical-align: top;
    width: 157px;
}

.main_block_afisha img {
    width: 130px;
    height: 178px;
    margin: 0 0 5px;
}

.main_block_afisha .info h3, .main_block_afisha .info .text_header {
    font-size: 130%;
    font-weight: bold;
    margin: 0 0 8px;
    font-family: Tahoma, Geneva, sans-serif;
}

/* news_style
-----------------------------------------------------------------------------*/
.one_news .number {
    font-size: 16px;
    float: left;
    width: 30px;
    display: block;
    line-height: 0.8;
}

.conteiner {
    margin: 25px 0 0;
}

.conteiner .one_day:not(:last-child) {
    margin: 0 0 50px;
}

.conteiner h2 span, .conteiner .text_header span {
    color: #83a721;
}

.news_right_column .gray_box {
    margin: 0 0 20px;
    line-height: 1.4;
}

.news_right_column .gray_box .content {
    margin: 10px auto 0;
    padding: 0 0 15px;
    width: 190px;
}

.news_right_column .subscription_box .form,
.news_right_column .subscription_box .bottom {
    background: url(../img/gray_border_2_bg.gif) repeat-x;
}

.news_right_column .subscription_box .bottom {
    line-height: 1.2;
}

.news_right_column .subscription_box .bottom .content {
    padding-top: 10px;
}

.news_right_column .subscription_box .form .content {
    padding: 15px 0 0 0;
    margin-top: 0;
}

.news_right_column .subscription_box .form_style {
    margin-bottom: 15px;
}

.news_right_column .subscription_box input.form_style {
    font-size: 100%;
    width: 176px;
    padding: 7px;
}

.news_right_column .subscription_box select.form_style {
    font-size: 95%;
    width: 192px;
}

.news_right_column .gray_box .content .quot {
    margin: 0 0 12px;
}

.news_right_column .gray_box .content p.bottom_quot {
    font-weight: bold;
    font-size: 11px;
    line-height: 1.3;
    margin: 0 0 5px;
}

.news_right_column .gray_box .content .quot img {
    float: left;
    margin: 5px 5px 5px 0;
}

@media screen and (max-width: 1240px) {
    .news_right_column {
        display: none;
    }
}

.conteiner .white {
    background-color: #FFF;
}

.conteiner .top .img_box {
    float: left;
}

.conteiner .top .info_box {
    padding: 0 0 0 210px;
}

.conteiner .top .info_box h3 {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 4px;
}

.conteiner .top .info_box .text {
    line-height: 1.3;
    margin: 10px 0 0 0;
}

.news_list .one_news {
    overflow: hidden;
    margin: 0 0 25px;
}

.news_list .one_news .img_box {
    float: left;
}

.news_list .one_news .info_box {
    padding: 0 0 0 77px;
}

.news_list.top_news {
    padding: 10px 0;

}

.news_list.top_news .one_news .info_box {
    padding: 0 0 0 110px;
}

.conteiner .bottom div {
    padding: 0 0 0 77px;
    margin: 9px 0 0 0;
}

.conteiner .bottom div img {
    position: relative;
    top: 2px;
}

.important_news {
    padding: 5px 0 10px;
}

.important_news h3 a {
    margin: 0 2px 0 0;
}

.news_content {
    float: left;
    margin: 0 235px 0 0;
}

.news_right_column {
    width: 220px;
    float: right;
    margin: 0 0 0 -220px;
}

.top_news .top_news_content {
    width: 190px;
    margin: 0 auto;
}

.top_news .top_news_content .small_text {
    text-align: right;
}

.top_news .head {
    padding: 10px 0;
    -moz-box-shadow: 0 1px 0 #afafaf;
    -webkit-box-shadow: 0 1px 0 #afafaf;
    box-shadow: 0 1px 0 #afafaf;
}

.top_news .head select {
    width: 190px;
}

.top_news ul {
    overflow: hidden;
    list-style-type: none;
}

.news_right_column ul li {
    list-style-type: none;
    margin: 0 0 15px;
}

.top_news ul li span.num {
    float: left;
}

.top_news ul li .text {
    margin-left: 24px;
}

.top_news li img {
    margin-bottom: 11px;
}

#content .top_news .head h2, #content .top_news .head .text_header {
    left: 0;
    top: 0;
    display: block;
    margin: 0 0 10px;
    font-size: 16px;
}

.important_news img {
    width: 65px;
    height: 65px;
    float: left;
    margin: 0 10px 0 0;
}

.important_news h3 {
    font-size: 12px;
    font-weight: normal;
    display: inline;
    position: relative;
    top: -3px;
}

.right_column .important_news a {
    padding: 0;
}

.sidebar_345 .gray_box .top.tab {
    height: 48px;
    position: relative;
}

.sidebar_345 .gray_box .top.tab ul {
    padding: 0;
    font-size: 11px;
    text-shadow: none;
    height: 22px;
    position: absolute;
    bottom: 0;
}

.sidebar_345 .gray_box .top ul li {
    background: none;
    float: left;
    height: 22px;
    padding: 0 14px;
    cursor: pointer;
    margin: 0;
}

.sidebar_345 .gray_box .top ul.num li {
    padding: 0 10px;
}

.sidebar_345 .gray_box .top ul .active {
    cursor: default;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #ebebeb 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ebebeb)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #ebebeb 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #ebebeb 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #ebebeb 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ebebeb', GradientType=0); /* IE6-9 */
    background: linear-gradient(top, #ffffff 0%, #ebebeb 100%); /* W3C */
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.sidebar_345 .gray_box .top ul li:hover {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #ebebeb 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ebebeb)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #ebebeb 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #ebebeb 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #ebebeb 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ebebeb', GradientType=0); /* IE6-9 */
    background: linear-gradient(top, #ffffff 0%, #ebebeb 100%); /* W3C */
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.sidebar_345 .gray_box .top ul li span {
    position: relative;
    top: 2px;
}

.sidebar_345 li h3 {
    font-weight: normal;
    line-height: 1.3;
    margin: -2px 0 3px;
}

.sidebar_345 li h4 {
    font-size: 90%;
    font-weight: bold;
    margin: 6px 0;
}

.right_column .sidebar_news li {
    padding: 10px 6px 16px;
}

.conteiner h1,
#content .work_content .work_tittle h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px;
    font-weight: normal;
    margin: 0 0 5px;
    line-height: 1;
}

.work_tittle h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px;
    font-weight: normal;
    margin: 0 0 5px;
    line-height: 1;
}

.open_news .head .user_links {
    float: right;
}

.open_auto h1 {
    display: inline;
}

.user_links {
    color: #afafaf;
    font-size: 11px;
}

.user_links .text {
    margin: 0 2px 0 0;
    position: relative;
    bottom: 3px;
}

.user_links .icons {
    cursor: pointer;
}

.static {
    line-height: 1.6;
}

.static p, .static ul, .static img {
    margin-bottom: 16px;
}

.open_news .static {
    margin-bottom: 30px;
    font-size: 14px;
    padding-right: 5px;
}

.open_news .static img {
    max-width: 100%;
    height: auto;
    width: auto \9;
}

.open_news.print_news .static .small_gray_text {
    color: #000;
}

.quote_text_news {
    font-size: 20px;
    line-height: 1.1;
    overflow: hidden;
    position: relative;
    margin: 30px 0;
    width: 35%;
    float: right;
    display: block;
    padding: 0 0 0 47px;
    background: url(../img/quotes.png) no-repeat left 5px;
}

.print_news .logo {
    height: 140px;
}

.print_news .logo img {
    position: relative;
    top: 25px;
}

.open_news .autor {
    margin: 10px 0 0 0;
    color: #000;
    font-size: 12px;
    text-align: right;
}

.open_news .addthis_toolbox .toolbox_text {
    float: left;
    margin: 0 5px 0 0;
}

.open_news .autor h3 {
    font-size: 12px;
    font-weight: bold;
}

.open_news .autor p {
    margin: 0 0 5px;
}

.open_news .source {
    color: #AFAFAF;
    font-size: 10px;
    position: relative;
    text-align: left;
    /*padding-top: 20px;*/
    clear: both;
}

.open_news .source .yad {
    height: 60px;
    margin: 0;
    overflow: hidden;
    position: absolute;
    /*right: 0;*/
    top: 5px;
    /*width: 234px;*/
}

.open_news.print_news .source {
    color: #000;
}

.open_news .source a {
    color: #AFAFAF;
    text-decoration: none;
}

.open_news.print_news .source a {
    color: #000;
}

.open_news .source a:hover {
    text-decoration: underline;
}

.open_news .items {
    margin-top: 5px;
}

.open_news .text_header {
    display: inline;
    font-size: 32px;
    font-weight: normal;
    line-height: 1;
}

.static_bottom {
    margin: 0 0 15px;
}

.link {
    cursor: pointer;
    color: #2070A4;
}

.link:hover {
    text-decoration: none;
}

.last_news .news_head a {
    float: none;
}

.last_news li .news_head a.namelink {
    font-size: 117%;
}

.last_news li {
    margin-bottom: 12px;
    overflow: hidden;
    list-style-type: none;
}

.last_news li:last-of-type {
    margin-bottom: 24px;
}

.electionsDays p {
    font-size: large;
    text-align: center;
}

.main_block.canditad_list .title select {
    padding: 2px 0;
    width: 215px;
}

.main_block.canditad_list .title form {
    height: 18px;
    position: relative;
    top: -3px;
}

.main_block.canditad_list ul {
    display: block;
    width: auto;
}

.main_block.canditad_list ul li {
    display: inline-block;
    background: none;
    width: 45%;
    vertical-align: top;
    margin: 0 0 35px;
}

.main_block.canditad_list ul li:nth-child(odd) {
    margin-right: 7%;
}

.main_block.canditad_list ul li img {
    float: left;
    width: 166px;
    height: 166px;
}

.main_block.canditad_list ul li .info {
    padding: 0;
    margin: 0 0 0 178px;
}

.main_block.canditad_list ul li .info h3 {
    font-size: 16px;
    margin: 0 0 8px;
}

.main_block.canditad_list ul li .info h3 a {
    color: #2070a4;
}

.main_block.canditad_list ul li .info span.partia {
    font-weight: bold;
    display: block;
    margin: 0 0 10px;
}

ul.partii_list {
    margin: 0 0 20px;
}

ul.partii_list li {
    list-style-type: none;
    overflow: hidden;
    padding: 15px;
    margin: 0 0 5px !important;
}

ul.partii_list li img {
    float: left;
    width: 65px;
    height: 38px;
}

ul.partii_list li > div {
    margin: 0 0 0 80px;
    font-size: 11px;
    color: #969696;
}

ul.partii_list li h3 {
    font-size: 12px;
}

.last_news li .time {
    float: left;
}

.last_news li .news_head {
    margin-left: 55px;
}

.last_news li .tape_news_info {
    margin: 0 0 0 80px;
}

.last_news li .tape_news_info h3 {
    font-size: 14px;
    font-weight: normal;
    margin: 0 0 3px;
}

.last_news li .tape_news_info .news_head {
    margin: 0 0 5px;
    font-size: 9px;
}

.last_comments .user_com_box {
    margin: 10px 0;
}

.last_comments .user_com_box img.user_img {
    background-color: #DFDFDF;
    float: left;
    height: 24px;
    margin: 0 7px 0 0;
    width: 24px;
}

.last_comments .user_com_box .info .name {
    font-size: 90%;
    font-weight: bold;
}

.last_comments .user_com_box a {
    color: #000000;
    text-decoration: none;
}

.rules_text p span {
    font-weight: bold;
}

.cis_company {
    margin: 30px 0 0 0;
}

.cis_company .contact {
    padding: 20px 18px;
}

.cis_company .logo {
    width: 240px;
    padding: 20px 5px 15px 20px;
}

.cis_company .icon {
    width: 135px;
}

.cis_company .gray .logo {
    background-image: url(../img/gray_border_bg.gif);
    background-repeat: repeat-y;
    background-position: right;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: #ebebeb;
}

.cis_company .gray .contact {
    background-color: #ebebeb;
}

.cis_company .gray .icon {
    background-color: #E1E1E1;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background-image: url(../img/gray_border_bg.gif);
    background-repeat: repeat-y;
    background-position: left;
}

.cor_box {
    min-height: 93px;
}

.cor_box .info {
    float: left;
    width: 50%;
    position: relative;
    top: 14px;
    left: 14px;
}

.cor_box .info img {
    width: 65px;
    height: 65px;
    float: left;
}

.cor_box .info .text {
    padding: 0 0 0 79px;
}

.cor_box .info .text p span {
    font-weight: bold;
}

.cor_gray {
    background-color: #ebebeb;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-image: url(../img/gray_border_bg.gif);
    background-repeat: repeat-y;
    background-position: center;
}

.banner_price {
    overflow: hidden;
    margin: 15px 0 35px;
}

.banner_price table {
    float: left;
}

.banner_price img {
    float: left;
    margin: 0 0 0 30px;
}

.banner_price table tr {
    height: 37px;
}

.banner_price table tr td {
    width: 33%;
}

.banner_price table tr span {
    font-weight: bold;
}

.banner_price table .gray .format {
    background-image: url(../img/gray_border_bg.gif);
    background-repeat: repeat-y;
    background-position: right;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: #e1e1e1;
}

.banner_price table .gray .price1 {
    background-color: #ebebeb;
}

.banner_price table .gray .price2 {
    background-color: #ebebeb;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background-image: url(../img/gray_border_bg.gif);
    background-repeat: repeat-y;
    background-position: left;
}

.banner_price ul {
    margin: 10px 0 0 20px;
    width: 270px;
}

.banner_price ul li {
    list-style-type: decimal;
}

.banner_text {
    margin: 0 0 40px;
}

.banner_text h2 {
    margin: 0 0 15px;
}

/*  big_tabs  */
.big_tabs {
    font-size: 14px;
    font-weight: bold;
    height: 49px;
    margin-bottom: 30px;
}

.big_tabs.estate_tabs {
    margin-bottom: 0;
}

.big_tabs.work_tabs {
    margin: 0;
}

.content_head .big_tabs {
    margin: 0;
    background: #94b730;
    position: relative;
}

.big_tabs ul {
    position: absolute;
    bottom: 0;
    left: 15px;
}

.big_tabs ul li {
    float: left;
    height: 36px;
    margin: 0 3px 0 0;
    list-style-type: none;
}

.big_tabs ul li a {
    background-color: #c8c8c8;
    height: 100%;
    display: block;
    color: #FFF;
    text-decoration: none;
    padding: 0 12px;
    line-height: 2.7;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.big_tabs.work_tabs ul li a {
    padding: 0 22px;
}

.content_head .big_tabs ul li a {
    background-color: #7fa500;
}

.big_tabs.weather_tabs ul li a,
.big_tabs.estate_tabs ul li a,
.big_tabs.work_tabs ul li a {
    background-color: #7fa500;
}

.raspisanie .big_tabs.raspisanie_tabs ul li a {
    padding: 0 20px 0 40px;
}

.big_tabs.raspisanie_tabs ul li a.train {
    background: #7fa500 url(../img/raspisanie/icon_train_filter_white.png) 20px 7px no-repeat;
}

.big_tabs.raspisanie_tabs ul li.active a.train,
.big_tabs.raspisanie_tabs ul li a.train:hover {
    background: #EBEBEB url(../img/raspisanie/icon_train_filter_black.png) 20px 7px no-repeat;
}

.big_tabs.raspisanie_tabs ul li a.bus {
    background: #7fa500 url(../img/raspisanie/icon_bus_filter_white.png) 20px 11px no-repeat;
}

.big_tabs.raspisanie_tabs ul li.active a.bus,
.big_tabs.raspisanie_tabs ul li a.bus:hover {
    background: #EBEBEB url(../img/raspisanie/icon_bus_filter_black.png) 20px 11px no-repeat;
}

.big_tabs.raspisanie_tabs ul li a.plane {
    background: #7fa500 url(../img/raspisanie/icon_plane_filter_white.png) 20px 11px no-repeat;
}

.big_tabs.raspisanie_tabs ul li.active a.plane,
.big_tabs.raspisanie_tabs ul li a.plane:hover {
    background: #EBEBEB url(../img/raspisanie/icon_plane_filter_black.png) 20px 11px no-repeat;
}

.big_tabs.estate_tabs ul li.tab_important a {
    background-color: #abcf00;
}

.big_tabs.weather_tabs ul li a.weekend {
    color: #FDFD00;
}

.big_tabs li.arrow_right span {
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #FFF;
    display: block;
    position: relative;
    top: 13px;
}

.big_tabs li.arrow_left span {
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid #FFF;
    display: block;
    position: relative;
    top: 13px;
}

.big_tabs li.arrow_right a:hover > span {
    border-left: 6px solid #000;
}

.big_tabs li.arrow_left a:hover > span {
    border-right: 6px solid #000;
}

.big_tabs ul li a:hover,
.big_tabs ul li.active a,
.big_tabs ul li a.weekend:hover,
.big_tabs ul li.active a.weekend {
    color: #000;
    background-color: #FFF;
}

.big_tabs.work_tabs ul li a:hover,
.big_tabs.work_tabs ul li.active a,
.big_tabs.estate_tabs ul li:hover a,
.big_tabs.estate_tabs ul li.active a,
.big_tabs.estate_tabs ul li a.tab_important:hover {
    color: #000;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #ebebeb 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ebebeb)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #ebebeb 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #ebebeb 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #ebebeb 100%); /* IE10+ */
    background: linear-gradient(top, #ffffff 0%, #ebebeb 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ebebeb', GradientType=0); /* IE6-9 */
}

/*  big_tabs  */

/*  cis_tabs  */

.cis-tabs {
    padding: 13px 15px 0 15px;
    overflow: hidden;
}

.cis-tabs.green {
    background: #94b730;
}

.cis-tabs ul {
    list-style-type: none;
}

.cis-tabs ul li {
    float: left;
    margin-left: 3px;
}

.cis-tabs ul li:first-child {
    margin-left: 0;
}

.cis-tabs ul li a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 0 15px;
    line-height: 36px;
    font-weight: bold;
    font-size: 14px;
}

.cis-tabs.green ul li a {
    background: #7FA500;
}

.cis-tabs ul li.active a,
.cis-tabs ul li a:hover {
    background: #fff;
    color: #000;
}

/*  cis_tabs  */

.payment-from.cis-tabs.green {
    border-bottom-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;

    border-bottom-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
}

.payment-from.cis-tabs ul li.active a,
.payment-from.cis-tabs ul li a:hover {
    background: #ebebeb;
}

.payment-form #fieldset-group1 {
    border-top-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;

    border-top-right-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
}

/*  small_tabs  */

.small_tabs {
    padding: 5px 5px 0 5px;
    margin-bottom: 15px;
    position: relative;
    font-size: 12px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

.small_tabs ul {
    overflow: hidden;
}

.small_tabs ul li {
    float: left;
    height: 18px;
    margin: 0 0 5px 3px;
    list-style-type: none;
}

.small_tabs ul li a {
    background-color: #c8c8c8;
    height: 100%;
    display: block;
    color: #FFF;
    text-decoration: none;
    padding: 0 10px;
    /*line-height:2.7;*/
}

.small_tabs ul li a:hover,
.small_tabs ul li.active a {
    color: #000;
    background-color: #FFF;
}

/*  small_tabs  */

.phr_list ul {
    list-style: none outside none;
    margin-bottom: 19px;
    display: table;
    width: 100%;
}

.phr_list li {
    display: table-cell;
    width: 32%;
}

.phr_list .duo li {
    width: 48%;
}

.phr_list li .text_title {
    padding: 5px 0 0 0;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 16px;
    font-weight: bold;
}

.phr_list li.separator {
    width: 1.8%;
}

.phr_list ul img {
    width: 100%;
}

.phr_photos ul {
    list-style: none;
    margin-left: -4px;
}

.phr_photos li {
    display: inline-block;
    margin: 0 0 6px 4px;
    position: relative;
}

.phr_photos li .numb {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
    font-size: 0.9em;
    background: #000;
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
    z-index: 100;
    padding: 0 3px;
}

.phr_photos2 li {
    display: inline-block;
    margin: 0 0 6px 4px;
    position: relative;
}

.phr_photos2 li .numb {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    font-size: 0.9em;
    background: #000;
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
    z-index: 100;
    padding: 0 3px;
}

.photoreports .sidebar_menu_content span.small_gray_text {
    display: inline;
    float: right;
    margin: 0 5px 0 0;
}

.photoreports .gray_box.place_company {
    margin-bottom: -5px;
    border-radius: 5px 5px 0 0;
}

.photoreports .place_company .text_content {
    text-align: center;
}

/* photovistavka_style
-----------------------------------------------------------------------------*/
.open_photo .photo_box {
    margin: 0 0 20px;
}

.open_photo .photo_box h3 {
    font-size: 18px;
    font-family: Arial;
    margin: 0 0 15px;
}

.open_photo .photo_box ul {
    margin: 0 -25px 0 0;
}

.open_photo .photo_box ul li {
    display: inline-block;
    vertical-align: top;
    margin: 0 25px 30px 0;
    width: 268px;
    zoom: 1;
    *display: inline;
}

.open_photo .photo_box ul.list_166-244 li {
    width: 166px;
}

.open_photo .photo_box ul.list_437-291 li {
    width: 437px;
}

.open_photo .photo_box ul.list_166-166 li {
    width: 166px;
}

.open_photo .photo_box ul li img {
    display: block;
    margin: 0 0 8px;
}

.open_photo .photo_box ul li .info {
    line-height: 1.4;
    margin: 0 0 10px;
}

.open_photo .photo_box .info .title,
.vistavka_aboutWindow .title {
    font-weight: bold
}

.open_photo .photo_box ul li .buttom_box a {
    font-size: 11px;
    padding: 6px 9px;
    margin: 0 10px 0 0;
}

.open_photo .photo_box ul li .buttom_box span.small_gray_text {
    font-size: 11px;
}

.open_photo .photo_box ul li .buttom_box {
    position: relative;
}

.open_photo .photo_box ul li .buttom_box .user_text {
    position: absolute;
    left: 0;
    bottom: -25px;
    white-space: nowrap;
}

ul.list_166-244 li .info,
ul.list_166-244 li .buttom_box {
    width: 166px;
}

ul.list_286-190 li .buttom_box {
    width: 286px;
}

ul.list_437-291 li .info,
ul.list_437-291 li .buttom_box {
    width: 437px;
}

ul.list_166-166 li .info,
ul.list_166-166 li .buttom_box {
    width: 166px;
}

.edit_user_box {
    color: #969696;
    overflow: hidden;
    margin: 0 0 10px;
}

.edit_user_box a {
    color: #7aa111;
    float: left;
    margin: 0 15px 0 0;
}

.vistavka_aboutWindow img {
    margin: 0 10px 10px 0;
    float: left;
}

.vistavka_aboutWindow .name {
    font-weight: bold;
    font-size: larger;
}

.vistavka_aboutWindow .someInfo {
    margin-bottom: 10px;
}

/* golos_style
-----------------------------------------------------------------------------*/
.conteiner .voice {
    margin-bottom: 40px;
}

.sidebar_345 .voice {
    margin: 4px 5px;
}

.voice .count {
    color: #969696;
    margin: 8px 0 0 0;
}

.voice .text_header {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 15px;
}

.voice form {
    display: inline;
}

.conteiner .voice_list {
    background: url(../img/voice_bg.gif) #ebebeb repeat-y;
}

.voice_list {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 10px 0;
    margin: 14px 0;
    overflow: hidden;
}

.voice_list .radio_box {
    overflow: hidden;
    padding: 2px 0;
    margin: 0 10px 3px 0;
}

.voice_list.results {
    display: none;
}

.voice_list .radio_box .left {
    float: left;
    text-align: center;
    font-weight: bold;
    width: 50px;
}

.voice_list .radio_box .info {
    min-height: 26px;
    margin: 0 0 0 55px;
}

.voice_list .radio_box .percent_box {
    height: 8px;
}

.voice_list .radio_box .gray {
    background-color: #c8c8c8;
}

.voice_list .radio_box .green {
    background-color: #94b730;
}

.sidebar_345 ul.polls_count li {
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #c8c8c8;
    margin: 0;
    padding: 6px 5px 8px;
    overflow: hidden;
    line-height: 1.3;
    font-size: 11px;
}

.sidebar_345 ul.polls_count li:first-child {
    border-top: none;
}

.sidebar_345 ul.polls_count li:last-child {
    border-bottom: none;
}

.sidebar_345 ul.polls_count li b {
    float: left;
}

.sidebar_345 ul.polls_count li span {
    display: block;
}

.sidebar_345 ul.polls_count li span.count {
    margin: 0 0 0 145px;
}

.golos_questions td.admin_table_text:last-child {
    white-space: nowrap;
}

/* work_style
-----------------------------------------------------------------------------*/
.work_content {
    margin-top: 25px;
}

/* last_style
-----------------------------------------------------------------------------*/
.work_content .work_tittle {
    overflow: hidden;
}

.work_content .work_tittle h2 {
    display: inline;
    margin: 0 5px 0 0;
    font-size: 18px;
}

.work_content .work_tittle .list_images {
    position: relative;
    top: 0;
    display: inline-block;
    width: 75px;
}

.work_content .list_client span {
    float: left;
}

.work_content .list_client .payment {
    color: #000;
    text-decoration: none;
    cursor: auto;
    margin: 0 0 0 3px;
}

.work_content .list_number span {
    color: #2070A4;
    border-bottom: 1px dashed;
    cursor: pointer;
}

.work_content .list_number span:hover {
    border-bottom: none;
}

.work_content h2 {
    margin: 0 0 10px;
}

/* last_style_end
-----------------------------------------------------------------------------*/
.vacance_box {
    margin: 20px 0 0;
    position: relative;
}

.advert_gray_box {
    height: auto;
    position: relative;
    background-color: #ebebeb;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    min-height: 32px;
    overflow: hidden;
    background-image: url(../img/vacancy_left_bg.gif), url(../img/bg_line2.jpg);
    background-repeat: repeat-y;
    background-position: left, right;
}

.advert_gray_box.company_head {
    background-image: url(../img/vacancy_left_bg.gif);
}

.advert_gray_box .vacance_left {
    float: left;
    margin: 0 250px 0 0;
}

.advert_gray_box .vacance_right_box {
    float: right;
    height: 100%;
    position: relative;
    width: 202px;
    margin: 0 0 0 -202px;
    padding: 15px 0;
}

.advert_gray_box .vacance_right_box .resume_img {
    width: 190px;
    margin: 0 auto;
    display: block;
}

.advert_add_box {
    width: 100%;
    height: auto;
    position: relative;
    background-color: #ebebeb;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 0 0 12px;
}

.advert_add_box textarea {
    padding: 6px 2px;
    min-height: 110px;
}

.advert_add_box .form_center {
    margin: 0 15px;
    padding: 8px 0;
}

.advert_add_box .form_center .add_box {
    padding: 6px 0;
    overflow: hidden;
}

.advert_add_box .form_center .add_box select {
    font-size: 14px;
    padding: 6px 2px;
    width: 273px;
}

.advert_add_box .form_center .add_box span {
    margin: 0 12px 0 0;
}

.advert_add_box .form_center .add_box .grafik_select {
    padding: 5px 0;
    float: left;
}

.add_vacancy_form label {
    display: block;
    float: left;
    width: 128px;
    position: relative;
    top: 5px;
}

.add_vacancy_form .input_text {
    padding: 6px 2px;
    width: 268px;
    font-size: 14px;
}

.vacance_left_box {
    height: 100%;
    width: 123px;
    background-color: #e1e1e1;
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    background-image: url(../img/gray_border_bg.gif);
    background-repeat: repeat-y;
    background-position: right;
    font-size: 11px;
    position: absolute;
    top: 0;
    left: 0;
}

.vacance_links_box {
    height: 100%;
    width: 221px;
    position: absolute;
    top: 0;
    right: 0;
}

.vacance_text {
    height: 100%;
    padding: 10px 0 10px 14px;
    position: relative;
}

.vacance_one_text {
    overflow: hidden;
    margin: 6px 0;
}

.company_head .vacance_one_text {
    margin: 6px 0 10px;
}

.vacance_text_name {
    float: left;
    font-weight: bold;
}

.vacance_text_haracter {
    padding: 0 0 0 122px;
}

.company_head .vacance_text_haracter span {
    margin: 0 12px 0 0;
}

.company_head .vacance_text_haracter img {
    margin: 0 5px 0 0;
    vertical-align: top
}

.vacance_links_list {
    margin: 0 0 20px;
}

.vacance_links_list p {
    position: relative;
    margin: 0 !important;
}

.vacance_links_list p span {
    position: absolute
}

.vacance_links_list p a {
    position: relative;
    bottom: 2px;
    left: 23px;
}

.vacance_links_img_box {
    width: 23px;
    display: block;
    float: left
}

.vacance_links_notepad {
    height: 17px;
    width: 14px;
    background-image: url(../img/save_img.png);
    display: block;
    float: left;
    cursor: pointer;
}

.vacance_links_notepad:hover {
    background-image: url(../img/save_img_green.png);
}

.vacance_links_print {
    height: 17px;
    width: 16px;
    background-image: url(../img/print_img.png);
    display: block;
    float: left;
    cursor: pointer;
}

.vacance_links_print:hover {
    background-image: url(../img/print_green_img.png);
}

.vacance_links_complain {
    height: 17px;
    width: 16px;
    background-image: url(../img/complain_img.png);
    display: block;
    float: left;
    cursor: pointer;
}

.vacance_links_complain:hover {
    background-image: url(../img/complain_red_img.png);
}

.vacance_links_box_center {
    margin: 0 0 0 14px;
}

.vacance_links_box_center .green_but {
    padding: 0 20px;
    float: none;
}

.vacance_description_box {
    margin: 35px 250px 35px 0;
    position: relative;
}

.vacance_description_box .notice {
    display: block;
    position: absolute;
    right: -230px;
    top: 0px;
    width: 150px;
    padding: 10px;
    border: solid 3px rgb(178, 25, 25);
    box-shadow: 3px 3px 5px #666;
    font-size: 1.2em;
}

.vacance_description_box .text2 {
}

.vacance_description_box .employer {
    width: 208px;
    float: right;
    margin: 0 0 0 -208px;
}

.vacance_description_box div.text {
    margin: 0 0 18px;
}

.vacance_description_box h3 {
    font-size: 12px;
    margin-bottom: 10px;
    font-weight: bold;
}

.work_advert {
    width: 100%;
    height: auto;
    position: relative;
    background-color: #ebebeb;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-top: 12px;
    padding: 6px 0;
}

.work_advert form {
    margin: 15px;
}

.work_advert form .gray_link {
    width: 135px;
    float: left;
}

.work_advert form div input {
    margin: 0 0 0 10px;
    position: relative;
    bottom: 2px;
}

.pay_advert_box {
    background-image: url(../img/gray_border_2_bg.gif);
    background-repeat: repeat-x;
    padding: 15px 0;
}

.pay_advert_box h3 {
    font-size: 12px;
}

.pay_advert_box p {
    margin: 15px 0;
}

.work_advert .pay_advert_box_checked input {
    margin: 0 3px 0 0;
}

.subscribe_form {
    float: left;
    position: relative;
}

.subscribe_form span {
    position: absolute;
    bottom: -19px;
    left: 42px;
    color: #F00;
    font-size: 11px;
}

.adver_user_filter .period {
    padding: 12px 15px;
}

.adver_user_filter .period select {
    width: 165px;
    float: left;
    font-size: 12px;
    padding: 6px 5px;
}

.adver_user_filter .period .user_mail {
    margin: 0 160px 0 180px;
}

.adver_user_filter .period .user_mail input {
    width: 100%;
    font-size: 12px;
    padding: 6px 5px 7px;
    color: #000;
    font-family: Tahoma;
}

.adver_user_filter .period input.btn_grey {
    float: right;
    padding: 0 20px 2px !important;
    margin: -30px 0 0 0;
}

.adver_user_filter .period form {
    margin: 0 0 5px;
}

/* last_style
-----------------------------------------------------------------------------*/
.attention_text {
    background-color: #f3ecb6;
    color: #afa55f;
    position: relative;
    padding: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 25px 0 0 0;
}

.attention_text img {
    position: absolute;
    top: 9px;
    right: 7px;
}

/* admin_style
-----------------------------------------------------------------------------*/
.admin_header_menu {
    position: absolute;
    bottom: 0;
    left: 250px;
}

.admin_header_menu ul {
    height: 23px;
}

.admin_header_menu ul li {
    height: 23px;
    float: left;
    list-style-type: none;
    position: relative;
    margin-right: 5px;
}

.admin_header_menu ul li:not(.admin_header_menu_active):hover {
    background-color: #e1e1e1;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.admin_header_menu_active {
    background-color: #FFF;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.admin_header_menu span {
    padding-right: 10px;
    position: relative;
    top: 3px;
}

.admin_header_menu img {
    padding: 4px 4px 0 10px;
    float: left;
}

.admin_header_top_right a:hover {
    text-decoration: underline !important;
}

.admin_left_menu_content {
    width: 203px;
    height: auto;
    margin: 0 auto;
    padding: 2px 0;
}

.admin_left_menu_content li {
    background: url(../img/gray_border_2_bg.gif) repeat-x bottom;
    list-style-type: none;
    height: auto;
    display: block;
    padding-bottom: 2px;
}

.admin_left_menu_content li a,
.admin_left_menu_content li span.title {
    text-decoration: none;
    color: #000;
    display: block;
    height: 100%;
    padding: 0 2px 8px 0;
}

.admin_left_menu_content li a:hover {
    background-color: #e1e1e1;
}

.admin_left_menu_content li a span {
    position: relative;
    left: 8px;
    top: 4px;
}

.admin_left_menu_content li ul li {
    background: none;
}

.admin_left_menu_content li ul {
    padding: 0 0 8px 8px;
    background-color: #e1e1e1;
    display: none
}

.admin_left_menu_content li ul li a {
    font-weight: normal;
    text-decoration: underline;
    color: #2070a4;
    margin-left: 0;
}

.admin_left_menu_content li ul li a {
    font-weight: normal;
    text-decoration: none;
    color: #2070a4;
    display: inline
}

.admin_left_menu_content li ul li a:hover {
    text-decoration: underline;
    background: none;
}

.admin_bottom_buttons {
    margin-top: 15px;
}

.admin_bottom_buttons input {
    float: left;
    margin-right: 10px;
}

.admin_bottom_buttons a {
    float: left;
}

.link_podmenu {
    background-color: #E1E1E1
}

.table_gray {
    border: none
}

.admin_table_buttons {
    padding: 8px 0 0 10px;
    width: 50px;
    text-align: center;
}

.admin_table_buttons div {
    float: left;
    margin: 0 5px 5px 0;
}

tr:hover .sortable_but {
    display: block;
}

.table_gray .admin_table_checkbox {
    background-color: #e1e1e1;
}

.admin_table_checkbox {
    width: 34px;
}

tbody td.admin_table_checkbox input {
    margin: 7px 0 0 0;
}

.admin_table_text {
    padding: 5px 10px;
}

.admin_table_text.sect {
    font-size: 11px;
    line-height: 1.3;
}

.admin_table_text.sect img {
    display: inline;
    margin: 0 0 5px;
}

.admin_table_text.sect span {
    display: block;
    text-align: center;
    width: 35px;
}

.admin_table_text_id {
    padding: 5px 5px 0px 10px;
}

.table_gray td:last-child,
.table_header th:last-child,
.summary .admin_table_text:last-child {
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.table_gray td:first-child,
.table_header th:first-child,
.summary .admin_table_text:first-child
{
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.admin_table_text div {
    padding: 0 0 10px 0;
}

.admin_table_text h3 {
    font-size: 12px;
    margin: 0 0 8px;
}

.admin_table_text.name h3 {
    font-size: 14px;
    margin: 0 0 2px;
}

.admin_table_text.name p {
    margin: 0 0 5px;
}

.admin_table_text.name .media {
    font-size: 11px;
}

.admin_table_text.name .media span {
    margin: 0 8px 0 0;
    white-space: nowrap;
}

.admin_table_text.name .media span img {
    margin: 0 2px 0 0;
}

.admin_table_text p {
    margin: 0;
    line-height: 1.2;
}

.admin_table_text.loc p {
    margin: 0 0 3px;
}

.admin_table_contact div {
    margin: 3px 0 0 0;
}

.admin_table_contact div a {
    color: #2070a4;
}

.admin_table_contact span {
    font-size: 11px;
}

.admin_table_contact p {
    margin: 0;
}

.table_header {
    height: 28px;
    font-size: 12px;
    color: #FFF;
}

.table_header span {
    font-weight: normal;
    font-size: 12px;
}

.admin_middle_center td {
    vertical-align: top;
}

.table_header th {
    background-color: #afafaf;
    vertical-align: middle;
}

.table_gray td {
    background-color: #ebebeb;
}

.summary td {
    background-color: #94B730;
    color: #ffffff;
    font-weight: bold;
}

.table_header .admin_table_checkbox {
    background-repeat: repeat-y;
    background-position: right;
}

.table_gray .admin_table_text:not(:first-child),
.table_header th:not(:first-child):not(.admin_table_checkbox) {
    background-image: url('/design/img/gray_border_bg.gif');
    background-repeat: repeat-y;
    background-position: left;
}

.summary .admin_table_text,
.summary .admin_table_text_right {
    background-image: url('/design/img/bg_green.jpg');
    background-repeat: repeat-y;
    background-position: left;
}

.some_class_graybox {
    width: 100%;
    height: auto;
    position: relative;
    background-color: #ebebeb;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-top: 12px;
    padding: 12px 0;
}

.some_class_graybox label {
    width: 128px;
}

.content_top_box .zend_form select {
    width: 200px;
}

.content_top_box .zend_form div {
    float: left;
}

.content_top_box .zend_form > div {
    margin-right: 15px;
    height: 42px;
}

.content_top_box .zend_form .green_but {
    box-shadow: none;
}

.content_top_box .zend_form input[type=checkbox] {
    position: relative;
    top: 4px;
}

.content_top_box .zend_form .checkbox input {
    position: relative;
    top: -1px;
}

.content_top_box .zend_form label {
    float: left;
    padding: 6px 10px 0 0;
}

.button_link {
    text-decoration: none;
    display: block;
    float: left;
    margin-right: 10px;
}

.button_link span {
    position: relative;
    top: 6px;
}

.admin_table_strelki {
    width: 34px;
}

.admin_table_strelki img {
    position: relative;
    top: 8px;
}

.table_gray .admin_table_strelki {
    background-color: #EBEBEB;
    background-image: url(../img/gray_border_bg.gif);
    background-repeat: repeat-y;
    background-position: left;
}

.table_header .admin_table_strelki {
    background-image: url(../img/gray_border_bg.gif);
    background-repeat: repeat-y;
    background-position: left;
}

/* Spravka_style
-----------------------------------------------------------------------------*/
.spavka_map {
    margin: 0 0 35px;
    position: relative;
    height: 100px;
}

.spavka_map.open {
    height: 250px;
}

.spavka_map .map_content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.spavka_map .arrow {
    position: absolute;
    top: 0;
    right: 15px;
    width: 86px;
    height: 41px;
    background: #FFF;
    cursor: pointer;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    text-align: center;
}

.spavka_map .arrow span {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #c8c8c8;
    position: relative;
    top: 20px;
}

.spavka_map.open .arrow span {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 7px solid #c8c8c8;
    border-top: 0;
    top: 0;
}

.spavka_list .company.gray_box {
    background-image: url(../img/spravka_company_bg.gif) !important;
    background-repeat: repeat-y;
}

.spavka_list .company span.num {
    float: left;
    position: relative;
    top: 8px;
    left: 16px;
}

.spavka_list .company .info {
    margin: 0 0 0 45px;
    display: table;
    width: 93%;
}

.spavka_list .company .info .name {
    display: table-cell;
    width: 40%;
}

.spavka_list .company .info .contacts {
    display: table-cell;
    width: 30%;
}

.spavka_list h2 {
    margin: 32px 0 16px;
}

.spavka_list .company .info .time {
    display: table-cell;
    width: 30%;
    font-size: 92%;
    padding: 5px 10px;
    line-height: 1.3;
}

.spavka_list .company.gray_box .info .name,
.spavka_list .company.gray_box .info .contacts {
    background: url(../img/gray_border_bg.gif) repeat-y right;
}

.spavka_list .company .info .name h3 {
    padding: 5px 13px;
    font-weight: normal;
}

.spavka_list .company .info .contacts {
    line-height: 1.4;
    padding: 8px 0 8px 13px;
}

.sidebar_345 .city_info .head {
    margin: 5px 0 15px;
}

.sidebar_345 .city_info .head img.city_logo {
    float: left;
    margin-right: 10px;
}

.sidebar_345 .city_info .head .text {
    line-height: 1.5;
}

.sidebar_345 .city_info .information {
    margin: 5px 0 0 0;
}

.sidebar_345 .city_info .information div {
    overflow: hidden;
    padding: 0 0 16px;
}

.sidebar_345 .city_info .information div b {
    display: block;
    width: 158px;
    float: left;
}

.sidebar_345 .city_info .information div span.info {
    display: block;
    float: left;
    width: 155px;
}

.sidebar_345 .user_info {
    padding-bottom: 0;
    padding-top: 5px;
}

.sidebar_345 .user_info img.user {
    float: left;
    margin: -5px 0 0 0px;
}

.sidebar_345 .user_info .info {
    margin: 6px 0 0 122px;
    line-height: 1.5;
}

.sidebar_345 .user_info .info p.name {
    font-weight: bold;
    font-size: 12px;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
    margin: -163px auto 0;
    min-width: 1000px;
    max-width: 1280px;
    height: 163px;
    font-size: 11px;
    text-shadow: #FFF 0 1px;
    position: relative;
    line-height: 1.3;
}

#footer .top {
    height: 73px;
}

#footer .top .img_content {
    float: left;
    width: 60%;
    height: 100%;

}

#footer .top .info_box {
    float: left;
}

#footer .top .info_box.last {
    background: none;
}

#footer .top .info_box.mobile_box {
    padding: 20px 0;
    margin: 0 0 0 315px;
    float: none;
}

#footer .top .info_box.mobile_box div {
    margin: 0 0 0 20px;
}

#footer .top .info_box.mobile_box a {
    color: #000;
    text-decoration: none;
    display: block;
    float: left;
    height: 35px;
    line-height: 1.1;
    width: 33%;
}

#footer .top .info_box.mobile_box a img {
    display: block;
    max-width: 100%;
    height: auto !important;
}

#footer .top .info_box.mobile_box a span.img {
    display: block;
    float: left;
    height: 35px;
    width: 35px;
}

#footer .top .info_box.mobile_box a span.txt {
    position: relative;
    top: 10px;
}

#footer .top .info_box {
    background-image: url(../img/gray_border_bg.gif);
    background-repeat: repeat-y;
    background-position: right;
}

#footer .top .info_box.mobile_box a.mob span.img {
    background: url(../img/footer/footer_icons.png) top left;
}

#footer .top .info_box.mobile_box a.mob:hover > span.img {
    background: url(../img/footer/footer_icons.png) bottom left;
}

#footer .top .info_box.mobile_box a.andr span.img {
    background: url(../img/footer/footer_icons.png) top center;
}

#footer .top .info_box.mobile_box a.andr:hover > span.img {
    background: url(../img/footer/footer_icons.png) bottom center;
}

#footer .top .info_box.mobile_box a.iph span.img {
    background: url(../img/footer/footer_icons.png) top right;
}

#footer .top .info_box.mobile_box a.iph:hover > span.img {
    background: url(../img/footer/footer_icons.png) bottom right;
}

#footer .top .info_box.mobile_box a img {
    max-width: 100%;
    height: auto;
    width: auto \9;
}

#footer .top .info_box.stat_box {
    padding: 20px 0;
    text-align: center;
    width: 305px;
}

#footer .top .info_box.stat_box img {
    margin: 2px 2px 0;
}

#footer .top .text_content {
    height: 100%;
    float: left;
    width: 40%;
}

#footer .top .text_content .info_box {
    float: left;
    height: 100%;
}

#footer .top .text_content .info_box div {
    padding: 20px 10px 0 10px;
}

#footer .top .text_content.info_box.copy div {
    padding: 16px 10px 0 17px;
}

#footer .bottom {
    height: 90px;
    background: #e1e1e1;
}

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

#footer .bottom .menu {
    float: left;
    padding: 28px 0 0 17px;
}

#footer .bottom .menu ul li {
    display: inline;
    margin: 0 12px 0 0;
}

#footer .bottom .menu ul li img.rss {
    margin: -5px 3px 0 0;
    position: relative;
    top: 1px;
}

#footer .bottom .menu ul li a:hover {
    text-decoration: underline;
}

#footer .bottom .menu ul {
    margin: 0 0 3px 0;
}

#footer .bottom .menu p {
    color: #969696;
}

#footer .bottom a.right_link {
    float: right;
    position: relative;
    top: 19px;
    right: 17px;
}

/* errors
-----------------------------------------------------------------------------*/
.errors li {
    color: #F00;
    font-size: 90%;
    line-height: 1.3;
    list-style-type: none;
}

.error {
    color: #F00;
    font-size: 90%;
}

/* description
-----------------------------------------------------------------------------*/
form .description {
    font-size: 11px;
    color: #808080;
}

/* .open_weather_box
-----------------------------------------------------------------------------*/
.full_weather_box {
    width: 350px;
    height: auto;
    position: absolute;
    left: -93px;
    top: 30px;
    z-index: 100;
    padding-top: 6px;
}

.open_weather_box {
    width: 340px;
    height: auto;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    z-index: 10;
    left: 5px;
    margin: 5px 0;
}

.weather_box_bg {
    width: 350px;
    height: auto;
    background-image: url(../img/opacity_bg.png);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    position: absolute;
    z-index: 5;
}

.weather_day_box {
    width: 330px;
    margin: 0 auto;
    overflow: hidden;
    padding: 8px 0 0;
    background-image: url(../img/gray_border_2_bg.gif);
    background-repeat: repeat-x;
    background-position: bottom;
}

.weather_day_box_2 {
    width: 330px;
    margin: 0 auto;
    overflow: hidden;
    padding: 8px 0 10px;
}

.weather_day_box_2 p {
    margin: 0 7px 0;
    float: left;
}

.weather_day_box_2 p a {
    text-decoration: underline;
    color: #000
}

.weather_day_box_2 p a:hover {
    text-decoration: none;
}

.weather_day_box_2 p img {
    position: relative;
    top: 7px;
    left: 2px;
}

.weather_day_box p span {
    margin: 0 0 0 3px;
}

.name_day {
    width: 90px;
    font-weight: bold;
    position: relative;
    left: 6px;
}

.weather_day_right {
    float: left;
}

.weather_day_right p {
    line-height: 1.3;
    width: 200px;
}

.weather_top {
    width: 16px;
    height: 10px;
    background-image: url(../img/weather_top_img.png);
    position: absolute;
    top: -10px;
    left: 108px;
}

.bodybg {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 10;
    display: none
}

.name_vacance {
    margin-bottom: 10px;
}

.hor_gray_lin {
    background-image: url(../img/gray_border_2_bg.gif);
    background-repeat: repeat-x;
    padding: 15px 0;
}

.subscribe_box {
    background-color: #EBEBEB;
    margin-top: 25px;
    padding: 10px;
}

.subscribe_box h4 {
    padding-left: 10px;
}

.subscribe_form_box {
    margin: 10px 0 20px 0;
}

.subscribe_form_box label {
    margin: 0 10px;
}

.subscribe_form_box_email {
    width: 300px;
    margin-right: 10px;
    font-size: 14px;
    padding: 6px 4px;
}

.subscribe_form_box_select {
    font-size: 14px;
    padding: 4px 4px 7px 4px;
}

.area-link {
    width: 17px;
    height: 17px;
    display: block;
}

.photo_upload_image {
    position: relative;
}

.photo_upload_image img {
    margin-left: 128px;
}

.photo_upload_image img {
    margin-top: 15px;
}

.photo_upload_image .delete_but {
    display: block;
    position: absolute;
    left: 138px;
    top: 25px;
}

.one_phone_block {
    padding-left: 128px;
    position: relative;
}

.one_phone_block + .errors {
    padding-left: 128px;
    position: relative;
}

.one_phone_block .sortable_but {
    display: block;
    position: absolute;
    top: 10px;
    left: 100px;
}

.greenbold {
    color: #7AA111;
    font-weight: bold;
}

a.link_del_cat {
    padding: 1px 3px;
    color: red;
    text-decoration: none;
}

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

.link_del_span {
    display: block;
}

.mapBubbleContent {
    font-family: arial;
}

.mapBubbleClose {
    background: url("/design/img/map_icons/close.png") no-repeat scroll center top transparent;
    width: 12px;
    height: 12px;
}

img.map_logo {
    max-height: 50px;
    max-width: 50px;
}

#captcha-element img {
    cursor: pointer;
}

.more_menu {
    position: absolute;
    top: 15px;
    color: white;
    width: 170px;
}

.more_menu ul li {
    display: block !important;
}

.more_menu_show {
    background-color: #EBEBEB;
    padding: 7px;
    margin-top: 0px;
}

/*table.limetr*/
.limetr th,
.top50 th {
    padding: 2px 5px;
    color: #ffffff;
    background: #A6CE39;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}

.limetr td {
    padding: 5px;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}

.graytr td {
    background: #e6e6e6;
}

.silvertr td {
    background: #f0f0f0;
}

/*end table.limetr*/

.packets_row.header {
    font-size: 13px;
}

.packets_row .desc {
    z-index: 1;
    padding: 10px 290px 10px 15px;
}

.packets_row .side {
    width: 285px;
    float: right;
    z-index: 2;
    position: relative;
    min-height: 38px;
}

.packets_row .side .button {
    padding: 5px 11px;
}

.packets_row .side span {
    width: 95px;
    display: table-cell;
    height: 38px;
    text-align: center;
    line-height: 38px;
    vertical-align: middle;
    table-layout: fixed;
}

.packets_row .side span img {
    vertical-align: middle;
}

.packets_row .side span:last-child {
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;

    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;

    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;

    -khtml-border-radius-bottomright: 5px;
    -khtml-border-radius-topright: 5px;
}

.packets_row.gray_row .side span {
    background: url('/design/img/bg_line2.jpg') top left repeat-y;
}

.packets_row.green_row .side span {
    background: url('/design/img/bg_green.jpg') top left repeat-y;
}

.gray_row {
    background: #e1e1e1;
}

.green_row {
    background: #94b730;
    color: #ffffff;
}

.bolder {
    font-weight: bold;
}

.clear {
    clear: both;
}

.alert {
    padding: 5px;;
    height: auto;
    background-image: url(/design/img/opacity_bg.png);
    position: absolute;
    z-index: 101;
}

.alert .content {
    background: #EBEBEB;
    padding: 5px;
}

ul.lined-list {
    list-style-type: none;
}

ul.lined-list li {
    background: url(/design/img/gray_border_2_bg.gif) bottom left repeat-x;
    padding: 5px 0;
}

ul.lined-list li:last-child {
    background: none;
}

.statistic li {
    width: 315px;
    overflow: hidden;
    color: #000;
}

.statistic .month {
    float: left;
    width: 120px;
    padding-left: 5px;
}

.statistic .current {
    font-weight: bold;
    width: 85px;
    display: block;
    float: left;
    text-align: center;
}

.statistic .new-users {
    width: 50px;
    display: block;
    float: left;
    text-align: center;
}

.statistic .year {
    width: 50px;
    display: block;
    float: left;
    text-align: center;
}

.benefits {
    margin-bottom: 0 !important;
}

.benefits .greened_num_box {
    float: left;
    overflow: hidden;
    margin-right: 10px;
}

.benefits li {
    padding-bottom: 15px !important;
    margin-bottom: 10px !important;
}

.benefits li:last-child {
    padding-bottom: 0 !important;
    margin-bottom: 10px !important;
}

.greened_num_box {
    background-color: #94b730;
    width: 50px;
    height: 50px;
    position: relative;
}

.greened_num_box span {
    display: block;
    position: absolute;
    bottom: 2px;
    right: 5px;
    font-size: 32px;
    color: #ffffff;
}

.lined-list .text {
    padding-left: 60px;
}

.lined-list .item-title {
    font-size: 12px;
    font-weight: bold;
}

.statistic .value {
    float: right;
    font-weight: bold;
    width: 100px;
}

.statistic .name {
    padding-right: 100px;

}

.fix-graybox {
    padding: 0 15px !important;
}

.fix-graybox li {
    margin: 0 !important;
    width: 100%;
}

.download img {
    float: left;
    margin-right: 5px;
}

.jacket .h-text {
    font-size: 18px;
}

form.order label {
    float: none;
    width: auto;
    top: auto;
}

.jacket p {
    margin: 20px 0;
}

.jacket .gray_row .cell {
    background: #ebebeb url('/design/img/bg_line2.jpg') top left repeat-y;
}

.jacket .cell {
    width: 25%;
    float: left;
}

.jacket .cell.three {
    width: 33.333333333333333333333%;
}

.jacket .cell.two {
    width: 50%;
}

.gray_row .cell:first-child {
    background: #E1E1E1;
}

.jacket .cell span {
    padding: 8px 10px;
    display: block;
}

.jacket .gray_row, .row {
    overflow: hidden;
    display: table;
    table-layout: fixed;
    width: 100%;
}

.jacket .gray_row .cell, .jacket .row .cell {
    display: table-cell;
    vertical-align: middle;
    float: none;
}

.jacket .text-center {
    text-align: center;
}

.jacket .text-green {
    color: #7AA111;
}

.jacket div.order-button {
    margin-top: 20px;
}

.jacket .page-section {
    margin-bottom: 40px;
}

.sidebar_seti_list li img:hover {
    opacity: 0.80;
}

.premium_packet #middle {
    padding-bottom: 0;
    margin-bottom: 20px;
}

#premium_footer {
    margin: 0 auto;
    min-width: 1000px;
    max-width: 1260px;
    overflow: hidden;
    padding-bottom: 20px;
}

#premium_footer .counter {
    float: right;
}

.zend_form .answer_input {
    margin-bottom: 5px;
}

.zend_form .answer_input .sortable_but {
    float: left;
    display: block;
    position: relative;
    right: 0;
    margin-right: 5px;
}

.zend_form .add_answer {
    margin-left: 23px;
}

.users-by-department {
    margin-top: 30px;
}

.users-by-department .admin_section {
    margin-top: 30px;;
}

.users-by-department table {
    margin: 20px 0;
}

.users-by-department table td {
    padding: 15px !important;
}

.users-by-department table .user-name {
    font-weight: bold;
    font-size: 14px;
}

.users-by-department table .user-post {
    font-size: 11px;
}

.users-by-department table .user-about {
    font-size: 11px;
}

.users-by-department table .user-photo {
    width: 150px;
    height: 150px;
}

.in-one, .update {
    position: relative;
    overflow: hidden;
}

.in-one .banner_box, .update .banner_box {
    width: 100%;
}

.in-one .jacket_pager, .update .next_banner {
    position: absolute;
    bottom: 5px;
    right: 5px;
    z-index: 9999;
}

.update .next_banner {
    background-image: url('../img/reload.png');
    width: 14px;
    height: 16px;
    cursor: pointer;
}

.in-one .jacket_pager a {
    float: left;
    display: block;
    padding: 0 5px;
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    line-height: 1.5;
    cursor: pointer;
    margin-left: 5px;
    text-decoration: none;
    color: #000;
    opacity: 0.5;
    font-size: 10px;
}

.in-one .jacket_pager a.activeSlide {
    opacity: 1;
}

/*begin section estate*/
.estate .content_top_box_top input[type='text'],
.raspisanie .content_top_box_top input[type='text'] {
    margin-top: 1px;
    width: 60px;
    /*    color: #969696;*/
}

.estate .estate_input_submit,
.raspisanie .estate_input_submit {
    position: relative;
    float: right;
    height: 33px;
    margin-top: 3px;
}

.raspisanie .estate_input_submit {
    margin-top: 1px;
}

.estate .content_top_box_top label,
.raspisanie .content_top_box_top label {
    min-width: 50px;
    margin: 0 2px;
}

/*.estate .estate_input_submit img,*/
.raspisanie .estate_input_submit img {
    position: absolute;
    top: 6px;
    left: 20px;
    z-index: 100;
}

.estate .estate_input_submit input[type='submit'],
.estate .estate_input_submit button,
.raspisanie .estate_input_submit input[type='submit'] {
    padding-left: 30px !important;
    margin-top: 0px;
}

.estate .content_top_box_top .media label {
    font-size: 11px;
    color: #969696;
}

.estate .content_top_box_top .media input[type="checbox"] {
    width: 13px;
    height: 13px;
}

.estate .estate_map {
    float: right;
    margin: 0 0 50px 0;
    /*width: 1250px;*/
}

.admin_section {
    font-size: 18px;
    line-height: 1.2;
    font-weight: normal;
    margin-bottom: 10px;
}

div.adlink_like_gAds {
    width: 100%;
    text-align: left;
}

.adlink_like_gAds a {
    color: #959595;
    font-size: 11px;
    line-height: 1.2;
    text-decoration: none;
}

.bold {
    font-weight: bold;
}

.active_pay {
    color: green;
}

.overdue_pay {
    color: red;
}

/*?=block items slicing
------------------- */
.fs10 {
    font-size: 10px
}

.fs18 {
    font-size: 18px;
    line-height: 22px
}

.fright {
    float: right;
    margin-left: 20px
}

.fleft {
    float: left;
    margin-right: 20px
}

.zit {
    display: inline-block;
    width: 250px;
    padding-left: 46px;
    background: url('../images/zit.png') left top no-repeat;
    margin-bottom: 10px
}

.grey2 {
    color: #afafaf
}

.margin5 {
    margin-bottom: 5px !important
}

.specialty {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #FFF;
    font-size: 10px;
    line-height: 13px;
    padding: 0 2px;
    position: relative;
    top: 2px;
    behavior: url(/js/PIE.htc);
}

.specialty.now {
    background-color: #78a000;
}

.specialty.ad {
    background-color: #C3C3C3;
}

.bt {
    border-top: 1px solid #fff
}

.bt .content {
    margin-top: 0 !important
}

.bb {
    border-bottom: 1px solid #c8c8c8;
    padding-top: 14px
}

.bb.np {
    padding: 0
}

.news_block {
    overflow: hidden
}

.items {
    overflow: hidden;
}

.items.leftp {
    float: left;
    padding-right: 186px;
}

.promo .img {
    float: left;
    max-width: 400px;
    margin: 0 20px 20px 0
}

.items h3, .items .text_header {
    font: normal 24px arial, sans-serif;
    margin-bottom: 10px
}

.items p {
    margin-bottom: 10px
}

.items .text {
    overflow: hidden
}

.items .date, .main_articles ul li .date {
    font-size: 11px;
    color: #636363;
}

.items .date span, .main_articles ul li .date span {
    margin-right: 5px;
    float: left
}

.main_articles ul li .date {
    display: inline;
    padding: 7px 0 0 10px;
}

.main_articles ul li .inl {
    display: inline;
}

.main_articles ul li {
    padding-bottom: 20px;
}

.date .com, .sidecats ul .com {
    background: url('/design/img/comments/comm.png') left center no-repeat;
    color: #636363;
    padding-left: 21px;
    text-decoration: none;
}

.items .image {
    margin-bottom: 10px
}

.items .image img {
    display: block
}

.items.left {
    float: left;
    width: 140px;
    margin-right: 50px
}

.items.right .item:not(:last-child) {
    margin-bottom: 40px;
}

.items.cent .item:not(:last-child) {
    margin-bottom: 25px;
}

.items.right {
    width: 30%;
    float: right;
    margin-left: 10%;
    display: none
}

.items.lining .item {
    margin-bottom: 25px
}

.items.lining .image, .items.cent .image {
    float: left;
    margin-right: 20px;
    margin-bottom: 0;
    padding-top: 4px;
}

.sidecats {
    width: 178px;
    overflow: hidden;
    min-height: 40px;
    margin-left: -178px;
    float: right;
}

.sidecats .item {
    background: #ebebeb;
    border-radius: 5px;
    overflow: hidden;
}

.main_block_news .title,
.sidecats .item:not(:last-child) {
    margin-bottom: 20px;
}

.sidecats .item .head {
    line-height: 26px;
    color: #000;
    font-weight: normal;
    font-size: 14px;
    text-shadow: 1px 1px 1px #fff;
    border-bottom: 1px solid #fff
}

.sidecats .item .head span {
    display: block;
    border-bottom: 1px solid #c8c8c8;
    padding: 0 16px
}

.sidecats .item .text {
    padding: 8px 16px
}

.sidecats .item .button {
    width: 100%;
    text-align: center;
    padding: 7px 0;
    margin: 15px 0 10px;
    display: block
}

.sidecats div.insideli {
    display: block;
    padding: 4px 8px;
}

.sidecats div.insideli .date {
    display: inline;
    margin-left: 5px;
}

.sidecats ul, .darkgrey ul {
    list-style: none;
    padding: 8px;
    margin: 0
}

.sidecats .np, .darkgrey .np {
    padding-top: 0;
}

.sidecats ul li, .darkgrey ul li {
    border-bottom: 1px solid #bbb;
    border-top: 1px solid #fff
}

.sidecats ul li:first-child, .darkgrey ul li:first-child {
    border-top: none
}

.sidecats ul li:last-child, .darkgrey ul li:last-child {
    border-bottom: none
}

.sidecats ul a, .darkgrey ul a {
    color: #000;
    text-decoration: none
}

.sidecats ul li:hover, .darkgrey ul li:hover {
    background: #e1e1e1
}

.news_right_column .darkgrey {
    background: #ebebeb;
    margin-bottom: 25px
}

.news_right_column .darkgrey .top {
    height: 26px;
    border-bottom: 1px solid #bbb;
    background: #e1e1e1;
    border-radius: 5px 5px 0 0;
}

.news_right_column .darkgrey ul a {
    display: block;
    padding: 11px 8px
}

.news_right_column .darkgrey ul li:hover, .news_right_column .top_news ul li:hover {
    background: #e1e1e1
}

.news_right_column .darkgrey ul li {
    margin: 0;
}

.news_right_column .top_news {
    padding-bottom: 8px
}

.news_right_column .top_news .head {
    background: #e1e1e1;
    color: #000;
    border-bottom: none;
    margin-bottom: 1px
}

.news_right_column .top_news ul {
    padding: 0
}

.news_right_column .top_news ul a {
    padding: 11px 0;
    line-height: 1.2
}

.news_right_column .rss {
    left: 14px;
    position: relative;
    top: 2px
}

.top_news ul li span.num {
    padding-left: 5px;
}

.items .main {
    float: none;
    margin-right: 0;
    width: auto;
    overflow: hidden;
}

.items .main .image {
    float: left;
    width: 48%;
    overflow: hidden;
}

.items .main .text {
    float: right;
    width: 48%;
    overflow: hidden;
}

.items.frth {
    width: auto;
    float: none;
    clear: both;
    margin-left: -2%;
}

.items.frth .item {
    width: 30%;
    margin: 0 0 0 2%;
    display: inline-block;
    vertical-align: top;
}

.items.lines {
    overflow: hidden;
    margin-left: -2%;
}

.items.lines .item {
    width: 30%;
    margin-left: 2%;
    display: inline-block;
    vertical-align: top;
    padding-bottom: 40px;
}

.items.lines .top-comment-block {
    display: block;
    float: right;
    width: 68%;
}

.items.lines .top-comment-block p {
    margin: 0;
    padding: 0;
}

.items.lines .item:last-child, .items.lines .item.hide {
    display: none;
}

/*?=@media=1240px
------------------- */
@media screen and (min-width: 1240px) {
    /*?=block items slicing
  ------------------- */
    .items .main {
        float: left;
        margin-right: 40px;
        width: 312px
    }

    .items .main .image, .items .main .text {
        float: none;
        width: auto;
    }

    .items.cent {
        width: 60%;
        float: left
    }

    .items.right {
        display: block
    }

    .items.frth {
        width: 543px;
        float: left;
        clear: none;
        margin: 0 0 0 -37px;
    }

    .items.frth .item {
        width: 141px;
        margin: 0 0 0 37px
    }

    .items.frth .item.none {
        margin-right: 41px;
        float: left
    }

    .items.half .item {
        width: 315px;
        margin-right: 40px;
        float: left
    }

    .items.half.wide .item {
        width: 414px;
    }

    .items.half .item.last {
        margin-right: 0
    }

    .last_news .items.lining {
        padding-bottom: 6px;
    }

    .items.lines {
        margin-left: -37px;
    }

    .items.lines .item {
        width: 141px;
        margin-left: 37px;
        padding-bottom: 40px;
    }

    .items.lines .top-comment-block {
        display: block;
        float: right;
        width: 40%;
    }

    .items.lines .item:last-child, .items.lines .item.hide {
        display: inline-block;
    }

    .items.lines .top-comment-block {
        width: 345px;
    }
}

.conteiner.inner .item {
    margin-bottom: 25px;
}

.conteiner.inner .main {
    float: none;
    overflow: hidden;
}

.conteiner.inner .main .image {
    float: left;
    width: 48%;
    overflow: hidden;
}

.conteiner.inner .main .image img {
    max-width: 100%;
    height: auto;
    width: auto \9; /* ie8 */
}

.conteiner.inner .main .text {
    float: left;
    width: 47%;
    overflow: hidden;
    margin-left: 4%;
}

.conteiner.inner .date, .one_day .date {
    color: #636363;
    font-size: 11px;
    overflow: hidden;
}

.conteiner.inner .date span, .one_day .date span {
    float: left;
    margin-right: 5px;
}

.date .media img {
    position: relative;
    top: 2px;
}

.conteiner.inner .text .text_header {
    font-size: 24px;
    line-height: normal;
    margin-bottom: 16px;
}

.conteiner.inner .items.frth {
    float: none;
    width: auto;
    margin-left: -30px;
}

.conteiner.inner .items.frth .item {
    margin-left: 30px;
    margin-right: 0;
    width: 132px;
}

.one_day .text_header,
.last_news h4 {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 30px;
}

@media screen and (max-width: 1240px) {
    .conteiner.inner .items.frth .item {
        margin-left: 30px;
        margin-right: 0;
    }

}

.conteiner.inner .news_list .text, .one_day .news_list .text {
    padding: 10px 0;
}

.conteiner.inner .news_list .namelink, .one_day .news_list .namelink {
    font-size: 1.2em;
}

.sidebar-discount .disc-title {
    display: block;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    padding-bottom: 15px;
}

.sidebar-discount ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.sidebar-discount ul li {
    display: block;
    overflow: hidden;
    padding-bottom: 10px;
}

.sidebar-discount ul li .img_box {
    float: left;
    width: 86px;
    height: 48px;
    position: relative;
}

.sidebar-discount ul li .img_box img.action_img {
    position: absolute;
    left: 0;
    top: 5px;
}

.sidebar-discount ul li .img_box img.action_user {
    position: absolute;
    left: 0;
    top: 5px;
    width: 80px;
    height: 48px;
}

.sidebar-discount ul li .img_box img.action_icon {
    position: absolute;
    left: 0;
    top: 5px;
}

.sidebar-discount ul li .img_box span {
    position: absolute;
    color: #FFF;
    top: 23px;
    display: block;
    width: 65px;
    text-align: center;
}

.sidebar-discount ul li .info_box {
    margin: 0 0 0 86px;
    padding: 15px 25px;
}

.sidebar-discount ul li .info_box span.period {
    display: block;
    color: #969696;
    font-size: 11px;
}

.sidebar-discount ul li .info_box .name {
    display: block;
    padding-bottom: 5px;
    font-weight: bold;
}

.atest {
    display: block;
    top: 0;
    left: 0;
    position: absolute;
    width: 130px;
    height: 178px;
}

.novostr-holder {
    overflow: hidden;
    margin-left: -15px;
}

.novostr-holder .novostr-item {
    display: inline-block;
    vertical-align: top;
    width: 200px;
    margin-left: 15px;
    overflow: hidden;
    padding-bottom: 25px;
    zoom: 1;
    *display: inline;
}

.novostr-holder .novostr-item .name-line {
    overflow: hidden;
    padding: 10px 0 0;
}

.novostr-holder .novostr-item .name-line .access {
    padding: 0;
}

@media screen and (max-width: 1150px) {
    .novostr-holder {
        margin-left: -10px;
    }

    .novostr-holder .novostr-item {
        width: 195px;
        margin-left: 10px;
    }
}

.similar-estate {
    overflow: hidden;
    margin-left: -50px;
}

.similar-estate .similar-item {
    display: inline-block;
    margin-left: 50px;
    position: relative;
    width: 165px;
    padding-bottom: 30px;
    vertical-align: top;
}

.similar-estate .similar-item .urgently {
    display: block;
    left: -10px;
    position: absolute;
    top: 10px;
    z-index: 100;
}

.similar-estate .similar-item .img-bl {
}

.similar-estate .similar-item .img-bl .img {
    height: 110px;
    overflow: hidden;
}

.similar-estate .similar-item .img-bl .similar-item-img {
    width: 165px;
}

.similar-estate .similar-item .img-bl .text {
    padding: 10px 10px 0 0;
    overflow: hidden;
}

.similar-estate .similar-item .img-bl .text span {
    display: block;
    float: left;
    padding-left: 12px;
    font-size: 12px;
}

.estate-info {
    padding: 10px 0;
}

.estate-info .map {
    overflow: hidden;
    margin-bottom: 20px;
}

.estate-info .descr {
    margin-bottom: 25px;
}

.estate-info .contacts {
    overflow: hidden;
    padding-bottom: 30px;
}

.estate-info .contacts .left-bl {
    float: left;
    width: 70px;
    overflow: hidden;
}

.estate-info .contacts .right-bl {
    float: right;
    width: 100%;
    margin-left: -80px;
    overflow: hidden;
}

.estate-info .contacts .right-bl .right-data {
    margin-left: 80px;
}

.estate-info .contacts .right-bl .right-data .name-bl {
    overflow: hidden;
    padding-bottom: 10px;
}

.estate-info .contacts .right-bl .right-data .name-bl a {
    font-size: 16px;
    line-height: 20px;
}

.estate-info .descr-cols {
    overflow: hidden;
    margin: 0 0 30px -10px;
    position: relative;
}

.estate-info .descr-cols .left-col {
    float: left;
    width: 300px;
    overflow: hidden;
    margin-left: 10px;
}

.estate-info .descr-cols .right-col {
    float: right;
    width: 100%;
    overflow: hidden;
    margin-left: -320px;
}

.estate-info .descr-cols .right-col .right-col-data {
    margin-left: 320px;
}

.estate-info .descr-cols .urgently {
    display: block;
    left: 0;
    position: absolute;
    top: 10px;
    z-index: 100;
}

.estate-info .descr-cols .left-col .big-photo {
    margin-bottom: 20px;
}

.estate-info .descr-cols .left-col .small-photo {
    overflow: hidden;
    margin: -4px;
}

.estate-info .descr-cols .left-col .small-photo .photo-item {
    display: block;
    float: left;
    width: 97px;
    margin: 0 0 4px 4px;
}

.estate-info .descr-cols .right-col table td.first-part {
    vertical-align: top;
    text-align: left;
    width: 30%;
    border-right: solid 1px #fff;
    font-weight: bold;
}

.estate-info .descr-cols .right-col table td.second-part {
    vertical-align: top;
    text-align: left;
    width: 69%;
    border-left: solid 1px #fff;
}

.estate-info .descr-cols .right-col table td .line-cont {
    padding: 10px;
}

.estate-info .descr-cols .right-col table tr.colored td.first-part {
    background: #e1e1e1;
    border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-right: solid 1px #c8c8c8;
}

.estate-info .descr-cols .right-col table tr.colored td.second-part {
    background: #ebebeb;
    border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
}

.whitelinks {
    font-size: 6pt;
    color: #ffffff;
}

.whitelinks a {
    color: #ffffff;
}

/* сверстать нормально расписание афиши с кнопками "Купить билеты", а этот кусок выбросить */
.open_event .event_info .gray_box.item3 input {
    background: none repeat scroll 0 0 #0091DC;
    color: #FFFFFF;
    float: right;
    height: 24px;
    margin-right: 20px;
    padding: 0 4px;
    border-radius: 5px;
    -moz-border-radius: 5px;

}

.open_event .date_box p input {
    background: none repeat scroll 0 0 #0091DC;
    color: #FFFFFF;
    height: 24px;
    float: right;
    padding: 0 4px;
    border-radius: 5px;
    -moz-border-radius: 5px;
}

.open_company .main_block_afisha input {
    background: none repeat scroll 0 0 #0091DC;
    color: #FFFFFF;
    height: 24px;
    padding: 0 4px;
    border-radius: 5px;
    -moz-border-radius: 5px;
}

.event_box .event_description input {
    background: none repeat scroll 0 0 #0091DC;
    color: #FFFFFF;
    height: 24px;
    padding: 0 4px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    margin-bottom: 5px;
}

/* сверстать нормально расписание афиши с кнопками "Купить билеты", а этот кусок выбросить */

.attention {
    color: orangered;
    font-weight: bold;
}

.estate_info_block {
    margin-bottom: 22px;
    background: #F5ECC3;
    padding: 10px 15px;
}

.back_top_button {
    position: fixed;
    right: 10px;
    bottom: 10px;
    display: none;
    z-index: 100;
}

.gray_box .text_content.estate {
    overflow: hidden;
    padding: 15px;
}

.gray_box .text_content.estate .est-item {
    overflow: hidden;
    padding-bottom: 15px;
}

.gray_box .text_content.estate .est-item .est-img {
    display: block;
    float: left;
    width: 70px;
    margin-right: 15px;
}

.gray_box .text_content.estate .est-item .est-data {
    display: block;
    float: left;
    width: 225px;
}

.gray_box .text_content.estate .est-item .est-data .est-small {
    display: block;
    font-size: 11px;
    padding: 5px 0;
}

.gray_box .text_content.estate .est-item .est-data .est-price {
    display: block;
    font-size: 18px;
}

.gray_box .top.estate {
    position: relative;
}

.gray_box .top.estate .reload {
    display: block;
    position: absolute;
    right: 8px;
    top: 3px;
}

.error-holder {
    overflow: hidden;
}

.error-holder .error-top {
    text-align: center;
    padding: 10px 0 30px;
}

.error-holder .error-top .err-text {
    display: block;
    line-height: 18px;
    padding-top: 25px;
    font-size: 1.2em;
    color: #7d7d7d;
}

.error-holder .error-top .err-text span {
    color: #fff;
    font-weight: bold;
    background: #c6c6c6;
    padding: 5px;
    margin-right: 10px;
}

.error-holder .err-cols {
    overflow: hidden;
    margin: 10px 0 25px;
    background: url(/design/img/dot-vert.png) repeat-y center top;
}

.error-holder .err-cols .err-col {
    display: block;
    float: left;
    width: 49%;
    overflow: hidden;
}

.error-holder .err-cols .big-title {
    font-size: 1.9em;
    padding-top: 30px;
}

.error-holder .err-cols .btn {
    margin-top: 20px;
    display: inline-block;
}

.error-holder .err-cols .err-col .gogle {
    width: 70%;
    margin: 0 auto;
}

.error-holder .err-cols .err-col .gogle .g-ad {
    background: url(/design/img/adv-bg.png) no-repeat left top;
    display: block;
    height: 274px;
    overflow: hidden;
    padding: 40px 0 0 13px;
}

.error-holder .err-cols .err-col .gogle .g-ad .yad {
    display: block;
    height: 200px;
    margin: 0;
    overflow: hidden;
    width: 200px;
}

.big-title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.35em;
    padding-bottom: 15px;
}

.error-holder .err-cols ul {
    padding: 0 0 0 20px;
    list-style: disc;
}

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

.meet_box .girl {
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 100;
}

.meet_box .select-form {
    width: 160px;
    padding: 20px 0 20px 14px;
}

.meet_box .select-form select {
    width: 153px;
    margin-bottom: 10px;
}

.meet_box .select-form .min {
    width: 58px;
    margin: 0;
    padding: 5px;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
}

.meet_box .select-form .button {
    width: 153px;
    margin-top: 10px;
}

.meet_box.img {
    background: url(/design/img/main/girl2.png) no-repeat left top;
    height: 260px;
    padding-top: 120px;
}

.meet_box.img .meet-title {
    color: #fff;
    font-size: 52px;
    padding: 0 20px;
    line-height: 40px;
}

.meet_box.img .meet-title span {
    font-size: 20px;
    display: block;
    text-align: right;
    line-height: 30px;
}

.meet_box.img .select-form {
    padding: 0 0 20px 20px;
}

/* костыли для отображения новых элементов в старом layout */
.btn {
    display: inline-block;
    text-align: center;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    text-shadow: 0 1px 1px #666;
    padding: 0 20px;
    margin: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #b9b9b9;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#b9b9b9), to(#a3a3a3));
    background: -webkit-linear-gradient(#b9b9b9, #a3a3a3);
    background: -moz-linear-gradient(#b9b9b9, #a3a3a3);
    background: -ms-linear-gradient(#b9b9b9, #a3a3a3);
    background: -o-linear-gradient(#b9b9b9, #a3a3a3);
    background: linear-gradient(#b9b9b9, #a3a3a3);
    -pie-background: linear-gradient(#b9b9b9, #a3a3a3);
    behavior: url(js/PIE.htc);
    border: none;
    outline: none;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    white-space: nowrap;
}

.btn:hover {
    background: #C5C5C5;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#C5C5C5), to(#a5a5a5));
    background: -webkit-linear-gradient(#C5C5C5, #a5a5a5);
    background: -moz-linear-gradient(#C5C5C5, #a5a5a5);
    background: -ms-linear-gradient(#C5C5C5, #a5a5a5);
    background: -o-linear-gradient(#C5C5C5, #a5a5a5);
    background: linear-gradient(#C5C5C5, #a5a5a5);
    -pie-background: linear-gradient(#C5C5C5, #a5a5a5);
    behavior: url(js/PIE.htc);
    border: none;
    outline: none;
    text-decoration: none;
}

.btn.primary {
    background: #83aa00;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#83aa00), to(#709200));
    background: -webkit-linear-gradient(#83aa00, #709200);
    background: -moz-linear-gradient(#83aa00, #709200);
    background: -ms-linear-gradient(#83aa00, #709200);
    background: -o-linear-gradient(#83aa00, #709200);
    background: linear-gradient(#83aa00, #709200);
    -pie-background: linear-gradient(#83aa00, #709200);
    behavior: url(js/PIE.htc);
}

.btn.primary:hover {
    background: #8fb900;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#8fb900), to(#7a9f00));
    background: -webkit-linear-gradient(#8fb900, #7a9f00);
    background: -moz-linear-gradient(#8fb900, #7a9f00);
    background: -ms-linear-gradient(#8fb900, #7a9f00);
    background: -o-linear-gradient(#8fb900, #7a9f00);
    background: linear-gradient(#8fb900, #7a9f00);
    -pie-background: linear-gradient(#8fb900, #7a9f00);
    behavior: url(js/PIE.htc);
}

.loader {
    display: none;
}

.conteiner.inner div.loader, .items.lining div.loader {
    text-align: center;
}

.right-rounded {
    border-radius: 5px;
    -moz-border-radius: 5px;
    behavior: url(js/PIE.htc);
    margin-bottom: 20px;
    position: relative;
}

.right-rounded.colored {
    background: #ebebeb;
}

.right-rounded .block-title, .right-rounded h3 {
    background: #e1e1e1;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    behavior: url(js/PIE.htc);
    font-size: 1.15em;
    font-weight: normal;
    text-shadow: 0 1px #fff;
    padding: 7px 13px;
    position: relative;
}

.right-rounded .block-title.border {
    background: #e1e1e1 url(../img/double-border-horiz.gif) repeat-x left bottom;
}

.comment-wrapper {
    font-size: 110%;
}

.comment_form textarea {
    background: #fff;
    border-bottom: solid 1px #c9c9c9;
    border-left: solid 1px #fff;
    border-right: solid 1px #fff;
    border-top: solid 1px #fff;
    margin: 0;
    padding: 5px 7px;
    color: #000;
    width: 97.5%;
    height: 5em;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 1.1em;
    outline: none;
}

.comment_form .bot-buts input {
    font-size: 110%;
    padding: 0 20px;
}

.comment_form input[type="text"] {
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #FFFFFF #FFFFFF #C9C9C9;
    border-style: solid;
    border-width: 1px;
    color: #000000;
    font-family: Tahoma, Geneva, sans-serif;
    height: 18px;
    margin: 0;
    outline: medium none;
    padding: 5px 7px;
}

.small {
    color: #969696;
    font-size: 0.85em;
}

.inner-photo-block {
    display: block;
    font-size: 110%;
    padding: 25px 0 0 0;
}

.inner-photo-block .img-block {
    display: block;
    float: left;
    padding-right: 20px;
}

.inner-photo-block .img-block .note {
    display: block;
    color: #646464;
    font-size: 0.85em;
    padding-top: 7px;
}

.inner-photo-block .top-comment-block .user-block .user-info {
    line-height: 1.3;
}

.items.lines .top-comment-block {
    font-size: 12px;
    line-height: 1.1;
    overflow: hidden;
}

.items.lines .top-comment-block .comment-inner {
    margin: 0 0 20px 20px;
    position: relative;
}

.items.lines .top-comment-block .comment-inner .top-comment {
    background: url(/design/img/comments/comment-pointer.png) no-repeat 25px bottom;
    padding-bottom: 29px;
}

.items.lines .top-comment-block .comment-inner .top-comment {
    background: url(/design/img/comments/comment-pointer.png) no-repeat 25px bottom;
    padding-bottom: 29px;
}

.items.lines .top-comment-block .comment-inner .top-comment .gray_box {
    margin: 0;
    padding: 15px;
}

.items.lines .top-comment-block .user-block {
    display: block;
    overflow: hidden;
    padding-top: 5px;
}

.items.lines .top-comment-block .user-info {
    display: block;
    float: left;
}

.items.lines .top-comment-block .user-info .note {
    color: #636363;
    display: block;
    font-size: 0.9em;
    line-height: 1.3em;
    padding-top: 5px;
}

.items.lines .top-comment-block .user-info .note a {
    color: #636363
}

.right-rounded .block-title .reload {
    float: right;
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}

.simple-holder {
    overflow: hidden;
}

.simple-holder.text {
    padding: 15px;
}

.right-rounded .new-block {
    padding-top: 20px;
}

.right-rounded .new-block:first-child {
    padding-top: 0;
}

.block-w-img70 {
    overflow: hidden;
}

.block-w-img70 .data-bl {
    float: right;
    margin-left: -85px;
    width: 100%;
    overflow: hidden;
}

.block-w-img70 .data-bl-cont {
    margin-left: 85px;
}

.block-w-img70 .img-bl {
    float: left;
    width: 70px;
    overflow: hidden;
}

.block-w-img70 .data-bl-cont .note {
    display: block;
    padding-top: 10px;
    font-size: 0.85em;
    color: #333;
}

.block-w-img70 .data-bl-cont .estate-price {
    display: block;
    padding-top: 7px;
    font-size: 1.2em;
}

.faynobox {
    display: block;
    position: absolute;
    right: 3px;
    top: 24px;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    transition: 0.5s ease;
}

.faynobox:hover {
    top: 0;
}

.inner-video-holder {
    display: block;
    overflow: hidden;
    clear: both;
    margin-left: -5%
}

.inner-video-holder .video-bl {
    display: inline-block;
    vertical-align: top;
    width: 44%;
    margin-left: 5%;
    padding-bottom: 30px;
}

.inner-video-holder .video-bl img {
    max-width: 100%;
    height: auto;
    width: auto \9;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    transition: 0.5s ease;
}

.inner-video-holder .video-bl a.videonews {
    display: block;
    position: relative;
}

.inner-video-holder .video-bl .arr {
    display: block;
    left: 50%;
    margin: -27px 0 0 -27px;
    position: absolute;
    top: 50%;
    z-index: 100;
}

.inner-video-holder .video-bl p {
    font-weight: bold;
    padding-top: 5px;
}

.inner-video-holder .video-bl a.videonews:hover img {
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

/* end костыли для отображения новых элементов в старом layout */

.all-link-block {
    display: block;
    text-align: right;
    padding: 10px 0;
}

.all-link-block a {
    color: #969696;
    text-decoration: none;
    cursor: pointer;
}

.all-link-block a:hover {
    color: #000;
}

.bot-fixed {
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    /*height: 100px;*/
    padding-top: 10px;
    z-index: 100;
}

.bot-fixed .inner-fixed {
    position: relative;
    margin: 0 auto;
}

.bot-fixed .inner-fixed .close {
    display: block;
    position: absolute;
    top: -13px;
    right: 20px;
    width: 20px;
    height: 20px;
    padding: 2px;
    background: #fff;
    border-radius: 14px;
    z-index: 200;
    overflow: hidden;
    border: solid 1px #ccc;
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    transition: 0.5s ease;
}

.bot-fixed .inner-fixed .close:hover {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

/* плашечка новое на видео и фотоотчетах */
.phr_list .text_title .backgrounded-label, .report-block .backgrounded-label {
    font-size: 10px;
    top: -3px;
    line-height: 13px;
    position: relative;
    font-weight: normal !important;
}

.color-white {
    color: #fff;
}

.header_top .stick {
    display: block;
    background: url(../img/label_right.png) no-repeat right bottom;
    padding: 0 24px 0 0 !important;
    height: 33px !important;
}

.header_top .stick .stick-inner {
    display: block;
    background: url(../img/label_left.png) no-repeat left bottom;
    padding: 11px 5px 2px 9px !important;
    color: #fff;
    font-weight: bold;
    text-shadow: 0px 1px 1px #333;
    height: 20px;
}

.header_top .stick.blue {
    background: url(../img/label_right_blue.png) no-repeat right bottom;
}

.header_top .stick.blue .stick-inner {
    background: url(../img/label_left_blue.png) no-repeat left bottom;
}

.header_top .stick.green {
    background: url(../img/label_right_green.png) no-repeat right bottom;
}

.header_top .stick.green .stick-inner {
    background: url(../img/label_left_green.png) no-repeat left bottom;
}

.header_top .stick.orange {
    background: url(../img/label_right_orange.png) no-repeat right bottom;
}

.header_top .stick.orange .stick-inner {
    background: url(../img/label_left_orange.png) no-repeat left bottom;
}

.header_top .stick.pink {
    background: url(../img/label_right_pink.png) no-repeat right bottom;
}

.header_top .stick.pink .stick-inner {
    background: url(../img/label_left_pink.png) no-repeat left bottom;
}

.header_top .stick.purp {
    background: url(../img/label_right_purp.png) no-repeat right bottom;
}

.header_top .stick.purp .stick-inner {
    background: url(../img/label_left_purp.png) no-repeat left bottom;
}

.header_top .stick.red {
    background: url(../img/label_right_red.png) no-repeat right bottom;
}

.header_top .stick.red .stick-inner {
    background: url(../img/label_left_red.png) no-repeat left bottom;
}

.header_top .stick .stick-inner a {
    color: #fff;
    text-decoration: none;
}

.header_top .stick .stick-inner a:hover {
    color: #f0f0f0;
}

.rebrend {
    display: block;
    padding-bottom: 20px;
}

.rebrend p {
    padding-bottom: 10px;
}

.estate-buts {
    display: block;
    padding: 20px 0 20px;
}

.estate-buts .btn_green img {
    padding-right: 5px;
}

.estate-buts .btn_green {
    margin-right: 5px;
}

.admin_buttons {
    display: block;
    overflow: hidden;
    float: left;
    margin: 0 5px;
    padding-top: 2px;
}

.admin_buttons_rubric {
    display: inline-block;
    overflow: hidden;
}

.rubric_item {
    display: inline-block;
}

/* Pop-up соц сеть */
.vk-box {
    display: block;
    width: 910px;
    height: 500px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 1000;
    background: #ebebeb;
    border: 5px solid rgba(0, 0, 0, .2);
    border-radius: 10px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    text-align: center;
    color: #323232;
}

.vk-box .vk-inner {
    position: relative;
    padding: 25px;
}

.vk-box .vk-inner .close {
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 2000;
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}

.vk-box .vk-inner .close:hover {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.vk-box .vk-logo {
    padding-bottom: 20px;
}

.vk-box .vk-title {
    font-size: 1.4em;
    padding: 10px 0 5px;
}

.vk-box .btn {
    margin: 20px 2px;
    height: 55px;
    line-height: 55px;
    color: #fff;
    font-size: 1.2em;
    font-weight: normal;
    padding: 0 15px 0 10px;
    border-radius: 10px;

}

.vk-box .btn.vkontakte {
    background: #7099c6;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#7099c6), to(#5c80a7));
    background: -webkit-linear-gradient(#7099c6, #5c80a7);
    background: -moz-linear-gradient(#7099c6, #5c80a7);
    background: -ms-linear-gradient(#7099c6, #5c80a7);
    background: -o-linear-gradient(#7099c6, #5c80a7);
    background: linear-gradient(#7099c6, #5c80a7);
    -pie-background: linear-gradient(#7099c6, #5c80a7);
    border: solid 1px #5b7fa6;
}

.vk-box .btn.vkontakte:hover {
    background: #84a8cf;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#84a8cf), to(#5c80a7));
    background: -webkit-linear-gradient(#84a8cf, #5c80a7);
    background: -moz-linear-gradient(#84a8cf, #5c80a7);
    background: -ms-linear-gradient(#84a8cf, #5c80a7);
    background: -o-linear-gradient(#84a8cf, #5c80a7);
    background: linear-gradient(#84a8cf, #5c80a7);
    -pie-background: linear-gradient(#84a8cf, #5c80a7);
}

.vk-box .btn.vkontakte:active {
    background: #6f99c6;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#5c80a7), to(#6f99c6));
    background: -webkit-linear-gradient(#5c80a7, #6f99c6);
    background: -moz-linear-gradient(#5c80a7, #6f99c6);
    background: -ms-linear-gradient(#5c80a7, #6f99c6);
    background: -o-linear-gradient(#5c80a7, #6f99c6);
    background: linear-gradient(#5c80a7, #6f99c6);
    -pie-background: linear-gradient(#5c80a7, #6f99c6);
}

.vk-box .btn.odnoklassniki {
    background: #ff9d05;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ff9d05), to(#f86a0b));
    background: -webkit-linear-gradient(#ff9d05, #f86a0b);
    background: -moz-linear-gradient(#ff9d05, #f86a0b);
    background: -ms-linear-gradient(#ff9d05, #f86a0b);
    background: -o-linear-gradient(#ff9d05, #f86a0b);
    background: linear-gradient(#ff9d05, #f86a0b);
    -pie-background: linear-gradient(#ff9d05, #f86a0b);
    border: solid 1px #f9740d;
}

.vk-box .btn.odnoklassniki:hover {
    background: #ffb645;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffb645), to(#f86a0b));
    background: -webkit-linear-gradient(#ffb645, #f86a0b);
    background: -moz-linear-gradient(#ffb645, #f86a0b);
    background: -ms-linear-gradient(#ffb645, #f86a0b);
    background: -o-linear-gradient(#ffb645, #f86a0b);
    background: linear-gradient(#ffb645, #f86a0b);
    -pie-background: linear-gradient(#ffb645, #f86a0b);
}

.vk-box .btn.odnoklassniki:active {
    background: #f86a0b;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f86a0b), to(#ff9d05));
    background: -webkit-linear-gradient(#f86a0b, #ff9d05);
    background: -moz-linear-gradient(#f86a0b, #ff9d05);
    background: -ms-linear-gradient(#f86a0b, #ff9d05);
    background: -o-linear-gradient(#f86a0b, #ff9d05);
    background: linear-gradient(#f86a0b, #ff9d05);
    -pie-background: linear-gradient(#f86a0b, #ff9d05);
}

.vk-box .btn.facebook {
    background: #5e7ec8;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#5e7ec8), to(#3d599b));
    background: -webkit-linear-gradient(#5e7ec8, #3d599b);
    background: -moz-linear-gradient(#5e7ec8, #3d599b);
    background: -ms-linear-gradient(#5e7ec8, #3d599b);
    background: -o-linear-gradient(#5e7ec8, #3d599b);
    background: linear-gradient(#5e7ec8, #3d599b);
    -pie-background: linear-gradient(#5e7ec8, #3d599b);
    border: solid 1px #5d81a7;
}

.vk-box .btn.facebook:hover {
    background: #7792d1;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#7792d1), to(#3d599b));
    background: -webkit-linear-gradient(#7792d1, #3d599b);
    background: -moz-linear-gradient(#7792d1, #3d599b);
    background: -ms-linear-gradient(#7792d1, #3d599b);
    background: -o-linear-gradient(#7792d1, #3d599b);
    background: linear-gradient(#7792d1, #3d599b);
    -pie-background: linear-gradient(#7792d1, #3d599b);
}

.vk-box .btn.facebook:active {
    background: #3d599b;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#3d599b), to(#5e7ec8));
    background: -webkit-linear-gradient(#3d599b, #5e7ec8);
    background: -moz-linear-gradient(#3d599b, #5e7ec8);
    background: -ms-linear-gradient(#3d599b, #5e7ec8);
    background: -o-linear-gradient(#3d599b, #5e7ec8);
    background: linear-gradient(#3d599b, #5e7ec8);
    -pie-background: linear-gradient(#3d599b, #5e7ec8);
}

.vk-box .btn span {
    display: inline-block;
    vertical-align: middle;
    width: 45px;
    text-align: center;
}

.vk-box .btn span img {
    vertical-align: middle;
}

.vk-box .widgets {
    overflow: hidden;
    margin-left: -15px;
    text-align: center;
}

.vk-box .widgets .widget-holder {
    display: inline-block;
    margin-left: 15px;
    overflow: hidden;
    vertical-align: top;
}

.app-adv {
    display: block;
    padding: 20px 0 10px;
}

.app-adv p {
    font-size: 1.2em;
}

.app-adv img {
    max-width: 100%;
    height: auto;
    width: auto \9;
}

/* Rabota.ua */
#rabotaua {
    margin-top: 30px;
}

#rabotaua a {
    padding: 10px 15px;
    color: white;
    background-color: #c13728;
    background-image: none;
    border-color: #a82b1e;
    text-shadow: 0 1px 1px #7c160c;
    font-weight: bold;
    font-size: 13px;
    text-decoration: none;
}

#rabotaua a:hover {
    background-color: #d73d2d;
}

.rabotaru {
    margin-top: 30px;
}

.rabotaru a {
    padding: 10px 15px;
    color: white;
    background-color: #3698D9;
    background-image: none;
    border-color: #a82b1e;
    text-shadow: 0 1px 1px #2781BF;
    font-weight: bold;
    font-size: 13px;
    text-decoration: none;
}

.rabotaru a:hover {
    background-color: #2781BF;
}

.center .deleted-title {
    display: block;
    text-align: center;
    font-size: 16px;
    padding: 20px 0;
}

/* Стили для ленты и блоков ленты - начало*/
.lenta {
    width: 600px;
}

.lenta .full-img {
    display: block;
    padding-bottom: 15px;
}

.lenta .user-inf, .lenta-right .user-inf {
    overflow: hidden;
    padding-bottom: 15px;
    vertical-align: middle;
    font-size: 0.9em;
}

.lenta .user-inf img, .lenta-right .user-inf img {
    height: 24px;
    vertical-align: middle;
    width: 24px;
}

.lenta .user-inf .name, .lenta-right .user-inf .name {
    font-weight: bold;
}

.lenta .user-inf .time, .lenta-right .user-inf .time {
    display: block;
    float: right;
    line-height: 24px;
    color: #969696;
}

.lenta .big-title {
    font-size: 2em;
}

.lenta .like-block {
    padding-bottom: 40px;
    vertical-align: middle;
}

.lenta .like-block a, .lenta .like-block span, .lenta-right .like-block a, .lenta-right .like-block span {
    display: inline-block;
    vertical-align: middle;
}

.lenta .like-block .like, .lenta-right .like-block .like {
    background: url(../img/but-like.png) no-repeat left center;
    padding-left: 30px;
    line-height: 25px;
    font-size: 16px;
    color: #969696;
    margin-right: 20px;
    text-decoration: none;
}

.lenta .like-block .like:hover, .lenta .like-block .like.act, .lenta-right .like-block .like:hover, .lenta-right .like-block .like.act {
    background: url(../img/but-dislike.png) no-repeat left center;
}

.lenta .like-block .comm, .lenta-right .like-block .comm {
    background: url(../img/comment-ico.png) no-repeat left 5px;
    padding-left: 30px;
    line-height: 25px;
    font-size: 16px;
    color: #969696;
    margin-right: 20px;
}

.lenta .like-block .soc {
    float: right;
}

.lenta-preview {
    overflow: hidden;
    margin-left: -1px;
}

.lenta-preview .preview {
    display: block;
    float: left;
    width: 114px;
    height: 114px;
    margin: 0 0 1px 1px;
    overflow: hidden;
}

.lenta-right {
    padding-bottom: 25px;
}

.lenta-right .img {
    padding-bottom: 15px;
}

.lenta-right .big-title {
    display: block;
    color: #000;
    text-decoration: none;
    font-size: 1.2em;
    padding-bottom: 15px;
}

.lenta-right .like-block .comm, .lenta-right .like-block .like {
    padding-left: 23px;
    margin-right: 10px;
    background-size: 17px !important;
    font-size: 11px;
    line-height: 18px;
}

.lenta-right .like-block .comm {
    background-position: 0 3px;
}

/* Стили для ленты и блоков ленты - конец*/

.info_citysites.map_content {
    height: 456px;
}

.job_urgent {
    background-color: darkred;
    color: #fff !important;
    padding: 2px 5px;
    margin: 0 0 0 0;
}

.step_hr {
    border: 0;
    height: 1px;
    color: #aaa;
    background-color: #aaa;
    margin: 1px 0 0 0;
}

.step_circle {
    width: 50px;
    height: 50px;
    background: #7AA111;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    color: #fff;
    text-align: center;
    line-height: 47px;
}

div.adult {
    width: 25px;
    height: 25px;
    background: #910500;
    border-radius: 30px;
    text-align: center;
    font-size: 10px;
    line-height: 25px;
    color: #FFF;
    display: inline-block;
}

.col-sm-2 {
    width: 8.6667%;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    box-sizing: border-box;
}
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
    box-sizing: border-box;
}
.col-sm-10 {
    width: 83.3333%;
}
.item-row::after {
    clear: both;
}
*::before, *::after {
    box-sizing: border-box;
}
.item-row {
    margin-left: -15px;
    margin-right: -15px;
}
.item-row {
    box-sizing: border-box;
}
.item-row::before, .item-row::after {
    content: " ";
    display: table;
}
.exp-line {
	display: none;
	background: #fffaa2;
	padding: 8px 0;	
}
.exp-line .exp-holder {
	display: block;
	min-width: 1000px;
    max-width: 1260px;
	margin: 0 auto;
	overflow: hidden;
	color: #323232;
	font-size: 13px;
}
.exp-line .exp-holder a, .exp-line .exp-holder span {
	display: inline-block;
	vertical-align: middle;
	margin:0 10px 0 26px;	
}
.exp-line .exp-holder .exp-but {
	background: #af8d43;
	color: #fffaa2;	
	font-weight: bold;
	height: 35px;
	line-height: 35px;
	padding: 0 30px;
	text-decoration: none;
	outline: none;
}
.exp-line .exp-holder .exp-close {
	float: right;
	margin-top: 14px;	
}

.text_header_link {
    color: black !important;
}
.text_header_link:hover {
    text-decoration: underline !important;
}