﻿/*@import url("fonts.css");*/

button:active, button:focus {
    outline: none !important;
}

button::-moz-focus-inner {
    border: 0 !important;
}

input:active, input:focus {
    outline: none !important;
}

input::-moz-focus-inner {
    border: 0 !important;
}

body {
    min-width: 1024px;
    width: 100%;
    min-height: 100vh;
    height: 100%;
    margin: 0;
    font-family: GothaProReg,Helvetica,Arial,Verdana,sans-serif;
    position: relative; /* padding-bottom: 130px; */
}

header.menu {
    height: 60px;
    width: 96%;
    background: #1e334c;
    color: #fff;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}

form section {
    margin: 0 auto;
    /*display: flex;*/
    /*min-width: 800px;*/
    /*max-width: calc(100% - 84px);*/
    width: 100%;
}

section.main_page_form {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    justify-content: center;
    flex-wrap: inherit;
    width: 100%;
    max-width: 670px;
}

.main_section {
    margin: 0 auto;
    /* justify-content: center; */
    min-width: 800px;
    max-width: calc(100% - 84px);
    width: 100%;
    padding: 15px 0;
}

section.main_section h3 {
    font-size: 1.4rem;
}

.container.cells {
    display: flex;
    margin: 0;
    flex-wrap: wrap;
    justify-content: center;
    max-height: 620px;
    overflow: hidden;
}

.container_cell {
    width: 296px;
    display: flex;
    flex-direction: column;
    border: 1px solid #edf1f2;
    margin: 0 26px 36px 0px;
    cursor: pointer;
    height: 513px;
}

    .container_cell .container_block {
        width: 100%;
        /* padding: 0; */
        box-sizing: border-box;
        padding: 13px;
    }

    .container_cell .container_img_map, .container_cell .container_img_map img {
        width: 296px;
        height: 236px;
    }

        .container_cell .container_img_map .container_img_map_arrow {
            display: none !important;
        }

.no_space {
    margin: 0 auto;
    padding: 0;
}

section.main_section.no_space {
    min-height: calc(100vh - 190px);
}

h3 {
    font-size: 1.05rem;
    font-weight: normal;
    margin-bottom: 30px;
}

    h3.object {
        font-size: 1.1rem;
        font-family: GothaProBol;
        letter-spacing: 0.5px;
        margin: 24px 0 19px;
    }

.aside_appartment {
    border: 1px solid #e5eef2;
    padding: 10px;
}

.aside_appartment_data {
    display: flex;
    align-items: flex-start;
    margin-bottom: 24px;
}

    .aside_appartment_data .object_header_description, .aside_deposit_data .object_header_description {
        margin-right: 15px;
    }

        .aside_appartment_data .object_header_description:last-child, .aside_deposit_data .object_header_description:last-child {
            margin-right: 0;
        }

    .aside_appartment_data:last-child {
        margin: 0;
    }

.aside_appartment_img {
    /* width: 60px; */
    margin-right: 10px;
}

.aside_appartment_title {
    width: 100%;
    font-size: 1.3rem;
    color: #008ae1;
    line-height: 1.2;
}

.aside_appartment_img img {
    width: 60px;
    height: auto;
}

.profile_data {
    display: flex;
    padding: 10px;
    border: 1px solid #e5eef2;
    align-items: center;
    border-bottom: none;
}

.aside_deposit {
    padding: 10px;
    border: 1px solid #e5eef2;
    border-bottom: none;
}

    .aside_deposit:last-child {
        border: 1px solid #e5eef2;
    }

.profile_data:last-child {
    border-bottom: 1px solid #e5eef2;
}

.profile_data.links {
    flex-direction: column;
    align-items: flex-start;
    padding: 8px 10px;
    font-size: 0.9rem;
}

    .profile_data.links a {
        margin: 5px 0;
        color: #0c94ea;
    }

        .profile_data.links a:hover, .profile_data.links a.warning:hover {
            color: #ff7200;
        }

        .profile_data.links a.warning, .warning {
            color: #f34545;
        }

.profile_data .profile_img {
    border-radius: 11px;
    display: flex;
    overflow: hidden;
    margin-right: 13px;
}


.profile_data .profile_name {
    line-height: 1.2;
    font-size: 1.1rem;
    width: 230px;
}

a {
    text-decoration: none;
}


.main_page_form h1 {
    color: #fff;
    font-size: 2.52rem;
    max-width: none;
    text-align: center;
    margin-top: 0;
    margin-bottom: 50px;
}

h1.inside_main {
    max-width: none;
    border-bottom: 2px solid #f3f3f3;
    margin: 0;
    padding: 30px 0 24px;
    margin-bottom: 30px;
}

h1.profile {
    max-width: none;
    margin: 0;
    padding: 30px 0 20px;
    margin-bottom: 21px;
}

#logo {
    color: #ea8533;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0.5px;
    font-weight: bold;
    font-size: 1.05rem;
}

.top_menu {
    list-style: none;
    padding: 0;
    display: flex;
    margin: 0;
}

    .top_menu a {
        color: #fff;
        border-bottom: 4px solid transparent;
        line-height: 51px;
        padding-top: 4px;
        display: block;
        font-size: 0.9rem;
        transition: all 0.2s;
        letter-spacing: 0.5px;
    }

.box_counter {
    margin-left: 6px;
    background: #788593;
    padding: 2px 5px;
    font-size: 0.8rem;
    border-radius: 2px;
    color: #1e334c;
}

    .box_counter.orange {
        background: #ff7200;
    }

.top_menu a.active {
    color: #ff7200;
}

.top_menu a:hover, .top_menu a.active {
    border-bottom: 4px solid #FFF;
}

.top_menu li {
    margin-right: 30px;
    display: flex;
    align-items: center;
}

    .top_menu li:last-child {
        margin-right: 0;
    }

.right_block_header {
    display: flex;
    align-items: center;
}

.favorite {
    width: 22px;
    height: 22px;
    background: url("icons_pack.svg") no-repeat transparent;
    background-size: 45px;
    background-position: 0px 0px; /* margin: 0 0 0 20px; */
}

    .favorite.active, .favorite:hover {
        background-position: -23px 0px;
    }

.messages {
    margin: 0 20px;
    width: 22px;
    height: 22px;
    position: relative;
    background: url("icons_pack.svg") no-repeat transparent;
    background-size: 85px;
    background-position: -10px -50px;
}

    .messages.active, .messages:hover {
        background: url(icons_pack.svg) no-repeat transparent;
        background-size: 85px;
        background-position: -44px -50px;
    }

.messages_counter {
    position: absolute;
    font-size: 10px;
    left: 3px;
    width: 12px;
    height: 12px;
    top: 4px;
    text-align: center;
    color: #fff;
}

.profile_block {
    position: relative; /* min-width: 150px; */
    display: flex;
    align-items: center;
    cursor: pointer;
}

.profile_menu {
    flex-direction: column;
    display: none;
    list-style: none;
    position: absolute;
    padding: 30px 0 0 0;
    left: -45px;
    margin: 0;
    top: 16px;
    width: calc(100% + 50px);
}

    .profile_menu a {
        width: 100%;
        display: block;
        background: #1e334c;
        color: #fff;
        padding: 10px 20px;
        box-sizing: border-box;
        transition: all 0.2s;
    }

        .profile_menu a:hover {
            cursor: pointer;
            background: #fd7200;
        }

/*.profile_block:hover .profile_menu {
    display: flex;
}*/

.img_profile {
    border-radius: 50%;
    overflow: hidden;
    width: 32px;
    margin-right: 20px;
}

    .img_profile img {
        max-width: 100%;
        height: auto;
        display: block;
    }

.search_form {
}

.name_profile {
}

.arrow_down_profile {
    top: -5px;
    position: relative;
    width: 22px;
    height: 22px;
    background: url(icons_pack.svg) no-repeat transparent;
    background-size: 115px;
    background-position: -87px -70px;
}

.container.profile {
    display: flex;
    min-height: calc(100vh - 190px);
}

aside {
    width: 380px;
    margin-right: 20px;
}

    aside.right {
        margin: 0 0 0 20px;
        width: 360px;
    }

.container.object {
    display: flex;
}

    .container.object .container_row {
        display: flex;
        flex-direction: column;
        width: calc(100% - 380px);
    }

.container_row {
    border: 1px solid #dce6ea;
    display: flex;
    margin-bottom: 20px;
}

.container.profile .container_row {
    flex-direction: column;
    border: none;
    border-right: 2px solid #e5eef2;
    padding-right: 26px;
    width: calc(100% - 320px);
    margin-bottom: 0;
}

.container_row.tabs_container .container_row_cell {
    margin-bottom: 40px;
}

