@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
widget3 {
    display: block;
}

.fa.fa-rouble {
    margin-right: 0;
}

a {
    -webkit-transition: ease all .4s;
    -moz-transition: ease all .4s;
    -ms-transition: ease all .4s;
    -o-transition: ease all .4s;
    transition: ease all .4s;
}

.font_bold {
    font-weight: 700;
}

nav.navbar {
    margin-bottom: 25px;
}

nav .navbar-header {
    position: relative;
}

nav.navbar.navbar-header-full.navbar-dark {
    border-bottom: none !important;
}

#footer-widgets img.icopay {
    max-width: 100%;
}

#map {
    margin-bottom: 41px;
}

#object_search_form {
    padding: 23px 0 40px;
}

#object_search_form h2 {
    font: normal 2em/1.172em 'Roboto', sans-serif;
    color: #000;
    margin: 0 0 33px;
}

#object_search_form form {
    display: block !important;
}

#object_search_form .loading-text-wrapper {
    position: absolute;
    color: #337ab7;
    width: 100%;
    background: white;
}

#object_search_form .loading-text {
    clip-path: inset(0 11px 0 0);
    animation: load 1s steps(5) infinite;
}

@keyframes load {
    to {
        clip-path: inset(0 -1ch 0 0)
    }
}

#object_search_form form input[type=text] {
    height: 50px !important;
    border: solid 5px #2F70B2;
    font: 300 16px/normal 'Roboto', sans-serif;
    padding: 5px 13px;
    border-top-left-radius: 2px !important;
    border-bottom-left-radius: 2px !important;

    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
}

#object_search_form form button {
    width: 120px;
    height: 50px;
    background: #2F70B2;
    border: none;
    font: 700 14px/normal 'Roboto', sans-serif;
    color: #fff;

    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial;

    -webkit-transition: ease all .4s;
    -moz-transition: ease all .4s;
    -ms-transition: ease all .4s;
    -o-transition: ease all .4s;
    transition: ease all .4s;
}

#object_search_form form button:hover {
    background: #26538B;
}

@media (max-width: 767px) {
    #object_search_form form button {
        width: 35px !important;
        padding-left: 0;
        padding-right: 0;
    }
}

#home_features {
    font-family: 'Roboto', sans-serif;
    margin-bottom: 33px;
}

#home_features .home_features_inner {
    background: #F0F1F1;
    padding: 30px;
}

#home_features h3 {
    font-family: 'Roboto', sans-serif;
    color: #000;
}

#home_features ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#home_features ul li {
    background: url('/addons/images/home_features_checkmark.svg') no-repeat left top;
    line-height: 1.172em;
    margin-bottom: 40px;
    padding: 0 0 0 40px;
}


#home_features ul li:last-child {
    margin-bottom: 0;
}

#home_features ul li strong,
#home_features .row strong {
    display: block;
    font-size: 1.143em;
    line-height: 1em;
}

#home_features .row > div {
    margin-bottom: 30px;
}

#home_features .row > div:last-child {
    margin-bottom: 0;
}

@media screen and (min-width: 992px) {

    #home_features .home_features_inner {
        padding: 53px 52px;
    }

    #home_features .row > div {
        margin-bottom: 0;
    }

}



/* object */

.mydoc-block {
    margin-bottom: 33px;
}

.report_title {
    margin-bottom: 30px;
}

.report_title h1 {
    font: normal 1.25em/1.172em 'Roboto', sans-serif !important;
    color: #2F70B2 !important;
}
.btn-info.form-blue {
    background: #2F70B2;
}
.object_characteristics {
    border: 1px solid #E0E0E0;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 14px;
    /*padding: 33px;*/
    /*padding: 18px 10px 27px;*/
    padding: 24px 33px 27px;
}

.object_characteristics_header {
    margin-bottom: 21px;
}

.object_characteristics_header .section-title {
    border-bottom: none;
    font-size: 1em;
    line-height: 1.172em;
    font-weight: 700;
    padding: 0;
    position: relative;
}

.object_characteristics_header .section-title:first-letter {
    font-size: 1em;
    line-height: 1.172em;
    color: #000;
}

.object_characteristics_header .fa-building-o {
    position: absolute;
    left: -23px;
    top: -2px;
}

.object_characteristics_header .fa-building-o::before {
    width: 18px;
    height: 18px;
    display: inline-block;
    background: url('/addons/images/icon_building.svg') no-repeat center;
    content: '';
    /*margin: 0 3px 0 0;*/
    /*position: relative;*/
    /*top: 4px;*/
}

.object_characteristics .striped-header {
    font-size: 14px;
    line-height: 18px;
}

.object_characteristics .striped {
    display: block;
    border: none;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 14px;
    /*padding: 0 23px;*/
    padding: 0;
}

.object_characteristics .striped:last-child {
    margin-bottom: 0;
}

.object_characteristics .striped:nth-of-type(odd) {
    background: none;
}

.object_characteristics .striped span[class^=col-] {
    width: auto;
    float: none;
}

.object_characteristics .striped span:last-child {
    font-weight: 500;
}

.object_characteristics .striped .faendinfo {
    padding-top: 0;
}

