/* Не удалось уменьшить размер. Содержимое возвращается без уменьшения.
(2102,17): run-time error CSS1036: Expected expression, found '!important'
 */
/* Цвета
	#999 - темносерый (важные слова)
	#d2d2d2 - серый (пояснительные слова)
	#b9b9b9 - серый при hover
	#e3e3e3 - серый для бордеров
	#f8f8f8 - светлосерый
	#07c - синий
	#d6121d - красный основной
	#d6121d - красный при hover
*/


/*Call back*/

.popup_block {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    background: rgba(0,0,0,.7);
    z-index: 2000;
}
.callme {
}
.popup_block__info {
    position: fixed;
    top: 20%;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    width: 400px;
    height: 250px;
    margin: 100px auto;
    padding: 25px;
    border: 1px solid #e1e1dd;
    background: #fff;
    font-size: 1.3em;
    line-height: 1.5em;
    overflow: hidden;
}

.popup_close {
    color: #000;
    padding: 0 5px;
    text-align: center;
    box-sizing: border-box;
    border-radius: 20px;
    cursor: pointer;
    font-size: 15px;
    margin: 11px 15px;
    float: left;
}

    .popup_close:hover {
        color: #ef4826;
    }

.call_panel input {
    margin: 10px;
}

    .call_panel input[type="text"] {
        width: 90%;
    }

.popup_block__info .h1 {
    margin: 1px !important;
    font-family: 'PT',serif;
}


/*#region Main */
html
{
    margin: 0;
    padding: 0;
    height: 100%;
}
button[name="show-phone_button"] a
{
    color:black;
}
.font-size22{
    font-size:22px;
}
.font-size16 {
    font-size: 16px;
}
#tabs-1 {
    height: 99px;
    overflow: hidden;
}
#more-info{
    cursor:pointer;
}
#min-info {
    cursor: pointer;
}
#show-map {
    margin-left: -3px;
    color: #d6121d;
    cursor: pointer;
    padding-top: 5px;
}
.remove-all_favorites{
}
.textlogfavorites
{
    display:inline-block;
}
.textlogfavorites a {
    margin-top:10px;
}
.shift-b {
    font-weight: 700
}
.position-bottom {
    position: absolute;
    bottom: 0;
}
.shift-ins {
    text-decoration: underline;
}

.shift-em
{
    font-style: italic;
}

