@charset "UTF-8";
/* CSS Document */
/* CSS Document */
/* CSS Document */
/*---------------Less Variables---------------*/
/*#5fb500;*/
/*#478700;*/
/*--------------- Base Overrides ---------------*/
/*body {
  background-color: #ffffff;
  color: #3b3b3b;
  -webkit-font-smoothing: antialiased;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 14px;
  padding: 0 10px;
}
a {
  color: #3394cc;
}
a:hover {
  color: #ff6e00;
}*/
.container-fluid {
    max-width: 1400px;
}
fieldset {
    border: none;
}

body{
    margin: 0 5px;
    -webkit-font-smoothing:antialiased;
    -webkit-appearance: none;    
}

*{
    outline:none;
}

a, .new_theme a{
    color: #3676b3;
    text-decoration: none;
}

strong, .strong{
    font-weight: bold;
}

a:hover{   
    text-decoration: underline;
}

.btn:hover {
    text-shadow: none;
}
.btn_green {
    background-color: #50ae2f;
    border-bottom: 2px solid #1e8700;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.btn_green:hover,
.btn_green:active,
.btn_green:focus {
    color: #fff;
    background-color: #1e8700;
    text-decoration: none;
}
.btn_orange {
    background-color: #ff6e00;
    border-bottom: 2px solid #c73537;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.btn_orange:hover,
.btn_orange:active,
.btn_orange:focus {
    color: #fff;
    background-color: #1e8700;
    border-bottom-color: #1e8700;
}
.form-control,
input[type="text"],
textarea,
select {
    -webkit-box-shadow: 0px 0px 0px #000000;
    -moz-box-shadow: 0px 0px 0px #000000;
    box-shadow: 0px 0px 0px #000000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.text15px {
    font-size: 15px;
}
.font_bold {
    font-weight: bold;
}
.fakelink {
    border-bottom: 1px dotted;
}
.fakelink:hover,
.fakelink:active,
.fakelink:focus {
    text-decoration: none !important;
    border-bottom: 0px none;
}
.comment_01 {
    color: #ebebeb;
    font-size: 14px;
    line-height: 15px;
}
.ruble_sign {
    border-bottom: 1px solid #6c6c6c;
    display: inline-block;
    line-height: 2px;
    margin-left: 3px;
    margin-right: 3px;
    width: 0.5em;

}

.ruble_sign:hover, .icon__block:hover .ruble_sign {
    border-bottom-color: #ff6e00;
}


/* CSS Document */
/*--------------- Icons ---------------*/
.icon__block {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    height: 48px;
    width: auto;
    margin-left: 15px;
    text-decoration: none;
}

.icon__block.first{
    margin-left: 0px;
    max-width: 35px;
}

.icon__block .icon_base,  .icon_only_base{
    margin: auto;
    display: block;
    height: 32px;
    width: 32px;
    overflow: hidden;
    background: url(/img/icon_base_32x32.png) 32px 32px no-repeat;
}

.icon_block_item {
    float: left;
    line-height: 32px;   
}

.icon_block_item .icon_only_base{
    float: left;
    margin-right: 5px;
}

.icon_text_item {
    float: left;
    cursor: pointer;
    padding-top: 8px;
    padding-left: 5px;
    color: #3676b3;
}

.icon__block .icon_fav,  .icon_only_fav{
    background-position: -0px 0;
}
.icon__block .icon_message {
    background-position: -32px 0;
}
.icon__block .icon_wallet {
    background-position: -64px 0;
}
.icon__block .icon_note {
    background-position: -96px 0;
}
.icon__block .icon_promo,  .icon_only_promo {
    background-position: -128px 0;
}

.icon__block .icon_promo,  .icon_only_info {
    background-position: -288px 0;
}

.icon__block .icon_promo,  .icon_only_comment {
    background-position: -256px 0;
}
.icon__block .icon_print {
    background-position: -160px 0;
}
.icon__block .icon_thumbdown,  .icon_only_thumbdown {
    background-position: -192px 0;
}


.icon__block .icon_print,  .icon_only_print {
    background-position: -160px 0;
}



.icon__block .icon_photo {
    background-position: -224px 0;
}


.icon__block .icon_arrow_up, .icon_only_arrow_up {
    background-position: -320px -0px;
}


/*серые*/
.icon__block .icon_map_point_gray, .icon_only_map_point_gray {
    background-position: -420px -128px;
}

.icon__block .icon_photo_gray, .icon_only_photo_gray {
    background-position: -224px -128px;
}



.icon__block .icon_house_gray, .icon_only_house_gray {
    background-position: -388px -128px;
}


.icon__block .icon_virt_tour_gray, .icon_only_virt_tour_gray {
    background-position: -352px -128px;
}



.icon__block .icon_arrow_up_gray, .icon_only_arrow_up_gray {
    background-position: -320px -128px;
}











.icon_only_fav.icon_only_fav_selected{
    background-position: -0px -64px !important;
}

.icon_only_fav.icon_only_fav_selected:hover{
    background-position: -0px -96px;
}

.icon__block .icon_text {
    height: 16px;
    margin: auto;
    overflow: hidden;
    margin-top: 3px;
    color: #6c6c6c;
    text-align: center;
    font-size: 12px;
    line-height: 14px;
    max-width: 51px;
}
.icon__block .icon_text_attention span {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 0 7px;
    background: #ff6e00;
    color: #fff;

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

*:hover > .icon_fav, .icon_only_fav:hover, *:hover > .icon_only_fav {
    background-position: -0px -32px !important;
}

*:hover > .icon_fav.icon_only_fav_selected, .icon_only_fav.icon_only_fav_selected:hover, *:hover > .icon_only_fav.icon_only_fav_selected 
{
    background-position: -0px -96px !important;
}
.icon__block:hover .icon_message {
    background-position: -32px -32px !important;
}
.icon__block:hover .icon_wallet {
    background-position: -64px -32px !important;
}
.icon__block:hover .icon_note {
    background-position: -96px -32px !important;
}

*:hover > .icon_promo, .icon_only_promo:hover, *:hover > .icon_only_promo {
    background-position: -128px -32px !important;
}


*:hover > .icon_promo, .icon_only_info:hover, *:hover > .icon_only_info {
    background-position: -288px -32px !important;
}

*:hover > .icon_comment, .icon_only_comment:hover, *:hover > .icon_only_comment {
    background-position: -256px -32px !important;
}

.icon__block:hover .icon_print {
    background-position: -160px -32px !important;
}
*:hover > .icon_thumbdown, .icon_only_thumbdown:hover, *:hover > .icon_only_thumbdown  {
    background-position: -192px -32px !important;
}

.icon_only_print:hover, *:hover > .icon_only_print  {
    background-position: -160px -32px !important;
}



*:hover > .icon_arrow_up, .icon_only_arrow_up:hover, *:hover > .icon_only_arrow_up  {
    background-position: -320px -32px !important;
}

/*
.icon__block .icon_arrow_up, .icon_only_arrow_up {
    background-position: -320px -128px;
}*/


.icon__block:hover .icon_photo {
    background-position: -224px -32px !important;
}
.icon__block:hover .icon_text {
    text-decoration: none;
}
.icon__block:hover .icon_text span {
    color: #ff6e00;
}
.icon__block:hover .icon_text_attention span {
    background: #ff6e00;
    color: #fff;
}
.icon__block.active .icon_fav {
    background-position: 0 -64px;
}
.header__login .icon__block {
    position: relative;
    top: 10px;
}
/*@import (less) "modal_payment.less";*/
/*--------------- Header ---------------*/
#header {
    margin: 0;
    position: relative;
    font-size: 12px;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    margin-bottom: 15px;
}
#header .topLine {
    overflow: hidden;
    margin: 0 0 27px;
    width: 100%;
    height: 70px;
    padding-top: 12px;
}
#header .topLine #logo {
    float: left;
    width: 204px;
    padding: 11px 0px;
    padding-left: 18px;
}
#header .topLine #logo .header__logo {
    width: 200px;
    height: 65px;
    background: url(/img/sibdom_logo_01.gif) center center no-repeat;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
}
#header .topLine #logo .header__logo:hover {
    text-decoration: none;
}
#header .topLine .infoBar {
    /*margin: 0 0 0 265px;*/
    overflow: hidden;
    /*margin-right: 20em;*/
    zoom: 1;
    margin-left: 204px;
}
#header .topLine .infoBar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#header .topLine .infoBar .authBlock {
    float: right;
    width: 400px;

    padding-top: 15px;
}