.object_characteristics .striped strong {
    display: block;
    padding-top: 5px;
}

.table {

}

.table .alert {
    font: normal 14px/1.45em 'Roboto', sans-serif;
    margin-bottom: 33px;
    padding: 28px 34px 30px;

    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.table .alert:last-child {
    margin-bottom: 0;
}

.table .alert p,
.table .alert ul {
    margin-bottom: 14px;
}

.table .alert ul {
    padding-left: 25px;
}

.table .alert p:last-child,
.table .alert ul:last-child {
    margin-bottom: 0;
}

.table .alert > p + p {
    margin-top: 5px;
}

.table .alert.alert-info {
    background: #E1F3FA;
    border: 1px solid #4098D4;
    color: #2F70B2;
}

.table .alert.alert-warning {
    background: #FAEEDD;
    border: 1px solid #E7AF5F;
    color: #AF7727;
}

.mydoc-block {
    margin-bottom: 33px;
}

.mydoc-block .well {
    background: #F5F5F5 !important;
    border: 1px solid #E0E0E0;
    font: normal 14px/1.45em 'Roboto', sans-serif;
    color: #000;
    padding: 24px 33px;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.mydoc-block .section-title {
    border-bottom: none;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    margin: 0 0 7px;
    padding: 0;
    position: relative;
}

.mydoc-block .section-title:first-letter {
    color: #000;
}

.mydoc-block .section-title .fa {
    width: 14px;
    height: 14px;
    background: url('/addons/images/icon_user.svg') no-repeat center;
    position: absolute;
    left: -20px;
}

.mydoc-block .section-title .fa::before {

    content: '';
}

.mydoc-block .date_info {
    margin-bottom: 15px;
}

.mydoc-block small {
    font-size: 10px;
    line-height: 12px;
}

.mydoc-block ol {
    margin: 0;
    padding: 0;
}

.mydoc-block ol.service-list.mydoc.list-unstyled li {
    margin: 0 0 18px !important;
    padding: 0 !important;
}

.mydoc-block ol.service-list.mydoc.list-unstyled li:last-child {
    margin-bottom: 0;
}

.mydoc-block ol li::before {
    display: none;
}

.mydoc-block ol.service-list.mydoc.list-unstyled li strong {
    color: #4098D4;
}

.mydoc-block ol.service-list.mydoc.list-unstyled li a {
    color: #000;
    text-decoration: underline;
}

.mydoc-block ol.service-list.mydoc.list-unstyled li a:hover {
    text-decoration: navy;
}

.mydoc-block .mydoc-info-arrest strong {
    color: #C80000;
}

#formzakaz {
    font: normal 14px/1.172em 'Roboto', sans-serif;
    margin-bottom: 30px;
}
#formzakaz .blueline:after {
    content: "";
    width: calc(100% + 20px * 2);
    margin: 20px -20px;
    max-width: none;
    border-bottom: 1px dashed white;
}

#formzakaz .panel-primary {

}

#formzakaz .panel-primary hr {
    display: none;
}

#formzakaz .footertriger {
    margin-bottom: 30px;
}

#formzakaz .footertriger > div {
    margin-bottom: 20px;
    clear: left;
}
#formzakaz .footertriger .footertriger-img {
    width: 30px;
    float: left;
}

#formzakaz .footertriger .footertriger-img img {
    width: 26px;
    margin: 0 auto;
}

#formzakaz .footertriger .footertriger-text {
    width: calc(100% - 30px);
    display: inline-block;
}

#formzakaz .footertriger > div:last-child {
    margin-bottom: 0;
}

#formzakaz .panel-primary .panel-heading,
#formzakaz .panel-primary .panel-footer {
    background: none;
}

#formzakaz .panel-primary {
    background: #2F70B2;
    border: none;
    color: #fff;
    margin-bottom: 30px;
    padding: 23px 27px 27px 27px;

    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#formzakaz .panel-primary > .panel-heading {
    border: none;
    margin-bottom: 24px;
    padding: 0;
    position: relative;
}

#formzakaz .panel-primary > .panel-heading .doc-info {
    position: absolute;
    top: -6px;
    margin-left: 4px;
    color: #ff9794;
    /*vertical-align: baseline;*/
}

#formzakaz .panel-primary > .panel-heading.h3,
#formzakaz .panel-body h4 {
    font: normal 14px/1.172em 'Roboto', sans-serif;
}

#formzakaz .panel-primary > .panel-heading {
    font-size: 18px;
}

#formzakaz .panel-body {
    margin-bottom: 21px;
    padding: 0;
}

#formzakaz .panel-body a {
    color: #fff;
}

#formzakaz .panel-body a img {
    margin: -2px 4px 0 0;
}

#formzakaz .panel-body h4 {
    margin: 0 0 17px 0;
    font-size: 15px;
    padding-left: 3px;
}

#formzakaz toggler2 i {
    width: 22px;
    height: 22px;
    margin-left: -3px;
}

#formzakaz toggler2 i.fa-square-o {
    background: url('/addons/images/form_checker.svg') no-repeat center;
}

