.descr_title_row {
    background: #f7fbfe;
    background: -moz-linear-gradient(top, #f7fbfe 0%, #e4edf4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7fbfe), color-stop(100%, #e4edf4));
    background: -webkit-linear-gradient(top, #f7fbfe 0%, #e4edf4 100%);
    background: -o-linear-gradient(top, #f7fbfe 0%, #e4edf4 100%);
    background: -ms-linear-gradient(top, #f7fbfe 0%, #e4edf4 100%);
    background: linear-gradient(top, #f7fbfe 0%, #e4edf4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7fbfe', endColorstr='#e4edf4', GradientType=0);
    zoom: 1;
    border-radius: 4px 4px 0 0;
}

.descr_title_row_w {
    padding: 15px 15px 15px;
    position: relative;
    z-index: 1;
    background: url("/static/images/note_wave.gif") repeat-x 0 100%;
}

.descr_title {
    font-size: 20px;
    font-weight: bold;
}

.descr_back {
    padding: 0 0 5px;
}

.descr_back a {
    border-width: 0;
    color: #808080;
}

.descr_back a span {
    color: #0055cc;
    border-bottom: 1px solid #b2ccf0;
}

.descr_back a:hover span {
    color: #cc0000 !important;
    border-color: #f0b2b2 !important;
}

.descr_suggest {
    padding: 25px 10px 0 10px;
    border-top: 2px dashed #afafaf;
}

.descr_suggest_title {
    margin: 0 0 0;
    padding: 0 20px;
    position: relative;
    font-size: 16px;
    color: #404040;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.descr_suggest .note_item_td {
    padding-top: 20px;
    padding-bottom: 20px;
}

/******/
.object_descr {
    padding: 20px 10px 20px 30px;
    position: relative;
}

.object_descr_details {
    color: #808080;
}

.object_descr_details ul {
    overflow: hidden;
    list-style: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #808080;
    margin: 10px 0 20px 0;
}

.object_descr_details ul li {
    float: left;
    margin: 0;
    width: 160px;
}

.object_descr_details ul li::before {
    content: '' !important;
}

.object_descr_tab {
    width: 100%;
    margin: 0;
}

.object_descr_td_l {
    width: 50%;
    padding: 0 20px 0 0;
}

.object_descr_fav {
    width: 16px;
    height: 15px;
    margin: 0 0 -15px;
    position: relative;
    left: -20px;
    display: block;
    background: url("/static/images/icon_fav.png") no-repeat 0 100%;
    cursor: pointer;
}

.object_descr_fav_on {
    background-position: 0 0;
}

.object_descr_title {
    padding: 0 0 5px;
    font-size: 18px;
    line-height: 1em;
}

.object_descr_addr {
    margin: 0;
    padding: 0 0 1px;
    font-size: 24px;
    line-height: 1.1em;
}

.object_descr_metro {
    color: #808080;
}

.object_descr_metro .metro_icon {
    outline: 1px solid #fff;
}

.object_descr_price {
    padding: 20px 0 0;
    font-size: 20px;
    font-weight: bold;
    line-height: 1em;
}

.object_descr_callback{
    margin-top:20px;
}

.object_descr_props {
    margin: 20px 0 20px;
}

.object_descr_props th {
    padding: 0 10px 10px 0;
    font-weight: normal;
    text-align: left;
    vertical-align: top;
    color: #808080;
    white-space: nowrap;
}

.object_descr_props td {
    padding: 0 10px 10px 0;
    font-weight: normal;
    text-align: left;
    vertical-align: top;
}

.object_descr_details_i_washing_machine,
.object_descr_details_i_living_furnished,
.object_descr_details_i_balcony,
.object_descr_details_i_phone,
.object_descr_details_i_animals,
.object_descr_details_i_children,
.object_descr_details_i_kitchen_furnished,
.object_descr_details_i_fridge,
.object_descr_details_i_tv,
.object_descr_details_i_internet {
    width: 24px;
    height: 24px;
    margin: 0 5px 5px 0;
    display: inline-block;
    background: url("") no-repeat 0 0;
}

.object_descr_details_i_washing_machine {
    background-image: url("/static/images/item_icons/1.png");
}

.object_descr_details_i_living_furnished {
    background-image: url("/static/images/item_icons/2.png");
}

.object_descr_details_i_balcony {
    background-image: url("/static/images/item_icons/3.png");
}

.object_descr_details_i_phone {
    background-image: url("/static/images/item_icons/4.png");
}

.object_descr_details_i_animals {
    background-image: url("/static/images/item_icons/5.png");
}

.object_descr_details_i_children {
    background-image: url("/static/images/item_icons/6.png");
}

.object_descr_details_i_kitchen_furnished {
    background-image: url("/static/images/item_icons/7.png");
}

/**/
.object_descr_details_i_fridge {
    background-image: url("/static/images/item_icons/8.png");
}

.object_descr_details_i_tv {
    background-image: url("/static/images/item_icons/9.png");
}

.object_descr_details_i_internet {
    background-image: url("/static/images/item_icons/10.png");
}

/**/

.object_descr_details_color {
    width: 8px;
    height: 8px;
    margin: 0 -8px 0 0;
    position: relative;
    left: -15px;
    display: inline-block;
    background: url("/static/images/circle_bg.png") no-repeat 0 0;
    /*vertical-align: 1px;/**/
}

 .object_descr_realtor_row {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    text-align: left;
    padding-bottom: 10px;
}

.object_descr_realtor_name {
    display: inline-block;
    //display: inline;
    zoom: 1;
}

.object_descr_realtor_name.object_descr_realtor_name_blocked_usage {
    padding-right: 35px;
    margin-right: 0;
}

.object_descr_realtor_name_blocked_usage .object_descr_realtor_icons{
    width: 25px;
}

.object_descr_realtor_name_editable {
    margin: -4px 15px -4px 0;
    padding: 4px 70px 4px 4px;
    position: relative;
    border-top: 1px solid transparent;
}

.object_descr_realtor_name_editable a {
    color: #000;
    border-color: #b2b2b2 !important;
    font-weight: bold;
}

.object_descr_realtor_name_editable:hover,
.object_descr_realtor_name_editable_hover {
    background: #fff;
    box-shadow: 0 1px 1px #666;
    border-radius: 4px;
    border-top: 1px solid #eee;
}

.object_descr_realtor_icons {
    width: 65px;
    position: absolute;
    display: inline-block;
    white-space: nowrap;
    left: auto;
    right: 0;
}

.object_descr_realtor_icons i {
    float: left;
    width: 16px;
    height: 16px;
    margin: 0;
    display: none;
    background-image: url('/static/images/black.png');
    background-repeat: no-repeat;
}

.object_descr_realtor_name_editable:hover .object_descr_realtor_icons i,
.object_descr_realtor_name_editable_hover .object_descr_realtor_icons i {
    display: inline-block;
}

.object_descr_realtor_icon_positive {
    background-position: -3px -25px;
    margin: 0 3px 0 0 !important;
    cursor: pointer;
}

i.object_descr_realtor_icon_positive_active {
    display: inline-block;
    background-position: -3px -4px;
}

.object_descr_realtor_icon_negative {
    background-position: -25px -25px;
    cursor: pointer;
}

i.object_descr_realtor_icon_negative_active {
    display: inline-block;
    background-position: -25px -4px;
}

.object_descr_realtor_icon_comment {
    cursor: pointer;
    background-position: -43px -4px;
}

.object_descr_realtor_icons i.object_descr_realtor_icon_comment {
    margin: 0 7px 0 0;
}

i.object_descr_realtor_icon_comment_active {
    display: inline-block;
    background-position: -75px -4px;
}

.object_descr_realtor_icon_comment:hover {
    background-position: -59px -4px;
}

.object_descr_realtor_icon_comment textarea {
    display: none;
}

a.object_descr_realtor_checked {
    color: #808080;
    margin-left: 35px;
    position: relative;
    border: none !important;
}

a.object_descr_realtor_checked i {
    width: 18px;
    height: 24px;
    display: inline-block;
    /*margin: 0 -16px 0 0;/**/
    position: absolute;
    left: -18px;
    top: 2px;
    background: url("/static/images/agreement.png") no-repeat 0 0;
}

a.object_descr_realtor_checked.new {
    margin-left: 15px;
}

a.object_descr_realtor_checked.new i,
a.object_descr_realtor_checked.excluded i,
a.object_descr_realtor_checked.danger i {
    display: none;
}


.object_descr_realtor_checked_text {
    display: inline;
    border-bottom: 1px solid #d9d9d9;
}

.object_descr_text {
}

.object_descr_phones {
    padding: 10px 0 0;
    font-size: 14px;
    position: relative;
}

.object_descr_phones_row {
    background: #D3E9F0;
    position: relative;
    padding: 10px 15px 10px 30px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    margin: 0px 0px 0 -30px;
    line-height: 31px;
    display: inline-block;
}


.object_descr_phones_row .object_descr_phone_hidden a[href^=tel],
.object_descr_phones_row .object_descr_phone_hidden a[href^=tel]:hover,
.object_descr_phones_row .object_descr_phone_hidden a[href^=tel]:active {
    color: #000;
    border-bottom: none;
    text-decoration: none;
}

.object_descr_show_phone {
    line-height: 23px;
    margin: 0 -3px 0 0;
}

.object_descr_phones strong {
    font-size: 18px;
    font-weight: bold;
}

.object_descr_phone_orig {
    display: inline-block;
}

    .no-touch .object_descr_phone_orig a {
        text-decoration: none;
        color: #000;
        border: none;
    }
        .no-touch .object_descr_phone_orig a:hover {
            color: #000 !important;
        }

.object_descr_phones_wish {
    color: #2b697d;
    display: none;
    position: relative;
    -webkit-animation-duration: 500ms;
          animation-duration: 500ms;
    -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
    .object_descr_phones_wish i {
        width: 9px;
        height: 9px;
        display: inline-block;
        position: absolute;
        background-color: #2AB9E7;
        border-radius: 6px;
        left: -18px;
        top: 11px;
    }

.object_descr_phones_blurred strong {
    text-shadow: 0 0 7px #000;
    color: rgba(255,255,255,0);
    filter: DXImageTransform.Microsoft.Blur(pixelradius=2);
    zoom: 1; pause-before: 3s;
}

 .object_descr_warnings_inline {
    margin: 15px 0 10px 0;
}

.object_descr_warning {
    padding: 6px 8px;
    border-radius: 4px;
    margin: 10px 10px 20px 0;
    zoom:1;
}

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

.object_descr_td_r {
    width: 50%;
    padding: 0 0 0 20px;
    font-size: 13px;
}

.object_descr_dt_row {
    padding: 0 0 10px;
    text-align: right;
}

.object_descr_premium,
.object_descr_paid {
    display: inline-block;
    border-color: #f4d3bd !important;
    zoom: 1;
    color: #e59a66 !important;
}
    .object_descr_premium:visited,
    .object_descr_paid:visited {
        border-color: #f4d3bd !important;
        color: #e59a66 !important;
    }

    .object_descr_premium i,
    .object_descr_paid i {
        width: 14px;
        height: 14px;
        margin: 0 -14px 0 0;
        position: relative;
        left: -19px;
        display: inline-block;
        background: url('/static/images/premium_icon_14x14.png') no-repeat 0 0;
        vertical-align: -3px;
    }

    .object_descr_paid i {
        background: url('/static/images/paid_icon_14x14.png') no-repeat 0 0;
    }

.object_descr_dt_added {
    margin: 0 0 0 15px;
    color: #808080;
}

.object_descr_map_static {
    display: none;
}

.object_descr_map {
    width: 100%;
    height: 450px;
    margin: 0 0 20px;
    position: relative;
    left: 0;
    float: left;
    /*background: url("/static/images/ymap.jpg") no-repeat 0 0;/**/
    z-index: 1;
}

.object_descr_images {
    padding: 0;
}

.object_descr_images h3 {
    margin: 0 0 15px;
    padding: 0;
    font-size: 16px;
    color: #404040;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.object_descr_images a {
    height: 145px;
    margin: 0 8px 8px 0;
    display: inline-block;
    position: relative;
    overflow: hidden;
    border: none;
    vertical-align: top;
}

.object_descr_images img {
    height: 145px;
    display: block;
    position: relative;
}

.object_descr_images a:hover {
    height: 135px;
    border: 5px solid #51d6e6 !important;
}

.object_descr_images a:hover img {
    margin: 0 -10px -10px 0;
    top: -5px;
    left: -5px;
}

.object_descr_house_info {
    padding: 0 0 30px;
}

.object_descr_house_info h3 {
    margin: 0 0 15px;
    padding: 0;
    font-size: 16px;
    color: #404040;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.object_descr_house_info_tabs {
    width: 100%;
}

.object_descr_house_info_th {
    padding: 0 40px 0 0;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
}

.object_descr_house_info_td {
    padding: 0 40px 0 0;
}

.object_descr_house_info_th div {
    padding: 0 0 10px;
    border-bottom: 1px solid #cdcdcd;
}

.object_descr_house_info_tab th {
    width: 130px;
    /**/
    padding: 8px 10px 0 0;
    font-weight: normal;
    text-align: left;
    color: #808080;
}

.object_descr_house_info_tab td {
    padding: 8px 0 0;
    text-align: left;
}

.object_actions span {
    margin: 0 20px 10px 0;
    display: inline-block;
    white-space: nowrap;
}

.object_descr_price .calc_mortgage {
    margin: 0 20px 0 10px;
    display: inline-block;
    white-space: nowrap;
    font-size: 12px;
    line-height: 1em;
}

.object_descr_price .calc_mortgage a {
    border: none;
}

.object_descr_complaint_row {
    margin: 0 0 10px;
    padding: 10px 15px 10px 40px;
    position: relative;
    background: #ffe5d2;
    background: -moz-linear-gradient(top, #ffe5d2 0%, #ffd6c6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffe5d2), color-stop(100%,#ffd6c6));
    background: -webkit-linear-gradient(top, #ffe5d2 0%,#ffd6c6 100%);
    background: -o-linear-gradient(top, #ffe5d2 0%,#ffd6c6 100%);
    background: -ms-linear-gradient(top, #ffe5d2 0%,#ffd6c6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe5d2', endColorstr='#ffd6c6',GradientType=0 );
    background: linear-gradient(top, #ffe5d2 0%,#ffd6c6 100%);
    zoom: 1;
    border-bottom: 1px solid #ffa8ac;
}

.object_descr_draft_row {
    margin: -21px -10px 10px -30px;
    padding: 10px 15px 10px 40px;
    position: relative;
    background: #fff6de;
    background: -moz-linear-gradient(top, #fff6de 0%, #fae6cb 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff6de), color-stop(100%,#fae6cb));
    background: -webkit-linear-gradient(top, #fff6de 0%,#fae6cb 100%);
    background: -o-linear-gradient(top, #fff6de 0%,#fae6cb 100%);
    background: -ms-linear-gradient(top, #fff6de 0%,#fae6cb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff6de', endColorstr='#fae6cb',GradientType=0 );
    background: linear-gradient(top, #fff6de 0%,#fae6cb 100%);
    zoom:1;
    border-bottom: 1px solid #f1cb8c;
}

.object_descr_complaint_row_icon,
.object_descr_draft_row_icon {
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    left: 14px;
    top: 11px;
    background: url('/static/images/black.png') no-repeat -25px -4px;
}

.object_descr_draft_row_icon {
    left: 11px;
    background: url('/static/images/icon_draft.png') no-repeat;
}

.object_descr_complaint_row_arrow {
    position: absolute;
    bottom: -9px;
    left: 34px;
    width: 20px;
    height: 9px;
    background: url('/static/images/red_arrow_down.png') 0 0 no-repeat;
}

@media print, screen, (-webkit-min-device-pixel-ratio: 1.25), (min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
    .objects_descr_complaint_row_arrow {
        background: url('/static/images/red_arrow_down@2x.png') 0 0 no-repeat;
        background-size: 20px 9px;
    }
}

/* ?s??? ???? */
.object_descr_map_container {
    width: 100%;
    height: 450px;
    margin: 0 0 20px;
    position: relative;
    left: 0;
    float: left;
    z-index: 10;
}

.map_suggest {
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 50;
    display: inline-block;
    zoom: 1;
    background: url("/static/images/x_shadow_white.png") repeat 0 0;
    background: rgba(255, 255, 255, .8);
    border: 1px solid #b9b8b4;
    border-radius: 4px;
    font-size: 14px;
}

.map_suggest_title {
    padding: 5px 0 5px 10px;
    font-weight: bold;
}

.map_suggest_list {
    padding: 5px;
    background: url("/static/images/note_wave.gif") repeat-x 0 0;
    font-size: 13px;
}

.map_suggest_list table {
    /*color: #262626;*/
}

.map_suggest_list table td {
    padding: 5px 4px;
}

.map_suggest_list table td a {
    color: #000;
    border-color: #b2b2b2;
}

.map_suggest_list em {
    color: #808080;
    font-size: 12px;
}

.map_suggest_premium {
    padding: 4px 2px;
    border-radius: 2px;
    background: #fdf8f2;
    background: -moz-linear-gradient(top, #fdf8f2 0%, #fcf7e1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdf8f2), color-stop(100%, #fcf7e1));
    background: -webkit-linear-gradient(top, #fdf8f2 0%, #fcf7e1 100%);
    background: -o-linear-gradient(top, #fdf8f2 0%, #fcf7e1 100%);
    background: -ms-linear-gradient(top, #fdf8f2 0%, #fcf7e1 100%);
    background: linear-gradient(top, #fdf8f2 0%, #fcf7e1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdf8f2', endColorstr='#fcf7e1', GradientType=0);
    zoom: 1;
}

.map_suggest_premium a {
    color: #db742c !important;
}

.map_suggest_td_count {
    vertical-align: middle;
    padding-top: 6px !important;
}

.map_suggest_count {
    padding: 7px;
    text-align: center;
    font: 9px Tahoma;
    zoom: 1;
    border: 1px solid gray;
    border-radius: 10px;
}

.map_closest {
    position: absolute;
    bottom: 5px;
    left: 5px;
    z-index: 50;
    display: inline-block;
    zoom: 1;
    border: 1px solid #b9b8b4;
    border-radius: 4px;
    font-size: 14px;
}

.map_closest_title {
    padding: 5px 0 5px 10px;
    font-weight: bold;
/*    background: url("/static/images/x_shadow_white.png") repeat 0 0;*/
    background: #fff;
    opacity: 0.9;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;

}

.map_closest_title i {
    display: inline-block;
    position: absolute;
    height: 12px;
    width: 18px;
    top: 8px;
    right: 10px;
    background: url("/static/images/markers/header_logo.png") no-repeat 0 0;
    cursor: pointer;
    display: none;
}

.map_closest_list {
    padding: 5px;
    background: white url("/static/images/note_wave.gif") repeat-x 0 0;
    font-size: 13px;
    opacity: 0.9;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.map_closest_list table {
    /*color: #262626;*/
}

.map_closest_list table td {
    padding: 5px 4px;
}

.objects_item:hover .map_closest_list table td .metro_icon {
    background-position: 0 0 !important;
}

.map_closest_list table td .pseudo {
    color: #000 !important;
    border-color: #b2b2b2 !important;
}

.map_closest_list table td .pseudo:hover {
    color: #cc0000 !important;
    border-color: #f0b2b2 !important;
}

.map_closest_list em {
    color: #808080;
    font-size: 12px;
    white-space: nowrap;
}

.map_closest_td_count {
    vertical-align: middle;
    padding-top: 6px !important;
}

.map_closest_count {
    padding: 7px;
    text-align: center;
    font: 9px Tahoma;
    zoom: 1;
    border: 1px solid gray;
    border-radius: 10px;
}

.badge_room0, .badge_room1, .badge_room2, .badge_room3, .badge_room4, .badge_room5, .badge_room6, .badge_room7, .badge_room8 {
    background-size: 11px 16px;
    background-repeat: no-repeat;
    padding: 3px 6px !important;
    border-radius: 0;
    border: none !important;
}

    .badge_room0 { background-image: url("/static/images/markers/purple.png"); }
    .badge_room1 { background-image: url("/static/images/markers/sky.png"); }
    .badge_room2 { background-image: url("/static/images/markers/yellow.png"); }
    .badge_room3 { background-image: url("/static/images/markers/lightgreen.png"); }
    .badge_room4 { background-image: url("/static/images/markers/copper.png"); }
    .badge_room5 { background-image: url("/static/images/markers/brown.png"); }
    .badge_room6 { background-image: url("/static/images/markers/gray.png"); }
    .badge_room7 { background-image: url("/static/images/markers/green.png"); }
    .badge_room7 { background-image: url("/static/images/markers/pink.png"); }


/* ????????ğ????N?µ?ğN????? ???ğN? ???µN???? ???° ???°NN?µ */
.map_suggest_count.marker {
    padding: 8px;
    box-shadow: 0 1px 8px -2px #222;
    border-radius: 10px;
}

.map_suggest_count.list {
    margin-right: 5px;
    padding: 0 5px;
}

.popover {
    min-width: 270px;
}

.nav > li {
    list-style-type: none;
}

.nav > li:before {
    content: '' !important;
}

.nav > li a {
    color: #000;
    border-color: #b2b2b2;
}

.balloonContentTable tr:hover td {
    background: #e5f5f5;
}

.balloonContentTable td {
    padding: 4px 6px;
    text-align: left;
    white-space: nowrap;
}

.balloonContentTable .balloonContentTableLastTd {
    text-align: right;
}


    .balloonContentBubble {
        display: inline-block;
        vertical-align: -3px;
        width: 16px;
        height: 16px;
        background: url("/static/images/markers/small_content_bubbles.png") no-repeat 0 0;
    }
        .balloonContentBubble.sky        {  background-position:     0     0 }
        .balloonContentBubble.purple     {  background-position: -16px     0 }
        .balloonContentBubble.yellow     {  background-position: -32px     0 }
        .balloonContentBubble.lightgreen {  background-position: -48px     0 }
        .balloonContentBubble.pink       {  background-position:     0 -16px }
        .balloonContentBubble.blue       {  background-position: -16px -16px }
        .balloonContentBubble.green      {  background-position: -32px -16px }
        .balloonContentBubble.ocher      {  background-position: -48px -16px }
        .balloonContentBubble.copper     {  background-position:     0 -32px }
        .balloonContentBubble.brown      {  background-position: -16px -32px }
        .balloonContentBubble.white      {  background-position: -32px -32px }
        .balloonContentBubble.gray       {  background-position: -48px -32px }
        .balloonContentBubble.home       {  background-position: -64px     0 }

/* ?s??? ???????Ĵ (?Y?z???z???? ?Y? ????z????????)*/
.desc_suggest_title_tabs {
    text-transform: none;
    letter-spacing: normal;
    font-size: 14px !important;
    margin-left: 20px;
}

.carousel_item::before {
    content: '' !important;
    content: '' !important \9;
    *content: '' !important;
    _content: '' !important;
}

.carousel_item .object_descr_premium {
    font-size: 13px;
}

.carousel_item .note_item_images_info em {
    margin-right: 10px;
}

.desc_suggest_title_tabs a {
    margin-right: 5px;
}

.desc_suggest_title_tabs span.active {
    background: #d8e9f1;
    padding: 3px;
    margin-right: 5px;
}

.desc_suggest_title_tabs span.active a {
    color: #000000 !important;
    border-bottom-color: #B2B2B2;
    margin-right: 0;
}

.desc_suggest_title_tabs span.active a:hover {
    color: #cc0000 !important;
}

.desc_suggest_title_tabs em {
    color: #666;
    font-size: 12px;
    margin-right: 10px;
}

.note_item_images_info i {
    background: url("/static/images/photo-icon-small.gif") no-repeat 0 0;
    padding: 0 18px 0 0;
    margin-right: 5px;
}

.note_item_images_info em {
    color: #666;
}

/* !!! */
.descr_suggest {
    padding: 20px 10px 0 10px;
}

.carousel_wrapper {
    padding: 0 40px 0 40px;
    overflow: hidden;
    position: relative;
}

.carousel_items {
    position: relative;
    margin: 0;
    width: 99999px;
}

.carousel_item {
    float: left;
    display: block;
    padding: 20px;
    margin: 0;
    /*                      width: 190px;*/
}

.carousel_item::before {
    content: '';
    margin: 0;
}

.carousel_slide_container_left,
.carousel_slide_container_right {
    position: absolute;
    width: 45px;
    z-index: 5;
    /*                      background: url('carousel_cont_bg.png') no-repeat 100% 0;*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-repeat: no-repeat;
    transition: background-image 0.4s ease-in-out;
}

.carousel_slide_container_left.sliding,
.carousel_slide_container_right.sliding {
    background-image: url("/static/images/carousel_cont_bg.png");
}

.carousel_slide_container_left.sliding {
    background-position: 100% 0;
}

.carousel_slide_container_right.sliding {
    background-position: 0 100%;
}

.carousel_slide_container_right {
    right: 25px;
    background-position: 0 100%;
}

.carousel_arrow_left,
.carousel_arrow_right {
    width: 35px;
    height: 57px;
    margin: 53px 0;
    background: url("/static/images/gallery-arrows2.png") no-repeat -4px 0;
    cursor: pointer;
}

.carousel_arrow_right {
    background-position: 100% 0;
    float: right;
}

.carousel_arrow_left:hover {
    background-position: -4px 100%;
}

.carousel_arrow_right:hover {
    background-position: 100% 100%;
}

.carousel_actions {
    margin: 0 0 0;
    padding: 0 20px 20px 40px;
    position: relative;
}

.carousel_actions a {
    margin-right: 40px;
}

.carousel_actions .carousel_change_search_icon,
.carousel_actions .carousel_change_subscribe_icon {
    width: 16px;
    height: 15px;
    margin: 0 -16px 0 0;
    position: relative;
    left: -20px;
    display: inline-block;
    background: url("/static/images/zoom_icon.png") no-repeat 0 0;
    vertical-align: -1px;
}

.carousel_actions .carousel_change_subscribe_icon {
    background: url("/static/images/subscribe.jpg") no-repeat 0 0;
    opacity: 0.8;
}

/* ?? ?????? ?­??????????Ğ (? ??s???????, AĞ?????s?? ???İ????Ağ)*/
.border_bottom_dashed {
    border-bottom: 2px dashed #afafaf;
}

.ad_block_left {
    position: relative;
    width: 300px;
    padding: 10px;
    border: 2px dashed #afafaf;
    margin: 20px 0 0 0;
    clear: both;
    zoom: 1;
}

.ad_block_left_title {
    display: block;
    position: relative;
    background: #fff;
    padding: 0 5px;
    width: 115px;
    margin: -21px 0 0 0;
    font-style: italic;
    font-size: 16px;
    color: #afafaf;
}

.ad_block_left_link {
    font-size: 14px;
    margin: 10px 0 0 0;
}

.ad_context_bottom {
    position: relative;
    max-height: 110px;
    overflow: hidden;
}

.looking_for_others_bottom {
    margin-top: -20px;
}

.looking_for_others_bottom table {
    width: 100%;
}

.looking_for_others_bottom .note_title {
    margin-left: 15px;
}

.looking_for_others_bottom .item_block {
    padding: 5px;
}

#adv, #adv2 {
    display: none;
}

/* ? ??s??????? (? ???? ???????)*/
.descr_advertising {
    padding: 20px 10px 20px 30px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #ece7db 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ece7db));
    background: -webkit-linear-gradient(top, #ffffff 0%, #ece7db 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #ece7db 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #ece7db 100%);
    background: linear-gradient(top, #ffffff 0%, #ece7db 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ece7db', GradientType=0);
    zoom: 1;
}

.descr_advertising_title {
    display: block;
    position: relative;
    background: #fff;
    padding: 0 5px;
    width: 115px;
    margin: -32px auto 16px auto;
    font-style: italic;
    font-size: 16px;
    color: #afafaf;
}

.descr_advertising table {
    width: 100%;
}

.descr_advertising td {
    vertical-align: middle;
}

.descr_advertising td > div {
    margin: 0 auto;
}

.fullscreen_map {
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.buttonMapFullscreen {
    width: 42px;
    height: 42px;
    border-radius: 4px;
    background: #fff url("/static/images/maxmin_icons.png");
    opacity: 0.6;
    border: 1px solid #bfbfbf;
    cursor: pointer;
    transition: opacity, 500ms;
}

.buttonMapFullscreen:hover {
    opacity: .8;

}
.map_smallZoomControl {
    width: 44px;
    height: 94px;
    zoom: 1;
    box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, .3);
    transition: opacity, 300ms;
    cursor: pointer;
}

.map_smallZoomControl:hover {
    opacity: 0.9;
}

.map_smallZoomControl #zoom-in,
.map_smallZoomControl #zoom-out {
    border-radius: 4px;
    border: 1px solid #bfbfbf;
    background: #fff url("/static/images/zoom_controls.png") 1px 1px no-repeat;
    height: 42px;
    width: 42px;
    opacity: 0.6;
    transition: opacity, 300ms;
}

.map_smallZoomControl #zoom-in:hover,
.map_smallZoomControl #zoom-out:hover {
    opacity: 0.9;
}

.map_smallZoomControl #zoom-in {
    margin-bottom: 10px;
}
.map_smallZoomControl #zoom-out {
    background-position: 0 -39px;
}

.map_smallZoomControl #zoom-in.active,
.map_smallZoomControl #zoom-in:active,
.map_smallZoomControl #zoom-out.active,
.map_smallZoomControl #zoom-out:active {
    background-color: #e9e9e9;
}

.map_info_button_extend {
    position: absolute;
    z-index: 10000;
    background: white;
    top: 10px;
    left: 10px;
    padding: 6px 10px;
    border-radius: 3px;
    box-shadow: 0px 1px 4px -2px #111;
    cursor: pointer;
    display: none;
}

    .map_info_button_extend a {
        margin: 0 0 0 17px;
    }

        .map_info_button_extend a i {
            width: 16px;
            height: 16px;
            margin: 0 -16px 0 0;
            display: inline-block;
            position: relative;
            left: -20px;
            background: url('/static/images/map_cian_icon.png') no-repeat 0 0;
            vertical-align: -4px;
        }

.map_info_message {
    position: absolute;
    z-index: 10000;
    background-color: rgba(0, 0, 0, 0.9);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000090, endColorstr=#00000090, GradientType=0);
    zoom: 1;
    border-radius: 3px;
    padding: 8px 0 8px 10px;
    font-size: 15px;
    top: 5px;
    left: 50%;
    top: 40%;
    color: #fff;
    display: none;
    width: 285px;
    margin-left: -130px;
    box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.8);
}

.map_info_message.min {
    background-image: url("/static/images/map_info_message_small.png");
    background-repeat: no-repeat;
    background-position: 1px 1px;
    width: 40px;
    height: 40px;
    padding: 1px;
    opacity: 0.6;
    left: 50%;
    margin-left: -41px;
    cursor: pointer;
}

.map_info_message.min:hover {
    opacity: 0.8 !important;
}

.map_info_message_content {
    width: 265px;
    float: left;
}

.map_info_message.min .map_info_message_content {
    width: auto;
    float: none;
}

.map_info_message_closer {
    background: url("/static/images/notifications.png") no-repeat -67px -42px;
    padding: 10px 5px 5px 10px;
    float: left;
    cursor: pointer;
}

.map_preloader {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    zoom: 1;
    z-index: 10000;
}

.map_preloader_image {
    opacity: .7;
    border-radius: 4px;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
    background: url("/static/images/map_preloader.png") no-repeat 0 0;
}

.map_preloader_image img {
    border-radius: 4px;
}

.cluster_hint {
    margin: 10px 0 0 10px;
    background: #fff;
    width: 160px;
    padding: 4px 5px 3px;
    position: absolute;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 2px #7f7f7f;
    -moz-box-shadow: 0 2px 2px #7f7f7f;
    box-shadow: 0 2px 2px #7f7f7f;
    border: 1px solid #d9d9d9;
    overflow: hidden;

}

.cluster_hint .map_suggest_count {

}

.cluster_hint table {
    width: 100%;
}

.cluster_hint table td {
    padding: 5px 4px;
}

.cluster_hint table td em {
    color: #808080;
    font-size: 12px;
}


.object_descr_td_r .specoffer_link {
  margin-right: 20px;
  display: inline-block;
  float: none;
}

@media only screen and (max-width: 1940px) {
  .object_descr_td_r .specoffer_link:nth-of-type(4) {
    display: none;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
    only screen and (-moz-min-device-pixel-ratio: 1.5),
    only screen and (-o-min-device-pixel-ratio: 3/2),
    only screen and (min-device-pixel-ratio: 1.5) {

    .objects_mapsearch_act i,
    .map_info_button_extend a i{
        background: url('/static/images/map_cian_icon@2x.png') 0 0 no-repeat;
        background-size: 16px 16px;
    }
    .object_descr_fav{
        background: url('/static/images/icon_fav@2x.png') 0 100% no-repeat;
        background-size: 16px 30px;
    }
    .object_descr_fav.object_descr_fav_on {
        background-position: 0 0;
    }
    .object_descr_premium i{
        background: url('/static/images/premium_icon@2x.png') 0 0 no-repeat;
        background-size: 14px 14px;
    }
    .object_descr_paid i {
        background: url('/static/images/paid_icon@2x.png') no-repeat 0 0;
        background-size:14px 14px;
    }
    .object_descr_details_color {
        background: url('/static/images/circle_bg@2x.png') 0 0 no-repeat;
        background-size: 8px 8px;
    }

    .objects_item_realtor_icons i,
    .object_descr_complaint_row_icon,
    .object_descr_draft_row_icon {
        background-image: url('/static/images/black@2x.png');
        background-size: 95px 45px;
    }    
    .note_item_images_info i {
        background-image: url('/static/images/photo-icon-small@2x.png');
        background-size: 18px 14px;
    } 
    a.object_descr_realtor_checked i{
        background: url('/static/images/agreement@2x.png') 0 0 no-repeat;
        background-size: 18px 24px;
    } 
}