#header .topLine .infoBar .managerBlock {
    float: left;
    width: 215px;     
    padding-left: 40px;
}

#header .topLine .infoBar .managerBlock .managerPhoto{
    float: left;
    width: 80px;  
    height: 77px;
    overflow: hidden;
}

#header .topLine .infoBar .managerBlock .managerInfo{
    line-height: 18px;
    margin-left: 95px;
    width: 100%;
}


#header .topLine .infoBar .authBlock2 {  
    width: 600px;   
}
#header .topLine .infoBar .authBlock ul {
    padding: 0 20px;
}
#header .topLine .infoBar .authBlock ul li {
    margin: 5px 0;
}
#header .topLine .infoBar .authBlock ul li a {
    color: #0056AA;
}
#header .topLine .infoBar .authBlock .profile-icon {
    float: right;
    padding-right: 40px;
    padding-top: 3px;
}
#header .topLine .infoBar .authBlock .profile {
    float: right;
    width: 182px;
    padding-right: 20px;
}
#header .topLine .infoBar .authBlock .profile a {
    font-size: 13px;

    line-height: 18px;


    display: block;
}

#header .topLine .infoBar .authBlock .profile span a {
    font-weight: bold;
    color: #6c6c6c;
    position: relative;
}



#header .topLine .infoBar .authBlock .profile a:hover, #header .topLine .infoBar .infoBlock ul li a:hover{
    text-decoration: underline;
}





.profile .icon_pro{
    position: absolute;
    margin-left: -50px;
}

.profile .icon_pro_plus{
    position: absolute;
    margin-left: -55px;
}

.authBlock .profile span{
    display: block;
    font-size: 13px;
    color: #6c6c6c;
    line-height: 18px;
    text-overflow: ellipsis;   
    overflow: hidden;   
    white-space:nowrap; 
}