#formzakaz toggler2 i.fa-check-square {
    background-image: url('/addons/images/form_checker_checked.svg');
}

#formzakaz label i::before {
    content: '';
}

#formzakaz label i.doc-info {
    color: #fff;
}


#formzakaz .box_report .price {
    font-size: 17px;
}
#formzakaz .box_report .doc-info {
    margin-right: 7px;
}

#formzakaz .panel-footer {
    border: none;
    padding: 4px 0 0 0;
}

#formzakaz .panel-footer .form-group label {
    padding: 3px 10px 0 10px;
    border: solid 1px #fff;
    color: rgba(255, 255, 255, .5);
    line-height: 23px;
    text-align: center;
    cursor: pointer;
    /*margin-bottom: 0;*/
    /*margin-right: 61px;*/
    /*margin: 0 30px 0 31px;*/
    /*margin: 0 36px 12px 25px;*/
    margin: 0 0 12px 26px;
    position: relative;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#formzakaz .panel-footer .form-group label:first-child {
    margin: 0 36px 12px 25px;
}

#formzakaz .panel-footer .form-group label:last-child {
    margin-right: 0;
}

#formzakaz .panel-footer .form-group label::before {
    width: 22px;
    height: 26px;
    display: inline-block;
    background: url('/addons/images/form_checker.svg') no-repeat center;
    content: '';
    position: absolute;
    left: -30px;
    top: 0;
}

#formzakaz .panel-footer .form-group input[type="checkbox"] {
    display: none;
}

#formzakaz .panel-footer .form-group label.active {
    background: #fff;
    border: solid 2px #51b76e;
    line-height: 24px;
    color: #2F70B2;
}

#formzakaz .panel-footer .form-group label.active::before {
    height: 26px;
    background-image: url('/addons/images/form_checker_checked.svg');
}

#formzakaz .panel-footer .form-group .usr_field_box,
#formzakaz .panel-footer .form-group .sms_field_box {
    position: relative;
}

#formzakaz .panel-footer .form-group .usr_field_box::after,
#formzakaz .panel-footer .form-group .sms_field_box::after {
    width: 25px;
    height: 50px;
    content: '';
    position: absolute;
    right: 8px;
    top: 0;
    background: no-repeat center;
}

#formzakaz .panel-footer .form-group .usr_field_box::after {
    background-image: url('/addons/images/icon_email.png');
}

#formzakaz .panel-footer .form-group .sms_field_box::after {
    background-image: url('/addons/images/icon_sms.png');
}

#formzakaz .panel-footer .form-group .usr_field_box {

}

#formzakaz .panel-footer .form-group .sms_field_box {

}

#formzakaz .panel-footer .form-group input[type="text"] {
    width: 100%;
    height: 50px;
    background: #fff;
    border: none;
    margin-bottom: 12px;
    padding: 0 41px 0 13px;
}

#formzakaz .panel-footer .box_verify_code {

}

#formzakaz .panel-footer .box_verify_code button {
    width: 90px;
    height: 28px;
    background: url('/addons/images/icon_refresh.png') no-repeat center #fff;
    border: solid 2px #51b76e;
    vertical-align: middle;
    margin-left: 5px;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#formzakaz .panel-footer .box_policy {
    margin-bottom: 5px;
    padding-top: 3px;
    padding-right: 13%;
}

#formzakaz .panel-footer .box_policy input[type="checkbox"] {
    display: none;
}

#formzakaz .panel-footer .box_policy label {
    position: relative;
    font-weight: normal;
    font-size: 14px;
    line-height: 13px;
    margin: 0 0 0 27px;
    padding-left: 7px;
}

#formzakaz .panel-footer .box_policy label::before {
    width: 22px;
    height: 22px;
    display: inline-block;
    background: url('/addons/images/form_checker.svg') no-repeat center;
    content: '';
    position: absolute;
    left: -30px;
    top: -5px;
}

#formzakaz .panel-footer .box_policy input[type="checkbox"]:checked + label::before {
    background-image: url('/addons/images/form_checker_checked.svg');
}

#formzakaz .panel-footer .box_policy a {
    text-decoration: underline;
}

#formzakaz .panel-footer .box_policy a:hover {
    text-decoration: none;
}

#formzakaz .panel-footer .form-total {
    margin-bottom: 20px;
}

#formzakaz .panel-footer .form-total .h3 {
    margin: 0;
}

#formzakaz .panel-footer .place_sum {
    font-size: 25px;
    font-weight: 900;
    line-height: 1;
    text-align: center;
}
#formzakaz .panel-footer .place_sum:before,
#formzakaz .panel-footer .place_sum:after {
    content: "";
    width: calc(100% + 20px * 2);
    margin-left: -20px;
    margin-right: -20px;
    max-width: none;
}

#formzakaz .panel-footer .place_sum:before {
    margin-top: 20px;
    margin-bottom: 7px;
    border-top: 1px dashed white;
}


#formzakaz .panel-footer .place_sum:after {
    margin-top: 7px;
    margin-bottom: 20px;
    border-bottom: 1px dashed white;
}