.container_img {
    position: relative; /* display: flex; */ /* overflow: hidden; */
    width: 370px;
    min-height: 309px; /* align-self: center; */
    height: 100%;
}

.container_img_main {
    margin: 0;
    position: relative;
    display: block;
    width: 370px;
    height: 309px;
}

.container.cells .container_img_main, .container.cells .container_img {
    width: 296px;
    height: 236px;
    min-height: initial;
}

.container_img_map {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    transition: all 0.2s;
    overflow: hidden;
}

    .container_img_map.active {
        opacity: 1;
    }

.container_block {
    padding: 16px;
    width: calc(100% - 370px);
    position: relative;
    display: block;
}

.gr_text {
    color: #08ba14;
    font-size: 0.75rem;
    letter-spacing: 0.5px;
}

    .gr_text.bordered {
        padding: 5px 10px;
        border: 1px solid #08ba14;
        border-radius: 2px;
        display: inline-block;
        font-size: 0.9rem;
    }

    .gr_text.big {
        font-size: 1.1rem;
        margin-right: 20px;
    }

.container_block h4 {
    color: #0088df;
    font-size: 1.45rem;
    font-weight: normal;
    margin: 15px 0;
    max-height: 52px;
    text-overflow: ellipsis;
    overflow: hidden;
    /* white-space: nowrap; */
}

.container_cell .container_block h4 {
    max-height: initial;
    font-size: 1.2rem;
    min-height: 42px;
    margin: 10px 0 15px;
    cursor: pointer;
}

.kvart_desc {
    display: flex;
    margin: 0 -16px;
    padding: 12px 16px;
    background: #f5f7f8;
    border: 1px solid #dce6ea;
    border-left: none;
    border-right: none;
}

.container_cell .kvart_desc {
    margin: 0 -13px;
}

.kvart_desc_cell {
    margin-right: 35px;
}

.container_cell .kvart_desc_cell {
    margin-right: 15px;
}

.kvart_desc_cell:last-child {
    margin-right: 0;
}

.container_cell .kvart_desc_cell_top {
    margin-bottom: 4px;
}

.kvart_desc_cell_bottom {
}

.container_cell .kvart_desc_cell_bottom {
    font-size: 0.8rem;
}

.kvart_place {
    display: flex;
    margin: 20px 0 54px;
}

.container_cell .kvart_place {
    margin: 18px 0;
}

    .container_cell .kvart_place:last-child {
        margin-bottom: 0;
    }

.kvart_place_cell {
    margin-right: 35px;
}

    .kvart_place_cell:last-child {
        margin-right: 0;
    }

.kvart_place_cell_top {
}

.kvart_place_cell_bottom.map {
    font-size: 0.82rem;
    border-bottom: 1px dashed;
    color: #0c94ea;
    cursor: pointer;
}

.container_cell .kvart_place_cell_bottom.map {
    font-size: 0.95rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
    max-width: 270px;
}

.kvart_place_cell_bottom {
}

.container_cell .kvart_place_cell_bottom {
}

.kvart_more_info {
    position: absolute;
    bottom: 15px;
}

.kvart_link {
    font-size: 0.8rem;
    color: #ff7200;
}

.find_region, .kvart_desc_cell_top, .kvart_place_cell_top {
    color: #aaa;
    font-size: 0.8rem;
    margin-bottom: 7px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.container_cell .kvart_place_cell_top {
    margin-bottom: 4px;
}

.main_page_form .find_region, .scrolled .find_region {
    margin-bottom: 0;
    padding: 13px 0px 0 17px;
    color: #9da7ac;
}

.scrolled .find_region {
    margin-bottom: 2px;
    padding-top: 12px;
}

.scrolled .find_cell.rooms .find_region {
    padding-left: 0;
}

.main_page_form .find_cell.price .find_region {
}

.find_row {
    display: flex;
    box-sizing: border-box;
    width: 100%;
    border-bottom: 2px solid #eef3f5;
}

.main_page_form .find_row {
    background: #fff;
    border: none;
    display: flex;
    width: 670px;
}

    .main_page_form .find_row > div {
        margin: 0;
        width: 100%;
        /* padding: 15px; */
        background: #f5f7f8;
    }

        .main_page_form .find_row > div.find_cell.city, .scrolled .find_row > div.find_cell.city {
            width: 300px;
        }

.scrolled .find_row > div.find_cell.city {
    width: 320px;
    border-right: 2px solid #e4e8eb;
    box-sizing: border-box;
}

.main_page_form .find_row .find_cell.price, .scrolled .find_row .find_cell.price {
    width: 250px;
}

.scrolled .find_row .find_cell.price {
    width: 207px;
    margin-left: 0;
    box-sizing: border-box;
}

.main_page_form .find_cell_select.rooms, .scrolled .find_cell_select.rooms {
    width: 120px;
    border-left: 2px solid #e4e8eb;
    border-right: 2px solid #e4e8eb;
    background: #fff;
}

.main_page_form .find_row > div > #madd_helper, .scrolled .find_row > div > #madd_helper {
    margin-bottom: 0;
}

.find_row + .find_row {
    border: none;
    margin: 35px 0 0;
}

.find_cell.check_boxes {
    font-size: 0.9rem;
    display: flex;
    align-items: center;
}

    .find_cell.check_boxes input {
        display: none;
    }

        .find_cell.check_boxes input + label {
            display: flex;
            align-items: center;
            cursor: pointer;
        }

            .find_cell.check_boxes input + label::before, .popup_forms.deposits input + label .indicator {
                width: 20px;
                height: 20px;
                width: 22px;
                height: 22px;
                display: block;
                content: '';
                background: url("icons_pack.svg") no-repeat transparent;
                background-size: 93px;
                background-position: -5px -92px;
                margin-right: 5px;
                border: 3px solid #ff7200;
            }

.popup_forms.deposits input + label .indicator {
    margin: 0;
    position: absolute;
    top: 15px;
    left: 15px;
}

.deposit_title {
    font-weight: bold;
    color: #000;
    font-size: 1.2rem;
    margin-bottom: 20px;
}

.find_cell.check_boxes input + label:hover::before, .popup_forms.deposits input + label:hover .indicator {
    background-position: -34px -92px;
}

.find_cell.check_boxes input:checked + label::before, .popup_forms.deposits input:checked + label .indicator {
    background-position: -64px -92px;
}

.find_row.but_links {
    display: flex;
    align-items: center;
}

.main_page_form .find_row.but_links {
    /* display: block; */
    /* width: auto; */
    background: transparent;
}

    .main_page_form .find_row.but_links .search {
        margin: 0 auto;
        padding: 20px 50px;
        font-size: 1.2rem;
    }

.find_row label {
    position: relative;
}

label[for="has_prop"] {
    margin-right: 50px;
}

.find_row .find_cell.rooms label {
    height: 40px;
    width: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 1px solid #d9e8ec;
    border-right: none;
    float: left;
    border-collapse: collapse;
}

.scrolled .find_row .find_cell.rooms label {
    width: auto;
    padding: 0 9px;
    height: 26px;
    border-radius: 3px;
    border-color: transparent;
    border: none;
    font-size: 1.0rem;
}

#pretty_slider {
    height: 40px;
    box-sizing: border-box;
    padding: 10px;
    width: 180px;
    font-size: 1.1rem;
    border: 1px solid #d9e8ec;
}

input#pretty_slider {
    outline: none;
}

.main_page_form input#pretty_slider, .scrolled input#pretty_slider {
    width: 100%;
    border: navajowhite;
    background: transparent;
    padding-top: 0;
    padding-left: 17px;
}

.scrolled input#pretty_slider {
    height: 31px;
}

input#pretty_slider:focus {
}

.find_row .find_cell.rooms input:checked + label {
    background: #0c94ea;
    box-shadow: inset 0px 1px 2px 2px rgba(0,0,0,0.13);
    color: #fff;
}

.scrolled .find_row .find_cell.rooms input:checked + label {
    box-shadow: none;
}

.find_row .find_cell.rooms label[for="fr_all"] {
    width: 60px;
    border-right: 1px solid #d9e8ec;
}

.scrolled .find_row .find_cell.rooms label[for="fr_all"] {
    width: auto;
    border-right: none;
}

.find_cell.rooms, .find_cell.price {
    margin-left: 40px;
}

.scrolled .find_cell.rooms {
    padding-left: 15px;
    width: 190px;
    margin-left: 0;
    box-sizing: border-box;
    border-right: 2px solid #e4e8eb;
}