#header .topLine .infoBar .infoBlock {
    font-size: 12px;
    overflow: hidden;
    position: relative;
    border-right: none !important;

}
#header .topLine .infoBar .infoBlock ul {
    width: 100%;
    left: 0;
    top: 0;
}
#header .topLine .infoBar .infoBlock ul li {
    float: left;
    width: 50%;
    margin: 0;
    padding: 1em 0;
    border-left: none !important;
}
#header .topLine .infoBar .infoBlock ul li a {
    text-decoration: none;
    display: block;
    font-size: 12px;
    line-height: 14px;
    color: #3b3b3b;
    padding: 0em 20px;
    overflow: hidden;
    height: 6em;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
#header .topLine .infoBar .infoBlock ul li a a {
    text-decoration: none;
    color: #000;
    display: inline-block;
    padding: 0px;
    height: auto;
    overflow: auto;
}



#header #mainMenu {
    clear: both;
    margin: 12px 0 0px;
    font-size: 1.20em;

    position: relative;
}
#header #mainMenu .topLevelMenu {
    background: none;
    background-color: #3b3b3b;
    overflow: hidden;
    height: 38px;

}
#header #mainMenu .topLevelMenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#header #mainMenu .topLevelMenu a {
    padding: 8px 20px 12px 20px;
    font-size: 16px;
    color: #cacaca;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    text-decoration: none;
    line-height: 20px;
}
#header #mainMenu .topLevelMenu a:hover {
    background-color: #45a423;
    color: #f5f5f5;
    text-decoration: none;
}
#header #mainMenu .topLevelMenu a.sectionMainAction {
    background: #0056aa url(/board/i/vis/menu_top_grad.gif) 0 -128px repeat-x;
    float: right;
    white-space: nowrap;
    line-height: 1.8em;
}
#header #mainMenu .topLevelMenu li {
    float: left;
    margin: 0;
    border: none !important;
}

#header #mainMenu .topLevelMenu li.cabinet {
    float: right;    
}

#header #mainMenu .topLevelMenu li.cabinet a {
    width: 178px; 
    text-align: center;
}
#header #mainMenu .topLevelMenu li.active a {
    background: #50ae2f;
    color: #ffffff;
}
#header #mainMenu .innerLevelMenu {
    background: none;
    height: 40px;
    overflow: hidden;
    border: none;
    background: url(/board/i/vis/sub_main_menu_bg_line.png) repeat-x bottom #50AE2F;
    /*border-bottom: 1px solid #478700;*/
}
#header #mainMenu .innerLevelMenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#header #mainMenu .innerLevelMenu ul li {
    float: left;

    margin: 0;
    border: none !important;
}
#header #mainMenu .innerLevelMenu ul li.active{
    background: url("/board/i/vis/sub_main_menu_bg.png") no-repeat center bottom white;
}

#header #mainMenu.has_block_innerLevelBody .innerLevelMenu ul li.active{
    background-color: #EBEBEB;

}

#header #mainMenu .innerLevelMenu ul li a:hover{
    background-color: #45a423;
}

#header #mainMenu .innerLevelMenu ul li.active a:hover{
    background-color: transparent;
}



#header #mainMenu .innerLevelMenu ul a {
    padding: 0px 20px;
    color: #fff;
    font-size: 14px;    
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    zoom: 1;
    line-height: 40px;
    height: 40px;
    background-color: transparent;
}
#header #mainMenu .innerLevelMenu ul a:hover {
    text-decoration: none;

}

#header #tabFilterPanel fieldset .fieldList li.S_total{
    margin: 0px;
}

#tabFilterPanel fieldset .fieldList li.submit input{
    position: relative;
    top: 1px;
}

#header .innerLevelBody  {
    background-color: #ebebeb;
    /*margin-bottom: 15px;*/
    /*padding: 5px 20px 20px 20px;*/
    font-size: 12px;
    color: #3b3b3b;
    border: none !important;   
    border-bottom: 1px solid #cecece !important;
}
#header #mainMenu .topLevelMenu a.sectionMainAction {
    background: #ff6e00;
    color: #ffffff;   
    text-decoration: none;
    line-height: 20px;
}

#header #tabFilterPanel fieldset{
    font-size: 12px;
}

#header .innerLevelBody div.wrapper {
    padding: 10px 20px;
}
#header .innerLevelBody div.wrapper form {
    margin: 0;
    padding: 0;
    /*border-top: 1px #FCFDE9 solid;*/
}

#header  #tabFilterPanel fieldset .fieldList{
    margin: 10px 0;
}

#header  #tabFilterPanel fieldset .fieldList li li{
    margin-right: 10px;
}

#header #mainMenu .innerLevelBody div.wrapper form{
    border: none;
}