#formzakaz .panel-footer .place_order button {
    width: 284px;
    height: 50px;
    background: #51B76E;
    border: 1px solid #2F70B2;
    font: 700 14px/1.172em 'Roboto', sans-serif;
    text-shadow: none;
    margin-bottom: 33px;
}

#formzakaz .panel-footer .place_order img {
    height: 25px;
    width: auto;
    margin: 0;
}

#formzakaz .footer_hint {
    /*font: normal 11px/1.172em 'Roboto', sans-serif;*/
    margin-bottom: 30px;
}

#formzakaz .footer_note {
    color: #C80000;
}



#formzakaz .panel-footer .form-group input[type="text"] {
    /*display: none;*/
}

#formzakaz .panel-footer .form-group input[type="checkbox"]:checked ~ input[type="text"] {
    /*display: block;*/
}



@media screen and (min-width: 768px) {
    #object_search_form h2 {
        font-size: 2.286em;
    }

    .report_title h1 {
        font-size: 1.714em !important;
    }

    .report_title {
        margin-bottom: 50px;
    }

    .object_characteristics .striped {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .object_characteristics .striped strong {
        display: inline;
        padding-top: 0;
    }
}



/* FAQ */

.page_title {
    margin-bottom: 30px;
}

.page_title h1.section-title,
.section_title h2.section-title {
    border: none;
    font: normal 2em/1.172em 'Roboto', sans-serif;
    color: #000;
    margin: 0;
    padding: 0;
}

.page_title h1.section-title:first-letter,
.section_title h2.section-title:first-letter {
    color: #000;
}

#faq_description {
    font: normal 1em/1.143em 'Roboto', sans-serif;
    color: #000;
    /*margin-bottom: 38px;*/
}

#faq_description p {
    margin-bottom: 1em;
}

#faq_description p:last-child {
    margin-bottom: 0;
}

#faq_description span,
#faq_description strong {
    color: #C80000;
}

#questions_and_answers {

}

#questions_and_answers .tab-header {
    margin-bottom: 32px;
}

#questions_and_answers .tab-header ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#questions_and_answers .tab-header ul {
    display: table;
    content: '';
    clear: both;
}

#questions_and_answers .tab-header ul li {
    display: inline-block;
    vertical-align: top;
}

#questions_and_answers .tab-header ul li.active {

}

#questions_and_answers .tab-header ul li.active a {
    background: #2F70B2;
    color: #fff;
}

#questions_and_answers .tab-header ul li a {
    display: block;
    border: 1px solid #2F70B2;
    font: bold 1em/1.143em 'Roboto', sans-serif;
    color: #2F70B2;
    text-align: center;
    text-decoration: none;
    min-width: 215px;
    padding: 16px;
}

#questions_and_answers .tab-header ul li a:hover {
    -webkit-box-shadow: 0 0 4px #2f70b2;
    -moz-box-shadow: 0 0 4px #2f70b2;
    box-shadow: 0 0 4px #2f70b2;
}

#faq_collapse {
    margin-bottom: 41px;
}

#faq_collapse p {
    margin-bottom: 1em;
}

#faq_collapse p:last-child {
    margin-bottom: 0;
}

#faq_collapse .accordion-togglecollapsed {
    font: bold 12px/14px 'Roboto', sans-serif;
    color: #000;
    text-decoration: underline;
}

#faq_collapse .accordion-togglecollapsed .text_hide {
    display: inline;
}

#faq_collapse .accordion-togglecollapsed .text_show {
    display: none;
}

#faq_collapse .accordion-togglecollapsed.collapsed .text_hide {
    display: none;
}

#faq_collapse .accordion-togglecollapsed.collapsed .text_show {
    display: inline;
}

#faq_collapse .faq_text {
    padding-top: 34px;
}

#faq_collapse .faq_text_button {
    padding-top: 30px;
}

#faq_list .panel-group > div.panel-body {
    margin-bottom: 24px;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#faq_list .panel-body {
    padding: 0;
}

#faq_list .panel-default,
#faq_list .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: none;
}

#faq_list .panel-default .panel-heading,
#faq_list .panel-default .panel-footer {
    background: none !important;
}

#faq_list .panel-default .panel-heading .page-header {
    border: none;
    font: bold 1.286em/1.167em 'Roboto', sans-serif;
    margin: 0 !important;
    padding: 0 !important;
}

#faq_list .panel-default .panel-heading .page-header > span {
    display: block;
}

#faq_list .panel-default .panel-heading .page-header a {
    display: block;
    font-weight: bold !important;
    color: #2F70B2;
    float: none;
    padding: 0 45px 0 0;
}

#faq_list .panel-default .panel-heading .page-header a:hover {
    color: #68ACDB;
}

#faq_list .panel .panel-heading-link a::after {
    display: none;
    content: '';
}

#faq_list .panel .panel-heading-link a::before {
    width: 32px;
    height: 32px;
    background: url('/addons/images/icon_arrow_down.svg') no-repeat center #2F70B2;
    content: '';
    float: right;
    margin: 0 -45px 0 0;
    padding: 0;
}

#faq_list .panel .panel-heading-link a:hover::before {
    background-color: #68ACDB;
}