.find_row .city label:after, .select_footer_wrapper label::after, .find_cell_select label::after {
    content: '>';
    font-size: 2rem;
    font-family: monospace;
    color: #d9e8ec;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 13px;
    top: -6px;
    background: transparent;
    padding: 0 0 2px;
    /* border-bottom: 1px solid #ddd; */
    position: absolute;
    pointer-events: none;
}

.find_row .city label:after, .select_footer_wrapper label::after, .find_cell_select label::after {
    color: #9da7ac;
    font-size: 1.8rem;
    top: -9px;
    right: 17px;
}

.select_footer_wrapper label::after {
    top: -5px;
    font-size: 1.4rem;
    color: #788494;
}

.select_footer_wrapper label {
    position: relative
}

    .find_row .city label:before, .select_footer_wrapper label:before, .find_cell_select label::before {
        content: '';
        right: 6px;
        top: 0px;
        width: 20px;
        height: 20px;
        /* background: #f8f8f8; */
        position: absolute;
        pointer-events: none;
        display: block;
    }

    .find_cell_select select, .find_row .city select, .select_footer_wrapper label select {
        padding: 9px 13px;
        margin: 0;
        /* background: #fafcfc; */
        color: #333;
        border: none;
        outline: none;
        display: inline-block;
        -webkit-appearance: none;
        -ms-appearance: none;
        -moz-appearance: none;
        appearance: none;
        cursor: pointer;
        font-size: 1.05rem;
        letter-spacing: 0.5px;
        width: 320px;
        border: 1px solid #d9e8ec;
        /* box-shadow: inset 0px 1px 8px rgba(0,0,0,0.05); */
    }

.main_page_form .find_row .city select, .scrolled .find_row .city select {
    border: none;
    padding-top: 4px;
    background: transparent;
    padding-left: 17px;
    width: 100%;
    font-size: 1.1rem;
    padding-right: 30px;
}

.find_cell_select select {
    width: 100%;
    border: none;
    background: transparent;
    padding-top: 4px;
    font-size: 1.1rem;
    padding-left: 17px;
}

.select_footer_wrapper label select {
    width: 130px;
    padding: 5px 10px;
    background: transparent;
    color: #c6c8c9;
    border-radius: 3px;
    font-size: 1rem;
    border-color: #788494;
}

    .select_footer_wrapper label select option {
        color: #333;
    }

.foot_container > div {
    display: flex;
    align-items: center;
}

.chkbx_hidden {
    display: none;
}

.find_cell.rooms label::before {
}

/*! nouislider - 8.1.0 - 2015-10-25 16:05:44 */


.noUi-target, .noUi-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    box-sizing: border-box
}

.noUi-target {
    position: relative;
    direction: ltr
}

.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0
}

.noUi-handle {
    position: relative;
    z-index: 1
}

.noUi-stacking .noUi-handle {
    z-index: 10
}

.noUi-state-tap .noUi-origin {
    -webkit-transition: left .3s,top .3s;
    transition: left .3s,top .3s
}

.noUi-state-drag * {
    cursor: inherit !important
}

.noUi-base {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.noUi-horizontal {
    height: 18px
}

    .noUi-horizontal .noUi-handle {
        width: 34px;
        height: 28px;
        left: -8px;
        top: -6px;
    }

.noUi-vertical {
    width: 18px
}

    .noUi-vertical .noUi-handle {
        width: 28px;
        height: 34px;
        left: -6px;
        top: -17px
    }

.noUi-background {
    background: #FAFAFA;
    box-shadow: inset 0 1px 1px #f0f0f0
}

.noUi-connect {
    background: #3FB8AF;
    box-shadow: inset 0 0 3px rgba(51,51,51,.45);
    -webkit-transition: background 450ms;
    transition: background 450ms
}

.noUi-origin {
    border-radius: 2px
}

.noUi-target {
    border-radius: 4px;
    border: 1px solid #D3D3D3;
    box-shadow: inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB
}

    .noUi-target.noUi-connect {
        box-shadow: inset 0 0 3px rgba(51,51,51,.45),0 3px 6px -5px #BBB
    }

.noUi-draggable {
    cursor: w-resize
}

.noUi-vertical .noUi-draggable {
    cursor: n-resize
}

.noUi-handle {
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #FFF;
    cursor: default;
    box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB
}

.noUi-active {
    box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB
}

.noUi-handle:after, .noUi-handle:before {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #E8E7E6;
    left: 14px;
    top: 6px
}

.noUi-handle:after {
    left: 17px
}

.noUi-vertical .noUi-handle:after, .noUi-vertical .noUi-handle:before {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px
}

.noUi-vertical .noUi-handle:after {
    top: 17px
}

[disabled] .noUi-connect, [disabled].noUi-connect {
    background: #B8B8B8
}

[disabled] .noUi-handle, [disabled].noUi-origin {
    cursor: not-allowed
}

.noUi-pips, .noUi-pips * {
    box-sizing: border-box
}

.noUi-pips {
    position: absolute;
    color: #999
}

.noUi-value {
    width: 40px;
    position: absolute;
    text-align: center
}

.noUi-value-sub {
    color: #ccc;
    font-size: 10px
}

.noUi-marker {
    position: absolute;
    background: #CCC
}

.noUi-marker-large, .noUi-marker-sub {
    background: #AAA
}

.noUi-pips-horizontal {
    padding: 10px 0;
    height: 50px;
    top: 100%;
    left: 0;
    width: 100%
}

.noUi-value-horizontal { /*margin-left:-20px;*/
    padding-top: 20px
}

    .noUi-value-horizontal.noUi-value-sub {
        padding-top: 15px
    }

.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 15px
}

.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%
}

.noUi-value-vertical {
    width: 15px;
    margin-left: 20px;
    margin-top: -5px
}

.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px
}

.noUi-marker-vertical.noUi-marker-sub {
    width: 10px
}

.noUi-marker-vertical.noUi-marker-large {
    width: 15px
}

.noUi-tooltip {
    display: block;
    position: absolute;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #fff;
    padding: 5px;
    left: -9px;
    text-align: center;
    width: 50px
}

.noUi-handle-lower .noUi-tooltip {
    top: -32px
}

.noUi-handle-upper .noUi-tooltip {
    bottom: -32px
}

.noUi-marker-horizontal.noUi-marker {
    height: 0;
}

.noUi-value.noUi-value-horizontal.noUi-value-large {
    opacity: 0.5;
    color: #8193a2;
    padding-top: 5px;
    font-family: "NotoSansRegular";
    font-size: 12px;
    font-weight: 400;
    line-height: 13px;
    width: 30px;
}

.noUi-horizontal .noUi-handle {
    width: 17px;
    height: 17px;
    margin-top: -1px;
    background-color: #fff;
    border: 3px solid #ff7200;
    /* box-shadow: 0 2px 4px #c8d5dc; */
    border-radius: 50%;
}

.noUi-handle:after,
.noUi-handle:before {
    display: none;
}

.noUi-base {
    height: 3px;
    background-color: #0c94ea;
}

.noUi-horizontal {
    height: 2px;
    margin-bottom: 35px;
}

.noUi-target {
    border: none;
    box-shadow: none;
}

.noUi-origin {
    height: 3px;
    background-color: #e4e8eb;
}

.search_form {
    padding-bottom: 20px;
    border-bottom: 1px solid #dce6ea;
    box-shadow: 0 4px 9px 0px rgba(220,230,234,0.6);
}

.scrolled .search_form {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: #fff;
    width: 100%;
    padding-bottom: 0;
    box-shadow: 0 6px 7px 0px rgba(220,230,234,0.4);
}

    .scrolled .search_form > section {
        display: flex;
        width: 100%;
        min-width: initial;
        flex-wrap: nowrap;
    }

    .scrolled .search_form .find_row:nth-child(2) {
        display: none;
    }

    .scrolled .search_form .find_row {
        margin: 0;
        border: none;
    }

        .scrolled .search_form .find_row:last-child {
            width: calc(100% - 717px);
        }

        .scrolled .search_form .find_row:first-child {
            width: auto;
        }

        .scrolled .search_form .find_row button {
            margin: 0;
            height: 100%;
        }

        .scrolled .search_form .find_row .link {
            display: none;
        }

/*button.search, .more_info, .make_request, .popup_prev, .popup_next, .popup_button, .button {
    background: #0c94ea;
    border: none;
    color: #fff;
    margin-right: 30px;
    padding: 10px 25px;
    cursor: pointer;
    font-size: 1.05rem;
    letter-spacing: 0.5px;
}*/

    .popup_next.red {
        background: #f44545;
    }

.button {
    display: inline-block;
}

a.popup_button {
    padding: 17px 30px;
    display: inline-block;
    margin-top: 40px;
}

.popup.simple .popup_button {
    margin-right: 0;
    margin-top: 30px;
    border-radius: 3px;
}