.topbanner {
    height: 90px;
    width: 100%;
    overflow: hidden;
    background-color: #ebebeb;
    margin-top: 15px;
}
.header {
    margin: 20px 0 20px 0;
    height: 60px;
}
.header__news p {
    font-size: 12px;
    margin: 0;
}
.header__news a {
    color: #000000;
    text-decoration: none;
}
.header__regionselector {
    margin-top: 15px;
    font-size: 18px;
}
.header__login_menu a {
    font-size: 12px;
    color: #6c6c6c;
}
.header__login_menu a:hover {
    color: #ff6e00;
}
/*--------------- Topmenu ---------------*/
.topmenu .topmenu__level_1 {
    background-color: #1d365d;
    height: 40px;
    overflow: hidden;
}
.topmenu .topmenu__level_1 > a,
.topmenu .topmenu__level_1 .dropdown > a {
    padding: 8px 20px 12px 20px;
    font-size: 16px;
    color: #d4dde6;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
}
.topmenu .topmenu__level_1 > a:hover,
.topmenu .topmenu__level_1 .dropdown > a:hover {
    background: #50ae2f;
    color: #fff;
    text-decoration: none;
}
.topmenu .topmenu__level_1 > a.active,
.topmenu .topmenu__level_1 .dropdown > a.active {
    background: #50ae2f;
    color: #fff;
}
.topmenu .topmenu__level_1 .dropdown {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
}
.topmenu .topmenu__level_2 {
    background: #50ae2f url(/img/bg_tml2.png) left bottom repeat-x;
    height: 40px;
    overflow: hidden;
}
.topmenu .topmenu__level_2 a {
    padding: 8px 20px 12px 20px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
}
.topmenu .topmenu__level_2 a:hover {
    background: transparent url(/img/bg_tml2_active.png) center bottom no-repeat;
    text-decoration: none;
}
.topmenu .topmenu__level_2 a.active {
    background: transparent url(/img/bg_tml2_active.png) center bottom no-repeat;
}
.topmenu .topmenu__level_2 a.active:hover {
    background: transparent url(/img/bg_tml2_active.png) center bottom no-repeat;
}
.searchform {
    border-bottom: 1px solid #ebebeb;
    background: #f0f0f0;
    margin-bottom: 15px;
    padding: 5px 20px 20px 20px;
    font-size: 12px;
    color: #9d9d9d;
}
.searchform .form-group {
    margin-right: 15px;
    margin-top: 15px;
}
.searchform select,
.searchform input,
.searchform .btn,
.searchform button {
    font-size: 12px;
    color: #9d9d9d;
    padding: 2px 5px;
    height: 28px;
}
.searchform .btn {
    background: #fff;
    padding: 2px 10px;
    height: 28px;
}
.searchform .btn:hover {
    background-color: #c0e18c;
    border-color: #1e8700;
    color: #1e8700;
}
.basecontent__rightcol {
    padding-top: 30px;
}
.adsitems {
    width: 100%;
}
.adsitems td {
    padding: 10px;
    /*border:1px solid @color_gray_09;*/

}
.adsitems .adsitems__header td {
    font-size: 13px;
    font-weight: normal;
    line-height: 14px;
    background-color: #f5f5f5;
    border-top: 2px solid #f5f5f5;
    border-bottom: 2px solid #f5f5f5;
}
.adsitems .adsitems__header td:hover {
    background-color: #fff;
    cursor: pointer;
}
.adsitems .adsitems__item {
    border-bottom: 1px solid #cecece;
}
.adsitems .adsitems__item .adsitems__item_header {
    font-size: 15px;
    font-weight: bold;
}
.adsitems .adsitems__photoicon {
    height: 32px;
    width: 32px;
    overflow: hidden;
    background: url(/img/icons_01.gif) 0 0 no-repeat;
}
/*--------------- Modal Payment ---------------*/
.icon_adstype {
    width: 18px;
    height: 20px;
    overflow: hidden;
    background: url(/img/icons_ads_type_02.png) 0px 0px no-repeat;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
}
.icon_adstype__simple {
    width: 18px;
    height: 20px;
    overflow: hidden;
    background: url(/img/icons_ads_type_02.png) 0px 0px no-repeat;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
}
.icon_adstype__up {
    width: 18px;
    height: 20px;
    overflow: hidden;
    background: url(/img/icons_ads_type_02.png) 0px 0px no-repeat;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    background-position: -50px 0px;
}
.icon_adstype__bold {
    width: 18px;
    height: 20px;
    overflow: hidden;
    background: url(/img/icons_ads_type_02.png) 0px 0px no-repeat;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    background-position: 0px -20px;
}
.icon_adstype__vip {
    width: 18px;
    overflow: hidden;
    background: url(/img/icons_ads_type_02.png) 0px 0px no-repeat;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    width: 30px;
    height: 20px;
    background-position: -50px -20px;
}
.icon_adstype__spec {
    width: 18px;
    overflow: hidden;
    background: url(/img/icons_ads_type_02.png) 0px 0px no-repeat;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    width: 50px;
    height: 20px;
    background-position: 0px -40px;
}
.icon_adstype__hot {
    width: 18px;
    overflow: hidden;
    background: url(/img/icons_ads_type_02.png) 0px 0px no-repeat;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    width: 50px;
    height: 20px;
    background-position: -50px -40px;
}
#modalPayment .modal-dialog {
    width: 960px;
}
#modalPayment .modal-header {
    padding-bottom: 0;
    border-bottom: 0 none;
}
#modalPayment .modal-body {
    padding: 0;
}
#modalPayment .modal-content {
    background: #f8f7f4;
    border: 0 none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
