/*Слайдер*/
#page_place_lease_one .flex-direction-nav a
{
    top: 220px;
}
#page_place_lease_one .flex-direction-nav .flex-next
{
    background-position: -31px -183px;
}

/*Выбор валюты*/
#page_place_lease_one #select_val
{
    display: table;
    margin-bottom: 14px;
}
#page_place_lease_one #select_val li
{
    display: table-cell;
    width:32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border: solid 1px transparent;
}
#page_place_lease_one #select_val li[data-label]:not(.active):hover
{
    cursor: pointer;
    opacity: 0.5;
}
#page_place_lease_one #select_val li.active
{
    border-color: #CCCCCC;
    border-radius: 3px;
    background-color: rgba(0,0,0,0.1);
}

/*Таблица с ценами*/
#page_place_lease_one #table_values
{
    width: 100%;
    margin-bottom: 14px;
}
#page_place_lease_one #table_values th
{
    border-bottom: solid 1px #CCCCCC;
    border-right: solid 5px transparent;
    padding-bottom: 5px;
}
#page_place_lease_one #table_values th,
#page_place_lease_one #table_values td
{
    text-indent: 7px;
}
#page_place_lease_one #table_values .currency
{
    display: none;
}
#page_place_lease_one #table_values.currency_rur .currency.currency_rur,
#page_place_lease_one #table_values.currency_eur .currency.currency_eur,
#page_place_lease_one #table_values.currency_usd .currency.currency_usd
{
    display: inline;
}
/*Блок с ценами*/
#page_place_lease_one #table_values.currency_rur .table_values_price .currency.currency_rur:not(:empty):after
{
    content: " ₽";
}
#page_place_lease_one #table_values.currency_eur .table_values_price .currency.currency_eur:not(:empty):after
{
    content: " \20ac";
}
#page_place_lease_one #table_values.currency_usd .table_values_price .currency.currency_usd:not(:empty):after
{
    content: " $";
}
/*Блок с ценами аренды*/
#page_place_lease_one #table_values.currency_rur .table_values_rent .currency.currency_rur:not(:empty):after
{
    content: " ₽/мес.";
}
#page_place_lease_one #table_values.currency_eur .table_values_rent .currency.currency_eur:not(:empty):after
{
    content: " \20ac/мес.";
}
#page_place_lease_one #table_values.currency_usd .table_values_rent .currency.currency_usd:not(:empty):after
{
    content: " $/мес.";
}

/*Основные характеристики*/
#page_place_lease_one #all_propertis p
{
    display: table;
    width: 100%;
}
#page_place_lease_one #all_propertis .bath,
#page_place_lease_one #all_propertis .two
{
    display: table-cell;
    width: 50%;
}

/*Заголовки*/
#page_place_lease_one h4
{
    display: inline-block;
    width: 100%;
    border-bottom: solid 1px #CCCCCC;
    padding: 11px 0px 10px;
    margin-bottom: 14px;
    color: inherit;
    font-size: 21px;
    text-transform: none;
    font-weight: bold;
}

/*Карта*/
#page_place_lease_one #map
{
    width: 100%;
    height: 500px;
}

/*Каруселька*/
.nbs-flexisel-item
{
    line-height: inherit;
}
#flexiselDemo1 .place
{
    width: 100%;
}