#faq_list .panel-default .panel-heading .page-header a[aria-expanded="true"]::before {
    background-image: url('/addons/images/icon_arrow_up.svg');
}

#faq_list .panel-default .panel-collapse {
    font: normal 1em/1.143em 'Roboto', sans-serif;
    color: #000;
}

#faq_list .panel-default .panel-collapse .panel-body {
    padding: 11px 0 9px;
}

#faq_list .panel-default .panel-collapse p {
    margin-bottom: 1em;
}

#faq_list .panel-default .panel-collapse p:last-child {
    margin-bottom: 0;
}

#faq_list .panel-default .panel-collapse ul {
    list-style: none;
    margin-bottom: 1em;
    padding-left: 0;
}

#faq_list .panel-default .panel-collapse ul:last-child {
    /*margin-bottom: 0;*/
}



@media screen and (min-width: 768px) {
    .page_title h1.section-title,
    .section_title h2.section-title {
        font-size: 2.286em;
    }

    #faq_list .panel-default .panel-collapse .panel-body {
        padding: 11px 45px 9px 0;
    }
}



/* Objects catalog */

img.w100 {
    width: 100%;
}

#object_top_info {
    margin-bottom: 45px;
}

.object_top_info_banner {
    border: 1px solid #E0E0E0;
    font: 300 12px/14px 'Roboto', sans-serif;
    color: #000;
    text-align: center;
    margin-bottom: 25px;
    min-height: 560px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#object_top_info .col-left {
    padding-right: 15px;
    margin-bottom: 30px;
}

.object_catalog_intro {
    background: #F1F1F1;
    font: 300 11px/13px 'Roboto', sans-serif;
    color: #000;
    margin-bottom: 35px;
    padding: 30px;
}

.object_catalog_intro  p {
    margin-bottom: 26px;
}

.object_catalog_intro  p:last-child {
    margin-bottom: 0;
}

.object_catalog_intro  p span {
    color: #C80000;
}

#object_list {
    margin-bottom: 50px;
}

#object_list .section_title {
    margin-bottom: 40px;
}

#object_list .section_title h3,
#nearby_complexes .section_title h3,
#featured_articles .section_title h3 {
    font: normal 1.5em/1.167em 'Roboto', sans-serif;
    color: #000;
    margin: 0 0 21px;
}

#object_list .section_title ul {
    font: normal 12px/14px 'Roboto', sans-serif;
}

#object_list .section_title ul li {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
}

#object_list .section_title ul li a {
    font-weight: bold;
    color: #2F70B2;
}

#object_list ul {
    margin: 0 0 36px;
    padding: 0;
    list-style: none;
}

#object_list > ul > li {
    border-top: solid 1px #C4C4C4;
    padding-top: 20px;
    margin-top: 30px;
}

#object_list > ul > li > .row > div {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

#object_list > ul > li:first-child {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
}

#object_list > ul > li > .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

#object_list .col-object_image {

}

#object_list .col-object_description {

}

#object_list .object_image_holder {
    text-align: center;
    margin-bottom: 30px;
    padding-top: 4px;
}

#object_list .object_image_holder img {
    width: 100%;
    height: auto;
    border: 1px solid #E0E0E0;
    max-width: 100%;

}

#object_list .col-object_description {
    font: 300 12px/14px 'Roboto', sans-serif;
    color: #000;
}

#object_list .object_info {
    margin-bottom: 24px;
}

#object_list .col-object_description h4 {
    font: 700 1.5em/1.167em 'Roboto', sans-serif;
    color: #3D3D3D;
    /*margin: 0 150px 7px 0;*/
    margin: 0 0 7px 0;
}

#object_list .object_title {
    margin-bottom: 14px;
}

#object_list .object_price h4 {
    font-weight: normal;
    color: #000;
    margin-right: 0 !important;
}

#object_list .object_price h5 {
    font: normal 12px/14px 'Roboto', sans-serif;
    color: #000;
    margin: 0;
}

#object_list .object_features {
    margin-bottom: 9px;
}

#object_list .object_type {
    font-weight: normal;
}

#object_list .object_type a {
    color: #2F70B2;
}

#object_list .object_features strong {
    font-weight: 700;
}

#object_list .object_features ul {
    margin-bottom: 0;
}

#object_list .object_features ul li {
    margin-bottom: 14px;
}

#object_list .object_description {
    margin-bottom: 22px;
}

#object_list .btn_set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#object_list .btn_set a {
    background: #2F70B2;
    border: solid 1px #2F70B2;
    display: inline-block;
    font: bold 12px/16px 'Roboto', sans-serif;
    color: #fff;
    padding: 10px 15px;
    vertical-align: top;
    text-decoration: none;
}

#object_list .btn_set a:hover {
    /*background: #3486D0;*/
    background: #329DE4;
}

#object_list .btn_set a:last-child {
    margin-right: 0;
}

#object_list .btn_set a.order {
    background: #fff;
    border: solid 1px #CB5C54;
    color: #CB5C54;
}

#object_list .btn_set a.order:hover {
    background: #CB5C54;
    color: #fff;
}