#modalPayment .modal-content h2 {
    text-align: center;
}
#modalPayment .modal-content p {
    padding: 0 20px;
}
#modalPayment .modal-content .services_list {
    min-width: 100%;
}
#modalPayment .modal-content .services_list tr {
    position: relative;
    border-bottom: 1px solid #cecece;
}
#modalPayment .modal-content .services_list tr:hover {
    background: #c0e18c;
    cursor: pointer;
}
#modalPayment .modal-content .services_list tr.active {
    background: #c0e18c;
    border-bottom: 1px solid #1e8700;
}
#modalPayment .modal-content .services_list td {
    padding: 8px 5px 10px 5px;
}
#modalPayment .modal-content .services_list .services_list__icon {
    width: 60px;
    text-align: center;
}
#modalPayment .modal-content .services_list .services_list__visits {
    width: 70px;
    /*font-weight:bold;*/

    font-size: 20px;
}
#modalPayment .modal-content .services_list .services_list__visits .glyphicon {
    position: relative;
    top: 2px;
    font-size: 14px;
}
#modalPayment .modal-content .services_list .services_list__comment {
    width: 380px;
    font-size: 13px;
    line-height: 15px;
    color: #6c6c6c;
}
#modalPayment .modal-content .services_list .services_list__days {
    width: 80px;
    text-align: right;
}
#modalPayment .modal-content .services_list .services_list__days select {
    min-width: 100%;
}
#modalPayment .modal-content .services_list .services_list__price {
    font-weight: bold;
    text-align: right;
    width: 80px;
}
#modalPayment .modal-content .services_list .services_list__checkbox {
    width: 60px;
    text-align: center;
}
#modalPayment .modal-content .services_list .services_list__summary {
    background: #1e8700 url(/img/bg_services_list__summary.gif) center center no-repeat;
    color: #fff;
    font-size: 20px;
    text-align: right;
    border: 0 none;
}
#modalPayment .modal-content .services_list .services_list__summary td {
    padding-right: 60px;
}
#modalPayment .modal-content .services_list .services_list__summary:hover {
    cursor: default;
    background: #1e8700 url(/img/bg_services_list__summary.gif) center center no-repeat;
}
.payment_type .nav {
    margin: 0 auto;
}
.payment_type .nav li {
    text-align: center;
}
.payment_type .nav li a {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    -webkit-opacity: 0.4;
    opacity: 0.4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
    filter: alpha(opacity=40);
    width: 160px;
    height: 130px;
    border: none !important;
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-size: 13px;
    line-height: 14px;
    color: #9d9d9d;
    cursor: pointer;
}
.payment_type .nav li a:hover {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    background-color: transparent;
}
.payment_type .nav li.active a {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    background-color: transparent;
    background: url(/img/bg_payment_type__tabs.png) center bottom no-repeat;
}
.payment_type .nav-tabs {
    border: 0 none;
}
.payment_type .tab-content {
    height: 140px;
    background-color: #d6cfc7;
    padding-top: 20px;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.pt__icon {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    height: 62px;
    width: 100px;
    overflow: hidden;
    display: block;
    margin: 0 auto 10px auto;
    border: 1px solid #9d9d9d;
    background: url(/img/icons_payment.gif) -500px 0 no-repeat;
}
.pt__icon_universal {
    background-position: 0 0;
}
.pt__icon_sibdom {
    background-position: -100px 0;
}
.pt__icon_mobile {
    background-position: -200px 0;
}
.pt__icon_card {
    background-position: -300px 0;
}
.pt__icon_yandex {
    background-position: -400px 0;
}
.pt__icon_other {
    background-position: -500px 0;
}
#pt__icon_step2 {
    position: absolute;
    left: 25px;
    top: 0px;
    width: 160px;
    height: 100px;
    text-align: center;
    font-size: 13px;
    line-height: 14px;
    color: #9d9d9d;
}
#payment_selector .item {
    height: 200px;
    overflow: hidden;
}
/*--------------- Responsive ---------------*/
@media screen and (min-width: 1201px) {
    .adsitems td:nth-child(2) {
        width: 250px;
    }
    .adsitems td:nth-child(3) {
        width: 250px;
    }
}
@media screen and (min-width: 980px) and (max-width: 1200px) {
    .adsitems td:nth-child(3) {
        display: none;
        visibility: hidden;
    }
    .adsitems td:nth-child(2) {
        width: 200px;
    }
}
@media screen and (min-width: 768px) and (max-width: 979px) {
    .adsitems td:nth-child(7),
    .adsitems td:nth-child(6) {
        display: none;
        visibility: hidden;
    }
}
@media screen and (min-width: 481px) and (max-width: 767px) {
    .adsitems td:nth-child(7),
    .adsitems td:nth-child(6),
    .adsitems td:nth-child(5) {
        display: none;
        visibility: hidden;
    }
}
@media screen and (max-width: 480px) {
    .topmenu__level_2 {
        padding: 10px 0 !important;
    }
    .header__regionselector {
        text-align: right;
    }
    .adsitems td:nth-child(6),
    .adsitems td:nth-child(5),
    .adsitems td:nth-child(4),
    .adsitems td:nth-child(3) {
        display: none;
        visibility: hidden;
    }
}