.popup_prev {
    background: #fff;
    color: #0c94ea;
    border: 1px solid #dce6ea;
}

    .popup_prev:hover {
        color: #fff;
    }

button.search:hover, .more_info:hover, .button:hover {
    background: #ff7200;
}

.more_info {
    margin-right: 10px;
}

/*a.link {
    color: #0c94ea;
    font-size: 0.8rem;
    display: block;
}*/

.link.bigger {
    font-size: 1.1rem;
}

/*a.link:hover {
    color: #ff7200;
}*/

.container_img_map_arrow {
    /*background: url("icons_arrow_right.svg") no-repeat transparent;*/
    background-size: 19px;
    background-position-x: 7px;
    height: calc(100% - 3px);
    background-position-y: -220px;
    position: absolute;
    top: 0px;
    right: 0;
    width: 18px;
}

.foot_container {
    justify-content: space-between;
    background: #1e344c;
    height: 80px;
    align-items: center;
}

.foot_copyright {
    background: #12243a;
    color: #788494;
    height: 49px;
    align-items: center;
}

.foot_icon_logo {
    width: 30px;
    height: 30px;
    background: url("icons_pack.svg") no-repeat transparent;
    background-size: 95px;
    background-position: -5px -133px;
    margin-right: 10px;
    opacity: 0.4;
}

.gray_text {
    color: #aaa;
    transition: all 0.2s;
}

    .gray_text.subtitle_build {
        padding: 0px 10px;
        font-size: 0.9rem;
    }

.btn_tune_prefs {
    /* padding-left: 20px; */
    position: relative;
    display: flex;
    border: 1px solid #b5c8dd;
    align-items: center;
    padding: 7px 7px;
    font-size: 0.9rem;
    color: #0c94ea;
    cursor: pointer;
    margin: 13px 20px 13px 10px;
}

.popup_tune_prefs {
    position: absolute;
    right: 310px;
    background: #fff;
    box-shadow: 3px 2px 34px 4px rgba(0,0,0,0.3);
    top: 63px;
    padding: 20px;
    display: none;
}

.floor_collector {
    padding: 10px 10px;
    border: 1px solid #d9e8ec;
    margin: 8px 0;
    cursor: pointer;
    position: relative;
}

    .floor_collector::after {
        content: '>';
        font-size: 1.7rem;
        font-family: monospace;
        color: #9fb5c0;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        right: 13px;
        top: 6px;
        background: transparent;
        padding: 0 0 2px;
        /* border-bottom: 1px solid #ddd; */
        position: absolute;
        pointer-events: none;
    }

.popup_tune_prefs .gray_text {
    font-size: 0.9rem;
}

.popup_tune_prefs select {
    width: 100%;
    /* box-sizing: border-box; */
    height: 200px;
    margin: 0;
    padding: 0;
}

.popup_tune_prefs label, .popup_tune_prefs .sel_wrapper {
    display: none;
    width: 100%;
    padding: 0 0 8px;
    margin: 0;
    height: 200px;
}

.popup_tune_prefs select option {
    padding: 3px 10px;
}

    .popup_tune_prefs select option:selected {
        background: #ea6900 !important;
    }

.btn_rebuild_table {
    display: block;
    padding: 10px;
    background: #0c94ea;
    color: #fff;
    font-size: 0.95rem;
    text-align: center;
    margin: 10px 0;
}

    .btn_rebuild_table:hover {
        background: #ea6900;
    }

.btn_rebuild_cancel {
    display: block;
    padding: 10px;
    background: transparent;
    color: #fff;
    font-size: 0.95rem;
    text-align: center;
    margin: 10px 0 0;
    color: #0c94ea;
}

    .btn_rebuild_cancel:hover {
        background: #0c94ea;
        color: #fff;
    }

.popup_tune_prefs::after {
    content: '';
    height: 0;
    width: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid white;
    position: absolute;
    right: -6px;
    top: 40px;
}

.btn_tune_prefs:hover {
    color: #fff;
    background: #ea6900;
    border: 1px solid #ea6900;
}

.btn_tune_prefs::before {
    content: '';
    width: 20px;
    height: 20px;
    background: url(icons_pack.svg) no-repeat transparent;
    background-size: 100px;
    background-position: -3px -507px;
    display: block;
    margin-right: 5px;
    margin-left: 0px;
}

.btn_tune_prefs:hover::before {
    background: url(icons_pack.svg) no-repeat transparent;
    background-size: 100px;
    background-position: -26px -507px;
}

.table_building_app {
    margin-top: 9px;
    /* position: relative; */
    /* overflow: auto; */
}

.gray_text.subtitle {
    line-height: 1.9;
    font-size: 0.95rem;
}


.popup_sms .gray_text {
   /* font-size: 0.8rem;*/
}

.object_header_description .gray_text {
    font-size: 0.85rem;
    margin-bottom: 4px;
}

.gray_text.smaller {
    font-size: 0.8rem;
    margin-bottom: 2px;
}

.aside_appartment_data .gray_text, .aside_deposit_data .gray_text {
    font-size: 0.8rem;
}

.popup_forms.deposits .object_header_description .gray_text {
    font-size: 0.8rem;
    margin-bottom: 1px;
}

.gray_text.big {
    font-size: 1.3rem;
}

footer {
    color: #fff;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
    position: absolute;
    width: 100%;
    bottom: 0;
}

.select_footer_wrapper {
    margin-left: 15px;
}

.content_holder {
    padding-bottom: 130px;
}

.faq_wrapper {
    margin: 0 auto;
    /* justify-content: center; */
    min-width: 800px;
    max-width: calc(100% - 84px);
    width: 100%;
    padding: 0px 0;
    display: flex;
    color: #4d4d4d;
    height: calc(100vh - 190px);
}

    .faq_wrapper .main_section {
        width: calc(100% - 302px);
        margin: 0;
        box-sizing: border-box;
        border-left: 2px solid #dce6ea;
        line-height: 1.5;
        padding-left: 30px;
        overflow: auto;
        height: 100%;
        position: relative;
        display: block;
    }

        .faq_wrapper .main_section .faq_block {
            position: relative;
        }

.faq_block h5 {
    color: #222;
    font-size: 1.2rem;
    font-family: GothaProBol;
    margin-bottom: 1.7rem;
}

.faq_block h4 {
    color: #222;
    font-size: 1.6rem;
    font-weight: normal;
    margin-bottom: 1.6rem;
}

.main_section .faq_block h3 {
    font-size: 2.1rem;
    color: #222;
    margin-bottom: 2.1rem;
}

.faq_wrapper aside {
    width: 300px;
    padding: 15px 0;
}

.faq_wrapper aside {
    padding-top: 40px;
    box-sizing: border-box;
    line-height: 1.3;
}

.faq_aside_block {
    margin: 18px 0;
}

.faq_aside_block_text {
    font-size: 1.1rem;
    cursor: pointer;
}

    .faq_aside_block_text:hover, .faq_aside_block_text.active, .faq_wrapper .faq_aside_block ul li.active, .faq_wrapper .faq_aside_block ul li:hover {
        color: #fe7100;
    }

.faq_wrapper ul, .faq_wrapper ol {
    padding-left: 20px;
    margin: 18px 0;
}

.faq_aside_block ul {
    list-style: none;
    display: none;
    margin: 0;
    padding: 7px 0 0px 20px;
}

.faq_wrapper .faq_aside_block ul li {
    margin: 0;
    padding: 6px 0px;
}

.faq_wrapper ol {
    padding-left: 27px;
}

    .faq_wrapper ul li, .faq_wrapper ol li {
        margin: 11px 0;
        font-size: 0.95rem;
        cursor: pointer;
    }

    .faq_wrapper ol li {
        padding-left: 10px;
    }

section.main_page.content_holder form {
    height: 520px;
    width: 100%;
    position: relative;
}

.mini_slider {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -10;
}

    .mini_slider div {
        display: block;
        height: 100%;
        background-size: cover;
        width: 100%;
        top: 0;
        left: 0;
        position: absolute;
        display: none;
        z-index: 9;
    }

        .mini_slider div.active {
            /* opacity: 1; */
            z-index: 10;
        }

footer section {
    width: 100%;
    padding: 10px 42px;
    box-sizing: border-box;
    display: flex;
}

header .top_row {
    display: flex;
    justify-content: space-between;
}

header .bot_row {
    display: flex;
    justify-content: flex-start;
}