#object_list > ul > li.object_search_parameters {
    background: #F1F1F1;
    border: none;
    font-size: 12px;
    text-align: center;
    margin: 30px 0;
    padding: 42px 38px;
}

#object_list > ul > li.object_search_parameters + li {
    border-top: none;
    margin: 0;
    padding: 0;
}

#object_list > ul > li.object_search_parameters span {
    display: block;
    font: normal 1.5em/1.167em 'Roboto', sans-serif;
    color: #000;
    margin-bottom: 30px;
}

#object_list > ul > li.object_search_parameters a.button {
    background: transparent;
    border: solid 1px #2F70B2;
    display: inline-block;
    font: bold 14px/16px 'Roboto', sans-serif;
    color: #2F70B2;
    text-decoration: none;
    padding: 14px 34px;
}

#object_list > ul > li.object_search_parameters a.button:hover {
    background: #fff;
}

.catalog_load_more {
    background: #F1F1F1;
    border: 1px solid #E0E0E0;
    display: inline-block;
    font: 300 14px/16px 'Roboto', sans-serif;
    color: #000;
    text-align: center;
    padding: 11px;
    min-width: 216px;
    vertical-align: top;
    text-decoration: none;
}

.catalog_load_more:hover {
    background: #D3D3D3;
    text-decoration: none;
}

#nearby_complexes,
#featured_articles {
    font-size: 12px;
    margin-bottom: 8px;
}

#nearby_complexes ul,
#featured_articles ul {
    font: 300 12px/14px 'Roboto', sans-serif;
    color: #000;
    margin: 0 -15px;
    padding: 0;
    list-style: none;

    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#nearby_complexes ul li,
#featured_articles ul li {
    width: 100%;
    position: relative;
    margin: 0 0 32px;
    padding: 0 15px;

    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

#nearby_complexes ul li a {
    color: #2F70B2;
}

#nearby_complexes ul li img,
#featured_articles ul li img {
    width: 100%;
    height: auto;
    max-width: 100%;
    margin-bottom: 15px;
}

#nearby_complexes ul li h5,
#featured_articles ul li h5 {
    font: bold 12px/14px 'Roboto', sans-serif;
    color: #000;
    margin: 0 0 14px;
}

#nearby_complexes ul li h5 + h5 {
    margin-bottom: 11px;
}

#nearby_complexes ul li p,
#featured_articles ul li p {
    margin-bottom: 14px;
}

#nearby_complexes ul li p:last-child,
#featured_articles ul li p:last-child {
    margin-bottom: 0;
}

#objects_chart {
    margin-bottom: 50px;
}

#objects_chart h5 {
    font: 300 12px/14px 'Roboto', sans-serif;
    color: #000;
    margin: 0 0 30px;
}



@media (min-width: 576px) {

    #object_list .object_image_holder img {
        width: auto;
    }

    #object_list .btn_set {
        display: block;
    }

    #object_list .btn_set a {
        font-size: 14px;
        margin-right: 26px;
        padding: 14px 27px;
    }

    #object_list .btn_set a:last-child {
        margin-right: 0;
    }

    #nearby_complexes ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    #nearby_complexes ul li {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

}

@media (min-width: 768px) {

    #object_list .col-object_image {
        -ms-flex: 0 0 26.6666667%;
        flex: 0 0 26.6666667%;
        max-width: 26.6666667%;
    }

    #object_list .col-object_description {
        -ms-flex: 0 0 73.333334%;
        flex: 0 0 73.333334%;
        max-width: 73.333334%;
    }

    #object_list .object_image_holder {
        margin-bottom: 0;
    }

    #object_list > ul > li.object_search_parameters {
        text-align: left;
        /*padding: 30px;*/

        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    #object_list > ul > li.object_search_parameters span {
        display: inline;
        margin-bottom: 0;
    }

    #nearby_complexes ul li {
        width: 20%;
        padding-right: 15px;
        padding-left: 15px;
        position: relative;
        float: left;
    }

    #nearby_complexes ul li,
    #featured_articles ul li {
        -ms-flex: 0 0 33.333334%;
        flex: 0 0 33.333334%;
        max-width: 33.333334%;
    }

}

@media (min-width: 992px) {

    #object_list .object_features ul {
        padding: 0 20% 0 0;

        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }

    #object_list .col-object_description h4 {
        /*margin: 0 150px 7px 0;*/
    }

    #object_list .object_info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    #object_list .object_title {
        margin-bottom: 0;
    }

    #object_list .object_price {
        text-align: right;
    }

    #object_list > ul > li.object_search_parameters {
        margin: 40px 0 61px;
        padding: 30px 66px 30px 38px;
    }

    #nearby_complexes {
        margin-bottom: 38px;
    }

    #nearby_complexes ul li {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .object_catalog_intro {
        padding: 44px;
    }

    #object_top_info .col-left {
        margin-bottom: 0;
    }

    #object_top_info .col-left {
        padding-right: 29px;
    }

}



/* Object single */

.report_title_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.report_title_wrapper .report_title_holder {

}

.report_title_wrapper .report_title_holder h1 {
    margin-top: 0;
    margin-bottom: 12px !important;
}