#tabFilterPanel .form-control, select, input[type="radio"], input[type="checkbox"] {
    cursor: pointer;
}

#tabFilterPanel fieldset{
    margin: 0px;
    padding: 0px;
}

input[type='text'], textarea{
    cursor: text !important;
}



select, input[type='text'], input[type="password"], input[type="radio"], input[type="checkbox"] {

    vertical-align: middle;
    padding: 0px 5px;
    font-size: 12px;
    line-height: 24px;
    color: #3b3b3b;
    background-image: none;
    height: 24px;


}

select{
    padding-right: 0px\9;
}


input[type="checkbox"], input[type="radio"] {



}

input[type="text"], input[type="password"], textarea, select {
    border-radius: 4px;
    border: 1px solid #ccc;



    background-color: #fff;
    width: auto;
    -webkit-box-shadow: 0px 0px 0px #000000;
    -moz-box-shadow: 0px 0px 0px #000000;
    box-shadow: 0px 0px 0px #000000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #3b3b3b;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#tabFilterPanel .searchform select, .searchform input, .searchform .btn, .searchform button {
    font-size: 12px;
    color: #9d9d9d;
    padding: 2px 5px;
    height: 28px;
}

#tabFilterPanel label, .price, .display_only, .S_total, .floor, .multiSelectP {
    font-size: 12px;
    color: #3b3b3b;
}

#tabFilterPanel ul {
    list-style-type: none;
    padding: 0px;
}

#tabFilterPanel fieldset .fieldList li { 
    margin: 0 10px 0 0;
    white-space: nowrap;
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
}

/* BTN */

input[type='submit'], .btn, .btn_green {   
    display: inline-block;
    padding: 1px 12px;
    font-size: 13px; 
    cursor: pointer;

    border: 1px solid transparent;

    background-color: #50ae2f;
    border-bottom: 2px solid #1e8700;
    color: #fff;   
    border-radius: 3px;
    line-height: 21px;
}


input[type='submit']:hover, .btn:hover, .btn_green:hover {
    color: #fff;
    background-color: #1e8700;
}


#mainMenu .innerLevelBody div.wrapper .search_mode_toggle a {
    color: #3b3b3b;
    font-size: 12px;
    margin-left: 20px;
    background-color: #ebebeb;  
    padding: 0px;    
    border: none;
    border-bottom: 1px dotted;

}


#mainMenu .innerLevelBody div.wrapper .search_mode_toggle a:hover {
    text-decoration:none;
    border-bottom: 1px solid;
}

#header #tabFilterPanel fieldset #search_mode_fields_slide .fieldList li.S_total{
    margin-top: 10px;
}

#tabFilterPanel input[type="submit"]:hover {
    color: #fff;
    background-color: #1e8700;
}
#header .infoBar .infoBlock {border: none !important; font-size:0.90em; overflow:hidden; position:relative}
#header .infoBar .infoBlock ul li {float:left; width:49%; margin:0; border-left: none !important; padding:1em 0; }

#mainMenu .notepadBlock {
    display: none; 
}

#header #tabFilterPanel fieldset .fieldList.search_mode_fields{
    padding-bottom: 0px;
    margin-top: 0px;
}

#header .catalog_request a{
    background-color: #ebebeb;
    border: medium none;
    color: #6c6c6c;
    font-size: 12px;
    margin-left: 10px;
    padding: 0;
}


#header .topLine .infoBar .infoBlock ul li a.link_proposals_users{
    margin-left: 80px;
    position: relative;
    padding-left: 0px;
    overflow: visible;
}

#header .topLine .infoBar .infoBlock ul li a.link_proposals_users span{
    position: absolute;
    top: 0px;
    left: -40px;
}

input[type='submit'].button_orange, .button_orange{
    background-color: #ff6e00;
    padding: 34px 10px;
    color: white;
    padding: 10px 34px;
    border: none;
    border-bottom: 2px solid #c73537;
    border-radius: 3px;
    cursor: pointer;
    margin-top: -5px;
    width: 150px;
    text-align: center;

    text-decoration: none;
}

input[type='submit'].button_orange{
    height: 40px;
}

input[type='submit'].button_orange:hover, .button_orange:hover{
    background-color:  #f06800;  
    text-decoration: none;
}

input[type='submit'].button_orange.loader, .button_orange.loader{
    font-size: 0px;
    background: url(/board/i/preloader/button_orange_preloader.gif) #ff6e00 no-repeat center center;
}


input[type='submit'].button_orange:active, .button_orange:active{    
    border: none;
    margin-top: -3px;

}


.button_orange.button_orange_addon_1{

}


input[type='submit'].button_cancel, .button_cancel{
    background-color: transparent;
    padding: 34px 10px;
    color: #3b3b3b;
    padding: 10px 34px;
    border: none;
    border: 1px solid #3b3b3b;    
    border-radius: 3px;
    cursor: pointer;
    margin-top: -5px;
    width: 149px;
    text-align: center;

    text-decoration: none;
}