.breadcrumbs {
}

    .breadcrumbs ul {
        display: flex;
        list-style: none;
        color: #b7bbbe;
        font-size: 0.9rem;
        align-items: center;
        padding: 0;
    }

        .breadcrumbs ul li {
            margin-right: 5px;
            display: flex;
            align-self: flex-end;
        }

            .breadcrumbs ul li::after {
                content: '\2192';
                margin-left: 5px;
                margin-top: -1px;
            }

            .breadcrumbs ul li:last-child::after {
                display: none;
            }

.favorite_add {
    border: 1px solid #e4e8eb;
    padding: 10px 18px;
    display: flex;
    align-items: center;
    font-size: 0.85rem;
    border-radius: 2px;
    color: #0c94ea;
    cursor: pointer;
    margin-top: 7px;
}

.favorite_blue {
    width: 22px;
    height: 22px;
    background: url(icons_pack.svg) no-repeat transparent;
    background-size: 45px;
    background-position: 0px -78px;
    margin-right: 10px;
}

.favorite_add:hover .favorite_blue {
    background-position: -23px -78px;
}

.aside_row.slider_container {
    margin-bottom: 15px;
}

.aside_row.dates {
    display: flex;
    justify-content: space-between;
    padding: 13px 20px;
    border: 1px solid #e4e8eb;
}

.aside_row_cell div {
    font-size: 1.2rem;
}

.aside_row_cell .gray_text {
    font-size: 0.75rem;
    margin-bottom: 5px;
    letter-spacing: 0.3px;
}

.aside_row {
    margin-bottom: 10px;
}

.aside_deposit_img {
    width: 28px;
    height: 27px;
    background: url(icons_pack.svg) no-repeat transparent;
    background-size: 100px;
    background-position: -5px -304px;
    margin-right: 10px;
}

.aside_deposit_data {
    display: flex;
}

    .aside_deposit_data.title_row {
        align-items: center;
        margin-bottom: 10px;
    }

        .aside_deposit_data.title_row .aside_deposit_title {
            font-size: 1.2rem;
        }

.type_1 {
}

    .type_1 td:first-child {
        font-size: 0.75rem;
        margin-bottom: 4px;
        color: #aaa;
        width: 145px;
    }

    .type_1 td {
        padding-bottom: 12px;
    }

        .type_1 td:nth-child(2) {
            font-size: 0.85rem;
        }

    .type_1 tr {
    }

    .type_1 .gr_text {
        color: #5bc50d;
        margin-left: 7px;
    }

.text_half_hidden {
    line-height: 1.6;
    height: 70px;
    overflow: hidden;
    position: relative;
    display: block;
}

    .text_half_hidden.showed {
        height: auto;
        transition: all 0.2s;
    }

    .text_half_hidden::after {
        content: '';
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
        background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
        background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
        display: block;
        height: 100%;
        position: absolute;
        width: 100%;
        top: 0;
        transition: all 0.2s;
    }

    .text_half_hidden.showed::after {
        opacity: 0;
    }

.aside_more_link {
    display: inline-block;
    cursor: pointer;
}

    .aside_more_link:hover {
        color: #ff7200;
    }

.aside_row_img {
    margin: 25px 0;
}

.object .container_row {
    border: none;
}

.container_row_cell {
}

.tabs {
    display: flex;
}