.report_title_wrapper .report_title_holder ul {
    font: normal 12px/14px 'Roboto', sans-serif;
    color: #000;
    margin: 0;
    padding: 0;
    list-style: none;
}

.report_title_wrapper .report_title_holder ul li {
    display: inline-block;
    vertical-align: top;
    margin-right: 17px;
}

.report_title_wrapper .report_title_holder .add_to_wishlist {
    position: relative;
    padding-left: 25px;
}

.report_title_wrapper .report_title_holder .add_to_wishlist::before {
    width: 15px;
    height: 15px;
    background: url('/addons/images/star.svg') no-repeat center;
    content: '';
    position: absolute;
    left: 0;
    top: calc(50% - 8px);
}

.report_title_wrapper .report_title_price {
    white-space: nowrap;
    padding-left: 30px;
}

.report_title_wrapper .report_title_price h2 {
    font: normal 1.25em/1.172em 'Roboto', sans-serif;
    color: #2F70B2;
    margin: 0 0 12px;
}

.report_title_wrapper .report_title_price h5 {
    font: normal 12px/14px 'Roboto', sans-serif;
    color: #000;
    text-align: right;
    margin: 0;
}

#object_image {
    margin-bottom: 27px;
}

#object_image img {
    width: 100%;
}

#object_main_image {
    margin-bottom: 30px;
}

#object_thumbnails {

}

#object_thumbnails .owl-stage-outer {

}

#object_thumbnails .owl-nav {

}

#object_thumbnails .owl-nav button {
    width: 20px;
    height: 100%;
    background: rgba(0,0,0,.2);
    font-size: 12px;
    color: #fff;
    position: absolute;
    bottom: 0;

    -webkit-transition: ease all .4s;
    -moz-transition: ease all .4s;
    -ms-transition: ease all .4s;
    -o-transition: ease all .4s;
    transition: ease all .4s;
}

#object_thumbnails .owl-nav button:hover {
    background: rgba(0,0,0,.5);
}

#object_thumbnails .owl-nav button.owl-prev {
    left: 0;
}

#object_thumbnails .owl-nav button.owl-next {
    right: 0;
}

#object_image + .object_characteristics {
    margin-bottom: 30px;
}

#object_map_container {
    margin-bottom: 28px;
}

#object_map_collapse img {
    width: 100%;
}

#object_map_header {
    font: 300 12px/14px 'Roboto', sans-serif;
    color: #000;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 28px;
}

#object_map_header > div {
    padding-right: 30px;
}

#object_map_header > a {
    font-weight: bold;
    color: #2F70B2;
    white-space: nowrap;
    float: right;
}

#object_map_header .accordion-togglecollapsed .text_show {
    display: none;
}

#object_map_header .accordion-togglecollapsed.collapsed .text_hide {
    display: none;
}

#object_map_header .accordion-togglecollapsed.collapsed .text_show {
    display: inline;
}

#object_description {
    font: 300 12px/14px 'Roboto', sans-serif;
    color: #000;
    margin-bottom: 38px;
}

#object_description p {
    margin-bottom: 14px;
}

#object_description p:last-child {
    margin-bottom: 0;
}

#sharing_buttons {
    margin-bottom: 44px;
}

#object_owner {
    font: normal 12px/14px 'Roboto', sans-serif;
    color: #000;
    margin-bottom: 24px;
}

#object_owner strong,
#owner_phone strong {
    display: block;
    font-weight: 700;
}

#owner_phone {
    background: #2F70B2;
    font: 300 14px/16px 'Roboto', sans-serif;
    color: #fff;
    text-align: center;
    margin-bottom: 35px;
    padding: 12px;
    cursor: pointer;
}



@media screen and (min-width: 768px) {

    .report_title_wrapper .report_title_price h2 {
        font-size: 1.714em;
    }

}



/* EGRN report */

.egrn_report_body {
    font: 300 12px/1.167em 'Roboto', sans-serif;
    color: #000;
    margin-bottom: 42px;
}

.egrn_report_body h3 {
    font-weight: 600;
    font-size: 1.5em;
    color: #000;
    margin: 0 0 35px;
}

.egrn_report_body .lead {
    margin-bottom: 34px;
}

.egrn_report_body .lead h3 {
    font-size: 1em;
}

.egrn_report_body p {
    font-size: 1.167em;
    line-height: 1.143em;
}

.egrn_report_body p + h3 {
    margin-top: 27px;
}

#egrn_note {
    background: rgba(64, 152, 212, 0.1);
    margin-bottom: 30px;
    padding: 55px 65px;
}

#egrn_note .egrn_note_inner {
    text-align: center;
    position: relative;
}

#egrn_note .egrn_note_inner::before,
#egrn_note .egrn_note_inner::after {
    font: 300 8.333em/1.17em 'Roboto', sans-serif;
    color: #2F70B2;
    text-align: center;
    position: absolute;
}

#egrn_note .egrn_note_inner::before {
    content: '“';
    left: -35px;
    top: -35px;
}

#egrn_note .egrn_note_inner::after {
    content: '”';
    right: -39px;
    bottom: -92px;
}