body
{
    background: white;
    color: #222;
    font-family: 'Trebuchet MS', Arial, Lato, Roboto, Helvetica, "Segoe UI", Sans-Serif;
    margin: 0;
    padding: 0;
    min-width: 750px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.body-mobile
{
    min-width: 320px !important;
}

a
{
    color: #07c;
    outline: none;
    text-decoration: none;
}

    a:hover
    {
        text-decoration: none;
        transition: 0.2s;
        color: #d6121d;
    }

p
{
    padding: 0;
    margin: 0;
    text-decoration: none;
}
/*Тэги*/
.search-tags {
    padding: 20px 32px 12px;
    display: inline-block;
    background-color: #fff;
    border: 1px solid #e4e4e4;
}
    div.col-md-12.search-tags > div.col-md-3 {
        padding: 5px;
    }
/*Комментарии*/
.commentDelete {
    box-sizing: border-box;
}

.commentDeleteColor
{
    background-color: grey;
}
.commentCheckColor {
    color: grey;
}


.commentAdd
{
    box-sizing: border-box;
    margin-top: 10px;
}

.commentNewBuildingDelete
{
    box-sizing: border-box;
}

.commentNewBuildingAdd
{
    box-sizing: border-box;
    margin-top: 10px;
}

.comments,
.comments .media-list
{
    display: inline-block;
    width: 100%;
}

    .comments textarea
    {
        margin-top: 15px;
        height: 100px;
        resize: none;
    }

.media-heading
{
    margin: 0;
}

.media
{
    border-bottom: 1px solid #dedede;
    padding-bottom: 15px;
}

    .media:last-child
    {
        border: none;
        padding-bottom: 0;
    }

.media-body .author
{
    display: inline-block;
    font-size: 14px;
    color: #222;
    font-weight: 700;
}

.media-body .metadata
{
    display: inline-block;
    color: #999;
    font-size: 12px;
    margin-left: 5px;
}

.footer-comment
{
    color: #dedede;
    margin-bottom: 5px;
}

.vote.plus:hover
{
    color: green;
}

.vote.minus:hover
{
    color: red;
}

.vote
{
    cursor: pointer;
}

.comment-reply a
{
    color: #777;
}

    .comment-reply a:hover, .comment-reply a:focus
    {
        color: #000;
        text-decoration: none;
    }

.devide
{
    padding: 0px 4px;
    font-size: 0.9em;
}

.media-text
{
    padding: 10px 0;
}

.title-comments
{
    font-size: 18px;
    font-weight: bold;
    color: rgba(0,0,0,.87);
    border-bottom: 1px solid rgba(34,36,38,.15);
    margin-bottom: 15px;
    padding: 15px 0;
    text-align: left;
}

.float-left
{
    float: left;
}

h2 .float-right
{
    float: right;
}

section
{
    position: relative;
}

.clear-fix:after
{
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

.clear
{
    clear: both;
}

h1, h2, h4,
h3, h5, h6
{
    color: #fff;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1, .div-h1 {
    font-size: 22px;
    color: #222;
    padding: 0;
    margin: 0;
    font-weight: 700;
    text-align: left;
    box-sizing: border-box;
    padding-bottom: 15px;
}

h2 {
    text-align: left;
    margin: 0;
    font-size: 19px;
    line-height: 1em;
    color: #222;
    float: left;
    padding-bottom: 20px;
    width: 100%;
    font-weight: normal;
}

h3 {
    font-size: 19px;
    font-weight: normal;
    float: left;
    text-align: left;
    margin: 0;
    padding: 0;
    color: #222;
    width: 100%;
}

h4
{
    margin: 0;
    padding-bottom: 10px;
    color: #222;
    font-weight: 500;
    font-size: 21px;
}

h5
{
    padding: 0;
    margin: 0;
    color: #999;
    font-weight: normal;
    font-size: 1.8em;
    line-height: 1.3em;
    float: left;
}

h6
{
    font-weight: 500;
    color: #999;
    font-size: 1em;
    margin: 0;
    /*margin-bottom: 10px;*/
    line-height: 21px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

input
{
    font-family: 'Trebuchet MS';
}

.input_tab-block
{
    display: inline-block;
    width: 100%;
    border: 1px solid #d2d2d2;
}

    .input_tab-block:hover,
    .input_tab-block:focus
    {
        border-color: #d6121d;
        outline: 0;
    }

    .input_tab-block input
    {
        padding: 10px;
        width: 50%;
        float: left;
        border: none;
        height: 30px;
        box-shadow: none !important;
    }

    .input_tab-block:after
    {
        position: absolute;
        top: 5px;
        bottom: 10px;
        left: 50%;
        width: 1px;
        content: '';
        background: rgba(0,0,0,.2);
    }


.h1-news
{
    font-size: 24px;
    padding-bottom: 20px;
    margin-top: 0;
    font-weight: 700;
}

.no-object
{
    text-align: center;
    padding: 40px 0 !important;
}

.more-info
{
    display: inline-block;
    width: 100%;
    padding-top: 20px;
}

    .more-info a,
    .more-info p
    {
        border: 1px solid #d2d2d2;
        margin-left: -1px;
        color: #222;
        min-width: 32px;
    }

        .more-info a.selected,
        .more-info a.selected:hover,
        .more-info p.selected,
        .more-info p.selected:hover
        {
            background-color: #d6121d;
            color: #fff;
            border: 1px solid #d6121d;
        }

        .more-info a:hover,
        .more-info p:hover
        {
            border: 1px solid #d6121d;
            position: relative;
            background-color: #ffe1e0;
        }

        .more-info a:first-child,
        .more-info p:first-child
        {
            border-radius: 2px 0 0 2px;
            position: relative;
        }

        .more-info a:last-child,
        .more-info p:last-child
        {
            border-radius: 0 2px 2px 0;
            position: relative;
        }

.b_more-info
{
    color: white;
    background-color: #999;
    padding: 12px 20px;
    font-size: 1.5em;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
    width: 220px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    border-radius: 1px;
}

    .b_more-info:hover
    {
        background-color: #d2d2d2;
        text-decoration: none;
    }

.more-icon
{
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(/Images/MoreCommentsInfo.png) no-repeat;
    background-size: contain;
    margin-right: 5px;
    margin-top: 7px;
}

.b_more-icon
{
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(/Images/MoreCommentsInfo.png) no-repeat;
    background-size: contain;
    margin-right: 10px;
}

.social
{
    float: left;
    width: 100%;
    padding: 15px 0;
}

/*#region MAPS */
.map-tab
{
    padding-bottom: 10px;
}

#fullmap
{
    height: 100%;
    width: 100%;
    max-width: 100%;
    position: relative;
}

#map
{
    min-height: 600px;
    height: 600px;
    width: 100%;
    display: inline-block;
    position: relative;
}

    #map > ymaps
    {
        width: 100% !important;
    }

    #map .ymaps-2-1-34-b-cluster-tabs__section_type_nav
    {
        width: 200px !important;
    }

    #map .ymaps-2-1-34-b-cluster-tabs__menu-item
    {
        margin-bottom: 0 !important;
        padding: 5px 10px 5px 5px !important;
    }

    #map .ymaps-2-1-34-b-cluster-tabs__menu-item-text
    {
        color: #222 !important;
    }

        #map .ymaps-2-1-34-b-cluster-tabs__menu-item-text:hover
        {
            color: #d6121d !important;
        }

    #map .blue-link
    {
        font-size: 13px !important;
        border: none !important;
    }

.map-block
{
    display: inline-block;
}

/*#endregion */

.centred
{
    float: none;
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.main-content
{
    float: left;
    width: 100%;
    padding-right: 40px;
    box-sizing: border-box;
    margin-left: 0;
    margin-right: -240px;
    padding-left: 0;
    padding-right: 280px;
    position: relative;
}

sup.premium
{
    font-size: 0.5em;
    margin-left: 5px;
    color: #d6121d;
    font-weight: bold;
}

.disabled-link a
{
    color: #999 !important;
    cursor: default !important;
    background-color: transparent;
}

.disabled-link:hover
{
    background-color: transparent !important;
}

.blue-link
{
    color: #07c;
    cursor: pointer;
    margin-right: 10px;
    float: left;
    line-height: 20px;
    font-size: 14px;
}

    .blue-link a:hover
    {
        color: #d6121d;
    }

.news-blue-link
{
    color: #07c;
    cursor: pointer;
}

    .news-blue-link a:hover
    {
        color: #d6121d;
    }

.selected-link
{
    color: #d6121d !important;
    cursor: default !important;
}

.fast-search-link
{
    float: left;
    font-size: 14px;
    line-height: 25px;
    box-sizing: border-box;
    color: #07c;
    cursor: pointer;
    margin-right: 20px;
    overflow: hidden;
}

.toogle-button
{
    float: left;
    font-size: 14px;
    line-height: 1.428571429;
    border: 1px solid #d2d2d2;
    box-sizing: border-box;
    border-radius: 1px;
    background-color: #fff;
    color: #222;
    cursor: pointer;
    padding: 5px 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: center;
    clear: both;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    outline: none;
}

    .toogle-button:hover
    {
        border: 1px solid #B9B9B9;
        color: #222;
    }

    .toogle-button:disabled, .toogle-button:disabled:hover
    {
        color: #d2d2d2;
        border: 1px solid #d2d2d2;
        cursor: default;
    }

.red-button
{
    background-color: #d6121d;
    color: #fff;
    border: 1px solid #d6121d;
}

    .red-button:hover
    {
        background-color: #222;
        border: 1px solid #222;
        color: #fff;
    }

.big-button
{
    font-size: 1.5em;
}

.sqr
{
    line-height: 1em;
    font-size: .6em;
}

.inner-rub
{
    display: inline-block;
    margin-left: 5px;
}

.rub
{
    position: relative;
    display: inline-block;
}

    .rub:before
    {
        display: block;
        content: "–";
        position: absolute;
        top: 0.15em;
        left: -0.5px;
    }

.premium:after
{
    content: '★';
    color: #fff;
    font-size: 1.3em;
    line-height: 1em;
    padding: 3px 4px;
    border-radius: 9px;
    position: absolute;
    background-color: #d6121d;
    display: inline-block;
    bottom: 5px;
    left: 5px;
}

.favorites
{
    color: #d6121d;
    font-weight: bold;
    cursor: pointer;
}
.favoritesIp {
    font-size: 18px;
    color: #d6121d !important;
    font-weight: bold;
    cursor: pointer;
    padding: 0 5px !important;
}
    .favoritesIp a {
        font-size: 18px;
        color: #d6121d !important;
        font-weight: bold;
        cursor: pointer;
        padding: 0 5px !important;
    }
    /*#region Div-checkbox */
    .checkbox {
        display: inline-block;
        margin-left: 15px;
    }

.div-checkbox
{
    height: 18px;
    width: 18px;
    margin: 7px 0;
    border: 1px solid #d2d2d2;
    box-sizing: border-box;
    border-radius: 1px;
    background-color: #fff;
    float: left;
    cursor: pointer;
    position: relative;
}

.div-checkbox-selected:after
{
    content: "✓";
    position: absolute;
    line-height: 10px;
    font-size: 20px;
    top: 0;
    left: 0;
    color: #222;
    bottom: 0;
    right: 0;
    border-width: 1px;
    border-style: none;
    text-align: center;
    font-weight: bold;
}

.p-checkbox
{
    line-height: 30px;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0;
    float: left;
    margin: 0 10px;
}

/*#endregion */

/*#region Errors */
.error-div
{
    margin: 20px 0 0 0;
    padding: 20px;
    background-color: #f8f8f8;
}

    .error-div a
    {
        display: block;
    }

/*#endregion */

/*#region SeoTEXTs */
.s-text-1, .s-text-2 {
    box-sizing: border-box;
    width: 100%;
    margin-top: 15px;
    position: relative;
    display: inline-block;
}

    .s-text-1 .t1, .s-text-2 .t2, .s-text-1 p, .s-text-2 p
    {
        font-size: 13px;
        line-height: 18px;
        float: left;
        width: 100%;
        text-align: justify;
    }

    .s-text-1 p, .s-text-2 p
    {
        text-indent: 20px;
        padding-bottom: 10px;
    }

        .s-text-1 p:last-child, .s-text-2 p:last-child
        {
            padding-bottom: 0;
        }

    .s-text-2 .t2 a
    {
        font-size: 13px;
        line-height: 13px;
        float: none;
        margin: 0;
    }

    .s-text-1 ul, .s-text-2 ul
    {
        float: left;
        width: 100%;
        box-sizing: border-box;
        margin: 0;
        padding: 0 10px;
        padding-bottom: 10px;
    }

.s-text-2
{
    margin-top: 15px;
    margin-bottom: 0;
}

.s-text-3
{
    background: none;
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 24px;
}

    .s-text-1 h1, .s-text-2 h1, .s-text-3 h1
    {
        font-size: 24px !important;
        margin-top: 0;
    }

/*#endregion */

#body
{
    padding-top: 60px;
    clear: both;
    position: relative;
}
/*#endregion */

/*#region NavBar*/
.nav-bar_tabs
{
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
    display: table;
    background: white;
}

    .nav-bar_tabs li
    {
        display: inline-block;
        padding: 20px 0;
        font-weight: normal;
        margin-right: 30px;
    }

        .nav-bar_tabs li a,
        .nav-bar_tabs li div
        {
            color: #666;
            text-transform: uppercase;
            font-size: 14px;
            letter-spacing: 1px;
            cursor: pointer;
        }

            .nav-bar_tabs li a:hover,
            .nav-bar_tabs li div:hover
            {
                color: #d6121d;
            }

        .nav-bar_tabs li.selected
        {
            box-shadow: inset 0 -4px 0 #d6121d;
        }

            .nav-bar_tabs li.selected a,
            .nav-bar_tabs li.selected div
            {
                color: #222 !important;
                cursor: default;
                font-weight: 700;
            }

.nav-bar_tabs_fix
{
    position: fixed;
    left: 0;
    right: 0;
    top: 60px;
    display: none;
    background-color: white;
    z-index: 2;
    box-shadow: 0 5px 15px rgba(0,0,0,0.15);
}

    .nav-bar_tabs_fix ul
    {
        margin: 0 auto;
        display: table;
        padding: 0 30px;
        border: none;
    }
/*#endregion */

/*#region ContentBlocks */
.contentblock
{
    padding: 15px;
}

.left-block
{
    width: 240px;
    float: left;
    position: relative;
}

.center-block
{
    width: 100%;
    min-height: 420px;
    box-sizing: border-box;
    float: left;
    padding-left: 280px;
    padding-right: 280px;
    margin-left: -240px;
    margin-right: -240px;
}

    .center-block .half-block
    {
        margin-bottom: 30px;
        height: auto;
        /*padding: 20px;
		border: 1px solid #ededed;*/
    }

        .center-block .half-block:last-child
        {
            padding: 0;
            margin-bottom: 0;
        }

.right-block
{
    width: 240px;
    float: right;
}

.half-block
{
    height: 50%;
    width: 100%;
    float: left;
}

    .half-block h3
    {
        padding-bottom: 10px;
        font-size: 24px;
        line-height: 1.1em;
        font-weight: bold;
    }

a.half-block:hover h3
{
    color: #d6121d;
}

a.half-block:hover .news-photo-block:before
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    background-color: #222;
    opacity: 0.45;
}

.fixed_240-block
{
    height: 50%;
    width: 240px;
    min-height: 420px;
    float: left;
    padding: 0;
}

/*#endregion*/

/*#region Sitemap*/
.sitemap-block h4
{
    float: left;
    padding: 10px 0;
    box-sizing: border-box;
    font-weight: normal;
}

.sitemap-block a
{
    font-size: 1.3em;
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 5px 20px;
}
/*#endregion */

/*#region Contacts Blocks*/
.contact-block
{
    padding: 20px 0;
    display: inline-block;
    width: 100%;
}

    .contact-block .contact-head
    {
        font-weight: bold;
        float: left;
        width: 240px;
    }

    .contact-block .contact-aida
    {
        padding: 10px 0;
    }

.adv-info table
{
    border: none;
    width: 100% !important;
}

.adv-info tr:first-child td
{
    border: none;
    font-size: 16px;
}

.adv-info tr:nth-child(3) td
{
    background-color: #f8f8f8;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0 5px;
}

.adv-info td
{
    height: 40px !important;
}

    .adv-info td p
    {
        padding: 10px 5px;
    }

.adv-info tr:last-child td
{
    border: none;
}

/*#endregion */

/*#region Текст на главной */
.column-head
{
    font-size: 21px;
    line-height: 30px;
    padding-bottom: 15px;
}

.column
{
    font-size: 13px;
    line-height: 18px;
    float: left;
    padding-bottom: 20px;
    width: 25%;
    padding-right: 20px;
    box-sizing: border-box;
}

    .column p
    {
        padding: 10px 0;
        display: block;
        font-size: 13px;
    }

.column2
{
    float: left;
    width: 100%;
    font-size: 13px;
    line-height: 18px;
}

.column-ul
{
    float: left;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    box-sizing: border-box;
    font-size: 13px;
    line-height: 18px;
}

.column-end
{
    float: left;
    width: 100%;
}

/*#endregion */

/*#region Кнопка найти */
.find
{
    padding-top: 30px;
}

.find-button, .del-button
{
    background: #d6121d;
    border: 1px solid #d6121d;
    color: #fff;
    display: inline-block;
    outline: none;
    cursor: pointer;
    box-sizing: border-box;
    text-align: center;
    width: 150px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    border-radius: 1px;
}

    .find-button:hover
    {
        background: #d6121d;
        text-decoration: none;
        color: #fff;
    }

.del-button
{
    background: white;
    border: 1px solid #d2d2d2;
    color: #666;
    margin-left: 20px;
}

    .del-button:hover
    {
        background-color: #d2d2d2;
    }
/*#endregion */

/*#region Курсы валют*/
.b_currency
{
    padding: 15px 0;
    border-bottom: 1px solid #e3e3e3;
    border-top: 1px solid #e3e3e3;
}

    .b_currency p,
    .b_currency-panel
    {
        display: inline-block;
    }

.b_currency-part
{
    display: inline-block;
    padding-right: 30px;
}

.b_currency-h1
{
    display: inline-block;
    font-weight: 700;
    padding-right: 30px;
}

.b_currency-day
{
    color: #999;
    font-weight: 700;
    min-width: 55px;
}

.b_currency-type
{
    padding-left: 15px;
    font-weight: 700;
}

.b_currency-rate,
.b_currency-change
{
    padding-left: 10px;
}

.b_currency-red
{
    color: #d6121d;
}

.b_currency-green
{
    color: green;
}
/*#endregion*/

/*#region Loader Animation */
.wrapper-loader,
.wrapper-loader-min
{
    display: none;
}

.loader
{
    border: 4px solid #d2d2d2;
    border-radius: 50%;
    border-top: 4px solid #d6121d;
    border-bottom: 4px solid #d6121d;
    width: 40px;
    height: 40px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.loaderText
{
    display: none;
    margin: 0 0 0 15px;
    line-height: 40px;
    font-size: 14px;
}

.loader-min
{
    border: 2px solid #d2d2d2;
    border-radius: 50%;
    border-top: 2px solid #d6121d;
    border-bottom: 2px solid #d6121d;
    width: 20px;
    height: 20px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin
{
    0%
    {
        -webkit-transform: rotate(0deg);
    }

    100%
    {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin
{
    0%
    {
        transform: rotate(0deg);
    }

    100%
    {
        transform: rotate(360deg);
    }
}

.fixed-center
{
    position: absolute;
    z-index: 200;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.fixed-right
{
    position: absolute;
    z-index: 999;
    overflow: show;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 20px;
}

.parandja_light
{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(245, 245, 245, 0.7);
    z-index: 99;
}

/*#endregion */

/*#region BreadCrumbs */
.breadcrumbs, h1.breadcrumbs
{
    padding: 15px 0;
}

    .breadcrumbs a, .breadcrumbs span,
    h1.breadcrumbs a, h1.breadcrumbs span
    {
        font-weight: normal;
    }

    .breadcrumbs a,
    h1.breadcrumbs a
    {
        font-weight: normal;
        display: inline-block;
        color: #07c;
    }

        .breadcrumbs a:hover
        {
            color: #d6121d;
        }
/*#endregion */
@keyframes rotation
{
    0%
    {
        transform: rotate(0deg);
    }

    100%
    {
        transform: rotate(360deg);
    }
}

@media only screen and (max-width: 1400px)
{
    hgroup, section
    {
        max-width: 1170px;
        margin: 0 auto !important;
    }

    .center-block
    {
        padding-left: 270px;
        padding-right: 270px;
    }
}

@media only screen and (max-width: 1200px)
{
    .nav-bar_tabs_fix {
        top: 50px;
    }

    hgroup, section
    {
        max-width: 970px;
        margin: 0 auto !important;
    }

    .center-block
    {
        padding-left: 260px;
        padding-right: 260px;
    }

    .main-content
    {
        width: 100%;
        padding: 0;
        margin: 0;
    }
}

@media only screen and (max-width: 1044px)
{
    .b_currency
    {
        font-size: 13px;
        line-height: 18px;
    }

    .loader
    {
        right: 0;
    }

    .fixed_240-block
    {
        padding-right: 20px;
    }

    .contact-block
    {
        padding: 20px 0;
    }
}

@media (max-width: 992px)
{
    .hidden-map {
        display: none !important;
    }
    .contentblock div.col-md-6 {
        display: inline-block;
    }
    .nav-bar_tabs
    {
        margin-top: 0;
    }

        .nav-bar_tabs li
        {
            font-size: 14px;
        }
}

@media (max-width: 768px)
{
    .breadcrumbs, h1.breadcrumbs {
        padding: 0;
    }
    .object-price {
        text-align: right;
        margin-top: 10px !important;
    }
    .breadcrumbs a, h1.breadcrumbs a
    {
        font-size: 12px;
    }
    h1, .div-h1 {
        font-size: 18px;
        padding-bottom: 0px;
    }
    ul.nav-barbar_tabs::-webkit-scrollbar,
    .nav-bar_tabs_fix ul::-webkit-scrollbar {
        display: none;
    }

    .nav-bar_tabs,
    .nav-bar_tabs_fix ul
    {
        padding: 0 15px;
        display: block;
        overflow-x: scroll;
        border: none;
        white-space: nowrap;
    }

    .nav-bar_tabs
    {
        padding: 0;
        border-bottom: 1px solid #e3e3e3;
        margin-bottom: 15px;
    }

        .nav-bar_tabs li
        {
            margin-right: 15px;
            float: none;
            display: inline-block;
        }
}

@media only screen and (max-width: 768px)
{
    hgroup, section
    {
        max-width: 750px;
        margin: 0 auto !important;
    }

    .breadcrumbs, h1.breadcrumbs
    {
        padding-bottom: 10px;
        font-size: 12px;
    }
}

@media only screen and (max-width: 660px)
{
    .find
    {
        padding: 10px 0;
    }

        .find .find-button
        {
            width: 100%;
        }
}

@media only screen and (max-width: 500px)
{
    .column {
        font-size: 13px;
        line-height: 18px;
        float: left;
        padding-bottom: 0px;
        width: 100%;
        padding-right: 0px;
        box-sizing: border-box;
    }

    .b_currency-part
    {
        padding: 0;
    }

    .b_currency-rate, .b_currency-change
    {
        padding-left: 5px;
    }

    .s-text-1, .s-text-2
    {
        padding: 0;
    }
}

.banner-panel
{
    width: 100%;
    max-width: 1366px;
    float: left;
    /*padding: 0 15px;*/
    box-sizing: border-box;
    height: 240px;
    overflow: hidden;
    background: white;
}
    .adblock {
        float: left;
        line-height: 0;
        text-justify: newspaper;
        margin: 0 auto;
        text-align: justify;
        -ms-text-justify: distribute-all-lines;
        text-justify: distribute-all-lines;
        width: 100%;
        touch-action: pan-x;
    }

    .adblock:after
    {
        width: 100%;
        height: 0;
        visibility: hidden;
        overflow: hidden;
        content: '';
        display: inline-block;
    }

.reclBlock
{
    display: inline-block;
    width: 240px;
    vertical-align: top;
    line-height: normal;
    text-align: left;
    margin: 10px 0;
    white-space: normal;
}

    .reclBlock:hover, .reclBlock:hover a
    {
        color: #d6121d;
    }

    .reclBlock.p_ad > a > p
    {
        /*font-size: 1.1em;*/
    }

    .reclBlock .desc, .reclBlock .rs_contact
    {
        color: #666;
    }

a.head
{
    display: inline-block;
    float: left;
    color: #222;
}

    a.head:hover
    {
        color: #d6121d;
    }

    a.head img
    {
        padding-bottom: 5px;
        border: none;
        width: 240px;
    }

    a.head p
    {
        font-size: 12px;
        margin: 0 0 5px 0;
    }

.rs_title_ad, .rs_contact, .desc
{
    width: 100%;
    font-size: 11px;
}

.rs_title_ad
{
    font-weight: bold;
    text-transform: uppercase;
}

.flash-banner
{
    height: 400px;
    width: 240px;
}

.vertical-banner-block
{
    float: left;
    position: relative;
}

    .vertical-banner-block .rs_title_ad,
    .vertical-banner-block .rs_contact
    {
        text-align: left;
    }

    .vertical-banner-block .reclBlock
    {
        margin-top: 0;
        margin-bottom: 20px;
        height: auto;
    }

    .vertical-banner-block .flash-banner
    {
        margin-top: 0;
        height: 400px;
    }

    .vertical-banner-block .banner-panel
    {
        height: 100%;
        width: 100%;
        padding: 0;
    }
.b_o-panel > .banner-panel {
    float: inherit;
    width:100% !important;
    height: 100%;
}
.col-md-9 > .banner-panel {
    float: inherit;
    width: 100% !important;
    height: 100%;
}
.b_o-item > noindex > div.reclBlock {
    width: 33%;
    text-align: center;
}

    .b_o-item > noindex > div.reclBlock > a.head img {
        height:150px;
    }
    .b_o-item > noindex > div.reclBlock > p.desc {
        text-align: justify;
    }
.vertical-banner-block .adblock.scrollable {
    width: 100%;
}

    .vertical-banner-block .close-clck,
    .vertical-banner-block .reopen-clck
    {
        display: none;
    }

.slider_baner {
    width: 30%;
    display: inline-block;
}

    .slider_baner > noindex > div.reclBlock {
        width: 100%;
    }
.container-for-brand
{
    margin-top: 220px;
}

.brandBanner
{
    margin-top: 30px;
    min-height: 1400px;
    width: 100%;
    position: fixed;
    z-index: 0;
    background-size: cover;
}

.clck
{
    font-family: monospace;
    position: absolute;
    z-index: 2;
    height: 240px;
    line-height: 240px;
    cursor: pointer;
    width: 15px;
}

    .clck .btn
    {
        background-color: #fff;
        width: 40px;
        height: 40px;
        border-radius: 40px;
        font-size: 14px;
        line-height: 40px;
        padding: 0;
        text-align: center;
        box-shadow: 0 0 14px rgba(0,0,0,0.2);
        position: relative;
    }

.left-clck
{
    left: 0;
    display: none;
    background: white;
}

    .left-clck .btn
    {
        left: 0;
    }

        .left-clck .btn:hover
        {
            width: 50px;
            height: 50px;
            line-height: 50px;
            left: -5px;
        }

.right-clck
{
    right: -5px;
    background: white;
    display: none;
}

    .right-clck .btn
    {
        left: -25px;
    }

        .right-clck .btn:hover
        {
            width: 50px;
            height: 50px;
            line-height: 50px;
            left: -30px;
        }

.close-clck
{
    position: absolute;
    text-align: center;
    z-index: 9;
    cursor: pointer;
    color: #222;
    background-color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    line-height: 40px;
    right: -15px;
    top: 5px;
    box-shadow: 0 0 14px rgba(0,0,0,0.2);
}

    .close-clck:hover
    {
        width: 50px;
        height: 50px;
        line-height: 50px;
        right: -20px;
        top: 0;
    }

.reopen-clck
{
    display: none;
    position: absolute;
    z-index: 2;
    cursor: pointer;
    width: 228px;
    top: 65px;
    right: 15px;
    color: #d6121d;
    border-bottom: 1px solid #d6121d;
}

    .reopen-clck:hover
    {
        border-color: #ffa500;
        color: #ffa500;
        top: 65px;
    }

.scrollable
{
    position: relative;
    width: 500%;
    margin: 0;
    left: 0;
}

.yandex-direct
{
    float: left;
    width: 100%;
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 14px;
}

@media only screen and (max-width: 1400px)
{
    .banner-panel
    {
        padding: 0 15px;
        overflow: hidden;
        position: relative;
        max-width: 1170px;
        margin: 0 auto !important;
    }

    .container-for-brand
    {
        margin-top: 170px;
    }

    .close-clck
    {
        right: 5px;
    }

    .clck
    {
        width: 15px;
    }

    /*.right-clck .btn
    {
        left: -20px;
    }*/

        .right-clck .btn:hover
        {
            left: -35px;
        }

    .left-clck .btn
    {
        left: 5px;
    }

        .left-clck .btn:hover
        {
            left: 0px;
        }
}

@media only screen and (max-width: 1200px)
{
    .banner-panel
    {
        max-width: 970px;
        margin: 0 auto !important;
        padding: 0 15px;
    }

    .vertical-banner-block
    {
        width: 100%;
        padding-top: 20px;
        margin: 0 -15px;
    }

        .vertical-banner-block .reclBlock
        {
            float: left;
            width: 212px;
            margin-bottom: 20px;
        }

        .vertical-banner-block a.head img
        {
            width: 212px;
        }

        .vertical-banner-block .banner-panel
        {
            margin-top: 20px;
        }

        .vertical-banner-block .adblock.scrollable
        {
            width: 500%;
        }

    .clck
    {
        width: 15px;
    }
}

@media only screen and (max-width: 1044px)
{
    .b_o-panel > .banner-panel {
        height: !important;
    }
    .adblock:not(.flash)
    {
        position: relative;
        width: 500%;
        margin: 0;
        left: 0;
    }

    .adblock:after
    {
        content: none;
    }

    .vertical-banner-block .adblock
    {
        width: 100%;
    }

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

@media only screen and (max-width: 992px)
{
    .banner-panel
    {
        padding: 0 10px;
        max-width: 100%;
        margin: 0 auto !important;
    }

    .vertical-banner-block .adblock
    {
        width: 500%;
    }
}

@media only screen and (max-width: 768px)
{
    .b_o-item > noindex > div.reclBlock {
        width: 100%;
        text-align: center;
    }
    .banner-panel
    {
        max-width: 100%;
        margin: 0 auto !important;
    }

    .flash-banner
    {
        margin: 0 auto;
    }

    .yandex-direct
    {
        display: none;
    }

    .close-clck
    {
        right: 0;
    }
}

@media only screen and (max-width: 600px)
{
    .slider_baner{
        width:100%;
        display:none;
    }
    .vertical-banner-block {
        display: none;
    }
}

@media only screen and (max-width: 500px)
{
    .banner-panel
    {
        padding: 0 10px;
    }

    .flash-banner
    {
        float: none;
        display: table;
        margin-left: auto;
        margin-right: auto;
    }
}

nav
{
    width: 100%;
    display: inline-block;
    background-color: #222;
    position: fixed;
    z-index: 3;
    top: 0;
}

.menu
{
    width: 100%;
    margin: 0 auto;
    max-width: 1366px;
    padding: 0 15px;
    display: table;
    box-sizing: border-box;
}

.menu_item__logo
{
    margin: 20px 0;
    width: 25px;
    height: 20px;
    float: left;
    overflow: hidden;
    background: url(https://cdn.realestate.ru/images/favicon.ico) center no-repeat;
    background-size: contain;
}

.menu_item__logo-text
{
    float: left;
    font-family: 'Trebuchet MS';
    font-size: 18px;
    line-height: 60px;
    color: white;
    padding: 0 10px;
}

.menu_nav__item
{
    margin: 0;
    padding: 0 10px;
    float: left;
    line-height: 60px;
    list-style: none;
}

    .menu_nav__item li
    {
        cursor: pointer;
        float: left;
        height: 60px;
    }

        .menu_nav__item li:hover
        {
            cursor: pointer;
            float: left;
            background-color: #d6121d;
            color: white;
        }

            .menu_nav__item li:hover > ul
            {
                display: block;
            }

        .menu_nav__item li a, .menu_nav__item li div
        {
            color: white;
            padding: 0 15px;
            display: block;
        }

        .menu_nav__item li ul li a
        {
            color: #222;
        }

        .menu_nav__item li ul li:hover
        {
            background-color: #ededed;
        }

        .menu_nav__item li div
        {
            cursor: default;
        }

    .menu_nav__item ul
    {
        z-index:505;
        display: none;
        background: #fff;
        position: absolute;
        list-style: none;
        padding: 0;
        box-shadow: 0 3px 4px rgba(0,0,0,.5);
    }

    .menu_nav__item li ul li, .menu_nav__item li ul li:hover
    {
        float: none;
        position: relative;
        padding-right: 40px;
        height: 40px;
        line-height: 40px;
    }

.menu_quick-panel
{
    float: right;
}

    .menu_quick-panel a
    {
        margin-top: 14px;
        margin-bottom: 14px;
        margin-left: 20px;
        line-height: 30px;
        padding: 0 15px;
    }

/**/
.menu_icon-panel
{
    position: absolute;
    height: 55px;
    z-index: 9;
    right: 0;
    display: none;
}

.menu_icon-mobile
{
    position: absolute;
    right: 0;
    margin: 7px;
    display: none;
    height: 40px;
    width: 40px;
    background: url(https://cdn.realestate.ru/Images/menu_open.png) no-repeat;
    background-size: cover;
    cursor: pointer;
}
.menu_icon-search {
    position: absolute;
    right: 0;
    margin: 7px;
    margin-top:12px;
    display: none;
    height: 30px;
    width: 30px;
    background: url(https://cdn.realestate.ru/Images/menu_search.png) no-repeat;
    background-size: cover;
    cursor: pointer;
}

.menu_nav
{
    position: relative;
    float: none;
    width: auto;
}

.menu_nav-container_mobile
{
    width: 100%;
    height: 100%;
    overflow: auto;
    padding-right: 17px;
}

.menu_nav-mobile
{
    overflow-x: hidden;
    display: none;
}

    .menu_nav-mobile::-webkit-scrollbar
    {
        width: 0 !important;
    }

.menu_nav-mobile
{
    -ms-overflow-style: none;
}

.menu_nav-mobile_show
{
    display: none;
    opacity: 0;
}

.menu_quick-panel_login
{
    margin-left: 0 !important;
    color: white;
    display: inline-block;
}

#enter {
    color:white;
}

#enter:hover {
    color: #d6121d
}

@media only screen and (max-width: 1400px) {
    .menu
    {
        max-width: 1170px;
    }

    .menu_quick-panel a
    {
        margin-left: 10px;
    }

    .menu_nav-container_mobile
    {
        max-width: 1170px;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 1200px)
{
    .b_o-containerfixed
    {
        top:50px;
    }
    .menu {
        max-width: 970px;
        padding: 0;
        position: relative;
    }

    .menu_nav-container_mobile
    {
        max-width: 970px;
        margin: 0 auto;
    }

    .menu_nav__item li a, .menu_nav__item li div
    {
        padding: 0 10px;
    }

    .menu_item__logo
    {
        margin-left: 10px;
    }

    .menu_icon-panel
    {
        display: block;
    }

    .menu_icon-mobile
    {
        display: block;
        right: 0;
    }

    .menu_icon-search {
        display: block;
        right: 50px;
    }

    .menu_nav
    {
        display: none;
    }

    .menu_nav-mobile_show
    {
        display: block;
        opacity: 1;
    }

    .menu_nav-mobile
    {
        z-index:8;
        position: fixed;
        height: 100vh;
        background-color: #222;
        width: 100%;
        top: 50px;
        left: 0;
        right: 0;
        bottom: 0;
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 0;
        -moz-transform: translate(0,0);
        -ms-transform: translate(0,0);
        transform: translate(0,0);
        -moz-transition: -moz-transform .1s ease-in-out,opacity .1s,z-index .1s,visibility .1s;
        -o-transition: -o-transform .1s ease-in-out,opacity .1s,z-index .1s,visibility .1s;
        transition: transform .1s ease-in-out,opacity .1s,z-index .1s,visibility .1s;
    }

    .menu_nav__item
    {
        padding: 0 15px;
        width: 25%;
    }

        .menu_nav__item li
        {
            width: 100%;
            height: auto;
            line-height: 20px;
        }

            .menu_nav__item li span
            {
                font-size: 14px;
                color: #d4d4d4;
                padding: 10px 0;
                float: left;
                text-transform: uppercase;
                letter-spacing: 2px;
            }

            .menu_nav__item li:hover
            {
                cursor: default;
                background-color: transparent;
            }

            .menu_nav__item li a,
            .menu_quick-panel_login
            {
                padding: 0;
                line-height: 30px;
            }

                .menu_nav__item li a:hover,
                .menu_quick-panel_login:hover
                {
                    color: #d6121d;
                }

    .menu_quick-panel
    {
        float: left;
        clear: both;
    }
}

@media only screen and (max-width: 768px)
{
    .menu
    {
        max-width: 750px;
        padding: 0 15px;
    }

    .menu_item__logo
    {
        margin-left: 0;
    }

    .menu_nav-container_mobile
    {
        max-width: 750px;
        padding: 0 5px;
    }
}

@media only screen and (max-width: 660px)
{
    .menu_nav__item
    {
        width: 50%;
        min-height: 250px;
    }
}

.b_news-panel
{
    padding: 15px 0 0 0;
}

.b_news
{
    display: block;
    padding-bottom: 30px;
    min-height: 400px !important;
}

    .b_news:nth-last-child(-n+2)
    {
        padding-bottom: 0;
    }

    .b_news:before
    {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        height: 60px;
        background: linear-gradient(to bottom,transparent,rgba(0,0,0,.8));
    }

    .b_news h4,
    .b_news h5
    {
        margin-bottom: 0;
        padding-bottom: 0;
        color: #222;
    }

    .b_news h4
    {
        font-size: 16px;
    }

    .b_news h5
    {
        font-size: 16px;
        line-height: 20px;
        margin-top: 10px;
    }

    .b_news:hover h4,
    .b_news:hover h5
    {
        color: #d6121d;
    }

    .b_news:hover .b_news-photo:before
    {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        content: '';
        background-color: #222;
        opacity: 0.35;
    }

.b_news-small
{
    max-height: 320px !important;
    min-height: 320px !important;
    overflow: hidden;
}

    .b_news-small:nth-last-child(-n+3)
    {
        padding-bottom: 0;
    }

.b_news-title
{
    line-height: 34px;
    font-size: 30px;
    font-weight: bold;
    margin-top: 15px;
}

.b_news-short
{
    font-size: 16px;
    margin: 0;
    color: #999;
}

.b_news-photo
{
    width: 100%;
    height: 265px;
    position: relative;
    background-color: #e3e3e3;
}

    .b_news-photo:before
    {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        content: '';
        background: linear-gradient(to bottom,transparent,rgba(0, 0, 0, 0.5));
    }

    .b_news-photo .social
    {
        position: absolute;
        right: 15px;
        bottom: 15px;
        text-align: right;
        padding: 0;
    }

    .b_news-photo img
    {
        width: 100%;
    }

.b_news-photo_main,
.b_news-photo_main img
{
    height: auto !important;
}

.b_news-photo_small
{
    height: 200px;
}

.b_news-views
{
    color: white;
    position: absolute;
    font-size: 12px;
    bottom: 15px;
    left: 15px;
    margin: 0;
}

    .b_news-views span
    {
        margin-right: 5px;
    }

    .b_news-views label
    {
        border-right: 1px solid White;
        line-height: 16px;
        padding-right: 7px;
        margin-right: 3px;
    }

        .b_news-views label:last-child
        {
            border: none;
            padding: 0;
            margin: 0;
        }

.b_news-type
{
    font-size: 14px;
    margin-top: 13px;
    letter-spacing: 1px;
    margin-bottom: 7px;
    color: #d6121d;
    text-transform: uppercase;
}

.b_news-lenta_panel:nth-last-child(-n+1) .b_news-lenta_block
{
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}

.b_news-lenta_block
{
    display: inline-block;
    width: 100%;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e3e3e3;
}

    .b_news-lenta_block h4
    {
        margin: 0;
        padding: 0;
        font-size: 14px;
    }

    .b_news-lenta_block span
    {
        font-size: 10px;
        color: #999;
        padding-top: 10px;
        text-transform: uppercase;
        display: inline-block;
        letter-spacing: 1px;
    }

    .b_news-lenta_block:hover h4
    {
        color: #d6121d;
    }

.b_news-long
{
    font-size: 16px;
    font-weight: normal;
    float: left;
    text-align: justify;
    width: 100%;
    padding-top: 15px;
}

    .b_news-long h2
    {
        font-size: 1.5em;
        padding: 20px 0;
    }

    .b_news-long h3
    {
        font-size: 1.3em;
        padding: 20px 0;
        font-weight: normal;
    }

    .b_news-long h4
    {
        font-size: 18px;
    }

    .b_news-long h5
    {
        font-size: 21px;
        padding: 10px 0 10px 0;
        width: 100%;
        float: none;
        clear: both;
        color: #222;
        font-weight: bold;
        text-align: left;
    }

        .b_news-long h5 span
        {
            /*color: #d6121d !important;*/
            color: #222 !important;
        }

    .b_news-long h6
    {
        font-size: 18px;
        padding: 10px 0 10px 0;
        width: 100%;
        float: none;
        clear: both;
        color: #222;
        font-weight: bold;
    }

    .b_news-long u
    {
        text-decoration: none;
    }

    .b_news-long p
    {
        padding-bottom: 10px;
        overflow: hidden;
        float: left;
        width: 100%;
        box-sizing: border-box;
    }

    .b_news-long a span
    {
        color: #07c !important;
        font-size: 16px !Important;
    }

    .b_news-long a:hover span
    {
        color: #d6121d !important;
    }

    .b_news-long a.news-blue-link
    {
        word-break: break-word;
    }

    .b_news-long hr
    {
        border: none;
        border-top: 2px solid #222;
        margin: 10px 0;
        float: left;
        width: 100%;
    }

    .b_news-long img
    {
        max-width: 100% !important;
        float: left;
        /*width: 100%;*/
        height: auto;
    }

    .b_news-long .div-table, .b_news-long table
    {
        width: 100% !important;
        border: none;
        font-size: 13px !important;
    }

    .b_news-long .div-table
    {
        padding-bottom: 15px;
    }

    .b_news-long table td
    {
        border: none;
        border-right: 1px solid white;
        border-bottom: 1px solid white;
        padding: 5px;
    }

        .b_news-long table td p
        {
            padding: 0 !important;
            margin: 0 !important;
        }

    .b_news-long table tr
    {
        background-color: #ededed;
        padding: 5px;
    }

        .b_news-long table tr:first-child
        {
            background-color: #666;
            color: white;
        }

.b_news-paginginfo
{
    text-align: center;
    border-bottom: 1px solid #d2d2d2;
    margin: 30px 0;
    line-height: 1px;
}

    .b_news-paginginfo span
    {
        padding: 0 10px;
        background-color: white;
    }
/*BackOffice Styles*/
.bo_parent-theme
{
    padding: 20px 0;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    margin-bottom: 15px;
    float: left;
    width: 100%;
}

    .bo_parent-theme b
    {
        width: 100%;
        float: left;
        font-size: 18px;
        padding-bottom: 5px;
    }

    .bo_parent-theme a
    {
        clear: both;
        float: left;
        width: 100%;
        line-height: 30px;
    }

.bo_snoska, .b_news-long div.bo_snoska
{
    padding: 15px;
    font-size: 13px !important;
    margin-bottom: 15px;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
    float: left;
    width: 100%;
    box-sizing: border-box;
}

.bo_vrezka
{
    background-color: #ededed;
    padding: 10px;
    margin-bottom: 10px;
    float: left;
    width: 100%;
    box-sizing: border-box;
}

.bo_text-left-50
{
    float: left !important;
    width: 50% !important;
    padding-right: 20px !important;
    box-sizing: border-box !important;
}

.bo_text-right-50
{
    float: left !important;
    width: 50% !important;
    padding-left: 20px !important;
    box-sizing: border-box !important;
}

.bo_img-right-50
{
    height: 100% !important;
    width: 50% !important;
    float: right !important;
}

.bo_img-left-50
{
    height: 100%;
    width: 50% !important;
    float: left !important;
}

.bo_text-right
{
    float: none;
    width: 100%;
    box-sizing: border-box;
    float: left;
    padding-left: 170px;
    margin-left: -150px;
    font-weight: bold;
}

    .bo_text-right p, .bo_text-left p
    {
        font-size: 15px !important;
    }

.bo_text-left
{
    float: none;
    width: 100%;
    box-sizing: border-box;
    float: left;
    padding-right: 140px;
    margin-right: -120px;
    font-weight: bold;
    text-align: right;
}

.bo_portrait-name
{
    font-size: 21px !important;
    color: #999;
    padding-bottom: 0;
    line-height: 30px;
}

.bo_portrait-panel
{
    display: table;
    padding: 15px 0;
    width: 100%;
    float: left;
}

.bo_portrait-icon
{
    width: 120px !important;
    height: 120px !important;
    border-radius: 75px !important;
    display: table-cell;
}

/*#endregion */

.b_news__subscride
{
    float: left;
    width: 100%;
    background-color: #ededed;
    box-sizing: border-box;
    margin-bottom: 30px;
    padding: 15px;
}

    .b_news__subscride .h4
    {
        float: left;
        font-size: 14px;
        line-height: 32px;
    }

    .b_news__subscride input[type="email"]
    {
        float: left;
        height: 32px;
        padding: 0;
        border: 1px solid #d2d2d2;
        box-sizing: border-box;
        padding: 0 5px;
        width: 200px;
        -webkit-appearance: none;
        outline: none;
        font-size: 14px;
        margin: 0 0 0 15px;
    }

    .b_news__subscride input[type="submit"]
    {
        margin-bottom: 0;
        width: 100px;
        clear: none;
        margin-right: 0;
        margin-left: -1px;
        height: 32px;
    }
/************************************/

.tag
{
    padding: 5px 10px;
    background-color: #e3e3e3;
    color: #999;
    font-size: 1.1em;
    border-radius: 1px;
    margin: 0 5px 5px 0;
    float: left;
}

    .tag:hover
    {
        background-color: #ed4836;
        color: white;
    }

.tag-text
{
    float: left;
    width: 100%;
    color: #999;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e3e3e3;
}

.news-advertlist
{
    width: 100%;
    padding-bottom: 20px;
    box-sizing: border-box;
    float: left;
    clear: both;
}

    .news-advertlist:last-child
    {
        padding: 0;
    }

.advert
{
    float: left;
    width: 22%;
    padding-right: 3%;
    overflow: hidden;
}

    .advert img
    {
        width: 100%;
        /*height: 90px;*/
        float: left;
    }

    .advert p
    {
        float: left;
        width: 100%;
        padding: 5px 0;
        font-size: 1.3em;
        text-align: justify;
    }

.div-table
{
    display: inline-block;
}


@media only screen and (max-width: 1400px)
{
    .div-table
    {
        overflow-x: scroll;
        width: 640px;
    }

    .b_news-photo
    {
        height: 280px;
    }

    .b_news-photo_small
    {
        height: 180px;
    }
}

@media only screen and (max-width: 1200px)
{
    .div-table
    {
        width: 380px;
    }

    .b_news
    {
        min-height: 400px !important;
    }

    .b_news-photo
    {
        height: 280px;
    }

    .b_news-small
    {
        min-height: 300px !important;
    }

    .b_news-photo_small
    {
        height: 180px;
    }

    .b_news h5
    {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1044px)
{
    .div-table
    {
        width: 400px;
    }

    .b_news-small
    {
        min-height: 320px !important;
    }

    .b_news-photo
    {
        height: 280px;
        display: block;
        min-height: 1px !important;
    }

    .b_news-photo_small
    {
        height: 240px;
        display: block;
        min-height: 1px !important;
    }
}

@media only screen and (max-width: 992px)
{
    .b_news-photo
    {
        height: 240px;
        display: block;
        min-height: 1px !important;
    }
}

@media only screen and (max-width: 768px)
{
    .div-table
    {
        width: 420px;
    }

    .b_news-photo,
    .b_news-type
    {
        display: none;
    }

    .b_news h4,
    .b_news h5
    {
        width: 100%;
        font-size: 16px;
        margin-top: 0;
        margin-bottom: 20px !important;
        padding-bottom: 20px !important;
        border-bottom: 1px solid #e3e3e3;
    }

    .b_news:nth-last-child(-n+1) h4,
    .b_news:nth-last-child(-n+1) h5
    {
        padding-bottom: 0 !important;
        border-bottom: none;
    }

    .b_news-lenta_panel:first-child
    {
        padding-top: 15px;
        margin-top: 15px;
        border-top: 1px solid #e3e3e3;
        display: inline-block;
    }

    .b_news-lenta_block h4
    {
        font-size: 16px;
    }

    .b_news-lenta_block span
    {
        font-size: 12px;
    }

    .b_news-panel__tabs
    {
        padding-right: 0 !important;
    }

    .b_news,
    .b_news-small
    {
        min-height: 1px !important;
        padding-bottom: 0;
        margin-top: 0;
    }

    .b_news-photo_main
    {
        display: block;
    }

    .b_news-title
    {
        line-height: 28px;
        font-size: 24px;
    }

    .h1-news
    {
        padding-bottom: 20px;
        font-size: 18px;
    }
}

@media only screen and (max-width: 500px)
{
    .div-table
    {
        width: 320px;
    }

    .bo_text-left-50, .bo_text-right-50, .bo_img-right-50, .bo_img-left-50
    {
        float: left !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .b_comm
    {
        float: left;
        margin-top: 10px;
        clear: both;
    }

    .b_news-title
    {
        line-height: 22px;
        font-size: 20px;
    }

    .b_news-views
    {
        bottom: 10px;
        left: 10px;
    }

    .b_news-photo .social
    {
        bottom: 10px;
        right: 10px;
    }

    .b_news__subscride
    {
        padding: 10px;
    }

        .b_news__subscride input[type="email"]
        {
            margin-left: 0;
            width: 50%;
        }

        .b_news__subscride input[type="submit"]
        {
            width: 50%;
        }
}

@media only screen and (max-width: 320px)
{
    .div-table
    {
        width: 280px;
    }
}

.b_main
{
    position: relative;
    background: url(https://cdn.realestate.ru/Images/bg1.jpg) center no-repeat;
    background-size: cover;
}

    .b_main:before
    {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        content: '';
        background-color: #222;
        opacity: 0.75;
    }

.b_main-panel
{
    text-align: center;
    position: relative;
    z-index: 2;
}

.b_main-panel__slogan
{
    color: white;
    font-size: 40px;
    padding: 40px;
    text-align:center;
    font-weight: bold;
    text-shadow: 0 2px 4px rgba(0,0,0,.5);
}

/*#region DropDown  */
.b_main-panel select.custom-dropdown
{
    border: 0 !important; /*REMOVES BORDER*/
    font-size: 16px;
    padding: 10px;
    cursor: pointer;
    outline: none;
    border-radius: 2px;
    padding-left: 5px;
}

    .b_main-panel select.custom-dropdown:first-child
    {
        width: 130px;
    }

        .b_main-panel select.custom-dropdown:first-child + *
        {
            width: 220px;
        }

            .b_main-panel select.custom-dropdown:first-child + * + *
            {
                width: 160px;
            }

                /*.b_main-panel select.custom-dropdown:first-child + * + * + *
                {
                    width: 200px;
                }*/

    .b_main-panel select.custom-dropdown:disabled
    {
        background-color: #CECECE !important;
        cursor: default !important;
    }
/*ie apperance fix*/
.b_main-panel select::-ms-expand
{
    display: none;
}
/*#endregion */

.b_main-panel input.custom-location {
    border: 0 !important;
    font-size: 16px;
    padding: 10px 10px 9px 10px;
    margin-top: 4px;
    width: 518px;
    outline: none;
    border-radius: 2px;
    padding-left: 5px;
    display: inline-block;
}

.b_main-panel__find
{
    background: #d6121d;
    border: 1px solid #d6121d;
    color: #fff;
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    padding: 10px 40px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    border-radius: 2px;
    margin: 30px 0;
}

    .b_main-panel__find:hover
    {
        background: #b4131c;
        border: 1px solid #b4131c;
        color: #fff;
    }

.b_main-panel_fast
{
    width: 50%;
    display: table-cell;
    text-align: left;
}

.b_main-panel__h
{
    color: white;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    margin-right: 15px;
}

.b_main-panel_fast__new
{
    display: inline-block;
    color: white;
    padding: 0 5px;
    background-color: rgba(255,255,255,.3);
}

    .b_main-panel_fast__new > p,
    .b_main-panel_fast__new > em
    {
        display: inline-block;
        padding: 0 5px;
    }

    .b_main-panel_fast__new em
    {
        color: #ffd27f;
    }

.b_main-panel_fast__links
{
    display: inline-block;
    padding-bottom: 15px;
    padding-top: 15px;
}

    .b_main-panel_fast__links a
    {
        color: white;
        margin-right: 15px;
    }

        .b_main-panel_fast__links a:hover
        {
            color: #d6121d;
        }

        .b_main-panel_fast__links a em
        {
            color: #d6121d;
        }

.b_main-panel_popular
{
    width: 100%;
    display: inline-block;
    text-align: left;
    padding: 30px 0;
}

.b_main-panel_popular__links
{
    padding-top: 15px;
    width: 100%;
    display: inline-block;
}

    .b_main-panel_popular__links em
    {
        color: #ffd27f;
        font-style: normal;
        border-right: 2px solid;
        padding-right: 15px;
        margin-right: 15px;
    }

    .b_main-panel_popular__links a
    {
        color: white;
        margin-right: 15px;
    }

        .b_main-panel_popular__links a:hover
        {
            color: #d6121d;
        }

@media only screen and (max-width: 1200px)
{
    .b_main-panel__slogan {
        font-size: 25px;
    }
}

@media only screen and (max-width: 550px) {
    .b_main-panel input.custom-location {
        width: 190px;
    }
}

@media only screen and (max-width: 375px)
{
    .b_main-panel select.custom-dropdown:first-child {
        width: 160px;
        margin-bottom: 5px;
    }

        .b_main-panel select.custom-dropdown:first-child + * {
            width: 160px;
            margin-bottom: 5px;
        }

            .b_main-panel select.custom-dropdown:first-child + * + * {
                width: 160px;
                margin-bottom: 5px;
            }

                /*.b_main-panel select.custom-dropdown:first-child + * + * + * {
                    width: 160px;
                    margin-bottom: 5px;
                }*/

    .b_main-panel input.custom-location {
        width: 160px;
        margin: 0 0 5px 0;
    }

    .b_main-panel_fast__new
    {
        padding:0;
    }
}

/*ВНУТРЕННИЙ ПОИСК*/
/*#region Заголовок */
.ymaps-2-1-73-balloon__content>ymaps{
    width:100% !important;
}
.search-content {
    width: 100%;
    float: left;
    box-sizing: border-box;
    display: inline-block;
}
.other_offer{
    /*height: 270px;*/
}
#searchpanelextended > .btn-danger {
    z-index: 1;
}
.search-content-top {
    float: left;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #d2d2d2;
}
#show_more {
    cursor: pointer;
    padding-top: 5px;
    margin-bottom: 20px;
    font-size: 16px;
}
.radio-button
{
    float: left;
    cursor: pointer;
    font-size: 16px;
    margin-left: 30px;
    margin-bottom: -1px;
    line-height: 40px;
    color: #999;
    transition: 0s;
}

    .radio-button:first-child
    {
        margin-left: 0;
    }

    .radio-button:hover
    {
        color: #d6121d;
        transition: none;
    }
/*#endregion */

/*#region Основной блок */
.search-ui-controls
{
    box-sizing: border-box;
    float: left;
    width: 100%;
    padding-top: 20px;
    z-index: 99;
    position: relative;
    margin-top: -1px;
}

    .search-ui-controls sup
    {
        line-height: 1px;
        font-size: 9px;
    }

.ui-controls
{
    float: left;
    width: 100%;
}

    .ui-controls input
    {
        float: left;
        height: 32px;
        padding: 0;
        border: 1px solid #d2d2d2;
        margin-right: 5px;
        box-sizing: border-box;
        padding: 0 5px;
        width: 100px;
        -webkit-appearance: none;
        outline-color: #d6121d;
        font-size: 14px;
    }

        .ui-controls input::-webkit-inner-spin-button,
        .ui-controls input::-webkit-outer-spin-button
        {
            -webkit-appearance: none;
            margin: 0;
        }

        .ui-controls input:focus
        {
            outline-style: solid;
            outline-width: 0px;
            border: 1px solid #d6121d;
            box-shadow: 0 0 6px #d6121d;
            z-index: 2;
            position: relative;
        }

.ui-button-control
{
    display: table;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
}

.ui-button-fixed
{
    position: fixed;
    padding: 5px 0;
    z-index: 100;
    background-color: #fff;
    box-sizing: border-box;
    text-align: center;
    width: 100%;
    margin: 0px 0 0 -50%;
    left: 50%;
    bottom: 0;
}

.controls__b0,
.controls__b1,
.controls__b2,
.controls__b3,
.controls__b4
{
    float: left;
    margin-right: 20px;
    padding-bottom: 15px;
}

    .controls__b1 .input-block
    {
        padding-top: 0;
    }

.controls__b0
{
    width: 100%;
    margin-right: 0;
}

.controls__b3
{
    padding-bottom: 0;
}

    .controls__b3 .input-block
    {
        padding: 0;
        padding-right: 30px;
        min-width: 1px;
    }

.controls__b4
{
    width: 100%;
    margin: 0;
    box-sizing: border-box;
}

.controls__b5
{
    float: right;
}

    .controls__b5 .btn
    {
        width: 100px;
        margin-top: 30px;
        margin-left: 15px;
    }

.extended-block
{
    float: left;
    display: inline-block;
}

    .extended-block > div
    {
        clear: both;
        float: left;
    }

.header-div
{
    color: #222;
    white-space: nowrap;
    font-size: 14px;
    line-height: 1.428571429;
    width: 100%;
    padding-bottom: 10px;
}

    .header-div > p
    {
        float: left;
        padding-right: 5px;
    }

.header-span
{
    float: left;
    line-height: 32px;
    margin-right: 5px;
}

.fast-link-block
{
    float: left;
    width: 100%;
    padding-bottom: 15px;
}

.fast-header-panel
{
    font-size: 18px;
    padding-top: 20px;
}

.fast-search-panel
{
    float: left;
    width: 100%;
    padding-right: 20px;
    box-sizing: border-box;
}

    .fast-search-panel .full-info-header
    {
        font-weight: normal;
        padding-top: 5px;
        display: block;
    }

    .fast-search-panel.column_panel .fast-search-link
    {
        margin-right: 0;
        width: 20%;
    }

/*#endregion */

/*Разные блоки частей формы поиска*/
/*#region Checkbox */
.s-checkbox_container
{
    float: left;
    display: inline-block;
    padding-top: 10px;
}

.s-checkbox-block
{
    float: left;
}

.ui-controls .p-checkbox
{
    font-size: 14px;
    margin-right: 20px;
    width: 100%;
    float: none;
    margin-left: -10px;
    padding-left: 35px;
    box-sizing: border-box;
}
/*#endregion */

/*#region Tab-Checkbox and Toogle input */
.tab-checkbox-block
{
    float: left;
    display: inline-block;
}

    .tab-checkbox-block .tab-checkbox:first-child
    {
        border-radius: 1px 0 0 1px;
        z-index: 1;
        position: relative;
    }

    .tab-checkbox-block .tab-checkbox:last-child
    {
        border-radius: 0 1px 1px 0;
        z-index: 1;
        position: relative;
    }

    .tab-checkbox-block .tab-checkbox:only-child
    {
        border-radius: 1px;
    }

.tab-checkbox
{
    float: left;
    border: 1px solid #d2d2d2;
    margin-right: -1px;
    margin-bottom: 0;
    background-color: #fff;
    color: #222;
    z-index: 0;
    display: inline-block;
    padding: 5px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    outline: none;
    border-radius: 1px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

    .tab-checkbox:hover
    {
        border: 1px solid #d6121d;
        z-index: 2;
        position: relative;
        color: #222;
        background-color: #ffe1e0;
    }

.line2
{
    position: relative;
    z-index: 0;
    padding: 7px 14px;
}

/*#endregion */

#full-mo-list
{
    display: block;
    max-height: 450px;
    overflow: auto;
    margin-bottom: 20px;
}

/*#region Location Box */
.location-box-control
{
    box-sizing: border-box;
    float: left;
    cursor: pointer;
    width: 100%;
    z-index: 999;
    position: relative;
}

    .location-box-control input
    {
        padding: 5px 10px;
        font-size: 14px;
        font-weight: normal;
        line-height: 1.428571429;
        width: 100%;
        margin: 0;
        border: 1px solid #d2d2d2;
        box-sizing: border-box;
        outline-color: #d6121d;
        height: auto;
    }

.ui-toogle-button
{
    float: left;
    font-size: 14px;
    padding: 5px 10px;
    line-height: 1.428571429;
    margin-right: 10px;
    width: 100px;
    border: 1px solid #d2d2d2;
    border-radius: 1px;
    text-align: center;
    box-sizing: border-box;
    display: block;
    cursor: pointer;
    color: #222;
    background-color: #fff;
}

    .ui-toogle-button:hover
    {
        border: 1px solid #d6121d;
        color: #d6121d;
    }


.ui-toogle-button-panel .tab-checkbox:hover
{
    z-index: 2;
    position: relative;
}

.region-block
{
    display: none;
    width: 100%;
    float: left;
    max-height: 450px;
    overflow-y: auto;
    background-color: #fff;
    padding: 15px;
    box-sizing: border-box;
    border: 1px solid #d2d2d2;
    margin-top: -1px;
}

.tab-extended-block
{
    float: left;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    margin: 20px 0;
    outline: 1px solid #e3e3e3;
    background: white;
    max-height: 450px;
    overflow-y: scroll;
    position: relative;
}

/*#endregion */

/*#region Price */
.popup-block
{
    float: right;
    color: #222;
    border: 1px solid #d2d2d2;
    border-radius: 1px;
    cursor: pointer;
    position: relative;
    width: auto;
    box-sizing: border-box;
    z-index: 2;
    width: 60px;
    text-align: center;
    line-height: 30px;
    margin-right: 5px;
    background-color: #fff;
    font-size: 14px;
}

    .popup-block:hover
    {
        border: 1px solid #999;
    }

    .popup-block p
    {
        margin: 0;
    }

.popup-item
{
    display: none;
    position: absolute;
    margin: 0px 0px 7px -1px;
    border: 1px solid #d2d2d2;
    border-radius: 1px;
    background-color: #fff;
    float: left;
    width: 100%;
    text-align: center;
}

    .popup-item div
    {
        float: left;
        font-weight: normal;
        color: #222;
        white-space: nowrap;
        text-align: center;
        width: 100%;
    }

        .popup-item div:hover
        {
            color: #d6121d;
        }

#popup-distance-type
{
    float: left;
    width: 100px;
    margin: 0;
    border-radius: 0 1px 1px 0;
}

/*#endregion */

/*#region Расширенный поиск*/
#extended
{
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px solid #d2d2d2;
}

#extended-search
{
    margin: 0;
    margin-top: 30px;
}

.input-block
{
    float: left;
    padding: 15px 30px 0 0;
}

.price_block
{
    max-width: 305px !important;
}

span.after
{
    float: left;
    line-height: 40px;
    font-size: 14px;
    margin-left: 15px;
}

span.before
{
    float: left;
    line-height: 40px;
    font-size: 14px;
    margin-right: 25px;
}

.checkbox-block
{
    padding: 15px 0 0 0;
}

    .checkbox-block .s-checkbox_container
    {
        padding: 0;
    }

select.dropdown-styling
{
    float: left;
    width: 165px;
    height: 32px;
    font-size: 14px;
    border: 1px solid #d2d2d2;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline-color: #d6121d;
    background: url(https://cdn.realestate.ru/Images/dropdownarrow.png) no-repeat 150px;
    background-color: #fff;
    padding: 0 25px 0 10px;
    cursor: pointer;
}

    select.dropdown-styling:focus
    {
        outline-style: solid;
        outline-width: 0px;
        border: 1px solid #d6121d;
        box-shadow: 0 0 6px #d6121d;
    }

.cut_extended_params
{
    float: left;
    width: 100%;
    font-size: 14px;
}

    .cut_extended_params p
    {
        padding-top: 20px;
        font-weight: bold;
    }

.cut_extended_item
{
    float: left;
    padding: 5px 10px;
    color: #222;
    margin: 20px 20px 0 0;
    border: 1px solid #d2d2d2;
    line-height: 1.428571429;
    border-radius: 1px;
    font-size: 14px;
    box-sizing: border-box;
    background-color: #fff;
}

.item-delete
{
    float: right;
    margin-left: 5px;
    font-size: 30px;
    line-height: 20px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    cursor: pointer;
    z-index: 2;
}

    .item-delete:hover
    {
        color: #d6121d;
    }

/*#endregion*/

.search__screen-panel
{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: white;
    z-index: 999;
}

.search__screen-panel_menu
{
    padding: 17px;
    font-size: 18px;
    border-bottom: 1px solid #ddd;
    text-align: center;
    position: fixed;
    top: 54px;
    left: 0;
    right: 0;
    z-index: 1;
    background: white;
}

.search__screen-panel_menu-close
{
    position: absolute;
    right: 0;
    top: 0;
    padding: 19px;
    cursor: pointer;
}

    .search__screen-panel_menu-close:hover
    {
        color: #ed2824;
    }

.search__screen-panel_block
{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 114px;
    overflow-y: scroll;
}

    .search__screen-panel_block > div
    {
        margin-top: 15px;
        margin-bottom: 15px;
    }

        .search__screen-panel_block > div a
        {
            color: #07c;
            outline: none;
            text-decoration: none;
            font-size: 14px;
            line-height: 25px;
        }

            .search__screen-panel_block > div a:hover
            {
                color: #ed2824;
            }

        .search__screen-panel_block > div h4
        {
            font-size: 16px;
            padding: 30px 0 10px 0;
        }

        .search__screen-panel_block > div h5
        {
            padding: 20px 0;
            float: none;
            font-size: 12px;
            letter-spacing: 1px;
        }

.search__screen-panel_autosearch
{
    float: none !important;
    width: 100% !important;
    margin-top: 10px !important;
    padding: 0 10px !important;
}

.letter-box a
{
    font-size: 16px;
    padding-right: 5px;
}

/*#region FullInfoUI */
.full-highway-block
{
    display: none;
    float: left;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    margin: 20px 0;
    outline: 1px solid #e3e3e3;
    background: white;
}

.full-location-block
{
    float: left;
    width: 100%;
    box-sizing: border-box;
}

.full-item-block
{
    display: none;
    float: left;
    width: 100%;
}

    .full-item-block a
    {
        clear: both;
    }

    .full-item-block .list-part:nth-child(5),
    .full-item-block .list-part:nth-child(9)
    {
        clear: both;
    }

.full-info-header
{
    font-size: 14px;
    float: left;
    line-height: 30px;
    width: 100%;
    position: relative;
    display: none;
}

.full-list
{
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 10px;
}

    .full-list div.checkbox
    {
        margin-left: 0;
        width: 100%;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
    }

    .full-list .div-checkbox
    {
        margin: 3px 0;
    }

    .full-list .p-checkbox
    {
        line-height: 25px;
    }

ul.full-list
{
    -moz-column-count: 5;
    -moz-column-gap: 20px;
    -webkit-column-count: 5;
    -webkit-column-gap: 20px;
    column-count: 5;
    column-gap: 20px;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
    list-style-type: none;
    display: inline-block;
    width: 100%;
}

    ul.full-list li
    {
        display: inline-table;
        width: 100%;
    }

    ul.full-list a, ul.full-list div
    {
        clear: both;
    }

.list-part,
.item-part
{
    width: 25%;
    float: left;
}

.list-part
{
    padding-bottom: 10px;
}

#full-officeclass-block .item-part, #full-officetype-block .item-part, #full-storeclass-block .item-part, #full-storetype-block .item-part, #full-retailtype-block .item-part
{
    width: 50%;
}

#full-officeclass-block .full-list, #full-officetype-block .full-list, #full-storeclass-block .full-list, #full-storetype-block .full-list, #full-retailtype-block .full-list
{
    width: 100%;
}

.list-subregions
{
    float: left;
    width: 100%;
    padding-bottom: 20px;
}

.checkbox-all, .all-regions
{
    padding: 0 !important;
    margin: 0 !important;
}

    .checkbox-all p
    {
        font-weight: bold;
    }

li.metro-line-head
{
    font-weight: bold;
    font-size: 15px;
    line-height: 36px;
}

.metro-color
{
    float: left;
    background-color: #222;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    margin: 9px 10px 0 0;
}
/*#endregion */

/*#region Streets */
.b_street-letterbox
{
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    margin-top: 20px;
}

    .b_street-letterbox a,
    .b_street-letterbox div
    {
        float: left;
        margin-right: 15px;
        margin-bottom: 15px;
        color: #222;
        cursor: pointer;
    }

        .b_street-letterbox div[data-value]
        {
            color: #07c;
        }

        .b_street-letterbox div:hover
        {
            color: #d6121d;
        }

.b_street-panel
{
    padding-top: 15px;
    /*display: inline-block;*/
}

    .b_street-panel .h3
    {
        font-size: 18px;
        line-height: 20px;
        padding-bottom: 5px;
    }

.b_street-block
{
    margin-bottom: 15px;
    float: left;
    width: 100%;
    max-height: 125px;
    overflow: hidden;
}

.b_street-block__expand
{
    max-height: 100%;
}

.b_street
{
    width: 25%;
    font-size: 14px;
    float: left;
    line-height: 20px;
    padding-bottom: 4px;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    background: #fff;
}

.b_street-block .b_street::after
{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 50px; /* Ширина градиента*/
    height: 100%;
    background: -moz-linear-gradient(left, rgba(255,255,0, 0), #fff 100%);
    background: -webkit-linear-gradient(left, rgba(255,255,0, 0), #fff 100%);
    background: -o-linear-gradient(left, rgba(255,255,0, 0), #fff 100%);
    background: -ms-linear-gradient(left, rgba(255,255,0, 0), #fff 100%);
    background: linear-gradient(to right, rgba(255,255,0, 0), #fff 100%);
}

.b_street-more
{
    cursor: pointer;
    position: absolute !important;
    bottom: 0px;
    left: 0;
    margin: 0;
    background-color: white;
}

    .b_street-more:hover
    {
        color: #d6121d;
    }

.b_street-less
{
    display: inline-block !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.b_street-map
{
    min-height: 350px !important;
    height: 350px !important;
    background-color: #e8e8e8;
    display: inline-block;
}

.b_street__i-panel
{
    padding-top: 15px;
}

.b_street__i-common
{
    padding: 15px 0;
    /*display: inline-block;*/
}

    .b_street__i-common p
    {
        margin: 0;
    }

.b_street__i-next h4
{
    padding-bottom: 0;
    margin: 0 0 15px 0;
}

.b_street__i-next a
{
    display: block;
}

.b_street__i-features
{
    padding: 30px;
    border-bottom: 1px solid #e3e3e3;
    background-color: #f5f5f5;
}

/*#endregion */

.selected-radio, .selected-radio:hover
{
    color: #222 !important;
    cursor: default !important;
    border-bottom: 3px solid #d6121d;
}

.selected-tab, .selected-tab:hover
{
    background-color: #d6121d;
    color: #FFF;
    border: 1px solid #d6121d;
    cursor: pointer;
    z-index: 3 !important;
}

/*#region AutoComplete */
/*.container
{
	width: 800px;
	margin: 0 auto;
}*/

.autocomplete-suggestions
{
    border: 1px solid #999;
    background: #FFF;
    cursor: default;
    overflow: auto;
    font-size: 1.3em;
    padding: 5px 0;
    z-index: 1 !important;
    -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
}

.autocomplete-suggestion
{
    padding: 5px;
    white-space: nowrap;
    overflow: hidden;
}

.autocomplete-no-suggestion
{
    padding: 2px 5px;
}

.autocomplete-selected
{
    background: #F0F0F0;
}

.autocomplete-suggestions strong
{
    font-weight: bold;
    color: #222;
}

.autocomplete-group
{
    padding: 2px 5px;
}

    .autocomplete-group strong
    {
        font-weight: bold;
        font-size: 15px;
        color: #222;
        display: block;
        border-bottom: 1px solid #222;
    }
/*#endregion */

.important-checkbox
{
    padding: 0;
    box-sizing: border-box;
    position: relative;
    z-index: 3;
    margin-left: 15px;
    padding-bottom: 15px;
}

    .important-checkbox .s-checkbox-block
    {
        padding: 0 10px;
    }

    .important-checkbox .p-checkbox
    {
        margin-right: 10px;
        padding-right: 0;
        line-height: 32px;
        /*color: #d6121d;*/
    }

    .important-checkbox .div-checkbox
    {
        /*border-color: #d6121d;*/
    }

.ul_novost_param {
    max-width: 220px;
}
.ul_novost_param div {
    color: black !important;
}
.ul_novost_param ul {
    position: relative !important;
    top: -100%;
    left: 90%;
    width: max-content;
}

@media only screen and (max-width: 1400px)
{
}

@media only screen and (max-width: 1300px)
{
    .controls__b1
    {
        padding-right: 20px;
        margin: 0;
    }

    .controls__b0,
    .controls__b2
    {
        padding-right: 0;
        margin: 0;
    }

    .controls__b3,
    .controls__b5
    {
        margin: 0;
        width: 100%;
    }

        .controls__b3 .input-block
        {
            padding-bottom: 10px;
        }

        .controls__b5 .btn
        {
            margin: 15px 15px 0 0;
        }

    .fast-search-panel.column_panel .fast-search-link
    {
        width: 25%;
    }
}

@media only screen and (max-width: 1044px)
{
    .controls__b0
    {
        width: 100%;
        padding: 0 0 10px 0;
    }

    .controls__b1
    {
        padding: 0 10px 10px 0;
    }

    .controls__b2
    {
        padding: 0 0 10px 0;
    }

    .controls__b3
    {
        padding: 0 0 10px 0;
    }

    .header-div
    {
        width: 185px;
    }

    .location-box-control input
    {
        width: 100%;
    }

    #extended-search
    {
        float: left;
    }

    .controls__b5 .btn
    {
        margin-top: 0;
    }

    /*форма поиска окончена*/
    ul.full-list
    {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
        width: 670px;
    }

    .list-part, .item-part
    {
        width: 25%;
    }

    .fast-search-panel.column_panel .fast-search-link
    {
        width: 33%;
    }
}

@media only screen and (max-width: 768px)
{
    .location-box-control input,
    .header-div,
    .ui-controls input,
    .popup-block,
    .ui-toogle-button,
    select.dropdown-styling,
    .ui-controls .p-checkbox
    {
        font-size: 14px;
    }

    .tab-checkbox
    {
        font-size: 14px;
        margin-right: -1px;
    }

    .radio-button
    {
        font-size: 14px;
    }

    .list-part, .item-part
    {
        width: 33%;
    }

    ul.full-list
    {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
        width: 500px;
    }

    .full-item-block .list-part:nth-child(4),
    .full-item-block .list-part:nth-child(7),
    .full-item-block .list-part:nth-child(10)
    {
        clear: both;
    }

    .full-item-block .list-part:nth-child(5),
    .full-item-block .list-part:nth-child(9)
    {
        clear: none;
    }

    .fast-search-panel.column_panel .fast-search-link
    {
        width: 50%;
    }
}

@media only screen and (max-width: 600px)
{
    .controls__b1, .controls__b2
    {
        width: 100%;
        clear: both;
        padding: 0 0 10px 0;
    }

    .location-box-control, .location-box-control input, .extended-block > div, .tab-checkbox-block, #extended-search
    {
        width: 100%;
    }

    #extended-search
    {
        margin: 10px 0;
    }

    .header-div, .s-checkbox_container
    {
        width: 50%;
    }

    .flatRooms div.line2
    {
        padding: 7px 45px;
    }

    .input-block, .checkbox-block
    {
        width: 100%;
        padding: 0;
        padding-bottom: 10px;
        min-width: 100px;
    }

    .controls__b3 .input-block
    {
        min-width: 100px;
        padding-right: 0;
    }

    .ui-toogle-button-panel > div:first-child:nth-last-child(1)
    {
        width: 100%;
    }
    /* two items */
    .ui-toogle-button-panel > div:first-child:nth-last-child(2),
    .ui-toogle-button-panel > div:first-child:nth-last-child(2) ~ div
    {
        width: 50%;
        margin-right: 0px;
    }
    /* three items */
    .ui-toogle-button-panel > div:first-child:nth-last-child(3),
    .ui-toogle-button-panel > div:first-child:nth-last-child(3) ~ div
    {
        width: 33.3333%;
        margin-right: 0px;
    }
    /* four items */
    .ui-toogle-button-panel > div:first-child:nth-last-child(4),
    .ui-toogle-button-panel > div:first-child:nth-last-child(4) ~ div
    {
        width: 25%;
        margin-right: 0px;
    }

    .search-ui-controls .checkbox
    {
        margin: 0;
    }

    .ui-button-control
    {
        float: left;
        width: 100%;
    }

        .ui-button-control > div, .ui-button-control > a
        {
            width: 50%;
            margin: 0;
            margin-bottom: 10px;
            float: left;
        }

    .list-part, .item-part
    {
        width: 50%;
    }

    ul.full-list
    {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
        width: 385px;
    }

    .full-item-block .list-part:nth-child(4),
    .full-item-block .list-part:nth-child(10),
    .full-item-block .list-part:nth-child(6)
    {
        clear: none;
    }

    .full-item-block .list-part:nth-child(3),
    .full-item-block .list-part:nth-child(5),
    .full-item-block .list-part:nth-child(7),
    .full-item-block .list-part:nth-child(9),
    .full-item-block .list-part:nth-child(11)
    {
        clear: both;
    }

    .important-checkbox
    {
        width: 100%;
        margin: 0;
        padding: 0;
    }
}

@media only screen and (max-width: 500px)
{
    .controls__b0, .controls__b1, .controls__b2, .controls__b3
    {
        width: 100%;
        margin: 0;
        padding-right: 0;
        clear: both;
    }

    .flatRooms div.line2
    {
        padding: 7px 3px;
    }

    .header-div
    {
        width: 125px;
    }

    .ui-controls input
    {
        margin-right: -1px;
    }

    select.dropdown-styling
    {
        width: 160px;
        background: url(https://cdn.realestate.ru/Images/dropdownarrow.png) no-repeat 145px;
        background-color: #fff;
    }

    .full-highway-block, .full-location-block, .tab-extended-block
    {
        margin: 10px 0;
    }

    .fast-search-panel
    {
        padding-right: 0;
        width: 100%;
    }

        .fast-search-panel.column_panel .fast-search-link, #full-officeclass-block .item-part, #full-officetype-block .item-part, #full-storeclass-block .item-part, #full-storetype-block .item-part, #full-retailtype-block .item-part
        {
            width: 100%;
        }

    .list-part, .item-part
    {
        width: 48%;
    }

    ul.full-list
    {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
        width: 225px;
    }
}

footer
{
    background-color: #222 !important;
    position: relative !important;
    height: initial !important;
    z-index: 1 !important;
}

    footer p
    {
        margin: 0;
    }

.footer-logo
{
    display: inline-block;
}

.footer__panel-links
{
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 20px;
}

    .footer__panel-links p
    {
        padding-bottom: 20px;
    }

    .footer__panel-links a
    {
        color: white;
        line-height: 16px;
    }

        .footer__panel-links a:hover
        {
            color: #d6121d;
        }

        .footer__panel-links a.face
        {
            color: #4469bb;
        }

        .footer__panel-links a.twi
        {
            color: #55acee;
        }

        .footer__panel-links a.rss
        {
            color: orange;
        }

        .footer__panel-links a.odn
        {
            color: #ff8d00;
        }

        .footer__panel-links a.vk
        {
            color: #3d546f;
        }

        .footer__panel-links a.lj
        {
            color: #14a1da;
        }

        .footer__panel-links a.insta
        {
            color: #804c3a;
        }

        .footer__panel-links a:hover
        {
            color: #d6121d;
        }

.footer_panel-adverts
{
    color: #fff;
    border-bottom: 1px solid #fff;
    display: inline-block;
}

    .footer_panel-adverts:hover
    {
        color: #d6121d;
        border-bottom: 1px solid #d6121d;
    }

.footer_panel-copyrights
{
    display: inline-block;
    padding: 20px 0;
}

.quick-panel_image
{
    width: 100%;
    height: 200px;
    padding: 20px;
    position: relative;
    margin-bottom: 30px;
}

    .quick-panel_image:before
    {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        content: '';
        background: rgba(0,0,0,.5);
    }

.quick-panel_text-header
{
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 18px;
    padding-bottom: 10px;
}

.quick-panel_text a
{
    position: relative;
    z-index: 1;
    color: #fff;
    text-transform: lowercase;
    display: block;
}

    .quick-panel_text a:hover
    {
        color: #d6121d;
    }

.quick-panel_text em
{
    padding-left: 5px;
    color: #d6121d;
    font-size: 12px;
}

.newbuilding
{
    background: url(https://cdn.realestate.ru/Images/quick4.jpg) center no-repeat;
    background-size: cover;
}

.cottage {
    background: url(https://cdn.realestate.ru/Images/quick3.jpg) center no-repeat;
    background-size: cover;
}

.office {
    background: url(https://cdn.realestate.ru/Images/quick2.jpg) center no-repeat;
    background-size: cover;
}

.flat {
    background: url(https://cdn.realestate.ru/Images/quick1.jpg) center no-repeat;
    background-size: cover;
}

@media (min-width: 768px) and (max-width: 1200px)
{
    footer .menu_item__logo
    {
        margin-left: 0;
    }

    footer .menu_item__logo-text
    {
        padding-left: 5px;
        padding-right: 0;
        font-size: 14px;
    }
}

@media only screen and (max-width: 992px)
{
    .quick-panel_image
    {
        margin-bottom: 15px;
        height: auto;
    }
}

@media only screen and (max-width: 768px)
{
    .footer__panel-links
    {
        margin: 10px 0;
    }

        .footer__panel-links p
        {
            padding: 0;
        }
}