.tabs_item {
    border: 1px solid #dde7eb;
    padding: 10px;
    border-right: none;
    cursor: pointer;
    font-size: 1rem;
}

    .tabs_item:first-child {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    .tabs_item:last-child {
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        border: 1px solid #dde7eb;
    }

    .tabs_item.active {
        background: #008ae1;
        color: #fff;
        cursor: default;
        box-shadow: inset 3px 3px 4px 0px rgba(0,0,0,0.13);
    }

.tab_content {
    display: none;
}

.profile_stage {
    border-left: 1px solid #e5eef2;
    margin-bottom: 0px;
    margin-left: 15px;
    padding-left: 33px;
    position: relative;
    padding-bottom: 40px;
}

.profile_stage_inner {
    display: none;
}

    .profile_stage_inner p {
        color: #4d4d4d;
    }

    .profile_stage_inner .profile_stage_block_button_description p {
        color: #aaa;
    }

    .profile_stage_inner + .profile_stage_inner {
        margin-top: 30px;
    }

    .profile_stage_inner.border {
        padding: 20px;
        border: 1px solid #e5eef2;
    }

p {
    margin-top: 0;
}

.profile_stage::before {
    content: '';
    width: 31px;
    height: 30px;
    background: url(icons_pack.svg) no-repeat #fff;
    background-size: 100px;
    background-position: -68px -341px;
    position: absolute;
    top: -12px;
    left: -16px;
    padding-bottom: 12px;
    padding-top: 12px;
}

.profile_stage:last-child {
    padding-bottom: 0;
}

.profile_stage_title {
    font-size: 1.5rem;
    margin-bottom: 15px;
    cursor: pointer;
}

.profile_stage_block {
    background: #f5f7f8;
    padding: 25px;
    border: 1px solid #e4e8eb;
    margin: 12px 0 0;
}

.profile_stage_block_title {
    font-size: 1.3rem;
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}

    .profile_stage_block_title.orange_marker::before {
        content: '';
        width: 21px;
        height: 21px;
        background: url(icons_pack.svg) no-repeat transparent;
        background-size: 100px;
        background-position: -28px -408px;
        margin-right: 10px;
    }

.profile_stage_block_text {
    color: #555;
}

.profile_stage_block_button_description {
    color: #aaa;
    display: block;
    margin-top: 10px;
    font-size: 0.9rem;
    line-height: 1.3;
}

.profile_stage_block_description {
    display: inline-block;
    background: #fff;
    border: 1px solid #e4e8eb;
    padding: 9px 16px;
    margin: 15px 0 10px;
}

.object_header.build_block_dnd .profile_stage_block_description {
    margin: 0;
    padding: 6px 9px;
    transition: all 0.2s;
}

.full_list {
    display: block;
    color: #008ae1;
}

    .full_list:hover {
        color: #ff7200;
    }

.profile_stage_block_description .object_header_description {
    float: left;
    margin-right: 15px;
}

.object_header_description.border_right {
    border-right: 1px solid #e4e8eb;
    padding-right: 20px;
}

.object_header.build_block_dnd .object_header_description.border_right {
    padding-right: 9px;
    margin-right: 11px;
}

.object_header.build_block_dnd .object_header_description {
    margin-right: 13px;
}

.profile_stage_inner .object_header_description {
}

.profile_stage_block_description .object_header_description:last-child {
    margin: 0;
}

.profile_stage_block_title.green_marker {
}

    .profile_stage_block_title.green_marker::before {
        content: '';
        width: 21px;
        height: 21px;
        background: url(icons_pack.svg) no-repeat transparent;
        background-size: 100px;
        background-position: -3px -408px;
        margin-right: 10px;
    }

.profile_stage_block_title.yellow_marker::before {
    content: '';
    width: 21px;
    height: 21px;
    background: url(icons_pack.svg) no-repeat transparent;
    background-size: 100px;
    background-position: -52px -408px;
    margin-right: 10px;
}

.profile_stage_block_title.red_marker::before {
    content: '';
    width: 21px;
    height: 21px;
    background: url(icons_pack.svg) no-repeat transparent;
    background-size: 100px;
    background-position: -78px -408px;
    margin-right: 10px;
}

.profile_stage_block_title.info_blue_marker::before {
    content: '';
    width: 21px;
    height: 21px;
    background: url(icons_pack.svg) no-repeat transparent;
    background-size: 100px;
    background-position: -27px -441px;
    margin-right: 10px;
}

.profile_stage_block_title.proceed_marker::before {
    content: '';
    width: 21px;
    height: 21px;
    background: url(icons_pack.svg) no-repeat transparent;
    background-size: 100px;
    background-position: -3px -441px;
    margin-right: 10px;
}

.profile_stage.more {
}

.profile_stage.proceed {
}

    .profile_stage.proceed::before {
        content: '';
        width: 31px;
        height: 30px;
        background: url(icons_pack.svg) no-repeat #fff;
        background-size: 100px;
        background-position: -35px -341px;
        position: absolute;
        top: -12px;
        left: -16px;
        padding-bottom: 12px;
        padding-top: 12px;
    }

.profile_stage.done::before {
    content: '';
    width: 31px;
    height: 30px;
    background: url(icons_pack.svg) no-repeat #fff;
    background-size: 100px;
    background-position: 0px -341px;
    position: absolute;
    top: -12px;
    left: -16px;
    padding-bottom: 12px;
    padding-top: 12px;
}

.tab_content.active {
    display: block;
}


.container_block_type {
    border: 1px solid #dce6ea;
    padding: 15px 20px;
    margin-bottom: 30px;
    background: #fff;
    transition: all 0.2s;
    cursor: pointer;
}

    .container_block_type:hover {
        border-color: #0c94ea;
    }

    .container_block_type.active {
        border: 3px solid #0c94ea;
        background: #f5f7f8;
    }

.container_block_type_top {
    display: flex;
    padding: 0;
    border: 0;
    transition: all 0.2s;
}

.container_block_type.active .container_block_type_top {
    padding: 0;
    border: 0;
    /*border-bottom: 2px solid #dce6ea;*/
    /*padding-bottom: 25px;*/
}

.container_row_item .container_block_type_top {
    border: none;
    padding-bottom: 0;
}

.container_block_type_top_cell.rooms {
    margin-right: 35px;
}

.container_block_type_top_cell.rooms_inner {
    padding: 10px 12px;
    background: #beced6;
    color: #fff;
    text-align: center;
    border-radius: 4px;
}

.rooms_text {
    font-size: 0.85rem;
    letter-spacing: 0.5px;
}

.rooms_quant {
    font-size: 2.2rem;
    margin: 4px 0 0px;
}

.object_header {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

    .object_header.build_block_dnd {
        align-items: center;
        flex-wrap: nowrap;
        margin-bottom: 5px;
        cursor: pointer;
        outline: none;
        margin-right: 0px;
    }

.ui-state-highlight {
    background: #ea6900;
    height: 15px;
    width: 100%;
}

.object_header.build_block_dnd.selected .profile_stage_block_description, .popup.distribution .l-entryway > div.l-apartment.selected {
    background: #ea6900;
    color: #fff;
}

.popup.distribution.choosed_appartment .l-entryway > div.l-apartment.selected, .popup.distribution.choosed_appartment .l-entryway > div.l-apartment.selected:hover {
    background: #ea6900;
    color: #fff;
}

    .popup.distribution.choosed_appartment .l-entryway > div.l-apartment.selected:hover {
        transition: all 0.3s;
    }

.object_header.build_block_dnd.selected .gray_text {
    color: #fff;
}

.object_header.build_block_dnd.ui-draggable-dragging .profile_stage_block_description {
    box-shadow: 2px 5px 15px 0 rgba(0,0,0,0.3);
    //margin-right: -50px;
}

.object_header.build_block_dnd.ui-draggable-dragging .build_aap_num {
    background: #0c94ea;
    color: #fff;
    padding: 3px 10px 3px 0;
    margin: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    margin-left: -3px;
}

.object_header.build_block_dnd:hover .profile_stage_block_description {
    border-color: #b7c9d6;
}

.object_header.build_block_dnd:first-child {
    /* margin-top: 10px; */
}

.build_aap_num {
    margin-right: 8px;
    font-size: 0.8rem;
    width: 25px;
    padding: 0;
    text-align: right;
    border-radius: 0;
    transition: all 0.2s;
}

.object_header_description_wrapper {
    margin-right: 30px;
    display: flex;
    width: 100%;
    margin-bottom: 27px;
}

    .object_header_description_wrapper:first-child {
        padding-top: 9px;
    }

    .object_header_description_wrapper:last-child {
        margin-bottom: 0;
    }

.object_header_description {
    margin-right: 35px;
    position: relative;
}

.popup_forms.deposits .object_header_description {
    margin-bottom: 10px;
    margin-right: 0;
}

.text {
    margin-bottom: 4px;
}

    .text.bolder {
        font-family: GothaProBol;
    }

    .text.bold {
        font-family: GothaProBol;
        /* font-size: 1.1rem; */
        margin: 0;
    }

.object_header.build_block_dnd .text.bold {
    width: 33px;
}

.profile_stage_block_description .gray_simple {
    font-size: 1rem;
    font-weight: normal;
    color: #aaa;
}

.profile_stage_block_description .gray_text {
    font-weight: normal;
    font-size: 0.75rem;
}

.profile_stage_block_description .black_simple {
    font-size: 0.85rem;
    margin-top: 3px;
}

.aside_appartment_data .text, .aside_deposit_data .text {
    font-size: 0.85rem;
}

.text.small {
    font-size: 0.9rem;
    color: #333;
}

.popup_done .text.small {
    line-height: 1.8;
    max-width: 760px;
    margin: 20px auto;
}

.container_block_type_typical .text {
    line-height: 1.9;
    cursor: initial;
}

.text.bigger {
    font-size: 1.15rem;
}

.popup_forms.deposits .object_header_description .text.bigger {
    font-size: 0.95rem;
    color: #000;
}

.text.bigger.blue_dotted {
    color: #0088df;
    font-size: 1.1rem;
    /*border-bottom: 1px dashed;*/
}

.object_header_show_plan, .aside_more_link {
    color: #0088df;
    font-size: 0.88rem;
    border-bottom: 1px dashed;
    letter-spacing: 0.3px;
}

.object_header_show_plan {
    cursor: pointer;
}

.arrow_right {
    width: 0px;
    height: 0px;
    border-top: 7px solid rgba(172,15,15,0);
    border-bottom: 7px solid transparent;
    border-left: 7px solid white;
    position: absolute;
    right: -7px;
    top: 35px;
}

.object_header_plan {
    position: absolute;
    right: 17px;
    top: 12px;
    margin-right: 100%;
    z-index: 10;
    background: #fff;
    padding: 15px 15px;
    display: none;
    box-shadow: 2px 2px 16px 2px rgba(0,0,0,.2);
}

.object_header_show_plan:hover + .object_header_plan {
    display: block;
}

.object_header_show_plan:hover {
    color: #ff7200;
}

.container_block_type_typical {
    display: none;
    border-top: 2px solid #dce6ea;
    margin-top: 15px;
}

.make_request {
    display: inline-block;
    margin: 20px 0;
    padding: 20px 20px;
    margin-bottom: 12px;
}

    .make_request:hover, .popup_prev:hover, .popup_next:hover, .popup_button:hover {
        background: #ff7200;
    }

.warn {
    color: #d0021b;
    font-size: 0.75rem;
    margin: 0 0 20px;
}

.container_row_item {
}



.popup {
    width: calc(100vw - 84px);
    height: calc(100vh - 84px);
    transform: scale(0.2, 0.8) translate(0px, 500px) perspective(600px) rotateX(30deg);
    position: fixed;
    background: #fff;
    top: 42px;
    left: 42px;
    box-shadow: 0px 0px 25px 13px rgba(0,0,0,0.15);
    z-index: 2000;
    /* display: none; */
    transition: all 0.3s;
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
}

    .popup.simple {
        width: 660px;
        left: 50%;
        margin-left: -330px;
        height: calc(100% - 60px);
        margin-top: -350px;
        top: 50%;
        box-shadow: 0px 0px 19px 6px rgba(0,0,0,0.15);
        /* overflow: visible; */
    }
    .popup.login {
        z-index: 9999;
    }
section.popup.active.simple.auto_height {
    height: auto;
    margin: 0;
    transform: scale(1, 1) perspective(1000px) rotateX(0deg) translate(-50%,-50%);
}

section.popup.active.simple._auto_height {
    margin: 0;
    transform: scale(1, 1) perspective(1000px) rotateX(0deg) translate(-50%,-50%);
}

.popup.request {
}

    .popup.request.active {
    }

.gallery-item-popup {
    /*background: url("slick/show_bigger.png") transparent no-repeat;*/
    width: 25px;
    height: 25px;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 1000;
    cursor: pointer;
    opacity: 0.8;
}

    .gallery-item-popup:hover {
        opacity: 1;
    }

.slick-slider .slick-list {
}

.slick-slide img {
    height: 100%;
    width: auto;
}

.slick-slide img { /* border: 2px solid transparent; */
    outline: none;
}

.slick-slide.slick-current img, .slick-slide.slick-active img {
}

.slider-for .slick-slide.slick-current img, .slider-for .slick-slide.slick-active img, .slider-for .slick-slide img {
    border: none;
    margin: 0;
}

.slider-for .slick-slide.slick-current img, .slider-for .slick-slide.slick-active img {
    z-index: 999
}

.slider-for .slick-slide img, .slider-for .slick-slide img, .slider-for .slick-slide img {
    height: 100%;
    transform: translate3d(-50%, -50%, 0);
    left: 50%;
    top: 50%;
    position: relative;
}

.slider.slider-nav img {
    outline: none;
    height: calc(100%);
}

.slider.slider-nav .slick-slide img {
    box-sizing: border-box;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
}

.slider.slider-nav .slick-slide {
    outline: none;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.slider.slider-nav .slick-current img, .slider.slider-nav .slick-active img {
    outline: none;
}

.slider.slider-nav .slick-current, .slider.slider-nav .slick-active {
}

.slider.slider-nav .slick-current {
    opacity: 0.7
}

.slick-prev {
    left: 7px;
    z-index: 10;
}

.slick-next {
    right: 6px;
    z-index: 10;
}

    .slick-prev:before, .slick-next:before {
        content: '';
    }

.slick-prev, .slick-next {
    opacity: 0.6;
    width: 25px;
    height: 23px;
}

    .slick-prev:hover, .slick-next:hover {
        opacity: 1
    }

/*    .slick-prev, .slick-prev:hover, .slick-prev:focus {
        background: url("slick/prev.png") transparent no-repeat;
    }*/

/*    .slick-next, .slick-next:hover, .slick-next:focus {
        background: url("slick/next.png") transparent no-repeat
    }*/

#popup_login_bank {
}

#popup_pass_bank {
}

.popup header {
    height: 70px;
    display: flex;
    align-items: center;
    padding: 0 30px;
    border-bottom: 2px solid #dce6ea;
    justify-content: space-between;
}

.popup.active {
    display: block;
    pointer-events: auto;
    opacity: 1;
    /*transform: scale(1, 1) translate(0px, 0px) perspective(1000px) rotateX(0deg);*/
    /*transition: opacity 0.3s, transform 0.6s;*/

    height: 100% !important;
    transform: inherit !important;
}

.submit_button_wrapper.busy {
}

    /*.submit_button_wrapper.busy::after {
        content: '';
        background: url('../imgs/ring-alt.svg');
        width: 20px;
        height: 20px;
        display: block;
        position: absolute;
        top: 50%;
        left: 26%;*/
    }

