﻿.searchList_ .header- h1
{
    font-size: 20px;
    font-weight: bold;
    position: relative;
    display: inline-block;
    float: left;
    zoom: 1;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

.objects_mapsearch_act
{
    margin-left: 40px;
}
.objects_mapsearch_act i,
.objects_feedback i
{
    position: relative;
    left: -20px;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 -16px 0 0;
    vertical-align: -3px;
    background: url('/static/images/speech_bubble.png');
}
.objects_mapsearch_act i
{
    background: url('/static/images/map_cian_icon.png');
}
.objects_list_title
{
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 20px 20px 16px;
    background: url('/static/images/note_wave.gif') repeat-x 0 100%;
}
.objects_list_title .bigDigit
{
    font-size: 18px;
    line-height: 1em;
}
.objects_list_title_site_selected
{
    display: inline-block;
    padding: 2px 6px 2px;
    border: 1px solid #cdd5e0;
    border-top-color: #96acc1;
    border-bottom-color: #e9eaee;
    border-radius: 4px;
    background: #cde3ee;
    background:    -moz-linear-gradient(top, #cde3ee 0%, #e9f0f8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cde3ee), color-stop(100%,#e9f0f8));
    background: -webkit-linear-gradient(top, #cde3ee 0%,#e9f0f8 100%);
    background:      -o-linear-gradient(top, #cde3ee 0%,#e9f0f8 100%);
    background:     -ms-linear-gradient(top, #cde3ee 0%,#e9f0f8 100%);
    background:         linear-gradient(top, #cde3ee 0%,#e9f0f8 100%);
    box-shadow: inset 0 1px 1px #96acc1;

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cde3ee', endColorstr='#e9f0f8',GradientType=0 );
}


.objects_list_title_new
{
    margin: 0;
}
.objects_list_title_new em
{
    font-size: 13px;
    font-style: italic;
    margin: 0 0 0 5px;
    padding: 1px 3px 1px 2px;
    color: #fff;
    border-radius: 3px;
    background: #f2af21;
}

.objects_list_title_tag
{
    margin: 0 0 0 35px;
}

.objects_list_title_tag em
{
    font-size: 13px;
    font-style: italic;
    line-height: 1em;
    margin: 0 0 0 5px;
    color: #808080;
}

.objects_list_title_right
{
    padding: 0;
    display: inline-block;
    position: relative;
    text-align: right;
    float: right;
    white-space: nowrap;
    margin-top: -2px;
}
.objects_list_title_view
{
    margin: 0 0 0 40px;
}
.objects_list_title_view span
{
    margin: 0 5px;
    padding: 3px;
    background: #d8e9f1;
}
.objects_list_title_view a
{
    color: #000;
    border-color: #b2b2b2;
}

.objects_list_not_found_title {
  margin: 25px 0 25px 0;
  font-size: 32px;
  font-weight: bold;
}

.objects_list_not_found_desc {
  text-align: left;
  font-weight: bold;
  padding: 10px 0 10px 15px;
  font-size: 18px;
}

.sl-list{
    margin:0 15px;
}

.sl-list > li
{
    position: relative;
    margin: 0 -5px;
    padding-left:20px;
}
.sl-list > li + li
{
    border-top: 1px solid #d7d7d7;
}
.sl-list > li:hover{
    background: #DFEEF5;
    background: -moz-linear-gradient(top, #f3f7fa 0%, #dfeef5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F3F7FA), color-stop(100%,#FCF7E1));
    background: -webkit-linear-gradient(top, #F3F7FA 0%,#DFEEF5 100%);
    background: -o-linear-gradient(top, #f3f7fa 0%,#dfeef5 100%);
    background: -ms-linear-gradient(top, #f3f7fa 0%,#dfeef5 100%);
    background: linear-gradient(top, #f3f7fa 0%,#dfeef5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f7fa', endColorstr='#dfeef5',GradientType=0 );
}
.sl-list-footer{
    padding:25px 20px 25px;
    background: url('/static/images/note_wave.gif') 0 0 repeat-x;
}
.sl-list-footer .pager{
    padding: 25px 0 0;
    margin: -25px 0 0;
    background: none;
}

.sl-list .sl-list__banner-place__banner-box,
.sl-list .sl-list__banner-place__banner-box:hover{
    background: #EDEEE9;
    border: 0;
    margin: 0 -35px -1px;
    padding: 25px 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.sl-list .sl-list__banner-place__banner-box:before,
.sl-list .sl-list__banner-place__banner-box:after{
    position:absolute;
    display: block;
    content: '';
    right: 20px;
    left: 20px;
    height: 15px;
    background:#fff;
    -webkit-box-shadow: 0 2px 4px 2px #AEB5BE;
    -moz-box-shadow: 0 2px 4px 2px #aeb5be;
    box-shadow: 0 2px 4px 2px #AEB5BE;
    margin:0;
    float:none;
}
.sl-list .sl-list__banner-place__banner-box:before{
    border-radius: 0 0 4px 4px;
    top:0;
}
.sl-list .sl-list__banner-place__banner-box:after{
    border-radius: 4px 4px 0 0;
    bottom:0;
}
.sl-list .sl-list__banner-place{
    margin: 0 -20px;
    padding: 0 20px;
    border-top: 0;
}

.sl-card
{
    display: table;
    width:100%;
    position:relative;
}
.sl-card-title{
  font-size:20px;
  margin-bottom:15px;
}
.sl-card-date{
    float:right;
    color:#808080;
    margin:25px 0 0;
}
.sl-card .column-
{
    float: left;
    box-sizing: border-box;
    width: 50%;
    padding: 0 15px;
}
.sl-card .column-.wide_
{
    width: 100%;
}
.sl-card-address
{
    font-size: 18px;
    font-style: normal;
    line-height: 1.1em;
    margin: 3px 0 30px;
}
.sl-card-subway
{
    display: block;
    margin: 5px 0 0;
    color: #808080;
    font-size: 14px;
}
.sl-card-subway .subwayIcon
{
    vertical-align:-2px;
}

.sl-card-desc{
    margin:0 0 30px;
}
.sl-card-desc img{
    float:left;
    margin:3px 20px 30px 0;
}
.sl-card-desc-list{
    overflow:hidden;
    font-size:16px;
}
.sl-card-desc-list dt{
    color:#808080;
}
.sl-card-desc-list dd+dt{
    margin:15px 0 0;
}
.sl-card-subway i{
    background: URL('//cian.ru/static/images/moscow_metro_icon.png') -1px -1px #F00;
    width: 17px;
    height: 14px;
    display: inline-block;
    font: 0/0 A;
    vertical-align: top;
    margin: 2px 0 0;
}
.sl-card-price{
    font-size: 20px;
    font-weight: bold;
    color: #000;
    white-space: nowrap;
    margin: 0 60px 30px 0;
    display:inline-block;
    width:260px;
}
.sl-card-price-sqm{
    display:block;
    font-weight: normal;
    font-size: 16px;
    color: #808080;
}
.sl-card-offers{
    width:100%;
    table-layout:fixed;
    margin:3px 0 10px;
}
.sl-card-offers td{
    padding:10px;
    border:1px solid #d9dadc
}
.sl-card-offers .outOfStock-{
    color:#808080;
}
.sl-card-card-number{
    position: absolute;
    right: 100%;
    top: 25px;
}
.sl-card .button--with-phone-icon{
    margin:-4px 0 30px;
    vertical-align:top;
    /*float:right;*/
}

.objects_list_title big {
  font-size: 18px;
  line-height: 1em;
  vertical-align: -2px;
}

.c-note__header__title{
    padding: 0;
    margin: 0;
}
.objects_change_condition_button {
    color: #000 !important;
    border-color: #afafaf !important;
    margin-right: 5px;
}

.objects_change_condition_button:hover,
.objects_change_condition_button:focus {
    color: #000 !important;
    border-color: #7c7c7c !important;
    box-shadow: none !important;
}

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


/* PROMO Label */
.newobjects__bonus {
    display: inline-block;
    font-size: 13px;
}

.newobjects__bonus a {
    color: #077FED !important;
    border-bottom: none !important;
}

.newobjects__bonus a.newobjects__bonus__title {
  color: #fff !important;
}

.newobjects__bonus {
  position: relative;
  vertical-align: middle;
  white-space: nowrap;
  font-size: 0;
}
.newobjects__bonus_type_2 {
  margin-left: -15px;
}
.newobjects__bonus__title {
  position: relative;
  display: inline-block;
  color: #fff;
  line-height: 23px;
  padding-bottom: 1px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #ff5050;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  font-size: 13px;
}
.newobjects__bonus__title_green {
  color: #555555;
  background-color: #E6F3E0;
}
.newobjects__bonus__title_green:after {
  border-top-color: #E6F3E0 !important;
}
.newobjects__bonus__title_green:before {
  border-bottom-color: #E6F3E0 !important;
}
.newobjects__bonus__title:after {
  position: absolute;
  right: -10px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 10px 0px 0px;
  border-color: #ff5050 transparent transparent transparent;
  content: ' ';
}
.newobjects__bonus__title:before {
  position: absolute;
  right: -10px;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 10px 12px 0px;
  border-color: transparent transparent #ff5050 transparent;
  content: ' ';
}
.newobjects__bonus__info {
  display: inline-block;
  line-height: 23px;
  padding-bottom: 1px;
  background-color: #fcebeb;
  font-size: 13px;
  padding-left: 10px;
  padding-right: 10px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.newobjects__bonus__info_extraleft {
  padding-left: 15px;
}
.newobjects__bonus__info:after {
  position: absolute;
  right: -10px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 10px 0px 0px;
  border-color: #fcebeb transparent transparent transparent;
  content: ' ';
}
.newobjects__bonus__info:before {
  position: absolute;
  right: -10px;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 10px 12px 0px;
  border-color: transparent transparent #fcebeb transparent;
  content: ' ';
}
.serp-item:hover .newobjects__bonus:before {
  border-color: transparent transparent transparent #eef9ff;
}
.serp-item:hover .newobjects__bonus:after {
  border-color: transparent #eef9ff transparent transparent;
}