input[type='submit'].button_cancel{
    height: 39px;
}

input[type='submit'].button_cancel:hover, .button_cancel:hover{
    background-color:  #cccccc;  
    text-decoration: none;
}

input[type='submit'].button_cancel.loader, .button_cancel.loader{
    font-size: 0px;
    background: url(/board/i/preloader/button_orange_preloader.gif) #ff6e00 no-repeat center center;
}


input[type='submit'].button_cancel:active, .button_cancel:active{    

    margin-top: -3px;

}



.account_refill_link{
    margin-top: 10px;
    float: right;
}

.no_clear_both{
    clear: none !important;
}

.offer_your_price_link{      
    margin-left: 10px;
    background: #ffffff url(/board/i/vis/bg_buttons.png) 0 0 no-repeat;
    height: 32px;
    font-size: 13px;
    line-height: 31px;
    overflow: hidden;
    text-align: center;
    width: 180px;
    float: left;
}

.offer_your_price_link:hover{
    background-position: 0 -32px;
    color: #fff;
    text-decoration: none;

}



.discount_sticker_link{      
    margin-left: 10px;
    background: #ffffff url(/board/i/vis/bg_buttons.png) 0 -64px no-repeat;
    height: 32px;
    font-size: 13px;
    line-height: 31px;
    overflow: hidden;
    text-align: center;
    width: 101px;
    float: left;
    color: #FF6E00;
}

.discount_sticker_link:hover{
    background-position: 0 -96px;
    color: #fff;
    text-decoration: none;

}





.discount_sticker_link2{      
    margin-left: 10px;
    background: #ffffff url(/board/i/vis/bg_buttons.png) 0 -128px no-repeat;
    height: 32px;
    font-size: 13px;
    line-height: 31px;
    overflow: hidden;
    text-align: center;
    width: 100px;
    float: left;
    color: #FF6E00;
}

.discount_sticker_link2:hover{
    background-position: 0 -160px;
    color: #fff;
    text-decoration: none;

}


.blockPrice .discount_sticker_link2{
    position: relative;
}

.blockPrice .discount_sticker_link2 .icon_discount2{
    left: 9px;
    position: absolute;
    top: 7px;
}


.blockPrice .discount_sticker_link2 .label{
    margin-left: 13px;
    border-bottom: 1px dotted #ff6e00;
}



/*feedbackForm - start*/

.SiteWindowBody form.uniForm ul li .content{
    width: 27em;
}

form.uniForm.feedbackForm.feedbackFormProposalsAgents ul li .content{
    width: 44em;
}

.SiteWindowBody form.uniForm ul li .content.last{
    position: relative;
}

.SiteWindowBody form.uniForm ul li .content.last img{
    position: absolute;
}

.SiteWindowBody form.uniForm fieldset{
    border-radius:0px;
    background: transparent;
    margin: 0px;
    border: none;
}

.SiteWindowBody form.uniForm{
    width: 100%;
}

form.uniForm.feedbackForm #feedbackAnsver{
    padding-left: 190px;
}

.SiteWindowBody form.uniForm.feedbackFormProposalsAgents #feedbackAnsver{
    text-align: center;
    padding-left: 0px;
}

.SiteWindowBody form.uniForm #feedbackAnsver .feedback_error{
    color: #FF0000;
}

.SiteWindowBody form.uniForm #feedbackAnsver .feedback_error div{
    padding-bottom: 5px;
}

.SiteWindowBody form.uniForm #feedbackAnsver .feedback_ok{
    color: green;
}


.SiteWindowBody form.uniForm.feedbackFormProposalsAgents ul li .content textarea{
    min-height: 15em;
    margin-left: -5px;
}

.SiteWindowBody form.uniForm.feedbackFormProposalsAgents ul li strong.title{
    display: block;
    font-weight: bold;
    text-align: left;
}

.SiteWindowBody form.uniForm .submitLine{
    margin-left: 200px;
}

/*feedbackForm - end*/

/**
* Стили для нового раздела публикаций
*/
h2 .green {
    background: url(/gfx/sprites.gif) no-repeat -390px -162px;
    padding: 10px 0 10px 20px;
    margin: 0;
    font-size: 14pt;
    color: #56AE00;
    /* text-transform: uppercase; */
    font-weight: normal;
    font-family: Tahoma, Arial;
}

.center_contener h1 {
    font-family: tahoma;
    font-size: 16pt;
    color: #56AE00;
    font-weight: normal;
    line-height: 1.2;
    margin: 15px 0 15px 0;
}

div .ram0 h1 {
    font-family: tahoma;
    font-size: 16pt;
    color: #56AE00;
    font-weight: normal;
    line-height: 1.2;
    margin: 15px 0 15px 0;
}

div .mnav {
    font-size: 8pt;
    color: #0857a6;
    text-decoration: none;
}

div .arh a {
    color: #666;
    font-size: 7pt;
    padding: 0px 4px;
    text-decoration: none;
    border: #fff 1px solid;
}

div .arh a.active {
    color: #fff;
    background-color: #56AE00;
    border: #56AE00 1px solid;
    padding: 0px 4px;
    text-decoration: none;
    font-weight: bold;
}