.submit_button_wrapper {
    position: relative;
}

.popup.distribution .popup_buttons_bot {
    position: relative;
}

.popup.distribution .l-entryway {
    display: flex;
    /*height: 100%;*/
    align-items: flex-end;
}

.quant_ap {
    margin-left: 2px;
}

.l-floor-left {
    padding: 0;
    margin: 0;
}

.l-building {
    margin: 0 auto;
    /*margin-right: 60px;
    margin-bottom: 20px;*/
    height: 100%;
}

.l-floor {
    margin: 0;
    padding: 0;
}

.l-porch {
    text-align: center;
    font-size: 1.15rem;
    padding: 6px 0;
    color: #000;
    font-family: GothaProBol;
    max-height: 20px;
}

.popup.distribution .l-entryway > div {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e0eef6;
    margin-right: 5px;
    border-radius: 3px;
    margin-bottom: 4px;
    font-size: 0.7rem;
    color: #0088df;
    cursor: pointer;
    transition: all 0.2s;
    border: 1px solid #e0eef6;
}

    .popup.distribution .l-entryway > div:hover {
        background: #f3d4ba;
        color: #666;
    }

.popup.distribution.choosed_appartment .l-entryway > div, .popup.distribution.choosed_appartment .l-entryway > div:hover {
    background: #f5f7f8;
    border: 1px solid #f0f4f6;
    color: #9da7ac;
    cursor: default;
    min-width: 50px;
}

.choosed_appartment .popup.distribution .l-entryway > div:hover {
    background: #333;
}

.popup.distribution .l-entryway > div.selected {
    background: #ea6900;
    color: #fff;
}

.l-et {
    margin-right: 5px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #878A8A;
    text-decoration:underline;
}

.popup.distribution .l-entryway .l-apartment > div > span {
    margin-right: 3px;
}

section.popup.request.active {
}

.popup_title {
    font-size: 2rem;
}

.popup.simple .popup_title {
    font-size: 1.6rem;
}

    .popup.simple .popup_title.lock_icon_after {
        display: flex;
        align-items: center;
    }

.popup_close {
    width: 30px;
    height: 30px;
    background: url(icons_pack.svg) no-repeat transparent;
    background-size: 100px;
    background-position: -4px -266px;
    cursor: pointer;
}

    .popup_close:hover {
        background: url(icons_pack.svg) no-repeat transparent;
        background-size: 100px;
        background-position: -35px -266px;
    }

.popup_progress_bar {
    height: 2px;
    margin-top: -2px;
    background: #ea6900;
    width: 0;
    transition: all 1s;
}

.popup_request_loading {
    position: absolute;
    width: 100%;
    height: calc(100% - 72px);
    z-index: 2;
    background: #fff;
    top: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    opacity: 0;
    transition: all 0.4s;
}

    .popup_request_loading.active {
        opacity: 1;
        pointer-events: auto;
        transition: all 0.2s;
    }

.popup_request_loading_inner {
    margin-top: -100px;
}

.loading.anim {
}

.loading_text {
    font-size: 1.6rem;
    color: #8999a1;
}

.content_wrapper {
    height: calc(100% - 142px);
    transform: translateX(0); /* display: flex; */
    transition: all 0.3s /* flex-wrap: nowrap; */;
}

    .content_wrapper.full_height {
        height: calc(100% - 72px);
    }

    .content_wrapper .forms_wrapper {
        height: 100%;
        display: flex;
        flex-wrap: nowrap;
    }

.popup.distribution .forms_wrapper {
}

.popup_content {
    width: calc(100% - 40px);
    padding: 20px; /* box-sizing: border-box; */
    display: flex; /* align-items: center; */ /* justify-content: center; */
    height: calc(100% - 100px);
    overflow: auto;
}

.content_wrapper.full_height .popup_content {
}

.list_req thead {
    background: #f5f7f8;
}

.list_req {
    border-collapse: collapse;
    width: 100%;
}

.points {
    color: #0088df;
    border-bottom: 1px dashed #0088df;
    display: inline-block;
    cursor: pointer;
}

    .points:hover {
        color: #ea8539;
        border-bottom: 1px dashed #ea8539;
    }

.micro_popup {
    position: absolute;
    /*width: 250px;*/
    /* height: 200px; */
    z-index: 5000;
    background: #fff;
    padding: 15px;
    box-shadow: -4px 0px 24px 3px rgba(0,0,0,0.15);
    font-size: 0.9rem;
    margin-left: 40px;
    margin-top: 14px;
    transform: translateY(-50%);
    cursor: pointer;
}

    .micro_popup::before {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px 10px 6px 0;
        border-color: transparent #ffffff transparent transparent;
        top: calc(50% - 10px);
        position: absolute;
        left: -10px;
    }

.list_req td, .list_req th {
    padding: 14px 9px;
    text-align: left;
    position: relative;
    font-size: 0.9rem;
}

.micro_popup {
    display: none;
}

.hidden_text {
    display: none;
}

.list_req td:first-child {
    padding-left: 20px;
    padding-right: 0;
}

td {
}

.list_req tr {
    border: 1px solid #dce6ea;
}

    .list_req tr.selected {
        border: 3px solid #ea8533;
        background: #f5f7f8;
    }

        .list_req tr.selected td {
            font-family: GothaProBol;
        }

    .list_req tr:hover td {
        background: #ffdfc5;
    }

.popup_content.no_pad {
    padding: 0;
    height: 100%;
}

.building_wrapper {
    display: flex;
    overflow-x: hidden;
    align-items: flex-end;
}

.choosed_appartment .building_wrapper {
    width: 100%;
    overflow: auto;
}

.mouse_move .building_wrapper {
    pointer-events: none;
}

.mouse_move * {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
    -khtml-user-select: none; /* Konqueror */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  not supported by any browser */
    cursor: none;
}

.protect_overflow {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10000;
    cursor: none;
}

.mouse_move .protect_overflow {
    display: block;
}

.aside_building_wrapper {
    width: 290px;
    background: #f5f7f8;
    border-left: 2px solid #dce6ea;
    padding: 10px 8px;
    box-sizing: border-box;
    /* height: 377px; */
    overflow: auto;
    /* position: relative; */
}

.aside_building {
    /* overflow: auto; */
    /* overflow-x: hidden; */
    position: relative;
    /* overflow: hidden; */
    /* height: 100%; */
    /* box-sizing: border-box; */
}

.aside_building_wrapper h3 {
    margin-top: 0;
    font-size: 1.15rem;
    font-family: GothaProBol;
    padding: 6px 7px 0;
    margin-bottom: 10px;
}

form.build_form {
    display: flex;
    width: 100%;
    /* align-items: stretch; */
    position: relative;
}

.building_tables_wrapper {
    width: 100%;
    margin: 0 auto;
    display: flex;
    position: relative;
    align-items: flex-end;
    /*height: 100%;*/
}

div#Content {
   /*max-height: 700px;*/
    width: 100%;
}
}

.l-roof-center {
    color: #aaa;
    font-weight: normal;
    font-size: 3rem;
    padding: 10px 0 20px;
}

.l-apartment:hover {
    background: #008b8a;
}