.report_example {
    font: 300 14px/16px 'Roboto', sans-serif;
    color: #000;
    padding: 13px 0 10px;
}

.report_example strong {
    font-weight: 700;
    color: #2F70B2;
}

.report_example a {
    display: block;
    font-weight: 700;
    color: #2F70B2;
    text-decoration: underline;
    margin-top: 11px;
}

.report_example a:hover {
    text-decoration: none;
}

#egrn_popup {
    font: normal 14px/16px 'Roboto', sans-serif;
    color: #000;
}

#egrn_popup .container {
    width: auto !important;
}

#egrn_popup h3 {
    font-weight: normal;
    font-size: 2.286em;
    line-height: 1.156em;
    color: #000;
    margin: 0 0 30px;
}

#egrn_popup strong {
    font-weight: 700;
}

#egrn_popup div[class*="col-"] img {
    width: 184px;
    height: auto;
    max-width: 100%;
    max-height: 192px;
}

#egrn_popup h5 {
    font: bold 12px/14px 'Roboto', sans-serif;
    color: #000;
    margin: 0 0 12px;
}

#egrn_popup .report_sertificates > div {
    margin-bottom: 18px;
}

#egrn_popup .button {
    display: inline-block;
    background: #2F70B2;
    color: #fff;
    text-align: center;
    text-decoration: none;
    min-width: 180px;
    padding: 17px;
}

#egrn_popup .button:hover {
    background: #26538B;
}

#egrn_popup p + .button {
    margin: 34px 0;
}

.report_modal_window .fancybox-close {
    width: 20px;
    height: 20px;
    background: url('/addons/images/button_close.svg') no-repeat center;
    top: 20px;
    right: 30px;
}

.report_modal_window .fancybox-skin {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;

    padding: 15px !important;
}

@media screen and (min-width: 576px) {

}

@media screen and (min-width: 768px) {

    .report_example a {
        display: inline;
        margin-top: 0;
        margin-left: 25px;
    }

    .report_modal_window .fancybox-close {
        top: 51px;
        right: 37px;
    }

    .report_modal_window .fancybox-skin {
        padding: 30px !important;
    }

}

@media screen and (min-width: 992px) {

    .report_modal_window .fancybox-skin {
        padding: 40px !important;
    }

}
.bg-map-msk:not(.leaflet-container) {
    background-image: url(/addons/images/map_main.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
@media screen and (max-width: 421px) {

    .bg-map-msk:not(.leaflet-container) {
        background-image: url(/addons/images/map_main_m.jpg);
    }

}

.data-panel-wrapper .data-panel {
    background-color: white;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.data-panel-wrapper .data-panel .crumbs a, .data-panel-wrapper .data-panel .params a,
.data-panel-wrapper .data-panel .title a, .data-panel-wrapper .data-panel .description a {
    color: blue;
    display: inline-block;
    text-decoration: underline;
    border: none;
    background: none;
    width: auto;
    height: auto;
    line-height: 1;
    text-align: left;
}

.data-panel-wrapper .data-panel .crumbs a:hover, .data-panel-wrapper .data-panel .params a:hover,
.data-panel-wrapper .data-panel .title a:hover, .data-panel-wrapper .data-panel .description a:hover {
    text-decoration: none;
}

.data-panel-wrapper .data-panel .controls
{
    text-align: center;
}

.data-panel-wrapper .data-panel .controls a {
    color: blue;
    display: inline-block;
    text-decoration: none;
    border: none;
    background: none;
    width: auto;
    height: auto;
    margin-right:5px;
    /* padding:2px; */

    color: #fff;
    background: linear-gradient(to bottom, #02c66c 5%, #02ad5e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@success-color', endColorstr='darken(@success-color, 5%)', GradientType=0);
    background-color: #02c66c;
    border: 1px solid #02ad5e;
    margin-top: 5px;
}

.data-panel-wrapper {
    padding: 5px;
}

.data-panel-wrapper .data-panel .controls a:hover {
    background-color: grey;
}

.data-panel-wrapper .data-panel-load {
    background: white url(/cadmap/images/loader3.gif) center center no-repeat;
    background-size: 64px 64px;
}

.data-panel-wrapper .subtitle {
    padding: 5px;
    cursor: pointer;
    border-radius: 2px;
}

.data-panel-wrapper .subtitle:not(:nth-child(1))
{
    border-top: 1px solid darkgray;
}

.data-panel-wrapper .subtitle.selected {
    background-color: rgba(189, 222, 250, .5);
}

.data-panel-wrapper .subtitle:not(.selected) {
    opacity: .7;
}

.data-panel-wrapper .close-button {
    position: absolute;
    right: 20px;
    top: 8px;
    background: white url(/cadmap/images/xxx.png) center center no-repeat;
    cursor: pointer;
    width: 18px;
    height: 18px;
    background-size: cover;
}

.data-panel-wrapper .table {
    margin-bottom: 0;
}
.mw-100 {
    max-width: 100%!important;
}
.flex-wrap {
    display: flex;
    flex-wrap: wrap;
}
.position-relative {
    position: relative;
}
h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{
    font-family: "Open Sans", sans-serif;
}