div .arh a.disabled {
    color: #cccccc;
    cursor: default;
}

div .ram {
    margin-top: 10px;
    padding: 4px 10px;
    border: #ccc 1px solid;
    font-size: 8pt;
    overflow: hidden;
}

div .ram .news {
    padding: 0;
    margin: 10px 10px 10px 0;
    color: #333;
    font-size: 8pt;
}

.ram span.reg {
    color: #999;
    line-height: 1.8;
}

.ram p.news a {
    color: #333;
    text-decoration: none;
    font-weight: bold;
    font-size: 9pt;
}


div .articles_theme_list ul li {
    list-style-type: none;
    margin: 6px 0;
    font-size: 8pt;
    color: #999;
}


div .articles_theme_list ul li a {
    color: #333;
    text-decoration: none;
    font-weight: bold;
}

div .articles_theme_list .list_right {
    float: right;
    width: 40%;
}

div .articles_theme_list .list_left {
    float: left;
    width: 50%;
}
div .articles_block p.anons {
    color: #999;
    font-size: 8pt;
}

div .articles_block p.anons a {
    color: #333;
    text-decoration: none;
    font-weight: normal;
}

div .articles_block p.anons a strong {
    color: #56AE00;
    text-decoration: none;
}


div .articles_block span.reg {
    color: #999;
    line-height: 1.8;
}

div .wPromoLinks {
    padding: 0;
    border: 1px #ccc solid;
    margin-top: 15px;
    font-size: 8pt;
    overflow: hidden;
    clear: both;
}

div .center_contener .wPromoLinks .promoLinks strong {
    float: left;
    width: 33%;
}   

div .center_contener .wPromoLinks .promoLinks strong span {
    background: #56ae00;
    color: #fff;
    margin: 0 2em 0 0;
    padding: 0.5em 3em;
    line-height: 1.3em;

}   

div .center_contener .wPromoLinks .promoLinks .placing {
    text-align: center;
    white-space: nowrap;
    line-height: 2.3em;
    width: 33%;
    float: left;
}

div .center_contener .wPromoLinks .promoLinks .placing a {
    color: #56AE00;
    text-decoration: underline;
}

div .wPromoLinks ul {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    width: 100%;
    clear: both;
}

div .wPromoLinks ul li {
    /*width: 25%;*/
    float: left;
    height: 90px;
    overflow: hidden;
    border-right: 0;
}

div .wPromoLinks ul li a {
    display: block;
    color: #56AE00;
    text-decoration: none;
    padding: 5px;
}

div .wPromoLinks ul li a img {
    border: #ccc 1px solid;
    float: left;
    padding: 0;
    margin-bottom: 4px;
    width: 75px;
    height: 75px;
}

div .wPromoLinks ul li a small.category {
    display: block;
    padding: 2px 5px 0 5px;
    color: #000;
    margin-left: 5px !important;
    line-height: 0px !important;
}

div .wPromoLinks ul li a strong {
    display: block;
    padding: 5px 5px 5px 5px;
    text-decoration: none;
    font-weight: normal;
    clear: none !important;
}

div .wPromoLinks ul li a small {
    display: block;
    padding: 2px 5px 0 82px;
    color: #999;
}

span .topics_all_count {
    font-size: 8pt;
}

#auto_renewal_status{
    line-height: 24px;
    padding-left: 20px;
    background: url(/board/i/ico/16x16/cross.png) no-repeat left center;
}

#auto_renewal_status.auto_renewal_status_1{   
    background: url(/board/i/ico/16x16/accept.png) no-repeat left center;
}

.bannersFooter td, .bannersFooter th {
    border: none !important;
    padding: 0px !important;
}

.bannersFooter tr:hover {
    background: none !important;
}

.bannersFooter .sdibs {
    margin: 0px !important;
}

table.fair {
    width: 99%;
    border: 0;
    margin: 1px;
}

table.fair tr:hover {
    background: none !important;
}

table.fair td {
    padding: 15px;
    border: #ddd 1px solid;
    color: #666;
}

div.col2 .rr {
    width: 200px;
    border: #ccc 1px solid !important;
    margin: 10px 0;
}

div.rr div.zg3 span {
    background-color: #0A3B9B;
}

div.rr div.zg span {
    display: block;
    width: 100px;
    float: left;
    padding: 5px 10px;
    /* background-color: #56AE00; */
    font-size: 8pt;
    color: #fff;
    font-weight: bold;
    text-transform: lowercase;
}

div.rr div.zg a {
    display: block;
    padding: 5px 10px;
    background-color: #fff;
    text-align: center;
    font-size: 80%;
    color: #999;
    text-decoration: none;
}

div.rr p {
    margin: 7px 10px;
    font-size: 8pt;
    color: #666;
}

div.rr p a {
    color: #333;
    text-decoration: underline;
}

.account_info .site_select{
    width: 360px;
}

.faq_list {
    display: none;
}

ul.cabinet_faq {
    list-style-type: decimal; 
    font-size: 16px;
    margin-top: 30px;
}

ul.cabinet_faq li {
    margin: 1em 2em;
}