.l-apartment {
    padding: 10px 0px;
    margin: 2px;
    text-align: center;
    vertical-align: middle;
}

.popup.distribution .l-apartment.disabled, .popup.distribution .l-apartment.disabled:hover {
    background: #F1F1F1;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 6px;
    color: #D2D4D5;
}

    .popup.distribution .l-apartment.disabled > div {
        /* display: none; */
        opacity: 0;
    }

.popup_content.gray_bg {
    background: #f5f7f8;
}

.popup_content .popup_docs {
    box-sizing: border-box;
    /* display: table; */
    padding-bottom: 20px;
}

.popup_docs .loading {
    margin: 30px auto;
    display: block;
}

.popup_content.center {
    align-items: center;
    justify-content: center;
}

    .popup_content.center .popup_done {
        /* width: calc(100% - 300px); */
        text-align: center;
    }

        .popup_content.center .popup_done .loaded {
            margin: 40px auto;
            display: block;
            background: url(icons_pack.svg) no-repeat #fff;
            background-size: 280px;
            background-position: -2px -988px;
            width: 86px;
            height: 86px;
        }

.popup.simple .popup_done .loaded {
    margin: 0px auto 10px;
}

.popup_deposits {
    width: 100%;
}

.popup_deposits_header {
    height: 104px;
    display: flex;
    border: 1px solid #dde7eb;
    margin-bottom: 33px;
}

.popup_img {
    margin-right: 17px;
    display: inline;
    width: auto;
    max-width: 150px;
    overflow: hidden;
}

.popup_header_title {
    width: 100%;
    font-size: 1.25rem;
}

.popup_header_row {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
}

.popup_img img {
    height: 100%;
    width: auto;
}

.popup_header_descr {
    display: flex;
    width: 100%;
}

.popup_login {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 480px;
    height: 400px;
    justify-content: center;
    border: 1px solid #d9e8ec;
    border-radius: 20px;
    position: relative;
}

.popup.simple .popup_login {
    border: none;
    width: 100%;
    height: 100%;
    margin-top: 3px;
}

.popup_login::before, .lock_icon_after::after {
    content: '';
    width: 41px;
    height: 41px;
    background: url(icons_pack.svg) no-repeat #fff;
    background-size: 120px;
    background-position: 0px -281px;
    position: absolute;
    top: -14px;
    left: -13px;
    z-index: 10;
}

.lock_icon_after::after {
    top: 0;
    position: relative;
    left: 0;
    display: block;
    margin-left: 10px;
    margin-top: 5px;
}

.popup.simple .popup_login::before {
    display: none;
}

.popup_login_inner {
}

.popup_logo {
    width: 51px;
    height: 51px;
    background: url(icons_pack.svg) no-repeat transparent;
    background-size: 150px;
    background-position: -78px -208px;
    margin: 0 auto;
}

    .popup_logo.big {
        background: url(icons_pack.svg) no-repeat transparent;
        background-size: 250px;
        background-position: -11px -1343px;
        width: 74px;
        height: 74px;
    }

.popup_text_big {
    font-size: 1.5rem;
    margin: 10px 0;
}

.popup_sms .popup_text_big {
    text-align: center;
}

.popup_text_big.center {
    text-align: center;
    font-size: 1.8rem;
}

.popup_forms {
    display: flex;
    justify-content:center;
    margin: 20px auto;
}

.popup.simple .popup_forms {
    margin: 5px auto 20px;
}

.popup_sms .popup_forms {
    margin: 28px auto 26px;
}

.popup_forms.deposits {
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
}

.popup_deposits_status {
    display: flex;
    align-items: baseline;
}

    .popup_deposits_status > div {
        margin-right: 40px;
    }

    .popup_deposits_status .gray_text {
        font-size: 0.9rem;
    }

.popup_forms.deposits label {
    min-width: 190px;
    padding: 17px 20px 10px 50px;
    box-sizing: border-box;
    border: 2px solid #e9eef0;
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative;
    cursor: pointer;
}

    .popup_forms.deposits label:hover {
        border-color: #b7c9d6;
    }

.popup_forms.deposits input:checked + label {
    border: 2px solid #ea6900;
}

input.hidden {
    display: none;
}

.popup_forms label {
    font-size: 0.85rem;
    margin-bottom: 4px;
    color: #aaa;
    margin-top: 20px;
}

.popup_forms input {
    height: 40px;
    color: #333;
    padding: 0 9px;
    font-size: 1.2rem;
    border: 1px solid #d9e8ec;
}

input.button {
    margin: 20px auto 0;
    color: #fff;
    padding: 0 25px;
}

.popup.simple input.button {
    width: 100%;
    border-radius: 3px;
}

.popup.simple input::before {
    content: '';
}

.popup_sms input {
    height: 60px;
    font-size: 1.6rem;
    padding: 0 13px;
}

.popup_buttons_bot {
    display: flex;
    padding: 0 30px;
    align-items: center;
    height: 70px;
    justify-content: space-between;
    border-top: 2px solid #dce6ea;
}

    .popup_buttons_bot button {
        display: none;
    }

.popup.simple button.popup_next {
    margin-right: 0;
}

.popup.simple button {
    border-radius: 2px;
}

.popup_content form {
    height: inherit;
}


.buildingsWrapperNav {
    align-self: center;
    display: flex;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    /* transform: translateX(-50%); */
    top: 50%;
    /* cursor: crosshair; */
    cursor: ew-resize;
}

    .buildingsWrapperNav.mouse_move {
        pointer-events: none;
    }

    .buildingsWrapperNav.cursor_move {
        cursor: none;
    }

.nav_building {
    display: flex;
    position: relative;
    padding-right: 10px;
    pointer-events: none;
}

.cursor_nav {
    position: absolute;
    height: calc(100% + 10px - 2px);
    border: 2px solid #ea6900;
    width: 20px;
    z-index: 1;
    top: -6px;
    margin: 0 4px 0 -4px;
    left: 0px;
    pointer-events: none;
    /* transition: left 0.2s cubic-bezier(0.29, -0.3, 0.65, 1.24); */
}

    .cursor_nav::after {
        content: '';
        width: 9px;
        height: 9px;
        background: url(icons_pack.svg) no-repeat transparent;
        background-size: 100px;
        background-position: -30px -481px;
        display: block;
        top: calc(50% - 5px);
        position: absolute;
        right: -12px;
    }

    .cursor_nav::before {
        content: '';
        width: 9px;
        height: 9px;
        background: url(icons_pack.svg) no-repeat transparent;
        background-size: 100px;
        background-position: -10px -481px;
        left: -12px;
        display: block;
        top: calc(50% - 5px);
        position: absolute;
    }

.nav_building:last-child {
    padding: 0;
}

.lpd {
    width: 25px;
    height: 28px;
    background: #f5f7f8;
    margin: 0 -1px;
    border: 1px solid #e4e8eb;
    border-right: none;
    pointer-events: none;
}

    .lpd:last-child {
        border: 1px solid #e4e8eb;
    }

.text_nav {
    font-size: 13px;
    position: absolute;
    left: calc(50% - 10px);
    transform: translate(-50%,-50%);
    top: 50%;
    font-family: GothaProBol;
    pointer-events: none;
}

.popup_next[disabled] {
    background: #aaa;
}

.popup_prev {
}

.spinner {
    margin: 0px auto 20px;
    width: 40px;
    height: 40px;
    position: relative;
    text-align: center;
    -webkit-animation: sk-rotate 2.0s infinite linear;
    animation: sk-rotate 2.0s infinite linear;
}

.dot1, .dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #0c94ea;
    border-radius: 45%;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.dot2 {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-rotate {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes sk-rotate {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

@-webkit-keyframes sk-bounce {
    0%, 100% {
        -webkit-transform: scale(0.0)
    }

    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bounce {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

select::-ms-expand {
    display: none;
}

@media all and (-ms-high-contrast:none) {
    /* .foo { color: green } IE10 */

    /**::-ms-backdrop, .slider-for .slick-slide {  !* IE11 *!*/
    .slider-for .slick-slide { /* IE11 */
        height: 285px;
    }
        /**::-ms-backdrop, .slider-for .slick-slide.slick-current img, .slider-for .slick-slide.slick-active img, .slider-for .slick-slide img { !* IE11 *!*/
        .slider-for .slick-slide.slick-current img, .slider-for .slick-slide.slick-active img, .slider-for .slick-slide img { /* IE11 */
            /*height: auto;*/
            /*transform: ;*/
            /*max-width: 100%;*/
        }
}




.find_cell.check_boxes input:checked + input[type="hidden"] + label::before {
    background-position: -64px -92px;
}

.pool_description .object_header_description {
    margin-right: 35px;
    position: relative;
}
