@font-face {
    font-family: 'Circe';
    font-style: normal;
    font-weight: 100;
    /* src: local('Circe'), */
    font-display: swap;
    src:
        url('fonts/Circe/Circe-Thin.woff2') format('woff2'),
        url('fonts/Circe/Circe-Thin.woff') format('woff'),
        url('fonts/Circe/Circe-Thin.ttf') format('ttf'),
        url('fonts/Circe/Circe-Thin.eot') format('eot');
}

@font-face {
    font-family: 'Circe';
    font-style: normal;
    font-weight: 200;
    /* src: local('Circe'), */
    font-display: swap;
    src:
        url('fonts/Circe/Circe-ExtraLight.woff2') format('woff2'),
        url('fonts/Circe/Circe-ExtraLight.woff') format('woff'),
        url('fonts/Circe/Circe-ExtraLight.ttf') format('truetype'),
        url('fonts/Circe/Circe-ExtraLight.eot') format('eot');
}

@font-face {
    font-family: 'Circe';
    font-style: normal;
    font-weight: 300;
    /* src: local('Circe'), */
    font-display: swap;
    src:
        url('fonts/Circe/Circe-Light.woff2') format('woff2'),
        url('fonts/Circe/Circe-Light.woff') format('woff'),
        url('fonts/Circe/Circe-Light.ttf') format('truetype'),
        url('fonts/Circe/Circe-Light.eot') format('eot');
}

@font-face {
    font-family: 'Circe';
    font-style: normal;
    font-weight: 400;
    /* src: local('Circe'), */
    font-display: swap;
    src:
        url('fonts/Circe/Circe-Regular.woff2') format('woff2'),
        url('fonts/Circe/Circe-Regular.woff') format('woff'),
        url('fonts/Circe/Circe-Regular.ttf') format('truetype'),
        url('fonts/Circe/Circe-Regular.eot') format('eot');
}

@font-face {
    font-family: 'Circe';
    font-style: normal;
    font-weight: 700;
    /* src: local('Circe'), */
    font-display: swap;
    src:
        url('fonts/Circe/Circe-Bold.woff2') format('woff2'),
        url('fonts/Circe/Circe-Bold.woff') format('woff'),
        url('fonts/Circe/Circe-Bold.ttf') format('truetype'),
        url('fonts/Circe/Circe-Bold.eot') format('eot');
}

@font-face {
    font-family: 'Circe';
    font-style: normal;
    font-weight: 900;
    /* src: local('Circe'), */
    font-display: swap;
    src:
        url('fonts/Circe/Circe-ExtraBold.woff2') format('woff2'),
        url('fonts/Circe/Circe-ExtraBold.woff') format('woff'),
        url('fonts/Circe/Circe-ExtraBold.ttf') format('truetype'),
        url('fonts/Circe/Circe-ExtraBold.eot') format('eot');
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -khtml-box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
    min-width: 480px;
    overflow-x: hidden;
}

html {
    min-height: 100%;
    -webkit-text-size-adjust: none !important;
    -moz-text-size-adjust: none !important;
    -ms-text-size-adjust: none !important;
    text-size-adjust: none !important;
}

body {

    font-family: "Circe", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    min-height: 100%;
}

h1,
h2,
.h2,
h3,
h4,
h5,
h6 {
    font-family: "Circe", sans-serif;
    font-weight: 400;
}

h1 .headcat {
    font-size: 50%;
    color: #666;
    display: inline-block;
}

h2,
.h2 {
    font-size: 24px;
    line-height: 32px;
}

.h2,
.h3 {
    line-height: 2.5em;
}

hr {
    height: 1px;
    background-color: #fcb034;
    border: 0;
    margin: 30px 0 20px;
}

b,
strong {
    font-weight: bold;
}

.workarea img {
    max-width: 100%;
    height: auto;
}

#mobile_menu {
    display: none;
}

a,
a:visited {
    color: #000;
    border-color: #000;
    text-decoration: underline;
    cursor: pointer;
}

a:hover,
a:visited:hover {
    color: #1ab730;
    border-color: #1ab730;
    cursor: pointer;
    text-decoration: none;
}

a.no-underline,
a.no-underline:visited {
    text-decoration: none;
}

a.link-raquo {
    position: relative;
    /*display: inline-block;
    *display: inline;
    zoom: 1;
    padding-right: 20px;*/
}

a.link-raquo:after {
    content: "\00BB";
    right: -14px;
    color: #1ab730;
    position: absolute;
    font-weight: 400;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.thin,
.thin:visited {
    text-decoration: none;
    background: -moz-linear-gradient(left, #8f8e92, #8f8e92 100%);
    background: -ms-linear-gradient(left, #8f8e92, #8f8e92 100%);
    background: -o-linear-gradient(left, #8f8e92, #8f8e92 100%);
    background: -webkit-gradient(linear, 0 0, 100% 0, from(#8f8e92), to(#8f8e92));
    background: -webkit-linear-gradient(left, #8f8e92, #8f8e92 100%);
    background: linear-gradient(left, #8f8e92, #8f8e92 100%);
    background-position: 0 98%;
    background-size: 10px 1px;
    background-repeat: repeat-x;
}

.thin:hover,
.thin:focus,
.thin:visited:hover,
.thin:visited:focus {
    text-decoration: none;
    background: none;
}

.dashed,
.dashed:visited {
    background: -moz-linear-gradient(left, #8f8e92, #8f8e92 60%, transparent 60%);
    background: -ms-linear-gradient(left, #8f8e92, #8f8e92 60%, transparent 60%);
    background: -o-linear-gradient(left, #8f8e92, #8f8e92 60%, transparent 60%);
    background: -webkit-gradient(linear, 0 0, 100% 0, from(#8f8e92), color-stop(0.6, #8f8e92), color-stop(0.6, transparent));
    background: -webkit-linear-gradient(left, #8f8e92, #8f8e92 60%, transparent 60%);
    background: linear-gradient(left, #8f8e92, #8f8e92 60%, transparent 60%);
    background-size: 8px 1px;
    background-repeat: repeat-x;
    background-position: 0 98%;
    text-decoration: none;
}

.dashed:hover,
.dashed:focus,
.dashed:visited:hover,
.dashed:visited:focus {
    text-decoration: none;
    background: none;
}

.dotted,
.dotted:visited {
    background: -moz-linear-gradient(left, #8f8e92, #8f8e92 50%, transparent 50%);
    background: -ms-linear-gradient(left, #8f8e92, #8f8e92 50%, transparent 50%);
    background: -o-linear-gradient(left, #8f8e92, #8f8e92 50%, transparent 50%);
    background: -webkit-gradient(linear, 0 0, 100% 0, from(#8f8e92), color-stop(0.5, #8f8e92), color-stop(0.5, transparent));
    background: -webkit-linear-gradient(left, #8f8e92, #8f8e92 50%, transparent 50%);
    background: linear-gradient(left, #8f8e92, #8f8e92 50%, transparent 50%);
    background-size: 2px 1px;
    background-repeat: repeat-x;
    background-position: 0 98%;
    text-decoration: none;

}


.dotted:hover,
.dotted:focus,
.dotted:visited:hover,
.dotted:visited:focus {
    text-decoration: none;
    background: none;
}

.btn-purple,
a.btn-purple:visited {
    background: #625c8d;
    background: -moz-linear-gradient(top, #625c8d 0%, #948ec5 100%);
    background: -webkit-linear-gradient(top, #625c8d 0%, #948ec5 100%);
    background: linear-gradient(to bottom, #625c8d 0%, #948ec5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#625c8d', endColorstr='#948ec5', GradientType=0);
    display: inline-block;
    *display: inline;
    zoom: 1;
    color: #fff;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 10px rgba(14, 26, 44, 0.26);
    -moz-box-shadow: 0 3px 10px rgba(14, 26, 44, 0.26);
    box-shadow: 0 3px 10px rgba(14, 26, 44, 0.26);
}

.btn-green,
a.btn-green:visited {
    height: 40px;
    line-height: 40px;
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    font-family: "Circe";
    border: 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;

    background: #12be0e;
    background: -moz-linear-gradient(top, #12be0e 0%, #23cf1e 100%);
    background: -webkit-linear-gradient(top, #12be0e 0%, #23cf1e 100%);
    background: linear-gradient(to bottom, #12be0e 0%, #23cf1e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#12be0e', endColorstr='#23cf1e', GradientType=0);

    -webkit-box-shadow: 0 3px 6px 2px #61778342;
    -moz-box-shadow: 0 3px 6px 2px #61778342;
    box-shadow: 0 3px 6px 2px #61778342;
}

.btn-purple:hover {
    background: #7870b0;
    text-decoration: none;
    background: -moz-linear-gradient(top, #7870b0 0%, #807aa8 100%);
    background: -webkit-linear-gradient(top, #7870b0 0%, #807aa8 100%);
    background: linear-gradient(to bottom, #7870b0 0%, #807aa8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7870b0', endColorstr='#807aa8', GradientType=0);

    display: inline-block;
    *display: inline;
    zoom: 1;
    color: #fff;
}

.btn-green:hover {
    outline: none;
    color: #fff;
    background: #17d414;
    background: -moz-linear-gradient(top, #17d414 23%, #2be027 100%);
    background: -webkit-linear-gradient(top, #17d414 23%, #2be027 100%);
    background: linear-gradient(to bottom, #17d414 23%, #2be027 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#17d414', endColorstr='#2be027', GradientType=0);

    -webkit-box-shadow: 0 0px 6px 2px #61778342;
    -moz-box-shadow: 0 0px 6px 2px #61778342;
    box-shadow: 0 0px 6px 2px #61778342;
}

#wrapper {
    position: relative;
    /* min-height: 100%;
    height: 100%; */
}

.hcontent {
    position: relative;
}

/* #header .hcontent,
#footer .fcontent,
.workarea {
    max-width: 1300px;
    margin: 0 auto;
    } */

ul.view-checkboxes {
    padding: 0 0 0 25px;
    margin: 20px 0;
}

ul.view-checkboxes li {
    list-style: none;
    position: relative;
    margin: 0 0 12px;
}

ul.view-checkboxes li:before {
    content: "";
    position: absolute;
    left: -25px;
    top: 2px;
    width: 18px;
    height: 18px;
    background: url("images/icon-checkbox.png");
}

ul.ndash {
    padding: 0 0 0 30px;
}

ul.ndash li {
    list-style: none;
    position: relative;
    margin: 0 0 6px;
}

ul.ndash li:before {
    content: "\2014";
    position: absolute;
    left: -24px;
    top: -1px;
}

.clear {
    overflow: hidden;
    clear: both;
}

.border-blue {
    margin: 30px 0;
    padding: 15px 20px;
    font-size: 19px;
    line-height: 22px;
    font-family: "BloggerSans";
    border: 1px solid #3599d7;
}

.fancybox-inner,
.fancybox-skin {
    padding: 0 !important;
}

.fancybox-type-ajax .fancybox-skin {
    padding-top: 30px !important;
}

/* MOBILE */
h1 {
    font-weight: 400;
    font-size: 36px;
    line-height: 38px;
    margin: 0 0 10px;
    text-transform: uppercase;
}

blockquote {
    margin: 20px -15px;
    font-size: 18px;
    line-height: 22px;
    padding: 15px;
    border-top: 2px solid #c93a3a;
    border-bottom: 2px solid #c93a3a;
    font-style: italic;
}

blockquote p {
    margin: 0 0 15px;
}

p {
    margin: 0 0 15px;
}

.popup-order_form p,
form p {
    text-indent: 0;
}

ol {
    padding: 0 0 0 20px;
}

ol li {
    margin: 0 0 10px;
}

ol p,
ul p {
    text-indent: 0;
}

#header {
    background-color: #fff;
    padding: 25px 0;
    height: 90px;
    position: relative;
    border-bottom: 1px solid #dfdfdf;
    overflow: hidden;
    /*transition: all 0.4s ease;
    -webkit--transition: all 0.4s ease;
    -moz-transition: all 0.4s ease; */
}

.header__logo {
    background: url("images/logo_mobile.png") no-repeat 0 0;
    background-size: contain;
    width: 85px;
    height: 43px;
    margin: 0 0 0 70px;
}

.header__logo a {
    display: block;
    text-decoration: none;
    height: 100%;
}

.header__logo a img {
    width: 100%;
    height: auto;
}

#header .phone {
    margin: 6px 0 0;
    font-size: 22px;
    font-weight: 300;
    float: right;
    color: #1f1e26;
}

#header .phone .phone-number a {
    color: #1f1e26;
    text-decoration: none;
}

.btn-menu {
    position: absolute;
    background: url("images/icon-menu.png") no-repeat 10px 50%;
    cursor: pointer;
    left: 10px;
    top: 7px;
    height: 29px;
    width: 58px;
    border-right: 1px solid #dfdfdf;
}


.workarea .workarea-content {
    background-color: #fff;
}

body .empty {
    padding-bottom: 350px;
}


.front .workarea .workarea-content {
    padding-top: 0;
    margin-bottom: 0;
}

.front #navigation {
    display: none;
}

#navigation {
    min-height: 50px;
    line-height: 1.2;
    background: #f2f2f2;
    color: #9a97ae !important;
    margin: 0 0 60px;
    font-size: 14px;
    padding: 14px 0;
}

#navigation a {
    color: #9a97ae;
}

#footer {
    padding: 100px 0 70px;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: url("images/logo-footer_mobile.png") no-repeat 50% 40px #1f1e26;
    color: #fff;
    max-height: 415px;
    overflow: hidden;
    font-size: 16px;
    line-height: 18px;
    min-height: 350px;
}


#footer a {
    color: #fff;
}

#footer a:hover {
    color: #ff4242;
    border-color: #ff4242;
}

#mobile_menu h6,
#footer .fcontent .row .cell h6 {
    margin: 0 0 15px;
    font-weight: 600;
    font-size: 16px;
}

#mobile_menu {
    position: absolute;
    top: 0;
    left: 0;
    background: #1f1e2678;
    right: 0;
    /* bottom: 0; */
    z-index: 2200;
    /* height: 100vh; */
}


#mobile_menu .content {
    background: url("images/icon_menu-opened.png") no-repeat 40px 30px #1f1e26;
    width: 250px;
    padding: 90px 20px 50px 40px;
    color: #fff;
    height: 100%;
}

#mobile_menu .content a,
#mobile_menu .content a:visited {
    color: #fff;
}


#subscribe-form .fields {
    border-bottom: 1px solid #3f3c4d;
    margin: 0 0 10px;
}

#subscribe-form .fields.error {
    border-color: #f00;
}

#subscribe-form input {
    padding: 0;
    background: #1f1e26;
    border: 0;
    outline: 0;
    color: #fff;
    font: 13px "Circe", sans-serif;
    height: 22px;
    line-height: 22px;
    font-weight: 300;
}

#subscribe-form .descr {
    color: #52505d;
    font: 13px/15px "Circe", sans-serif;
}

#subscribe-form input[type=text] {
    padding: 0 10px;
    width: 80%;
}

#subscribe-form input[type=text]::-webkit-input-placeholder {
    color: #FFF;
}

#subscribe-form input[type=text]::-moz-placeholder {
    color: #FFF;
}

#subscribe-form input[type=text]:-moz-placeholder {
    color: #FFF;
}

#subscribe-form input[type=text]:-ms-input-placeholder {
    color: #FFF;
}

#subscribe-form input[type=submit] {
    text-align: right;
    width: 18%;
}

#footer .phone {
    text-align: center;
    font-size: 22px;
    margin: 0 0 40px;
}

#footer .block__order-view a,
#footer .block__order-view a:visited {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #716b9c;
    height: 50px;
    line-height: 54px;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}

#footer .block__order-view a:hover,
#footer .block__order-view a:focus {
    color: #fff;
}

.block__popup-flat {
    margin: 20px 0 28px;
}

.block__popup-flat .image {
    float: left;
    width: 200px;
    height: 170px;
    border: 1px solid #d7d7d7;
    padding: 10px;
    text-align: center;
    line-height: 150px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.block__popup-flat .image img {
    vertical-align: middle;
}

.block__popup-flat .text {
    margin-left: 260px;
    color: #575757;
}

.block__popup-flat .text .name {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 600;
    margin: 0 0 35px;
    color: #595959;
}

.block__popup-flat .text .price {
    font-size: 30px;
    font-weight: 600;
    color: #677278;
}

.block__popup-flat .text span {
    font-size: 24px;
    font-weight: 300;
}


.fancybox-inner .popup-order_form {
    padding: 0 20px 30px;
}

.popup-order_form {
    max-width: 500px;
}

#popup-PRFlat {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    display: none;
    z-index: 110;
    min-width: 480px;
}


#popup-PRFlat .head {
    height: 70px;
    padding: 5px 10px;
    background: url("images/bg_popup.jpg") repeat 50% 0;
    background-size: auto;
    /*position: relative;*/
}

#popup-PRFlat .block__logo {
    margin: 0 auto;
    background: url("images/logo-popup_mobile.png") no-repeat 50% 0;
    width: 117px;
    height: 60px;
}

#popup-PRFlat .block__logo a {
    text-decoration: none;
    display: block;
    height: 60px;
}

#btn__popup-menu {
    background: url("images/btn_popup-menu.png") no-repeat 50% 50%;
    position: absolute;
    width: 54px;
    height: 54px;
    top: 8px;
    left: 10px;
    z-index: 20;
}


#btn__popup-close {
    cursor: pointer;
    background: url("images/icon-close.png") no-repeat 100% 50%;
    position: absolute;
    width: 40px;
    height: 38px;
    top: 15px;
    right: 20px;
    z-index: 20;
}

#btn-close__menu-header {
    background: url("images/icon-close.png") no-repeat 100% 50%;
    position: absolute;
    width: 40px;
    height: 54px;
    top: 16px;
    left: 185px;
}

#btn__popup-menu_menu {
    background: url("images/icon_menu-opened.png") no-repeat 50% 50%;
    position: absolute;
    width: 54px;
    height: 54px;
    top: 8px;
    left: 10px;
}

#btn__popup-menu_menu_close {
    background: url("images/icon-close__menu-popup.png") no-repeat 100% 50%;
    position: absolute;
    width: 40px;
    height: 38px;
    top: 15px;
    right: 20px;
}

#popup-PRFlat .head .menu {
    display: none;
}

#popup-PRFlat .content {
    padding: 15px 10px;
}

.inform-block .banks-element input {
    display: none;
}

.inform-block .banks-element .form-field_img img {
    display: inline-block;
    vertical-align: middle;
}

.inform-block .banks-element .bank-description {
    margin: 0;
    margin-top: 25px;
    margin-bottom: 20px;
    font-weight: 300;
    font-size: 14px;
    color: #677278;
    line-height: 1.3;
}

.inform-block .banks-element .bank-description b,
.inform-block .banks-element .bank-description strong {
    font-weight: 400;
}

.inform-block .banks-element .bank-description h3 {
    font-weight: bold;
}

.inform-block .banks-element.bank-next-element {
    border-bottom: 1px solid #dfdcec;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.ipoteka-banks {
    padding-left: 40px;
    padding-right: 10px;
}

.ipoteka-banks .ipoteka-banks-title {
    font-size: 24px;
    font-weight: bold;
    color: #677278;
    margin-top: 0;
    margin-bottom: 40px;
    text-transform: uppercase;
    line-height: 1.2;
}

.inform-block .banks-element .form-field_img input[type=checkbox]+label {
    padding-left: 43px;
    background: url("/local/templates/flat/images/chb_un.jpg") no-repeat 0 center;
    color: #595959;
}

.inform-block .banks-element .form-field_img input[type=checkbox]:checked+label {
    background: url("/local/templates/flat/images/chb_ac.jpg") no-repeat 0 center;
}

.block__menu {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 155px;
    padding: 110px 20px 30px;
    background: #1f1e26;

    display: none;
}

.menu-item {
    padding: 0;
    margin: 0 0 40px;
}

.menu-item .text {
    display: none;
}

.menu-item a {
    display: block;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
}

a.link-calendar,
a.link-calendar:visited {
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding: 0 0 0 28px;
    background: url(/local/templates/potential/images/icon-calendar.png) no-repeat 0 50%;
    color: #c93a3a !important;
}

a.link-calendar:hover,
a.link-calendar:focus {
    text-decoration: none;
}

.tablet,
.desktop {
    display: none !important;
}

a.btn-blue,
a.btn-blue:visited {
    text-decoration: none;
    display: block;
    color: #fff;
    background-color: #3599d8;
    text-align: center;
    padding: 8px 15px;
    margin: 0 auto 30px;
}

a.btn-blue:hover,
a.btn-blue:focus,
a.btn-blue:visited:hover,
a.btn-blue:visited:focus {
    background-color: #2080bc;
}

.footer__realty-links {
    background: #f2f2f2;
}

/*
.footer__realty-links .realty-line {
    display: none;
}

.footer__realty-links h3 {
    color: #747e83;

}
*/

.realty-list .show-more a {
    max-width: 315px;
    margin-right: auto;
    margin-left: auto;
}

/*#footer*/
.block__social {
    margin: 30px 0 40px;
    overflow: hidden;
}

/*#footer*/
.social-list {
    overflow: hidden;
    clear: both;
}

/*#footer*/
.block__social a {
    float: left;
    display: block;
    text-indent: -9999px;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 0 10px 0 0;
    text-decoration: none;
    background-color: #fff;
    background-repeat: no-repeat;

}

#footer .social-list a:hover {
    background-color: #18c139;
}

.block__social a.icon-fb {
    background-image: url("/upload/fb.svg");
    background-size: 106%;
    background-position: center;
    border-radius: 60%;
}

.block__social a.icon-vk {
    background-image: url("/upload/vk.svg");
    background-size: 106%;
    background-position: center;
    border-radius: 60%;
}

.block__social a.icon-ok {
    background-image: url("/upload/ok.svg");
    background-size: 106%;
    background-position: center;
    border-radius: 60%;
}

.block__social a.icon-inst {

    background-image: url("/upload/insta.svg");
    background-size: 106%;
    background-position: center;
    border-radius: 60%;
}



.block__social a.icon-z {
    background-image: url("/upload/1-z.png");
    background-size: 106%;
    background-position: center;
    border-radius: 60%;
}


.block__social a.icon-twi {
    background-position: -138px 0;
}

.mobile__header_menu {
    padding: 30px 0;
    position: relative;
}

.mobile__header_menu:before {
    content: "";
    height: 1px;
    border-top: 1px solid #504f57;
    position: absolute;
    top: 0;
    left: -40px;
    right: -20px;
}

.mobile__header-menu {
    padding: 30px 0;
    position: relative;
}

.mobile__header-menu:after,
.mobile__header-menu:before {
    content: "";
    width: 110px;
    height: 1px;
    border-top: 1px solid #504f57;
    border-bottom: 1px solid #504f57;
    position: absolute;
    left: -40px;
}

.mobile__header-menu:after {
    bottom: 0;
}

.mobile__header-menu:before {
    top: 0;
}

/* BLOCK ON MAIN "ABOUT COMPANY" */
.about-company__block {
    margin: 0 -15px 30px;
    background-color: #f1f1f1;
    padding: 0;
    position: relative;
}

.about-company__block .content {
    padding: 0 15px 15px;
}

a.read-more,
a.read-more:visited {
    display: block;
    text-decoration: none;
    text-align: center;
    border: 1px solid #3599d8;
    color: #3599d8;
    line-height: 36px;
}

a.read-more:hover,
a.read-more:focus {
    background-color: #2080bc;
    color: #fff;
}

a.more-inform,
a.more-inform:visited {
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-decoration: none;
    text-align: center;
    background-color: #3599d8;
    color: #fff;
    line-height: 36px;
    padding: 0 20px;
    max-width: 100%;
}

a.more-inform:hover,
a.more-inform:focus {
    background-color: #2080bc;
}

.block-error {
    border: 1px solid #dcdcdc;
    padding: 15px 40px 35px 15px;
    border-bottom: 2px solid #c93a3a;
    margin: 0 0 50px;
}

.block-error .error {
    color: #3599d8;
    font-size: 100px;
    line-height: 100px;
    font-family: "BloggerSans";
}

.block__menu {
    width: 252px;
    z-index: 30;
}

.block__menu:before {
    content: "";
    position: absolute;
    top: 75px;
    left: 0;
    height: 0;
    border-bottom: 1px solid #504f57;
    width: 100%;
}

.block__menu .menu-item a {
    font-size: 18px;
}

.fotorama__nav-wrap {
    max-width: 480px;
    border-top: 0;
    padding: 2px 0;
}

.fotorama__thumb-border {
    display: none;
}

/* FORMS */
/* page_form */
.page-order_form {
    padding: 15px;
    border: 1px solid #3399d7;
    margin: 20px 0;
}

.page-order_form h3 {
    font-size: 19px;
    line-height: 22px;
    margin: 0 0 15px;
}

.page-order_form h3+h3 {
    display: none;
}

.page-order_form .hidden-field,
.popup-order_form .hidden-field {
    display: none !important;
}

.page-order_form .form-item label {
    margin: 0 0 6px;
    display: block;
}

.page-order_form .form-descr {
    font-size: 13px;
    font-style: italic;
}

.page-order_form .form-item {
    margin: 0 0 15px;
}


.page-order_form .no-label.form-field {
    margin: 0;
}

#popup-order_form-9 label font {
    display: none;
}


.page-order_form .field-short.form-field {
    width: 218px;
}

.page-order_form .form-field input[type=text],
.page-order_form .form-field textarea,
.page-order_form .form-field select,
.page-order_form .form-field input[type=mail] {
    width: 100%;
}

.page-order_form .form-item select {
    padding: 2px 16px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #d7d7d7;
    height: 33px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.page-order_form .form-item input[type=text] {
    padding: 4px 16px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #d7d7d7;
    height: 33px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    background-color: #f7f7f8;
}

.page-order_form .form-item textarea {
    padding: 6px 16px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #d7d7d7;
    background-color: #f7f7f8;
    resize: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Arial;
}

.page-order_form .form-item input:focus,
.page-order_form .form-item input:hover {
    outline: none;
}

.page-order_form .form-actions {
    margin: 18px 0 10px;
}

.page-order_form .form-actions input {
    -webkit-appearance: none;
    background-color: #3599d7;
    color: #fff;
    border: 0;
    height: 33px;
    line-height: 33px;
    font-size: 15px;
    width: 100%;
    cursor: pointer;
}

.page-order_form .form-actions input:hover,
.page-order_form .form-actions input:focus {
    background-color: #2080bc;
    outline: none;
}

.page-order_form .error.form-field input[type=text],
.page-order_form .error.form-field input[type=mail],
.page-order_form .error.form-field textarea,
.page-order_form .error.form-field select {
    border-color: #ED605B;
}

/* popup_form */
.popup-order_form {
    padding: 0;
    margin: 0;
}

.popup-order_form h3 {
    font-size: 19px;
    line-height: 22px;
    margin: 0 0 15px;
}

.popup-order_form h3+h3 {
    display: none;
}


.popup-order_form .form-descr {
    font-size: 13px;
    font-style: italic;
}

#popup-PRFlat .descr-form {
    font-size: 16px;
    margin: 0 0 15px;
    color: #595959;
}

.popup-order_form .form-item {
    margin: 0 0 20px;
}

#popup-PRFlat .popup-order_form .form-item {
    width: 50%;
    float: left;
}

#popup-PRFlat .popup-order_form .form-item:nth-child(even) {
    padding-left: 10px;
}

#popup-PRFlat .popup-order_form .form-item:nth-child(odd) {
    padding-right: 10px;
}

#popup-PRFlat .popup-order_form .form-item.field-8 {
    padding: 0 10px 0 0;
}

#popup-PRFlat .popup-order_form .form-item.field-9 {
    clear: left;
}

#popup-PRFlat .popup-order_form .form-item.field-9 {
    clear: left;
    padding-left: 0;
    padding-right: 10px;
}

#popup-PRFlat .popup-order_form .form-item.field-11 {
    padding-left: 0;
    padding-right: 10px;
}

#popup-PRFlat .popup-order_form .form-item.field-10,
#popup-PRFlat .popup-order_form .form-item.field-12 {
    padding-right: 0;
    padding-left: 10px;
}

#popup-PRFlat .popup-order_form .form-item.field-15 {
    width: 65%;
    padding: 0
}

#popup-PRFlat .popup-order_form .form-item.field-13,
#popup-PRFlat .popup-order_form .form-item.field-15,
#popup-PRFlat .popup-order_form .form-item.field-17 {
    padding: 0 10px 0 0;
}

#popup-PRFlat .popup-order_form .form-item.field-14,
#popup-PRFlat .popup-order_form .form-item.field-22 {
    padding: 0 0 0 10px;
}

#popup-PRFlat .popup-order_form .form-item.field-23 {
    padding: 0;
    width: 100%;
}

#popup-PRFlat .popup-order_form hr {
    clear: both;
    background-color: #cfd5d6;
    margin: 10px 0 30px;
}

#popup-PRFlat .form-fields {
    clear: both;
}

#popup-PRFlat .popup-order_form .form-item.field-24 {
    margin: 0 -10px 21px;
    padding: 10px;
    background: #ebe9f5;
    float: none;
    width: auto;
    line-height: 16px;
    height: 36px;
}

#popup-PRFlat .popup-order_form .form-item.field-24 {
    position: relative;
}

#popup-PRFlat .popup-order_form .form-item.field-24:before {
    content: "";
    position: absolute;
    display: block;
    width: 11px;
    height: 11px;
    background: #fff;
    top: 13px;
    left: 12px;
}

.popup-order_form .form-item label {
    margin: 0 0 6px;
    display: block;
}

.popup-order_form .form-item .form-field label {
    display: inline;
    vertical-align: top;
    cursor: pointer;
}

.form-item .form-field input[type=checkbox] {
    display: none;
}

.form-item .form-field input[type=checkbox]+label {
    display: inline-block;
    *display: inline;
    padding-left: 25px;
    background: url("/local/templates/flat/images/custom-checkbox.png") no-repeat 0 1px;
    font-weight: 300;
    margin-bottom: 0;
}



#popup-order_form-5 .form-item .form-field input[type=checkbox]+label {
    margin: 0 0 14px;
    width: 49%;
}

#popup-order_form-5 .form-item .form-field #\33 25 + label {
    width: 100% !important;
}

#popup-order_form-5 .form-item .form-field #bottom325+label {
    width: 100% !important ;
}



.form-item .form-field input[type=checkbox]:checked+label {
    background-position: 0 -82px;
    z-index: 10;
    position: relative;
}

.form-item .form-field br {
    display: none;
}


.popup-order_form .no-label.form-field {
    margin: 0;
}


.popup-order_form .field-short.form-field {
    width: 218px;
}

.popup-order_form .form-field input[type=text],
.popup-order_form .form-field textarea,
.popup-order_form .form-field select,
.popup-order_form .form-field input[type=mail] {
    width: 100%;
}

.popup-order_form .form-item select,
.popup-order_form .form-item input[type=text],
.popup-order_form .form-item textarea,
.popup-order_form .form-field input[type=mail] {
    padding: 4px 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #d7d7d7;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    color: #000;
    font-size: 16px;
    font-family: "Circe";
    font-weight: 300;
}

.popup-order_form .form-item input.error {
    border-color: red;
}

.popup-order_form .form-item select {
    padding: 2px 10px;
    width: 100%;
    height: 40px;
}

.popup-order_form .form-item input[type=text] {
    height: 40px;
}

.popup-order_form .form-item textarea {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background-color: #fff;
    resize: none;
}

.popup-order_form .form-item input:focus,
.popup-order_form .form-item input:hover {
    outline: none;
}

#popup-PRFlat .inform-block .item-detail,
#popup-PRFlat .popup-order_form {
    max-width: 475px;
    margin: 0 auto;
    padding: 0 10px;
}

#popup-PRFlat .inform-block {
    background: #f7f7f7;
    padding: 20px 0;
}

#popup-PRFlat .content {
    position: relative;
    z-index: 0;
    padding: 15px 20px 90px;
}

#popup-PRFlat .content-28 {
    padding-left: 0;
    padding-right: 0;
}

#popup-PRFlat .content-28:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 51px;
    height: 40px;
    background: #ebe9f5;
    z-index: -1;
    display: none;
}

#popup-PRFlat .popup-order_form .form-actions {
    text-align: center;
    margin: 0;
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    text-align: center;
}

.popup-order_form .form-actions input {
    height: 40px;
    line-height: 40px;
    width: 230px;
    display: block;
    text-transform: uppercase;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    font-family: "Circe";
    border: 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin: 0 auto;

    background: #12be0e;
    background: -moz-linear-gradient(top, #12be0e 0%, #23cf1e 100%);
    background: -webkit-linear-gradient(top, #12be0e 0%, #23cf1e 100%);
    background: linear-gradient(to bottom, #12be0e 0%, #23cf1e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#12be0e', endColorstr='#23cf1e', GradientType=0);

    -webkit-box-shadow: 0 3px 6px 2px #61778342;
    -moz-box-shadow: 0 3px 6px 2px #61778342;
    box-shadow: 0 3px 6px 2px #61778342;
}

.popup-order_form .form-actions input:hover,
.popup-order_form .form-actions input:focus {
    outline: none;
    background: #17d414;
    background: -moz-linear-gradient(top, #17d414 23%, #2be027 100%);
    background: -webkit-linear-gradient(top, #17d414 23%, #2be027 100%);
    background: linear-gradient(to bottom, #17d414 23%, #2be027 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#17d414', endColorstr='#2be027', GradientType=0);
    -webkit-box-shadow: 0 0px 6px 2px #61778342;
    -moz-box-shadow: 0 0px 6px 2px #61778342;
    box-shadow: 0 0px 6px 2px #61778342;
}

.popup-order_form .error.form-field input[type=text],
.popup-order_form .error.form-field input[type=mail],
.popup-order_form .error.form-field textarea,
.popup-order_form .error.form-field select {
    border-color: #ED605B;
}

.popup-order_form .field-29 .form-field,
.popup-order_form .field-47 .form-field,
.popup-order_form .field-70 .form-field,
.popup-order_form .field-30 .form-field,
.popup-order_form .field-5 .form-field {
    position: relative;
}

.popup-order_form .field-29 .form-field .custom-select,
.popup-order_form .field-70 .form-field .custom-select,
.popup-order_form .field-47 .form-field .custom-select {
    position: absolute;
    background: url("images/icon-select.jpg") no-repeat 50% 50%;
    right: 1px;
    top: 1px;
    bottom: 1px;
    width: 30px;
    background-color: #f7f7f8;
    cursor: pointer;
    pointer-events: none;
}

.popup-order_form .form-actions {
    position: relative;
    text-align: center;
}


.form-field_custom {
    display: none;
}


/* FRONT PAGE */
.promo-block {
    width: 100%;
    /* background: url("images/bg_front.jpg") 50% 50% no-repeat; */
    /* background-size: cover; */
    height: 520px;
    margin: 0 0 30px;
    position: relative;
    /* overflow: hidden; */
}

.promo-block .promo-block-background {
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 100%;
}

.container.promo-block-inner {
    padding-top: 40px;
    z-index: 10;
    position: relative;
}

.promo-block h1 {
    font-size: 22px;
    line-height: 22px;
    margin: 0 0 45px;
    text-align: center;
    opacity: 0.75;
    color: #fff;
    text-transform: inherit;
}

.block__realty-count {
    clear: both;
    overflow: hidden;
}

.block__realty-count .block {
    margin: 0 0 40px;
}

@media screen and (min-width: 320px) and (max-width: 1023px) {
    .block__realty-count .block {
        background-image: none !important;
    }
}

.block__realty-count .count-flats h3,
.block__realty-count .count-flats .h3 {
    padding: 40px 20px 0;
    color: #fff;
    font-size: 30px;
    line-height: 34px;
    margin: 0;
    font-weight: 600;
    height: 120px;
    background: url("/local/templates/flat/images/bg_count-block_text_new_m.jpg") no-repeat 0 0;
    background-size: cover;
}

.block__realty-count .count-flats a {
    text-decoration: none;
}

.block__realty-count .count-flats a:hover {
    text-decoration: underline;
}

.block__realty-count .banner img {
    width: 100%;
    height: auto;
}

.flats-list__item {
    border-bottom: 1px solid #dedde7;
    font-size: 17px;
    height: 46px;
    line-height: 46px;
    padding: 0 30px;
    font-weight: 400;
    color: #1f1e26;
}

.flats-list__item span {
    color: #afafaf;
    font-size: 14px;
}

.block__about {
    margin: 40px 0 60px;
}

.block__about table td {
    vertical-align: top;
    font-size: 16px;
}

.block__about table td h3 {
    font-size: 22px;
    line-height: 24px;
    margin: 0 0 20px;
}

.block__about table td .director {
    font-size: 19px;
}

.block__about table td:last-child {
    display: none;
}

.block__about table a.thin {
    background-position: 0 90%;
}

.block__now-in-sale {
    display: none;
}

/* DEVELOPERS */
.block__developers {
    margin: 60px 0;
}

.block__developers h2 {
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 25px;
    font-weight: 600;
}

/* REALTY */

.flats-sort {
    margin: 0;
    clear: both;
    padding: 0 10px 10px;

    color: #677278;

}

.flats-sort label {
    color: #9a97ae;
    font-weight: 400;
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-right: 6px;
}

.flats-sort__item {
    position: relative;
}

.show-sort-list {
    cursor: pointer;
    display: inline-block;
    zoom: 1;
    padding: 0 20px 0 0;
    background: url("images/arr-show.png") no-repeat 100% 7px;
    color: #1ab730;
    text-decoration: underline;
}

.sort-list {
    position: absolute;
    top: 100%;
    padding: 20px 25px;
    padding-right: 5px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font: 300 14px/16px "Circe", sans-serif;
    -webkit-box-shadow: 1px 0px 21px 10px #61778321, 0 -1px 6px 0 #61778326;
    -moz-box-shadow: 1px 0px 21px 10px #61778321, 0 -1px 6px 0 #61778326;
    box-shadow: 1px 0px 21px 10px #61778321, 0 -1px 6px 0 #61778326;

    background-color: #fff;
    z-index: 5;

    left: 90px;
    margin: 15px 0 0;
    /*min-width: 142px;*/
    min-width: 160px;

    font-weight: 400;
}

.sort-list a,
.sort-list a:visited {
    font-size: 12px;
    line-height: 1.2;
    text-decoration: none;
    color: #677278;
}



.sort-list:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: #ffffff;
    border-bottom-color: #ffffff;
    border-width: 15px;
    margin-left: -15px;
}

.sort-name span {
    display: block;
    margin: 0 0 10px;
}

.sort-name {
    position: relative;
}

.sort-name:before {
    content: "";
    position: absolute;
    top: 15px;
    left: 1px;
    width: 0;
    border-right: 1px solid #d1d1d1;
    bottom: 5px;
}

.sort-name .item {
    line-height: 16px;
    height: 16px;
    margin: 4px 0;

    position: relative;
}

.sort-name .item a {
    padding: 0 0 0 10px;
    display: inline-block;
    *display: inline;
}

.sort-name .item a:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 1px;
    border-top: 1px solid #d1d1d1;
    width: 8px;
}


.sort-name .item.active a {
    background: url("images/icon-checked.png") no-repeat 0 0;
    margin-left: -20px;
    padding-left: 30px;
}

.sort-name+.sort-name {
    margin-top: 12px;
}

.sort-list {
    display: none;
}

.flats-sort__item+.flats-sort__item .sort-list {
    left: 45px;
}

.flats-sort__item+.flats-sort__item .sort-list .item {
    margin: 8px 0 0;

}

.flats-sort__item+.flats-sort__item .sort-list .item a {
    font-size: 14px;
}

/* PAGER STYLE */
#pager {
    text-align: center;
    margin: 30px 0;
}

.universalPager {
    height: 40px;
    line-height: 40px;
    border: 1px solid #dae5e7;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;

    overflow: hidden;
    clear: both;
    padding: 8px 0;
    display: inline-block;
    *display: inline;
    zoom: 1;
    white-space: nowrap;
}

.universalPager * {
    color: #7a8e9a;
    min-width: 24px;
    text-align: center;
    text-decoration: none;

    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    line-height: 22px;
    font-weight: 400;
    padding: 0 4px;
}

.forum-page-dots {
    padding: 0;
}

.universalPager a.forum-page-previous,
.universalPager a.forum-page-next {
    width: 54px;
    padding: 0;
    font-weight: 600;
    color: #716b9c;
}

.universalPager a.forum-page-previous {
    border-right: 1px solid #dae5e7;
    margin-right: 4px;
}

.universalPager a.forum-page-next {
    border-left: 1px solid #dae5e7;
    margin-left: 4px;
}

.universalPager a:hover,
.universalPager .forum-page-current {
    color: #21c23c;
}


.fancybox-inner .popup-order_form {
    padding: 10px 10px 20px;
    width: 100%;
}

.fancybox-inner .popup-order_form h3,
.fancybox-inner .popup-order_form .div_h3 {
    text-transform: uppercase;
    font-size: 20px;
    color: #1d1c24;
    line-height: 22px;
    margin: 0 0 25px;
}

#popup-map {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 998;
}

#popup-map #flatObjectsMap {
    height: inherit;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#popup-close {
    z-index: 999;
    height: 20%;
    max-height: 100px;
    background: url("/local/templates/flat/images/icon-close.png") no-repeat 100% 50% rgba(256, 256, 256, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    cursor: pointer;
}

@media all and (min-width: 475px) {
    #popup-PRFlat .content-28:before {
        display: block;
    }
}


.header__logo {
    background: url("images/logo_mobile.png") no-repeat 0 0;
    background-size: contain;
    width: 85px;
    height: 43px;
    margin: 0 0 0 95px;
}



.universalPager * {
    min-width: 32px;
}


/* TABLET */

.flats-sort__item {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: baseline;
    margin: 0 5% 0 0;
}

@media all and (min-width: 760px) {

    .workarea .workarea-content .empty {
        padding-bottom: 450px;
    }

    .block__about {
        margin: 10px 0 60px;
    }

    #navigation .breadcrumb {
        padding: 0;
        margin: 0 auto;
    }

    /* FRONT PAGE */
    .promo-block {
        height: 405px;
        margin: 0 0 40px;
    }

    .flats-sort__item {
        margin: 0 10% 0 0;
    }

    .block__realty-count .block {
        margin: 0 0 30px;
    }

    .block__realty-count .block.count-flats {
        float: left;
        width: 47.92%;
    }

    .block__realty-count .block.banner {
        padding-left: 40px;
        float: right;
        width: 52.08%;
    }

    .block__realty-count .count-flats h3,
    .block__realty-count .count-flats .h3 {
        font-size: 30px;
        line-height: 32px;
        height: 135px;
    }

    .show-more a {
        width: 300px;
        margin: 0 auto;
    }

    /* DEVELOPERS */
    .block__developers {
        margin: 30px 0 40px;
    }

    .block__developers h2 {
        font-size: 22px;
    }

    /* REALTY */
    .flats-sort {
        padding: 0 0 10px;
        margin: 0 auto;
    }

    .fancybox-inner .popup-order_form {
        padding: 10px 40px 30px;
        width: 550px;
    }

    .fancybox-inner .popup-order_form h3,
    .fancybox-inner .popup-order_form .div_h3 {
        text-transform: uppercase;
        font-size: 22px;
        color: #1d1c24;
    }
}

/* DESKTOP */
@media all and (min-width: 1000px) {
    body {
        font-size: 16px;
    }

    h1 {
        font-weight: 400;
        font-size: 48px;
        line-height: 50px;
        margin: 0 0 37px;
    }

    h2 {
        font-size: 24px;
        line-height: 38px;
    }

    a.link-raquo {
        margin-left: 15px;
    }

    a.link-raquo:after {
        right: inherit;
        left: -15px;
    }


    .workarea {
        padding: 0;
        /* margin: 60px 0; */
        /* margin-bottom: 20px; */
    }

    .front {
        background-color: #fff;
    }


    .front .workarea .workarea-content .empty {
        padding-bottom: 450px;
    }

    #header {
        padding: 0;
        height: 170px;
        margin: 0;
        border-bottom: 1px solid #dfdfdf;
    }


    #header:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 50px;
        background: #1f1e26;
    }

    #mobile_menu {
        display: none;
    }

    .header__top-menu {
        padding: 0;
        background: #1f1e26;
        color: #fff;
    }

    .header__logo {
        width: 117px;
        height: 60px;
        margin: 0;
        background: url("images/logo_desktop.png") 0 50%;
        float: left;
        margin: 0 90px 0 0;
    }

    .btn-menu {
        display: none;
    }

    #header .phone {
        font-size: 22px;
        padding: 16px 0 0;
    }

    #header .phone .phone-button a {
        width: 192px;
        text-align: center;
        height: 35px;
        line-height: 35px;
        text-decoration: none;

        font-size: 12px;
        font-weight: 400;

        margin: 8px 0 0;
    }

    #header .mail {
        margin: 0;
        font-size: 15px;
        top: 40px;
        right: 0;
        position: absolute;
    }

    #header .mail a {
        color: #000;
        text-decoration: none;
    }

    #header .block_company {
        padding: 27px 0 0;
    }

    .header__realty-menu {
        padding: 4px 0 0;
    }

    .tablet {
        display: none;
    }

    .desktop {
        display: block !important;
    }

    body .empty {
        padding-bottom: 410px;
    }

    #footer {
        height: 410px;
        padding: 0;
        background: #1f1e26;
    }

    .footer__realty-links {
        background: #f2f2f2;
        display: block !important;
    }

    .footer__realty-links .fcontent,
    #footer .fcontent {
        padding: 60px 0;
        margin: 0 auto;
        background: none;
    }

    .footer__realty-links .fcontent {
        padding-bottom: 0;
    }

    .footer__realty-links .fcontent .h3 {
        display: block;
    }

    .footer__realty-links .fcontent h3,
    .footer__realty-links .fcontent .h3 {
        font-size: 16px;
        font-weight: 600;
        margin: 0 0 16px;
    }

    #footer .fcontent .row.firs-row {
        display: table;
        width: 100%;
    }

    #footer .fcontent .row {
        clear: both;
        overflow: hidden;
        margin: 0 0 20px;
    }

    #footer .fcontent .row.city-row {
        font-size: 13px;
        margin-bottom: 30px;
    }

    #footer .fcontent .row.about-row a {
        font-weight: 300;
    }

    #footer .fcontent .row .with-logo {
        padding-top: 53px;
        background: url("images/logo-footer_desktop.png") no-repeat 0 0;
    }

    #footer .fcontent .row .with-logo .footer-menu li {
        margin: 0 0 21px;
    }

    #footer .fcontent .row .cell {
        width: 23.4%;
        /*float: left;*/
        padding-right: 3.5%;
        position: relative;
        display: table-cell !important;
        vertical-align: top;
    }

    #footer .fcontent .row .cell:last-child {
        padding-right: 0;
    }

    #footer .fcontent .row .cell .h6 {
        display: block;
    }

    #footer .fcontent .row .cell h6,
    #footer .fcontent .row .cell .h6 {
        margin: 0 0 15px;
        font-weight: 600;
        font-size: 16px;
    }

    #footer .copyright {
        position: relative;
        text-align: left;
        zoom: 1;
        margin-right: 280px;
    }

    #footer .phone {
        text-align: right;
        margin: 0;
        font-size: 24px;
        line-height: 24px;
        font-weight: 300;
    }

    #footer .phone a {
        font-size: 16px;
        display: inline-block;
        *display: inline;
        zoom: 1;
        margin: 10px 0 0;
        text-decoration: none;
    }

    #footer .block__order-view {
        margin: 22px 0 0;
    }

    #footer .block__order-view a,
    #footer .block__order-view a:visited {
        position: relative;
        left: inherit;
        bottom: inherit;
        right: inherit;
        top: inherit;
        font-size: 14px;
        height: 35px;
        line-height: 37px;
        width: 240px;
        display: inline-block;
        *display: inline;
        zoom: 1;
        font-weight: 400;

        background: #12be0e;
        background: -moz-linear-gradient(top, #12be0e 0%, #23cf1e 100%);
        background: -webkit-linear-gradient(top, #12be0e 0%, #23cf1e 100%);
        background: linear-gradient(to bottom, #12be0e 0%, #23cf1e 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#12be0e', endColorstr='#23cf1e', GradientType=0);

        -webkit-box-shadow: 0 3px 6px 2px #13131354;
        -moz-box-shadow: 0 3px 6px 2px #13131354;
        box-shadow: 0 3px 6px 2px #13131354;

        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        margin: 0;
    }

    #footer .block__order-view a:hover,
    #footer .block__order-view a:visited:hover {
        outline: none;
        background: #17d414;
        background: -moz-linear-gradient(top, #17d414 23%, #2be027 100%);
        background: -webkit-linear-gradient(top, #17d414 23%, #2be027 100%);
        background: linear-gradient(to bottom, #17d414 23%, #2be027 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#17d414', endColorstr='#2be027', GradientType=0);

        -webkit-box-shadow: 0 0px 6px 2px #13131354;
        -moz-box-shadow: 0 0px 6px 2px #13131354;
        box-shadow: 0 0px 6px 2px #13131354;
        color: #fff;
    }

    #footer .info {
        display: inline-block;
        *display: inline;
        zoom: 1;
        width: 46%;
        font-size: 14px;
    }

    #footer .info span,
    #footer .info img {
        vertical-align: middle;
        display: inline-block;
        *display: inline;
        zoom: 1;
        margin: 0 0 0 5px;
    }

    #footer .info span {
        margin-left: 4%;
    }

    /*#footer*/
    .block__social {
        margin: 0 0 40px;
        overflow: hidden;
    }

    /*#footer*/
    .social-list {
        overflow: hidden;
        clear: both;
    }

    /*#footer*/
    .block__social a {
        float: left;
        display: block;
        text-indent: -9999px;
        width: 30px;
        height: 30px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        margin: 0 10px 0 0;
    }


    .block__menu:before {
        display: none;
    }

    .menu-item.selected {
        padding: 25px 30px;
    }

    .menu-item.selected a {
        color: #386c74;
    }

    .block__popup-flat {
        position: absolute;
        top: 60px;
        left: 40px;
        margin: 0;
        width: 485px;
    }


    #popup-PRFlat .head {
        position: relative;
        height: auto;
        width: 275px;
        padding: 60px 0;
        display: table-cell;
        vertical-align: top;
        height: 100%;
    }

    #btn__popup-menu {
        display: none;

    }

    #popup-PRFlat .head .menu {
        display: block;
    }

    #popup-PRFlat .block__logo {
        margin: 0 0 0 30px;
    }

    #popup-PRFlat .popup-order_form .form-actions {
        position: relative;
        top: inherit;
        left: inherit;
        right: inherit;
        bottom: inherit;
        /* margin: 20px 0 40px; */
    }

    #popup-PRFlat .inform-block {
        padding: 20px 40px;
        margin: 0;
        width: 100%;
    }

    #popup-PRFlat .inform-block .ipoteka-banks {
        padding: 0;
        max-width: 606px;
    }

    #btn__popup-close {
        background-position: 0 0;
    }

    #setContent {
        min-height: 100%;
        height: 100%;
    }

    #popup-PRFlat .inform-block .item-detail {
        margin: 0;
    }

    #popup-PRFlat .ipoteka-form-wrapper {
        max-width: 606px;
        padding: 300px 40px 0;
    }

    .menu-item.selected .form-field_custom {
        display: block;
        padding: 10px 25px 10px 15px;
        background: #ebe9f5;
        float: none;
        width: auto;
        margin: 25px -10px 0 -15px;
        border-radius: 5px;
        position: relative;
    }

    .menu-item.selected .form-field_custom:before {
        content: "";
        position: absolute;
        display: block;
        width: 11px;
        height: 11px;
        background: #fff;
        top: 13px;
        left: 17px;
    }

    .form-field_custom input[type=checkbox] {
        display: none;
    }

    .form-field_custom input[type=checkbox]+label {
        display: inline-block;
        padding-left: 25px;
        background: url("/local/templates/flat/images/custom-checkbox.png") no-repeat 0 1px;
        position: relative;
        cursor: pointer;
    }

    .form-field_custom input[type=checkbox]:checked+label {
        background-position: 0 -84px;
        z-index: 10;
        position: relative;
    }

    #popup-order_form-3 .form-item.field-24 {
        display: none;
    }

    a.btn-blue {
        max-width: 380px;
        font-size: 18px;
        line-height: 22px;
    }

    .section-order_btn {
        position: absolute;
        top: 130px;
        right: 80px;
        width: 190px;
        z-index: 2;
    }

    /* BLOCK ON MAIN "ABOUT COMPANY" */
    .about-company__block {
        margin: 40px 0 55px;
        background-color: #f1f1f1;
        padding: 0;
        position: relative;
    }

    .about-company__block .image {
        position: absolute;
        right: 0;
        overflow: hidden;
        top: 0;
        left: 0;
        bottom: 0;
    }

    .about-company__block .image img {
        max-width: auto !important;
        width: auto !important;
        height: 100% !important;
    }

    .about-company__block .content {
        position: relative;
        z-index: 10;
        padding: 1px 30px 30px;
        margin: 0 0 0 50%;
        border-bottom: 2px solid #c93a3a;
        background-color: #f1f1f1;
    }

    a.read-more,
    a.read-more:visited {
        display: inline-block;
        *display: inline;
        zoom: 1;
        vertical-align: baseline;
        width: 160px;
    }

    /* FORMS */
    /* page_form */
    .page-order_form {
        padding: 20px;
        margin: 45px 0 0;
    }

    .page-order_form h3 {
        font-size: 30px;
        line-height: 36px;
        margin: 0 0 20px;
    }

    .page-order_form .form-item,
    .page-order_form .form-actions {
        float: left;
        width: 25%;
    }

    .page-order_form .form-item:nth-child(odd) {
        padding-left: 0;
    }

    .page-order_form .form-item {
        padding-right: 10px;
    }

    .page-order_form .form-actions {
        margin: 0 0 15px;
        padding-left: 8px;
    }

    #page-order_form-7 form {
        position: relative;
        max-width: 865px;
        padding: 0;
    }

    #page-order_form-7 .field-68 {
        position: absolute;
        top: 0;
        left: inherit;
        right: 0;
        padding: 0 0 0 2% !important;
        width: 50%;
    }

    #page-order_form-7 .field-68 textarea {
        height: 80px;
        resize: none;
    }

    #page-order_form-7 .form-item {
        display: block;
        padding: 0 1% 0 0;
        width: 50%;
        float: none;
    }

    #page-order_form-7 .form-actions {
        position: absolute;
        top: 95px;
        right: 0;
        width: 50%;
        padding: 0 0 0 2%;
    }

    /* popup form */

    .popup-order_form h3 {
        font-size: 32px;
        line-height: 32px;
        margin: 0 0 20px;
    }

    .block-results {
        margin: 40px 0 70px;
        max-width: 90%;
    }

    .block-online-btn {
        margin: 35px 0 60px;
    }

    .block-error {
        padding: 60px 30px 100px;
    }

    .block-error .error {
        color: #3599d8;
        font-size: 100px;
        line-height: 100px;
        font-family: "BloggerSans";
        float: left;
        width: 35%;
        text-align: right;
        padding: 0 50px 0 0;
    }

    .block-error .content {
        margin: 0 0 0 35%;
    }

    .block-error .content h2 {
        margin-top: 5px 0 30px;
        line-height: 42px;
    }

    .block-error .content p {
        font-size: 18px;
        line-height: 26px;
    }

    /* FRONT PAGE */
    .promo-block {
        height: 550px;
        margin: 0 0 60px;
    }

    .block__realty-count .block.banner {
        padding-left: 40px;
        overflow: hidden;
        height: 369px;
    }

    .block__realty-count .block.banner img {
        width: 470px;
        height: 369px;
    }

    .block__realty-count .count-flats {
        /*background: url("/local/templates/flat/images/bg_count-block_text_new.jpg") no-repeat 0 0;*/
        background-repeat: no-repeat;
        background-position: center left;
        background-size: 420px 100%;
        overflow: hidden;
        height: 369px;
    }

    .block__realty-count .count-flats .content {
        padding: 33px;
        width: 275px;
        background: #f8f7fa;
        float: right;
        border: 1px solid #dedde7;
        border-left: 0;
        height: 100%;
    }

    .block__realty-count .flats-list__item {
        margin: 0 0 15px;
        border: 0;
        padding: 0;
        height: auto;
        line-height: inherit;
    }

    .block__realty-count .count-flats h3,
    .block__realty-count .count-flats .h3 {
        background: none;
        padding: 0;
        margin: 0 0 30px;
        color: #000;
        font-size: 22px;
        line-height: 24px;
        height: auto;
    }

    .block__about {
        margin: 50px 0;
    }

    .block__about table td:first-child {
        display: table-cell;
    }

    /* DEVELOPERS */
    .block__developers {
        margin: 60px 0;
    }

    .block__developers h2 {
        font-size: 25px;
        line-height: 28px;
        margin: 0 0 35px;
    }


    /* POPUP BLOCK */
    #popup-PRFlat .block__logo {
        margin: 0 0 130px 30px;
    }

    #btn__popup-menu_menu {
        display: none;
    }

    #btn__popup-menu_menu_close {
        display: none;
    }

    #popup-PRFlat .head {
        background: none;
    }

    #popup-PRFlat:before {
        content: "";
        position: fixed;
        left: 0;
        width: 50%;
        top: 0;
        bottom: 0;
        background: url("images/bg_popup.jpg") no-repeat 50% 0;
        /*background-size: contain;*/
        background-size: 100% 100%;
    }

    /* .grayform #popup-PRFlat:after {
        content: "";
        position: fixed;
        right: 0;
        width: 50%;
        top: 0;
        bottom: 0;
        background-size: 100% 100%;
        background: #f7f7f7;
        background: -moz-linear-gradient(left, #ffffff 0%, #ffffff 51%, #3690f0 51%, #f7f7f7 51%, #f7f7f7 100%);
        background: -webkit-linear-gradient(left, #ffffff 0%,#ffffff 51%,#3690f0 51%,#f7f7f7 51%,#f7f7f7 100%);
        background: linear-gradient(to right, #ffffff 0%,#ffffff 51%,#3690f0 51%,#f7f7f7 51%,#f7f7f7 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=1 );
        } */

    #popup-PRFlat .head .menu {
        display: none;
    }

    #popup-PRFlat .popup-order_form {
        max-width: 100%;
        margin: inherit;
    }

    #popup-PRFlat .content {
        position: relative;
        z-index: 0;
    }

    #popup-PRFlat .content-28:before {
        display: none;
    }

    .block__menu {
        position: relative;
        top: inherit;
        left: inherit;
        bottom: inherit;
        width: 275px;
        padding: 0;
        background: none;
        display: block;
    }

    .block__menu .menu-item {
        padding: 10px 20px 10px 30px;
        margin: 0;
    }

    .block__menu .menu-item a {
        display: block;
        color: #fff;
        text-transform: uppercase;
        text-decoration: none;
        font-size: 23px;
        line-height: 25px;
        font-weight: 600;
    }

    .block__menu .menu-item .text {
        display: none;
    }

    .block__menu .menu-item.selected {
        padding: 25px 20px 25px 30px;
        background: #fff;
    }

    .block__menu .menu-item.selected a {
        color: #386c74;
    }

    #popup-PRFlat .content {
        position: relative;
        padding: 60px 40px 50px;
        background: #fff;
        display: table-cell;
        height: 100%;
        vertical-align: top;
    }

    #popup-PRFlat .content .popup-order_form {
        overflow: hidden;
        padding-bottom: 110px;
    }

    #popup-PRFlat .content-28 {
        padding: 0;
    }

    .menu-item.selected .text {
        display: block;
        margin: 10px 0 0;
        font-size: 16px;
        line-height: 18px;
        color: #595959;
        overflow: visible;
    }


    .popup-order_form .form-item {
        margin: 0 0 30px;
    }

    #popup-PRFlat .descr-form {
        display: none;
    }

    #popup-PRFlat .popup-order_form .form-item {
        width: 50%;
        float: left;
    }

    #popup-PRFlat .popup-order_form .form-item:nth-child(even) {
        padding-left: 12px;
    }

    #popup-PRFlat .popup-order_form .form-item:nth-child(odd) {
        padding-right: 12px;
    }

    #popup-PRFlat .popup-order_form .form-item.field-8 {
        padding: 0 12px 0 0;
    }

    #popup-PRFlat .popup-order_form .form-item.field-9 {
        clear: left;
        padding-left: 0;
        padding-right: 12px;
    }

    #popup-PRFlat .popup-order_form .form-item.field-11 {
        padding-left: 0;
        padding-right: 12px;
    }

    #popup-PRFlat .popup-order_form .form-item.field-10,
    #popup-PRFlat .popup-order_form .form-item.field-12 {
        padding-right: 0;
        padding-left: 12px;
    }

    #popup-PRFlat .popup-order_form .form-item.field-15 {
        width: 65%;
        padding: 0
    }

    #popup-PRFlat .popup-order_form .form-item.field-13,
    #popup-PRFlat .popup-order_form .form-item.field-15,
    #popup-PRFlat .popup-order_form .form-item.field-17 {
        padding: 0 12px 0 0;
    }

    #popup-PRFlat .popup-order_form .form-item.field-14,
    #popup-PRFlat .popup-order_form .form-item.field-22 {
        padding: 0 0 0 12px;
    }

    #popup-PRFlat .popup-order_form .form-item.field-23 {
        padding: 0;
    }

    #popup-PRFlat .popup-order_form input[type=submit] {
        margin: 0;
    }

    #btn__popup-close {
        top: 60px;
        right: 40px;
    }

    /* MAIN PAGE */
    .block__object-map {
        background: #f2f2f2;
        margin-bottom: 60px;
    }

    .block__object-map .title-block {
        text-align: center;
        height: 62px;
        line-height: 62px;
        font-size: 18px;
    }

    .container.promo-block-inner {
        padding-top: 160px;
    }

    .promo-block h1 {
        margin: 0 auto 20px;
        text-align: left;
        max-width: 1090px;
    }

    .block__now-in-sale {
        display: block;
        margin: 60px 0;
    }

    .block__now-in-sale h2 {
        font-size: 34px;
        line-height: 34px;
        margin: 0 0 30px;
        font-weight: 600;
    }

    .now-in-sale__list-item {
        display: inline-block;
        *display: inline;
        zoom: 1;
        vertical-align: top;
        margin: 0 40px 0 0;

        font-size: 34px;
        line-height: 34px;
        font-weight: 600;
        color: #9a97ae;
        position: relative;
        margin-bottom: 30px;
    }

    .now-in-sale__list-item+.now-in-sale__list-item {
        margin-left: 40px;
    }

    .now-in-sale__list-item:last-child {
        margin-right: 0;
    }

    .now-in-sale__list-item+.now-in-sale__list-item:before {
        content: "";
        height: 60px;
        background: #dbdbdb;
        width: 1px;
        left: -44px;
        top: 14px;
        position: absolute;
    }

    .now-in-sale__list-item span {
        display: block;
        font-weight: 300;
        font-size: 17px;
        line-height: 20px;
        text-decoration: underline;
        margin: 5px 0 0;
    }

    .now-in-sale__list-item a,
    .now-in-sale__list-item a:visited,
    .now-in-sale__list-item span:hover,
    .now-in-sale__list-item span:focus {
        color: #9a97ae;
        text-decoration: none;
    }

    .fancybox-inner .popup-order_form {
        padding: 30px 60px 60px;
        width: 590px;
    }

    .fancybox-inner .popup-order_form h3,
    .fancybox-inner .popup-order_form .div_h3 {
        text-transform: uppercase;
        font-size: 24px;
        line-height: 28px;
        text-align: center;
        margin: 0 0 35px;
    }

    .grayform #popup-PRFlat:after {
        width: 0%;
    }

}

@media all and (min-width: 1260px) {
    .block__realty-count .block.count-flats {
        width: 56.97%;
    }

    .block__realty-count .block.banner {
        width: 43.03%;
    }

    .block__realty-count .block.banner img {
        width: 485px;
        height: 369px;
    }



    .grayform #popup-PRFlat:after {
        content: "";
        position: fixed;
        right: 0;
        width: 50%;
        top: 0;
        bottom: 0;
        background-size: 100% 100%;
        background: #f7f7f7;
        background: -moz-linear-gradient(left, #ffffff 0%, #ffffff 51%, #3690f0 51%, #f7f7f7 51%, #f7f7f7 100%);
        background: -webkit-linear-gradient(left, #ffffff 0%, #ffffff 51%, #3690f0 51%, #f7f7f7 51%, #f7f7f7 100%);
        background: linear-gradient(to right, #ffffff 0%, #ffffff 51%, #3690f0 51%, #f7f7f7 51%, #f7f7f7 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f7f7f7', GradientType=1);
    }

    .border-blue {
        margin: 30px 0;
        padding: 30px 35px;
        font-size: 22px;
        line-height: 26px;
    }



    .workarea .workarea-content .empty {
        padding-bottom: 410px;
    }

    .with-bg-title {
        margin: 0 -70px 45px;
        padding: 20px 70px 45px;
        min-height: 180px;
    }

    .with-bg-title h1 {
        left: 70px;
        right: 70px;
        bottom: 40px;
    }

    .desktop-table {
        display: table;
    }

    .desktop-row {
        display: table-row;
    }

    .desktop-cell {
        display: table-cell;
        vertical-align: top;
    }


    #footer .ftcontent {
        padding: 30px 100px 70px;
        max-width: 1300px;
        margin: 0 auto;
    }

    #btn__popup-close {
        position: fixed;
    }

    .about-company-group {
        max-width: 80%;
        margin: 40px auto;
    }

    .section-order_btn {
        position: absolute;
        top: 130px;
        right: 100px;
        width: 190px;
        z-index: 2;
    }

    #footer .ftcontent .row .cell:before {
        left: -20px;
    }

    .programm-block_head .link-calendar {
        width: 21.5%;
    }

    .block-licence a img {
        margin: 0 0 50px;
    }

    a.more-inform,
    a.more-inform:visited {
        line-height: 44px;
        height: 44px;
        width: 245px;
    }

    #footer .ftcontent .row .cell h6 {
        font-size: 19px;
    }

    /* FRONT_APGE */

    .block__about table td:first-child,
    .block__about table td:last-child {
        display: table-cell;
    }

    #popup-PRFlat .content-28 {
        padding-right: 0;
        overflow: hidden;
    }

    #popup-PRFlat .ipoteka-wrapper {
        display: table;
        vertical-align: top;
        height: 100%;
        width: 100%;
    }

    #popup-PRFlat .ipoteka-form-wrapper {
        width: 606px;
        display: table-cell;
        vertical-align: top;
        height: 100%;
        padding: 300px 40px 0;
    }

    #popup-PRFlat .no_flat .ipoteka-form-wrapper {
        padding-top: 260px;
    }

    #popup-PRFlat .inform-block {
        width: 400px;
        padding-top: 60px;
        margin: 0;
        display: table-cell;
        vertical-align: top;
        height: 100%;
    }

    #setContent {
        position: relative;
        z-index: 30;
    }


    #popup-PRFlat .inform-block .item-detail,
    #popup-PRFlat .popup-order_form {
        padding: 0;
    }

    #popup-PRFlat .inform-block .item-detail {
        padding: 0 40px 0 0;
    }
}

font.notetext {
    color: #c93a3a;
    font-weight: 700;
}

.bx-controls-direction .disabled {
    display: none !important;
}

.bx-pager .bx-pager-item a {
    height: 20px;
}

/*
** H1 на главной
*/

h1.main_page_title {
    text-align: center;
    margin: 30px 0;
}

.slider-block {
    margin-bottom: 0;
}

@media all and (max-width: 640px) {
    h1.main_page_title {
        margin: 15px 0 !important;
    }
}

.leaflet-tile-pane *,
.dg-attribution__copyright * {
    filter: url("data:image/svg+xml;utf8,#grayscale") !important;
    -webkit-filter: grayscale(100%) !important;
    /* filter: grayscale(0); */
}

.leaflet-map-pane .leaflet-popup-tip-container_svg {
    fill: #6f699a !important;
}

.leaflet-popup-content-wrapper:before {
    content: none !important;
}

.leaflet-popup-content {
    margin: 0 !important;
}

.leaflet-popup-content-wrapper {
    background: none !important;
    padding-top: 25px !important;
    border: none !important;
    border-bottom: 1px solid #6f699a !important;
    -webkit-border-radius: 6px !important;
    -moz-border-radius: 6px !important;
    border-radius: 6px !important;
}

.flatObjectsMap_popover-inner {
    font-family: "Circe", sans-serif;
    line-height: normal;
    padding: 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;

    min-width: 460px;
    /* max-height: 400px !important; */
    background-color: #fff;
    position: relative;
}

.leaflet-popup-content-wrapper {
    max-height: 400px !important;
}

.flatObjectsMap_popover-content {
    padding: 25px;
    /* min-height: 250px; */
}

.flatObjectsMap_popover-content p {
    margin: 0 0 15px !important;
}

.leaflet-popup-content-wrapper .leaflet-popup-content {
    margin: 0;
    padding: 0;
    width: 100%;
}

.leaflet-container a.leaflet-popup-close-button {
    position: absolute !important;
    width: 36px !important;
    height: 36px !important;
    display: block !important;
    right: 10px !important;
    top: 8px !important;
    text-indent: -9999px !important;
    background: url(images/icon-popup_close.png) no-repeat 50% 50% #fff !important;
    cursor: pointer !important;
    text-decoration: none !important;
    border: 0 !important;
    -webkit-border-radius: 18px !important;
    -moz-border-radius: 18px !important;
    border-radius: 18px !important;
    right: -18px !important;
}

[class*="ymaps-2"][class*="-ground-pane"],
.ymaps-layers-pane {
    filter: url("data:image/svg+xml;utf8,#grayscale");
    /* Firefox 3.5+ */
    -webkit-filter: grayscale(100%);
    /* Chrome 19+ &amp; Safari 6+ */
}

/* EXCHANGE FORM */
.block-common h3 {
    margin-top: 20px;
}

.block-common p {
    margin: 0 0 15px;
}

.interchange-table {
    margin: 30px 0 40px;
}

.block-common table tr td {
    vertical-align: top;
    width: 25%;
}

.block-common table tr td .img {
    margin: 0 0 15px -10px;
}


.block__interchange-table {
    position: relative;
}

.block__interchange-table .webform-item {
    margin-bottom: 20px;
}

.block__interchange-table .webform-items .webform-items__col {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    width: 290px;
}

.block__interchange-table .webform-items .wide.webform-items__col {
    width: 610px;
    margin: 0 70px 0 0;
}

.webform-item.SIMPLE_QUESTION_379,
.webform-item.SIMPLE_QUESTION_271 {
    margin-bottom: 45px;
}

.webform-item.SIMPLE_QUESTION_460,
.webform-item.SIMPLE_QUESTION_645,
.webform-item.SIMPLE_QUESTION_450,
.webform-item.SIMPLE_QUESTION_352 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    width: 135px;
}

.webform-item.SIMPLE_QUESTION_450,
.webform-item.SIMPLE_QUESTION_645 {
    margin-right: 18px;
}

.webform-items__col-col .col-title {
    margin-bottom: 6px;
}

.webform__custom-dropdown {
    position: relative;
}

.webform__custom-dropdown__list {
    padding: 10px 0;
    box-shadow: 0px 2px 2px 1px #bababa;
    -webkit-box-shadow: 0px 2px 2px 1px #bababa;
    -moz-box-shadow: 0px 2px 2px 1px #bababa;

    position: absolute;
    top: 100%;
    background: #fff;
    left: 1px;
    right: 0px;
    margin: 0px 0 0;
    z-index: 10;

    display: none;
}

.webform__custom-dropdown__list:focus {
    outline: none;
}

.webform__custom-dropdown input[type=radio] {
    display: none;
}

.webform__custom-dropdown__list label {
    cursor: pointer;
    font-weight: normal;
    padding: 2px 10px;
    margin: 0;
    display: block;
}

.webform__custom-dropdown__list input[type=radio]:checked+label {
    color: #7eaf3b;
    font-weight: 700;
}

.webform__custom-dropdown__list input[type=radio]:disabled+label {
    color: #bbbbbb;
}

.webform__custom-dropdown__list input[type=radio]:disabled+label:hover {
    background: none !important;
    color: #bbbbbb !important;
}

.webform__custom-dropdown__list input[type=radio]+label:hover {
    background-color: #d8e7c4;
    color: #333;
}

.webform__custom-dropdown__value-pseudo {
    border-left: 1px solid #b4b4b4;
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    border-top: 1px solid #b4b4b4;
    background: #ebebeb;
    padding: 5px 10px;
    color: #a7a7a7;
    width: 100%;
    position: relative;
    padding: 0px 10px !important;
    height: 32px;

    background: url("images/icon-arr.png") no-repeat 98% 12px #ebebeb;
    cursor: pointer;
    display: block;
    height: 32px;
    line-height: 32px;
}

.webform-item__field.error input[type=text],
.webform-item__field.error .webform__custom-dropdown__value-pseudo {
    border-color: red;
}

.webform__custom-dropdown__value-pseudo:disabled {
    cursor: pointer;
}

.opened.webform__custom-dropdown .webform__custom-dropdown__value-pseudo {
    background-color: #fff;
}

.webform-item.SIMPLE_QUESTION_596 input[type=radio] {
    display: none;
}

.webform-item.SIMPLE_QUESTION_596 .webform-item__field {
    padding-left: 5px;
    margin-left: 85px;
}

.webform-item.SIMPLE_QUESTION_596 {
    overflow: hidden;
    clear: both;
}

.webform-item.SIMPLE_QUESTION_596 .webform-item__title {
    width: 85px;
    float: left;
}

.wide .webform-items__col-col {
    display: inline-block;
    *display: inline;
    vertical-align: top;
    zoom: 1;
    width: 48%;
}

.wide .first.webform-items__col-col {
    margin-right: 23px;
}

.webform-items__col-col.contacts {
    margin: 95px 0 0;
}

.block__interchange-table .webform__footer input[type=submit] {
    font-size: 20px;
    /* font-family: Tahoma; */
    font-weight: 400;
    width: 100%;
    padding: 10px 0;
    margin: 20px 0 0;
}

.webform-item.SIMPLE_QUESTION_647 {
    margin: 40px 0 0;
}

.file-wrap {
    background: #f7f7f8;
    padding: 20px 30px 40px;
}

.file-wrap .webform-item__field {
    border: 1px dashed #d1d2d4;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    margin: 20px 0 0 30px;
    position: relative;
    padding: 40px 70px;
    min-height: 200px;
}

.file-wrap .webform-item__field:before {
    content: "";
    position: absolute;
    left: -30px;
    top: 50%;
    margin: -35px 0 0;
    width: 100px;
    height: 70px;
    background: url("images/bg-file.png") no-repeat 0 0;
}

.webform__success,
.webform__success p {
    /*background: #bada7a;*/
    background: #9c3;
    margin-bottom: 0;
}

.webform__success {
    padding: 20px;
    font-size: 16px;
    color: #fff;
    margin: 0 0 30px;
}

.webform__success p {
    margin-bottom: 0;
}

.box__dragndrop,
.box__uploading,
.box__success,
.box__error {
    display: none;
}

.box.is-uploading .box__input,
.box.is-success .box__input,
.box.is-error .box__input {
    visibility: hidden;
}

.box.is-uploading .box__uploading,
.box.is-success .box__success,
.box.is-error .box__error {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;

    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.pseudo-file {
    position: relative;
    height: 36px;
}

.pseudo-file input[type=file] {
    width: 100%;
    height: 36px;
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    opacity: 0;
    z-index: 5;
}

.pseudo-file label {
    width: 100%;
    height: 36px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    line-height: 36px;
    color: #3aa8fd;
    border: 1px solid #3aa8fd;
    cursor: pointer;
    font-weight: 400;
}

.pseudo-file:hover label,
.pseudo-file input[type=file]:hover+label,
.pseudo-file label:hover {
    background-color: #3aa8fd;
    color: #fff;
}

.pseudo-file_value {
    margin: 5px 0 0;
    text-align: center;
    color: #000;
}

.webform-item.SIMPLE_QUESTION_596 .webform-item__field {
    padding-left: 5px;
    margin-left: 98px;
}

.webform-item.SIMPLE_QUESTION_596 .webfrom-item__field-radio {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    margin: 5px 0 0 -5px;
}

.webform-item.SIMPLE_QUESTION_596 .webfrom-item__field-radio input[type=radio] {
    display: none;
}

.webform-item.SIMPLE_QUESTION_596 .webfrom-item__field-radio label {
    border: 1px solid #d1d1d1;
    line-height: 32px;
    height: 32px;
    cursor: pointer;
    color: #a7a7a7;
    background-color: #fff;
    width: 96px;
    text-align: center;
}

.exachange-block .subtitle-block {
    margin-bottom: 20px;
    font-size: 16px;
    color: #595959;
}

.webform-item.SIMPLE_QUESTION_596 .webfrom-item__field-radio label:hover,
.webform-item.SIMPLE_QUESTION_596 .webfrom-item__field-radio input[type=radio]:checked+label {
    color: #99cc33;
    border-color: #add65b;
}

.box__uploading {
    font-style: italic;
}

.box__success {
    -webkit-animation: appear-from-inside .25s ease-in-out;
    animation: appear-from-inside .25s ease-in-out;
}

@-webkit-keyframes appear-from-inside {
    from {
        -webkit-transform: translateY(-50%) scale(0);
    }

    75% {
        -webkit-transform: translateY(-50%) scale(1.1);
    }

    to {
        -webkit-transform: translateY(-50%) scale(1);
    }
}

@keyframes appear-from-inside {
    from {
        -webkit-transform: translateY(-50%) scale(0);
        transform: translateY(-50%) scale(0);
    }

    75% {
        -webkit-transform: translateY(-50%) scale(1.1);
        transform: translateY(-50%) scale(1.1);
    }

    to {
        -webkit-transform: translateY(-50%) scale(1);
        transform: translateY(-50%) scale(1);
    }
}

.box__restart {
    font-weight: 700;
}

.box__restart:focus,
.box__restart:hover {
    color: #39bfd3;
}

@media (min-width:1000px) {
    .buttons .ipoteka a {
        display: inline-block;
        margin-right: 20px;
    }
}

@media (max-width:1000px) {
    .buttons .ipoteka a {
        margin-bottom: 10px;
    }
}

@media all and (max-width: 1259px) {
    /* #popup-PRFlat .inform-block {margin-bottom: 40px;} */
    /* #popup-PRFlat .content-28.no_flat {padding-top: 0px;} */
    /* #popup-PRFlat .content-28.no_flat .ipoteka-banks {padding-top: 70px;} */
}

@media all and (max-width: 1000px) {
    /* #popup-PRFlat .inform-block {background: #fff;}
    .inform-block .banks-element .wrap {
        max-width: 475px;
    margin: 0 auto;
    padding: 0 10px;
    } */

    /* #popup-PRFlat .inform-block {
        position: absolute;
    top: 710px;
    width: 100%;
    } */

    /* #popup-PRFlat .content-28.no_flat .inform-block {top:560px;} */

    /* #popup-PRFlat .popup-order_form .form-actions {margin-bottom: 40px;} */
    /* #popup-PRFlat .content-28.no_flat {padding-top: 15px;} */
    /* #popup-PRFlat .content-28.no_flat .ipoteka-banks {padding-top: 0;} */
}

.block__agreement {
    float: right;
}

#footer .block__agreement a,
.block__agreement a:visited {
    color: #fff;
}

#footer .block__agreement a:hover {
    color: #fff;
    text-decoration: none;
}


.container {
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

.strow {
    margin: 60px 0;
}

@media all and (max-width: 999px) {
    .strow {
        margin: 40px 0;
    }
}

@media all and (max-width: 759px) {
    .strow {
        margin: 30px 0;
    }
}


.strow.down {
    margin-top: 0;
}

.strow.up {
    margin-bottom: 0;
}

/* @media all and (max-width: 1000px){
    .container {
        width: 960px;
    }
    } */
@media all and (max-width: 999px) {
    .container {
        width: 760px;
    }
}

@media all and (max-width: 759px) {
    .container {
        width: 480px;
        padding-left: 10px;
        padding-right: 10px;
    }
}


input::-webkit-input-placeholder {
    color: #444;
    opacity: 1;
}


input::-moz-placeholder {
    color: #444;
    opacity: 1;
}


input:-ms-input-placeholder {
    color: #444;
    opacity: 1;
}


input::-ms-input-placeholder {
    color: #444;
    opacity: 1;
}


input::placeholder {
    color: #444;
    opacity: 1;
}

input::-webkit-input-placeholder {
    color: #444;
    opacity: 1;
}

input::-moz-placeholder {
    color: #444;
    opacity: 1;
}

input:-ms-input-placeholder {
    color: #444;
    opacity: 1;
}

.contacts-block h4 {
    font-size: 24px;
    margin-top: 55px;
    margin-bottom: 25px;
}

.light {
    font-weight: 300;
}

.light b,
.light strong {
    font-weight: 400;
}

.green-link a,
.green-link a:visited {
    color: #1ab730;
    border-color: #1ab730;
}

.nopadding {
    padding: 0;
}

.popup-inner-container {
    padding: 0;
    min-height: 100%;
    display: table;
    height: 100%;
}



/***** exchange form *********/

.exchange-form-wrapper {
    padding-top: 240px;
}

.no_flat .exchange-form-wrapper {
    padding-top: 200px;
}



#popup-PRFlat .popup-order_form .exachange-block .form-item {
    width: 100%;
    padding: 0;
    margin: 0 0 20px;
}

#popup-PRFlat .popup-order_form .exachange-block .form-item.field-38,
#popup-PRFlat .popup-order_form .exachange-block .form-item.field-45 {
    float: left;
    width: 50%;
    padding-right: 10px;
}

#popup-PRFlat .popup-order_form .exachange-block .form-item.field-39,
#popup-PRFlat .popup-order_form .exachange-block .form-item.field-46 {
    width: 50%;
    padding-left: 10px;
    float: right;
}

#popup-PRFlat .popup-order_form .exachange-block .form-item.field-98 {
    margin-bottom: 0;
    margin-top: -5px;
}

.exachange-block-photo,
#popup-PRFlat .popup-order_form .exachange-block-adress .field-26 {
    width: 60%;
    float: left;
}

.exachange-block-ocenka,
.exachange-block-contacts,
#popup-PRFlat .popup-order_form .exachange-block-adress .field-96 {
    padding-left: 40px;
    width: 40%;
    float: right;
}

.exachange-block {
    margin-bottom: 10px;
}

.exachange-block-adress {
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #ebe9f5;
    margin-bottom: 30px;
}

.exachange-block-dom,
.exachange-block-kvartira {
    width: 30%;
    float: left;
    padding-right: 15px;
}

.exachange-block-kvartira {
    padding-right: 0px;
    padding-left: 15px;
}

.exachange-block-photo .form-field {
    height: 234px;
    background: url("images/bg_file_tmp.png") center center no-repeat #f1f3f3;
    position: relative;
    border-radius: 7px;
}

.exachange-block-photo .form-field input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.exachange-block-photo,
.exachange-block-contacts {
    border-top: 1px solid #ebe9f5;
    padding-top: 30px;
}


#popup-PRFlat .popup-order_form .exachange-block-contacts .form-actions {
    margin-bottom: 0;
    margin-top: 13px;
}



.exachange-block .selectric-scroll&gt;ul&gt;li:first-child {
    display: none !important;
}

#popup-PRFlat .popup-order_form.exchange-form hr {
    margin-top: -30px;
    margin-bottom: 30px;
}

.exachange-block-ocenka .field-55 .form-field {
    overflow: hidden;
}

.exachange-block-ocenka .field-55 .form-field .caption {
    float: left;
    width: 40%;
    padding-right: 25px;
    line-height: 1.3;
    font-size: 14px;
    font-weight: 300;
    color: #444;
    margin-top: 2px;
}

.exachange-block-ocenka .field-55 .form-field .elements {
    float: right;
    width: 60%;
}

.exachange-block-ocenka .field-55 .form-field .elements .field-radio-element {
    float: left;
    width: 50%;
}

.exachange-block-ocenka .field-55 .form-field .elements .field-radio-element input {
    opacity: 0;
    position: absolute;
    left: -9999px;
}

.exachange-block-ocenka .field-55 .form-field .elements .field-radio-element label {
    line-height: 40px;
    height: 40px;
    border: 1px solid #cfd5d6;
    display: block;
    text-align: center;
    font-weight: 300;
    color: #444;
}

.field-radio-element-item:checked+label {
    background: #706a9a !important;
    color: #fff !important;
}

.exachange-block-ocenka .field-55 .form-field .elements .field-radio-element:first-child label {
    border-right: none;
    border-radius: 4px 0 0 4px;
}

.exachange-block-ocenka .field-55 .form-field .elements .field-radio-element:last-child label {
    border-left: none;
    border-radius: 0 4px 4px 0;
}


.exachange-block-ocenka .field-98 label {
    color: #444;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 300;

}

@media (min-width: 1000px) {
    .exchange-form-wrapper .block__popup-flat {
        width: 60%;
    }

    #popup-PRFlat .popup-order_form .exachange-block-contacts .form-actions input {
        width: 100%;
    }

    .exachange-block-ocenka .form-item.field-98 .form-field input[type=checkbox]+label {
        background-position: 0 11px;
    }

    .exachange-block-ocenka .form-item.field-98 .form-field input[type=checkbox]:checked+label {
        background-position: 0 -74px;
    }
}

/* @media (min-width:1000px) and (max-width:1100px) {
    .realty-list-wrapper {
        max-width: 800px;
        margin:0 auto;
    }
    } */

@media (max-width: 999px) {
    #footer .fcontent .city-row {
        display: none;
    }

    #footer .fcontent .about-row .block__agreement {
        float: none;
        text-align: center;
        margin-bottom: 15px;
    }

    #footer .fcontent .about-row .copyright {
        margin-top: 15px;
        width: 60%;
        margin: 0 auto;
        line-height: 1.3;
    }

    .hide-below-md {
        display: none;
    }
}

@media (max-width: 999px) {
    .popup-inner-container {
        width: 100%;
        padding: 0;
        display: block;
    }

    #popup-PRFlat .inform-block {
        position: relative;
        display: block;
    }

    .inform-block .container {
        width: auto !important;
        padding: 0 !important;
    }

    .inform-block .ipoteka-banks {
        max-width: 475px;
        margin: 0 auto;
        padding: 10px;
    }

    .exchange-form-wrapper {
        padding-top: 0 !important;
    }

    #popup-PRFlat .popup-order_form .exachange-block-adress .field-26 {
        width: 100%;
        float: none;
    }

    #popup-PRFlat .popup-order_form .exachange-block-adress .field-96 {
        padding-left: 0;
        float: none;
        width: 60%;
    }

    .exachange-block-dom,
    .exachange-block-kvartira {
        width: 50%;
        padding-right: 10px;
        float: left;
    }

    .exachange-block-kvartira {
        padding-left: 10px;
        padding-right: 0;
        float: right;
    }

    .exachange-block-ocenka {
        clear: both;
        float: none;
        padding-left: 0;
        width: 60%;
    }

    #popup-PRFlat .popup-order_form .exachange-block .form-item.field-98 {
        position: absolute;
        bottom: 95px;
    }

    .exachange-block-photo {
        width: 50%;
    }

    .exachange-block-photo .form-field {
        height: 215px;
    }

    .exachange-block-contacts {
        padding-left: 20px;
        width: 50%;
        float: right;
    }

    .selectric .label {
        font-size: 14px;
    }

    .popup-order_form .form-item select,
    .popup-order_form .form-item input[type=text],
    .popup-order_form .form-item textarea,
    .popup-order_form .form-field input[type=mail],
    .exachange-block-ocenka .field-55 .form-field .elements .field-radio-element label,
    .popup-order_form .exachange-block .form-item.field-98 label {
        font-size: 14px;
    }

    #popup-PRFlat .popup-order_form.exchange-form {
        position: relative;
        padding-bottom: 115px;
    }

    #popup-PRFlat .content-32023 {
        padding-bottom: 0;
    }

    #popup-PRFlat .popup-order_form .exachange-block-contacts .form-actions input {
        width: 230px;
    }
}

@media (min-width: 1000px) and (max-width: 1259px) {
    #popup-PRFlat .content-28 {
        padding-bottom: 90px;
    }

    #popup-PRFlat .content-28 .popup-order_form {
        padding-bottom: 0;
    }

    #popup-PRFlat .content-28 .popup-order_form .form-actions {
        position: absolute;
        bottom: 25px;
    }

    .popup-order_form .form-item select,
    .popup-order_form .form-item input[type=text],
    .popup-order_form .form-item textarea,
    .popup-order_form .form-field input[type=mail],
    .exachange-block-ocenka .field-55 .form-field .elements .field-radio-element label,
    .popup-order_form .exachange-block .form-item.field-98 label {
        font-size: 14px;
    }

    .selectric .label {
        font-size: 14px;
    }
}

.download_pdf a {
    color: #6f699a;
    font-size: 14px;
}

.download_pdf a:hover {
    color: #1ab730;
}

.form-field.error label {
    color: red !important;
}

.error .selectric {
    border-color: red;
}

.schedule {
    display: none;
}

@media (min-width: 1000px) {
    .schedule {
        position: absolute;
        right: 20px;
        top: 0;
        color: #fff;
        line-height: 29px;
        z-index: 20;
        padding-top: 10px;
        padding-bottom: 11px;
        font-size: 13px;
        display: block;
        width: 360px;
        text-align: right;
    }
}

.hcontent .phone-number {
    text-align: right;
}

.main-text h2,
.main-text h3,
.main-text .h2,
.main-text .h3 {
    font-size: 22px;
    line-height: 24px;
    font-weight: 700;
    margin: 0 0 20px;

}

.main-text .text-left-column {
    float: left;
    width: 47%;
}

.main-text .text-right-column {
    float: right;
    width: 47%;
}

.main-text {
    overflow: hidden;
    margin-top: 40px;
}

.one-three {
    width: 33%;
    float: left;
    padding-right: 60px;
}

.one-three-image {
    float: left;
    width: 80px;
}

.one-three-text {
    margin-left: 80px;
}

.one-three-text ul {
    padding-left: 17px;
}

@media (max-width: 760px) {
    .main-text .text-left-column {
        float: none;
        width: 100%;
    }

    .main-text .text-right-column {
        float: none;
        width: 100%;
    }
}

@media (max-width: 999px) {
    .one-three {
        width: 100%;
        float: none;
        padding-right: 0;
        margin-bottom: 40px;
    }

    .one-three-image {
        float: left;
        width: 80px;
    }

    .one-three-text {
        margin-left: 80px;
    }

    .one-three-text ul {
        padding-left: 17px;
    }

    .popup-inner-container .content .item-detail {
        font-size: 17px;
    }
}


.promo-block .promo-block-background img,
.promo-block .promo-block-background iframe,
.promo-block .promo-block-background video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    width: auto !important;
    height: auto !important;
    z-index: 1;
    overflow: hidden;
    max-width: inherit;
}

/*
.yaMap .flatObjectsMap_popover-inner,
.yaMap .flatObjectsMap_popover-content {
    width: 300px;
    } */


.nobold strong {
    font-weight: normal;
}

@media (max-width:1000px) {
    .empty {
        display: none !important;
    }

    #footer {
        height: auto !important;
        position: relative !important;
        bottom: auto !important;
        left: auto !important;
        right: auto !important;
        max-width: 10000px;
    }
}

.ohidden {
    overflow: hidden;
}

#popup-order_form-5 .form-result-div {
    padding: 20px 10px;
    padding-bottom: 0;
}

.big404 {
    color: #88d094;
    font-size: 220px;
    text-align: center;
    line-height: 1;
}

.small404 {
    text-align: center;
    font-size: 22px;
    font-weight: 200;
    line-height: 1.2;
}

.page-404 .promo-block {
    height: 445px;
}

@media (min-width: 760px) {
    .page-404 .promo-block {
        height: 315px;
    }

}

@media (min-width: 1000px) {
    .page-404 .promo-block {
        height: 174px;
    }

    .page-404 .container.promo-block-inner {
        padding-top: 48px;
    }

}

@media (max-width: 760px) {
    .big404 {
        font-size: 120px;
    }

    .small404 {
        font-size: 18px;
    }
}

/*16-01-2019*/
.news-detail .news-infoline .block_author {
    line-height: 14px;
    font-size: 15px;
    color: #737373;
    margin: 15px 0 15px;
    flex: 0 1 50%;
    align-items: center;
    display: flex;
}

.news-detail .news-infoline {
    display: flex;
    margin-bottom: 30px;
}

.news-detail .block_share {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: flex-end;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.news-detail .block_share .ya-share2__item {
    margin-bottom: 0;
}

.news-detail .block_share_back_link {
    display: block;
    position: relative;
    width: auto;
    margin-right: auto;
    padding-left: 25px;
    -webkit-transition: all 0.35s linear;
    -o-transition: all 0.35s linear;
    transition: all 0.35s linear;
}

.news-detail .block_share_back_link::before {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    background-image: url('/local/templates/flat/images/back-arrow-black.svg');
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: 15px;
    background-size: 15px;
    top: 5px;
    left: 0;
    z-index: 1;
}

/*16-01-2019 END*/
/*28-01-2019*/
.lazy-load {
    background-image: url('/local/templates/flat/images/loader.gif');
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.lazy-load.loaded-img {
    background-image: none;
}

/*28-01-2019 END*/

/*Re-style filter overflow 12-02-2019*/
.baron__track {
    display: block !important;
}

/*Re-style filter overflow 12-02-2019 END*/

/*Re-style section navigation 13-02-2019*/
/*.object-features__item .title a {
  text-decoration: underline;
  color: #1ab730;
  font-size: 16px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.object-features__item .title a:hover {
  text-decoration: none;
}*/
/*@media screen and (min-width: 1000px) {
  .flat-detail__menu {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .flat-detail__menu-item {
    flex-grow: 1;
  }
  .flat-detail__menu-item a {
    font-size: 18px;
    line-height: 18px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .flat-detail__menu-item a.active {
    color: #17c913;
  }
}*/
/*Re-style section navigation 13-02-2019 END*/

/*Style new button callbacks 14-02-2019*/
.popup__triggers__wrap {
    width: 100%;
    display: block;
    position: fixed;
    z-index: 100;
    background-color: #1ab730;
    left: 0;
    bottom: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: stretch;
    align-items: stretch;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s linear 0.2s, all 0.3s linear;
    -o-transition: visibility 0s linear 0.2s, all 0.3s linear;
    transition: visibility 0s linear 0.2s, all 0.3s linear;
}

.popup__triggers__wrap.opened {
    visibility: visible;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    transition-delay: 0s;
}

.popup__triggers__item {
    display: block;
    flex-basis: 100px;
    flex-grow: 1;
    border: none;
    outline: none;
    background-color: transparent;
    border-right: 1px solid #fff;
    padding: 5px;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.popup__triggers__item:last-of-type {
    border-right: none;
}

.popup__triggers__item__icon {
    display: block;
    margin: 0 auto;
    margin-bottom: 5px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: 40px;
    background-size: 40px;
}

.popup__triggers__item__icon.call {
    background-image: url('/local/templates/flat/images/call.svg');
}

.popup__triggers__item__icon.request {
    background-image: url('/local/templates/flat/images/request.svg');
}

.popup__triggers__item__icon.message {
    background-image: url('/local/templates/flat/images/message.svg');
}

.pop__up__mobile {
    width: 100%;
    display: block;
    background-color: #1ab730;
    padding: 25px 20px;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 110;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: visibility 0s linear 0.6s, transform 0.5s linear;
    -o-transition: visibility 0s linear 0.6s, transform 0.5s linear;
    transition: visibility 0s linear 0.6s, -webkit-transform 0.5s linear;
    transition: visibility 0s linear 0.6s, transform 0.5s linear;
    transition: visibility 0s linear 0.6s, transform 0.5s linear, -webkit-transform 0.5s linear;
    visibility: hidden;
}

.pop__up__mobile.opened {
    visibility: visible;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    transition-delay: 0s;
}

.pop__up__mobile__title {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
}

.pop__up__mobile__link {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    color: #fff;
}

.pop__up__mobile__control__wrap {
    width: 100%;
    margin-bottom: 10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pop__up__mobile__control__wrap .pop__up__mobile__link,
.pop__up__mobile__control__wrap .pop__up__mobile__close {
    display: block;
    width: 100%;
    max-width: 45%;
    border: none;
    outline: none;
    margin-bottom: 0;
    background-color: #fff;
    border-radius: 6px;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
    color: #1ab730;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
}

.pop__up__mobile__detail {
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    margin: 0;
}

.order__form.unique {
    display: none;
    width: 100%;
    max-width: 300px;
}

.form-submit.custom {
    display: block;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    border: none;
    outline: none;
    border: 1px solid #12be0e;
    background-color: #12be0e;
    border-radius: 6px;
    cursor: pointer;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Circe";
    box-shadow: 0 3px 6px 2px #61778342;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.form-submit.custom:hover {
    background-color: #fff;
    color: #12be0e;
}

@media screen and (min-width: 767px) {
    .order__form.unique {
        max-width: 500px;
        padding: 30px 40px;
    }

    .order__form.unique h3,
    .order__form.unique .div_h3 {
        margin-bottom: 15px;
    }

    .order__form.unique .form-item {
        margin-bottom: 20px;
    }

    .order__form.unique .form-policy {
        text-align: center;
    }

    .popup__triggers__wrap {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        max-width: 150px;
        background-color: transparent;
        left: auto;
        right: 0;
        bottom: -15%;
    }

    .popup__triggers__wrap.opened {
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .popup__triggers__item__text {
        display: none;
    }

    .popup__triggers__item {
        flex-basis: 75px;
    }

    .popup__triggers__item__icon {
        background-color: #12be0e;
        -webkit-background-size: 30px;
        background-size: 30px;
    }
}

@media screen and (min-width: 1200px) {
    .popup__triggers__wrap {
        width: auto;
        max-width: unset;
        bottom: 0;
    }

    .popup__triggers__item {
        flex-basis: auto;
        margin-bottom: 25px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        overflow: hidden;
        border: none;
    }

    .popup__triggers__item[data-btntype="call"] {
        display: none;
    }

    .popup__triggers__item__icon {
        margin: 0;
        border: 1px solid #fff;
        z-index: 1;
    }

    .popup__triggers__item__text {
        display: block;
        width: 275px;
        margin-right: -275px;
        opacity: 0;
        padding-top: 17px;
        padding-bottom: 17px;
        background-color: #12be0e;
        color: #fff;
        font-size: 16px;
        line-height: 16px;
        -webkit-transition: margin-right 0.3s linear, opacity 0.5s linear;
        -o-transition: margin-right 0.3s linear, opacity 0.5s linear;
        transition: margin-right 0.3s linear, opacity 0.5s linear;
    }

    .popup__triggers__item:hover .popup__triggers__item__icon {
        margin-right: -20px;
    }

    .popup__triggers__item:hover .popup__triggers__item__text {
        margin-right: 0;
        opacity: 1;
    }
}

/*Style new button callbacks END 14-02-2019 END*/

/*Style fixed menu 19-02-2019*/
.object-detail.fixed,
.flat-detail.fixed {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    background: #fff;
}

.object-detail.fixed {
    padding-left: 20px;
    padding-right: 20px;
}

.object-detail.fixed .object-detail__menu,
.flat-detail.fixed .flat-detail__menu {
    width: 100%;
    max-width: 1220px;
    margin: 0 auto;
}

.flat-detail.fixed .flat-detail__menu {
    padding: 20px 0 0;
}

/*Style fixed menu 19-02-2019 END*/


/*Style dropdown smart-filter menu 25-02-2019*/
.popup-window {
    background-color: #fff;
}

/*Style dropdown smart-filter menu 25-02-2019 END*/

.block__slider-header .content .info a.link_filter_object {
    color: #fff;
    text-decoration: none;
}

.block__slider-header .content .info a.link_filter_object:hover {
    color: #1ab730;
}

/*Calc pop-up 26-02-2019*/
.calc__popup__wrap {
    display: none;
}

.calc {
    width: 100%;
    position: relative;
    min-height: 500px;
    padding: 18px 36px;
    box-sizing: border-box;
    background-color: #f2f2f2;
    /* border-bottom: 6px solid #c4c4c4; */
    font-size: 17px;
    line-height: 24px;
    color: #000;
}

.calc .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.calc .left,
.calc .right {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}

.calc .left {
    display: inline-block;
    padding-right: 22px;
    border-bottom: 2px solid #d9d9d9;
    border-right: 2px solid #d9d9d9;
    width: 50%;
}

.calc .right {
    width: 50%;
    padding-top: 0;
    padding-left: 24px;
}

.calc .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    max-width: 400px;
    margin-bottom: 12px;
}

.calc .row._last {
    margin-bottom: 24px;
}

.calc .label {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}

.calc .label:not(:first-child) {
    margin-left: 18px;
}

.calc .label-text {
    font-size: 17px;
    line-height: 24px;
    color: #000;
    display: inline-block;
    margin-bottom: 6px;
}

.calc .input {
    display: block !important;
    box-sizing: border-box;
    margin: 0;
    padding: 0 11px;
    width: 100%;
    background-color: #fff;
    border: 1px solid #c4c4c4;
    border-radius: 0;
    vertical-align: top;
    -webkit-appearance: none;
    -moz-appearance: textfield;
    font-size: 17px;
    color: #000;
    height: 36px;
    height: 42px;
    outline: none;
    -webkit-transition: border-color 0.25s linear;
    -o-transition: border-color 0.25s linear;
    transition: border-color 0.25s linear;
}

.calc .input._focus,
.calc .input:focus {
    border-color: #20c13a;
}

.calc .info {
    font-size: 15px;
    line-height: 18px;
    color: gray;
}

.calc .amount {
    display: block;
    width: 100%;
    margin-bottom: 18px;
}

.calc .amount__key {
    display: block;
}

.calc .amount__value {
    font-size: 36px;
    line-height: 42px;
    color: #20c13a;
    font-weight: 700;
}

.ui-typo-symbol-ruble {
    position: relative;
    display: inline;
    font-size: 1em;
    font-weight: inherit;
    font-style: normal;
}

.ui-typo-symbol-ruble:before {
    content: "\20BD";
}

.calc .income,
.calc .payment {
    display: inline-block;
    margin-bottom: 24px;
}

.calc .payment {
    margin-right: 36px;
}

.calc .income__key,
.calc .payment__key {
    display: block;
}

.calc .income__value,
.calc .payment__value {
    font-size: 30px;
    line-height: 36px;
    color: #20c13a;
}

.calc .request-block {
    margin-bottom: 24px;
}

.request-block .title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 6px;
}

.request-block .text {
    font-size: 17px;
    line-height: 24px;
    color: #000;
    margin-bottom: 24px;
}

.request-block .phone {
    box-sizing: border-box;
    margin: 0;
    padding: 0 11px;
    width: 100%;
    background-color: #fff;
    border: 1px solid #c4c4c4;
    border-radius: 0;
    vertical-align: top;
    -webkit-appearance: none;
    -moz-appearance: textfield;
    font-size: 17px;
    color: #000;
    height: 36px;
    margin-right: 18px;
    max-width: 170px;
    outline: none;
    -webkit-transition: border-color 0.3s linear;
    -o-transition: border-color 0.3s linear;
    transition: border-color 0.3s linear;
}

.phone._focus,
.phone:focus {
    background-color: #fff;
    border-color: #20c13a;
}

.request-block .ui-kit-button {
    padding: 0;
    background: transparent;
    text-align: left;
    display: inline;
    font-size: inherit;
    font-family: inherit;
    overflow: visible;
    -ms-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    border: 0;
    border-radius: 3px;
    cursor: pointer;
    text-align: center;
    transition: background-color .1s ease;
    text-decoration: none;
}

.request-block .submit {
    display: inline-block;
}

.ui-kit-button._color-terracotta {
    background-color: #20c13a;
    border: 1px solid #20c13a;
    color: #fff;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.ui-kit-button._size-default {
    height: 36px;
    padding: 0 18px;
    font-size: 17px;
    line-height: 34px;
}

.ui-kit-button._color-terracotta:not(:disabled):hover {
    background-color: #fff;
    color: #20c13a;
}

.ui-kit-button._color-terracotta:not(:disabled):focus {
    background-color: #b32e33;
    border-color: #000;
}

.ui-kit-button._color-terracotta:not(:disabled):active {
    background-color: #c03c40;
}

.right-info {
    display: none;
}

.noUi-target {
    border: none;
    background-color: #fff !important;
}

.noUi-horizontal {
    height: 2px;
}

.noUi-connect {
    background-color: #20c13a;
}

.noUi-horizontal .noUi-handle {
    width: 12px;
    height: 12px;
    outline: none;
    cursor: pointer;
    border-radius: 50%;
    border: 3px solid #20c13a;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
    right: -5px;
}

.calc__form__thanks {
    display: none;
    width: 100%;
    max-width: 300px;
    padding-top: 25px;
    padding-bottom: 25px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 12px;
    font-size: 18px;
    line-height: 24px;
    color: #20c13a;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
    font-weight: bold;
}

@media screen and (min-width: 320px) {
    .calc__popup__wrap {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }

    .calc {
        padding: 18px;
    }

    .calc .container {
        width: 100%;
        padding: 0;
    }

    .calc .left {
        border-right: none;
        border-bottom: 2px solid #d9d9d9;
        margin-bottom: 15px;
    }

    .calc .left,
    .calc .right {
        width: 100%;
    }

    .calc .right {
        padding-left: 0;
    }

    .calc .title {
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 25px;
    }

    .row._last {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .row._last .label {
        margin-bottom: 15px;
    }

    .calc .label:not(:first-child) {
        margin-left: 0;
    }

    .calc .amount__value,
    .calc .payment__value {
        font-size: 24px;
        line-height: 30px;
        font-weight: bold;
    }

    .request-block .phone {
        width: 100%;
        max-width: 100%;
        margin: 0;
        margin-bottom: 10px;
        display: block;
        width: 100%;
    }

    .ui-kit-button._size-default {
        display: block;
        width: 100%;
    }

    .calc .title {
        margin-top: 0;
    }
}

@media screen and (min-width: 768px) {
    .calc__popup__wrap {
        max-width: 600px;
    }

    .request-block .phone {
        max-width: 170px;
        display: inline-block;
        margin-right: 15px;
    }

    .ui-kit-button._size-default {
        display: inline-block;
        width: auto;
    }
}

@media screen and (min-width: 1200px) {
    .calc__popup__wrap {
        max-width: 900px;
    }

    .calc {
        padding: 18px 36px;
    }

    .calc .title {
        font-size: 32px;
        line-height: 36px;
        max-width: 1260px;
        margin: 0 auto 20px auto;
    }

    .calc .left {
        border-bottom: none;
        border-right: 2px solid #d9d9d9;
        margin-bottom: 0;
    }

    .calc .left,
    .calc .right {
        width: 50%;
    }

    .calc .right {
        padding-left: 24px;
    }

    .row._last {
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        -o-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .calc .label:not(:first-child) {
        margin-left: 18px;
    }

    .calc .amount__value,
    .calc .payment__value {
        font-size: 30px;
        line-height: 36px;
    }
}

.calc__callback__wrap {
    width: 100%;
    margin-bottom: 20px;
}

.calc__callback,
.calc__callback__complex {
    display: block;
    width: 100%;
    border-radius: 6px;
    outline: none;
    border: 1px solid #c93a3a;
    background-color: #c93a3a;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    padding-top: 7px;
    padding-bottom: 7px;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    text-decoration: none;
}

.calc__callback:hover,
.calc__callback__complex:hover {
    background-color: #fff;
    color: #c93a3a;
}

.object-content .calc__callback__wrap,
.flat-content .calc__callback__wrap {
    margin-top: 20px;
}

.flat-content .calc__callback {
    max-width: 200px;
}

.object-detail__menu .calc__callback__wrap,
.flat-detail__menu .calc__callback__wrap {
    display: inline-block;
    max-width: 250px;
    /* float: right; */
    margin-bottom: 10px;
    margin-left: 20px;
}

.flat-detail__menu .calc__callback__wrap {
    visibility: hidden;
    margin-top: -10px;
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

@media screen and (max-width: 991px) {

    .object-detail.fixed .object-detail__menu .calc__callback__wrap,
    .flat-detail.fixed .flat-detail__menu .calc__callback__wrap {
        max-width: 200px;
    }

    .object-detail.fixed .object-detail__menu .calc__callback__wrap .calc__callback,
    .object-detail.fixed .object-detail__menu .calc__callback__wrap .calc__callback__complex,
    .flat-detail.fixed .flat-detail__menu .calc__callback__wrap .calc__callback,
    .flat-detail.fixed .flat-detail__menu .calc__callback__wrap .calc__callback__complex {
        font-size: 12px;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {

    .object-detail.fixed .object-detail__menu .calc__callback__wrap,
    .flat-detail.fixed .flat-detail__menu .calc__callback__wrap {
        display: none;
        visibility: visible;
        opacity: 1;
        margin-bottom: 20px;
    }

}

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

    .object-detail.fixed .object-detail__menu .calc__callback__wrap,
    .flat-detail.fixed .flat-detail__menu .calc__callback__wrap {
        visibility: visible;
        opacity: 1;
        margin: 0;
        transform: translateY(-10px);
        margin-left: 10px;
    }
}

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

    .object-detail.fixed .object-detail__menu .calc__callback__wrap,
    .flat-detail.fixed .flat-detail__menu .calc__callback__wrap {
        margin-bottom: 10px;
        margin-left: 10px;
        transform: translateY(-4px);
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {

    .object-detail__menu .calc__callback__wrap,
    .flat-detail__menu .calc__callback__wrap {
        margin-top: 10px;
    }
}

.flat-content .description .calc__callback__wrap {
    margin-top: 10px;
    margin-bottom: 10px;
}

.flat-content .description .calc__callback {
    max-width: 200px;
}

.calc__callback--green {
    font-weight: bold;
    font-size: 16px;
    line-height: 38px;
    color: #21C23C;
    border-radius: 3px;
    max-width: 158px;
    padding: 0px 9px;
    text-transform: inherit;
    margin-top: 44px;
    margin-bottom: 55px;
    transition: all 0.3s linear;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    outline: none;
    border: 1px solid #1AB730;
    background-color: #fff;
    display: block;
    width: 100%;
}

.calc__callback--green:hover {
    color: #fff;
    background-color: #21C23C;
}

.flat-content .description .calc__callback--green {
    max-width: 158px;
}

@media screen and (min-width: 1200px) {
    .strow .buttons {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -ms-align-items: center;
        align-items: center;
        justify-content: flex-start;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        -o-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .strow .buttons .booking_wrap_01 .booking {
        margin-top: 0;
    }

    .strow .buttons .booking_wrap_01 .booking a {
        margin: 0;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1245px) {
    .strow .buttons .ipoteka_wrap .ipoteka {
        margin-top: 65px;
    }
}

/*Calc pop-up 26-02-2019 END*/

/*Re-style smart filter 15-03-2019*/
@media screen and (min-width: 1000px) {

    .flatObjects-filter .filter-select,
    .flatObjects-filter .filter-text {
        padding: 20px 10px !important;
    }

    .flatObjects-filter .filter-text {
        width: 26% !important;
        max-width: 260px;
    }
}

.baron-select .list {
    padding-bottom: 0px;
}

.baron-select .list .bx-filter-param-label {
    border-bottom: 1px solid #e1e1e1;
    padding: 5px;
    padding-left: 20px;
}

.baron-select .list .item:last-child .bx-filter-param-label {
    border-color: transparent;
}

.baron-select-content .field-search input[type=text]::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    opacity: 0.5;
}

.baron-select-content .field-search input[type=text]::-moz-placeholder {
    /* Firefox 19+ */
    opacity: 0.5;
}

.baron-select-content .field-search input[type=text]:-ms-input-placeholder {
    /* IE 10+ */
    opacity: 0.5;
}

.baron-select-content .field-search input[type=text]:-moz-placeholder {
    /* Firefox 18- */
    opacity: 0.5;
}

.baron-select-content .field-search {
    position: relative;
}

.baron-select-content .field-search::before {
    content: '';
    position: absolute;
    width: 30px;
    height: 34px;
    background-color: #1ab730;
    background-image: url('/local/templates/flat/images/search-icon.svg');
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: 15px;
    background-size: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0px;
}

.bx-filter-parameters-box[data-name="V_IPOTEKU"] .item input[type="checkbox"],
.bx-filter-parameters-box[data-name="DISCOUNT"] .item input[type="checkbox"] {
    display: none;
}

.bx-filter-parameters-box[data-name="V_IPOTEKU"] .item input[type="checkbox"]:checked+label.bx-filter-param-label::after,
.bx-filter-parameters-box[data-name="DISCOUNT"] .item input[type="checkbox"]:checked+label.bx-filter-param-label::after {
    opacity: 1;
}

.bx-filter-parameters-box[data-name="V_IPOTEKU"] .item .bx-filter-param-label,
.bx-filter-parameters-box[data-name="DISCOUNT"] .item .bx-filter-param-label {
    position: relative;
    padding-left: 40px;
    line-height: 40px;
    cursor: pointer;
}

.bx-filter-parameters-box[data-name="V_IPOTEKU"] .item .bx-filter-param-label::before,
.bx-filter-parameters-box[data-name="DISCOUNT"] .item .bx-filter-param-label::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 6px;
    background-color: #fff;
    border: 1px solid #1ab730;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.bx-filter-parameters-box[data-name="V_IPOTEKU"] .item .bx-filter-param-label::after,
.bx-filter-parameters-box[data-name="DISCOUNT"] .item .bx-filter-param-label::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 6px;
    background-color: #1ab730;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 6px;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.filter-select:nth-child(1) .list .item:nth-child(5):after,
.filter-select:nth-child(2) .list .item:nth-child(5):after {
    display: none;
}

.header__city {
    position: relative;
    padding-left: 60px;
    display: inline-block;
}

.header__city-before {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    top: 50%;
    left: 18px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(/local/templates/flat/images/gerb.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.header__main-menu .fast-link__item .fast-link {
    position: relative;
    left: 60px;
}

#mobile_menu .content li {
    position: relative;
}

#mobile_menu .content .mobile__header_menu:nth-of-type(2) ul.footer-menu .fast-link__item {
    padding-left: 33px;
}

#mobile_menu .content .mobile__header_menu:nth-of-type(2) ul.footer-menu .fast-link__item .fast-link__before,
.header__main-menu .fast-link__item .fast-link__before {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    top: 50%;
    left: -35px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    /* background-image: url('/local/templates/flat/images/logo-builder.jpg'); */
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

#mobile_menu .content .mobile__header_menu:nth-of-type(2) ul.footer-menu .fast-link__item .fast-link__before {
    transform: translateY(-50%);
    margin-top: -2px;
    left: 0px;
}

.filter-text .field .descr {
    right: 5px;
    line-height: 30px;
}

/*Re-style smart filter 15-03-2019 END*/

/*New filter object 19-03-2019*/
.catalog__search__wrap {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}

.catalog__search__form {
    width: 100%;
    max-width: 500px;
    position: relative;

}

.catalog__search__form__input {
    display: block;
    width: 100%;
    outline: none;
    border: 1px solid #e8eff0;
    -webkit-appearance: none;
    border-radius: 0;
    border-radius: 6px;
    padding: 10px;
    padding-left: 20px;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    font-weight: 400;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.catalog__search__form__input:focus {
    border-color: #12be0e;
}

.catalog__search__form__input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    opacity: 0.5;
}

.catalog__search__form__input::-moz-placeholder {
    /* Firefox 19+ */
    opacity: 0.5;
}

.catalog__search__form__input:-ms-input-placeholder {
    /* IE 10+ */
    opacity: 0.5;
}

.catalog__search__form__input:-moz-placeholder {
    /* Firefox 18- */
    opacity: 0.5;
}

.catalog__search__form__input__icon {
    position: absolute;
    z-index: 10;
    width: 41px;
    height: 100%;
    background-color: #12be0e;
    background-image: url(/local/templates/flat/images/search-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: 20px;
    background-size: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 1px;
    border-radius: 0px 6px 6px 0px;
    opacity: 1;
    -webkit-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.catalog__search__form__input__icon.hidden {
    opacity: 0;
}

.catalog__search__form__reset {
    position: absolute;
    z-index: 15;
    width: 41px;
    height: 40px;
    border: none;
    outline: none;
    font-size: 0;
    padding: 0;
    margin: 0;
    background-color: #fff;
    border-radius: 0px 6px 6px 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 1px;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s linear 0.1s, all 0.3s linear;
    -o-transition: visibility 0s linear 0.1s, all 0.3s linear;
    transition: visibility 0s linear 0.1s, all 0.3s linear;
}

.catalog__search__form__reset.visible {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.catalog__search__form__reset::before,
.catalog__search__form__reset::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 20px;
    background-color: #333;
    top: 50%;
    left: 50%;
}

.catalog__search__form__reset::before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    -o-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.catalog__search__form__reset::after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    -o-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.catalog__search__result {
    display: none;
    width: 100%;
    max-width: 500px;
    position: absolute;
    top: 55px;
    left: 0;
    padding: 20px;
    border-radius: 6px;
    border: 1px solid #e8eff0;
    background-color: #fff;
    z-index: 10000;
    -webkit-box-shadow: 0 0px 8px rgba(167, 167, 167, 0.42);
    -moz-box-shadow: 0 0px 8px rgba(167, 167, 167, 0.42);
    box-shadow: 0 0px 8px rgba(167, 167, 167, 0.42);
}

.catalog__search__result::before {
    content: '';
    position: absolute;
    z-index: 10001;
    width: 15px;
    height: 15px;
    border-top: 1px solid #e8eff0;
    border-left: 1px solid #e8eff0;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -9px;
    left: 30px;
}

.catalog__search__result__list {
    width: 100%;
    max-height: 450px;
    overflow: hidden;
    overflow-y: auto;
}

.catalog__search__result__item {
    display: block;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e8eff0;
    text-decoration: none;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.catalog__search__result__item__name,
.catalog__search__result__item__adress {
    width: 100%;
    margin: 0;
}

.catalog__search__result__item__name {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 20px;
    color: #333;
    font-weight: 700;
}

.catalog__search__result__item__adress {
    font-size: 14px;
    line-height: 16px;
}

.btn_del_filter {
    display: block;
    vertical-align: middle;
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
    margin-bottom: 20px;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #1ab730;
    color: #1ab730;
    text-transform: uppercase;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-weight: 400;
    font-size: 16px;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.btn_del_filter:hover,
.btn_del_filter:focus {
    background-color: #1ab730;
    color: #fff;
}

.bx-filter-button-box .bx-filter-parameters-box-container input#set_filter {
    display: block;
    float: none;
    margin: 0 auto;
}

.bx-filter-button-box .bx-filter-parameters-box-container {
    max-width: 380px;
}

.bx-filter-button-box .bx-filter-parameters-box-container input[type=submit] {
    max-width: 150px;
    margin-left: auto;
}

.flat-list.house .image.cell span {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    min-height: 140px;
}

.flat-list.house .apartaments__cell a {
    line-height: 26px;
}

.flat-list.house .cost.desktop .title {
    min-height: 34px;
}

.flat-list.house .flat-item .price {
    font-size: 20px;
    line-height: 26px;
    font-weight: normal;
}

.flat-list.house .object_details_link a {
    color: #1ab730;
}

.flat-list.house .flat-item:hover {
    background: #e6f7f1;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .flat-list.house .object_details_link {
        position: absolute;
        left: 50px;
        top: 160px;
    }
}

.super__new__search .bx-filter-parameters-box-container {
    float: none;
    width: 100%;
    max-width: 100%;
    text-align: right;
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
    flex-wrap: wrap;

}

@media screen and (min-width: 768px) {
    .super__new__search .bx-filter-parameters-box-container {
        max-width: 550px;
        margin-left: auto;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -ms-align-items: center;
        align-items: center;
        justify-content: flex-end;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .btn_del_filter {
        margin: 0;
        margin-left: auto;
        margin-right: 25px;
    }

    .bx-filter-button-box .bx-filter-parameters-box-container input#set_filter {
        max-width: 100%;
        margin: 0;
    }
}

/*New filter object 19-03-2019 END*/
.bx-filter-button-box .bx-filter-parameters-box-container input#set_filter {
    min-width: 230px;
    background: #20c13a;
    /*max-width: 100%;*/
    padding: 0 15px;
}

.bx-filter-button-box .bx-filter-parameters-box-container input#set_filter:disabled,
.flatObjectsControl__submit input#set_filter:disabled {
    font-size: 0;
    background-image: url('/local/templates/flat/images/loader-white.svg');
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: 40px;
    background-size: 40px;
}

/* End */


/*Infographics + slider mobile*/
.roww-slaider {
    position: relative;
    max-width: 1920px;
}

.roww {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1200px;
    margin: 30px auto 15px;
    height: 680px;
}

.row__item {
    width: 300px;
    position: relative;
    height: 350px;
    -ms-flex-item-align: baseline;
    align-self: baseline;
    outline: 0;
}

.row-text {
    font-family: Circe;
    font-size: 14px;
    line-height: 21px;
    margin: 2px 0;
}

.row-title {
    font-family: Circe;
    font-size: 16px;
    line-height: 24px;
    margin: 2px 0;
}

.row__item:nth-child(odd) {
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin: 0px -100px;
    left: 156px;
}

.row_pic_holder {
    margin-bottom: 30px;
}

.vector-top {
    position: absolute;
    top: 41%;
    left: 65%;
}

.vector {
    position: absolute;
    top: -7%;
    left: 70%;
}

.vector-last {
    position: absolute;
    top: 2%;
    left: 50%;
}

.vector-screen,
.vector-screen-top,
.vector-screen-last {
    display: none;
}

.row__item span {
    position: absolute;
    width: 51px;
    height: 51px;
    border-radius: 50%;
    font-size: 26px;
    background: #fff;
    text-align: center;
    line-height: 48px;
    border: 1px solid #E5E5E5;
    font-family: Circe;
    left: -15px;
    top: -9px;
    text-transform: uppercase;
}

.row-title {
    font-weight: bold;
}

a.personal-helper {
    background: #383B3E !important;
    color: #FFFFFF !important;
    padding-left: 12px;
    padding-right: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 4px;
    text-decoration: none;
    font-family: Circe, sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 8px;
    padding-top: 8px;
    padding-left: 12px;
    padding-right: 10px;
    margin: 0;
    display: inline;
    /* background:  none !important; */

}

a.personal-helper::after {
    content: '●';
    font-size: 20px;
    color: #24A913;
    margin-left: 5px;
}

.mobile__header-menu a.personal-helper::after {
    float: right;
}

a.personal-helper:hover::after {
    text-shadow: 2px 0 2px #24A91366,
    0 2px 2px #24A91366,
    -2px 0 2px #24A91366,
    0 -2px 2px #24A91366;
}

@media screen and (max-width: 1024px) {
    .roww {
        height: 600px;
    }

    .row__item {
        height: 300px;
    }

    .row_pic_holder img {
        max-width: 147px;
    }

    .row__item span {
        width: 43px;
        height: 43px;
    }

    .row__item:nth-child(odd) {
        left: 125px;
        margin: 0 -110px;
    }

    .row_pic_holder {
        margin-bottom: 15px;
    }

    .vector,
    .vector-top,
    .vector-last {
        display: none;
    }

    .vector-screen {
        position: absolute;
        display: block;
        top: -4%;
        left: 50%;
    }

    .vector-screen-top {
        position: absolute;
        display: block;
        top: 38%;
        left: 70%;
    }

    .vector-screen-top-4-5 {
        position: absolute;
        display: block;
        top: 33%;
        left: 70%;
    }

    .vector-screen-last {
        position: absolute;
        display: block;
        top: -4%;
        left: 48%;
    }

    .row_pic_holder .small-img {
        max-height: 100px;
    }

    .row__item .top-vector {
        top: -24px;
    }

    .row__item .top-vector2 {
        top: -41px;
    }
}

@media screen and (max-width: 759px) {
    .roww {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        max-width: 490px;
        height: 100%;
        position: relative;

    }

    .row__item {
        margin: 10px;
        left: 0;
        margin: 0;
        max-width: 550px;
        flex: 1 1 100%;
        text-align: left;
        padding: 0 3.7%;
        padding-top: 50px;
    }

    .row__item span {
        left: 40%;
        top: 0%;
    }

    .row_pic_holder {
        max-width: 183px;
        margin: 0 auto;
    }

    .row__item:nth-child(odd) {
        left: 0;
        margin: 0;
        max-width: 550px;
        flex: 1 1 100%;
        text-align: left;
        padding: 0 3.7%;
        padding-top: 50px;
    }

    .vector-screen,
    .vector-screen-top,
    .vector-screen-top-4-5,
    .vector-screen-last {
        display: none;
    }

    .row__item .top-vector {
        top: 0px;
    }

    .row__item .top-vector2 {
        top: 0px;
    }

    .roww {
        margin: 45px auto 30px;

    }
}

@media screen and (max-width: 1024px) {
    .news-tinysize {
        font-size: 25.5px;
    }

    .news-tinysize h2 {
        font-size: 1.4em;
        line-height: 1.1em;
    }

    .news-tinysize h3 {
        font-size: 1.25em;
        line-height: 1.1em;
    }
}

/*blogcats*/

.workarea .js_items .catholder .cats {
    margin-bottom: 100px;
}

.workarea .catholder {
    width: 100%;
    z-index: 1;
}

.workarea .catholder .cats {
    flex-wrap: wrap;
    margin-bottom: 30px;
    padding: 5px 0px;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    display: flex;
    align-items: flex-start;
}

.workarea .catholder .pickeditem {
    font-size: 14px;
    padding: 5px;
    transition: all 0.3s ease;
    border: 1px solid #706a9a;
    background-color: #706a9a;
    color: #fff;
    box-sizing: border-box;
    line-height: 1.7em;
    display: none;
    width: 100%;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
}

.workarea .catholder .pickeditem:after {
    position: absolute;
    right: 20px;
    top: 50%;
    content: '';
    transform: rotate(45deg) translateY(-110%);
    border: 1px solid #fff;
    border-top: none;
    border-left: none;
    width: 6px;
    height: 6px;
}

.workarea .catholder .cats .catitem,
.workarea .catholder .cats .more {
    transition: all 0.3s ease;
    min-height: 30px;
    padding: 0px 15px;
    border: none;
    box-sizing: border-box;
    line-height: 30px;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    position: relative;
    margin-right: 20px;
    margin-bottom: 15px;
}


.workarea .catholder .cats .more {
    cursor: pointer;
    padding: 0;
    width: 30px;
    font-size: 20px;
    line-height: 1px;
    height: 30px;
    box-sizing: border-box;
    padding-bottom: 0.5em;
}

.workarea .catholder .cats span.catitem {
    color: #f1f1f1;
    background-color: #706a9a;
}

.workarea .catholder .cats a.catitem,
.workarea .catholder .cats .more {
    color: #000;
    background-color: #f1f1f1;
    text-decoration: none;
}

.workarea .catholder .cats .more:focus,
.workarea .catholder .cats .more:hover,
.workarea .catholder .cats a.catitem:focus,
.workarea .catholder .cats a.catitem:hover {
    outline: 0;
    text-decoration: none;
    color: #f1f1f1;
    background-color: #706a9a;
}



@media screen and (min-width: 768px) {
    .workarea .catholder .cats .catitem {
        display: none;
    }

    .workarea .catholder .cats .catitem:nth-child(1),
    .workarea .catholder .cats .catitem:nth-child(2),
    .workarea .catholder .cats .catitem:nth-child(3),
    .workarea .catholder .cats .catitem:nth-child(4),
    .workarea .catholder .cats .catitem:nth-child(5),
    .workarea .catholder .cats .catitem:nth-child(6),
    .workarea .catholder .cats .catitem:nth-child(7),
    .workarea .catholder .cats .catitem:nth-child(8) {
        display: block;
    }

    .workarea .catholder .cats.vis .catitem {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .workarea .catholder {
        margin-bottom: 30px;
        position: relative;
    }

    .workarea .catholder.select .pickeditem {
        display: inline-flex;
        font-size: 20px;
    }

    .workarea .catholder.select .cats {
        padding: 0;
        background: #f1f1f1;
        position: absolute;
        top: 100%;
        overflow: hidden;
        height: auto;
        max-height: 0;
        transition: all 0.3s ease;
        box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.15);
    }

    .workarea .catholder.select.active .cats {
        box-shadow: 0 4px 6px 2px rgba(0, 0, 0, 0.15);
        max-height: 200px;
        overflow-y: auto;
    }

    .workarea .catholder.select .cats a.catitem:focus,
    .workarea .catholder.select .cats a.catitem:hover {
        outline: 0;
        text-decoration: none;
    }

    .workarea .catholder.select .cats .catitem {
        border-top: none;
        border-radius: 0;
        font-size: 20px;
        height: 35px;
        min-width: 120px;
        flex: 0 0 100%;
        margin-right: 0px;
        margin-bottom: 0px;
    }

    .workarea .catholder.select .cats&gt;[data-open] {
        order: 1;
    }

    .workarea .catholder.select .cats span.catitem {
        display: none;
    }

    .workarea .catholder.select .cats .more {
        display: none;
    }
}

/*blogcats*/

/* End */

.header__realty-menu li a:last-child {
    position: relative;
}

.header__realty-menu li:last-child a::before {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    top: 50%;
    left: 144px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(/local/templates/flat/images/new-personal-color.svg);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

/* .header__realty-menu li:last-child a:hover {
    color: #12be0e;
    border-bottom: #12be0e;
    background: -webkit-gradient(linear, 0 0, 100% 0, from(#12be0e), to(#12be0e));
    background: -webkit-linear-gradient(left, #12be0e, #12be0e 100%);
    background: linear-gradient(left, #12be0e, #12be0e 100%);
    background-position: 0 95%;
    background-size: 10px 1px;
    background-repeat: repeat-x;
    color: #12be0e;
} */

.header__realty-menu li a.green:hover,
.header__realty-menu li a.green.selected {
    color: #12be0e;
    border-bottom: #12be0e;
    background: -webkit-gradient(linear, 0 0, 100% 0, from(#12be0e), to(#12be0e));
    background: -webkit-linear-gradient(left, #12be0e, #12be0e 100%);
    background: linear-gradient(left, #12be0e, #12be0e 100%);
    background-position: 0 95%;
    background-size: 10px 1px;
    background-repeat: repeat-x;
    color: #12be0e;
}

#footer .cell.desktop.with-logo .footer-menu ul li:last-child a {
    color: #12be0e;
    border-bottom: #12be0e;
    background: -webkit-gradient(linear, 0 0, 100% 0, from(#12be0e), to(#12be0e));
    background: -webkit-linear-gradient(left, #12be0e, #12be0e 100%);
    background: linear-gradient(left, #12be0e, #12be0e 100%);
    background-position: 0 95%;
    background-size: 10px 1px;
    background-repeat: repeat-x;
}

#footer .cell.desktop.with-logo .footer-menu ul li:last-child a:hover {
    color: #17d414;
}

/* .header__realty-menu li:last-child a {
    color: #12be0e;
    border-bottom: #12be0e;
} */

.header__realty-menu li a.green {
    color: #12be0e;
    border-bottom: #12be0e;
}

.fix--height--cut {
    overflow: hidden;
    min-width: initial !important;
}

.personal-under-pr-flat {
    display: none;
}

#personal-helper-area {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 100000;
}

@media (min-width:571px) {

    #personal-helper-popup {
        width: 570px;
        height: 100%;
        right: 0;
        background-color: #fff;
        z-index: 200;
        position: fixed;
        z-index: 100000;
    }
}

@media (max-width:570px) {
    #personal-helper-popup {
        width: 100%;
        height: 100%;
        right: 0;
        background-color: #fff;
        z-index: 200;
        position: fixed;
    }
}

@media (max-width:999px) {
    .phone-number {
        display: none;
    }

    .personal-under-pr-flat {
        display: block;
    }

    .personal-helper {
        display: block;
        margin: 10px 0;
    }

    footer#footer a#personal-helper {
        color: #12be0e;
    }

    .personal-under-pr-flat #personal-helper:after {
        content: '';
        position: absolute;
        width: 25px;
        height: 25px;
        top: 46%;
        left: 190px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        background-image: url(/local/templates/flat/images/new-personal-color.svg);
        background-position: center;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
    }

    .personal-under-pr-flat {
        position: relative;
        right: 39px;
    }

    .personal-under-pr-flat #personal-helper {
        text-decoration: none;
        color: #12be0e;
    }

}

.pers #personal-helper {
    display: block;
    height: 100%;
    font-size: 13px;
    text-decoration: none;
    text-transform: uppercase;
    color: #12be0e;
}

/*
.mobile__header-menu .footer-menu li:last-child {
    background: #12be0e;
    padding: 5px;
    border-radius: 5px;
}


.mobile__header-menu .footer-menu li:last-child a:after {
    content: '';
    position: absolute;
    width: 39px;
    height: 29px;
    top: 49%;
    left: 142px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(/local/templates/flat/images/new-personal-color.svg);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

*/

.pers {
    display: none;

}

@media screen and (max-width: 767px) and (min-width: 320px) {
    .pers {
        display: inline-block;
        margin-left: 20px;
        position: relative;
    }

}

.pers #personal-helper:after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    top: 27%;
    left: 154px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(/local/templates/flat/images/new-personal-color.svg);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.popup__triggers__wrap.single {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 0;
    left: 0;
    padding-bottom: 34px;
    width: 100%;
    background: transparent;
    align-items: center;
    z-index: 300;
}

.popup__triggers__wrap.single&gt;a[href^="tel:"] {
    flex-grow: 0;
    width: auto;
    min-width: 230px;
    height: auto;
    font-size: 18px;
    line-height: 42px;
    background: linear-gradient(180deg, #12BE0E 0%, #23CF1E 100%), #1AB730;
    border: 2px solid #1AB730;
    box-sizing: border-box;
    border-radius: 6px;
    color: #fff;
    transform: scale(1.5);
    display: flex;
    white-space: nowrap;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    text-decoration: none;
    padding: 0 20px;
}




.popup__triggers__wrap.single [data-btntypenew] {
    flex-grow: 0;
    width: auto;
    min-width: 185px;
    height: auto;
    font-size: 18px;
    line-height: 42px;
    background: linear-gradient(180deg, #12BE0E 0%, #23CF1E 100%), #1AB730;
    border: 2px solid #1AB730;
    box-sizing: border-box;
    border-radius: 6px;
    color: #fff;
    transform: scale(1.5);
    display: flex;
    white-space: nowrap;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.popup__triggers__wrap.single [data-btntypenew].popup__triggers__item.new {
    padding: 0 10px;
}

.popup__triggers__wrap.single [data-btntypenew] a {
    color: #fff;
    text-decoration: none;
}

.popup__triggers__wrap.single [data-btntypenew]:focus,
.popup__triggers__wrap.single [data-btntypenew]:hover {
    color: #000;
    background: #8DDF9B;
}

.popup__triggers__wrap.single .popup__triggers__item__icon.call {
    flex: 0 0 15px;
    height: 15px;
    background-size: contain;
    margin-right: 10px;
    margin-left: 0;
    background-image: url(/local/templates/flat/images/callsimple.svg);
}

.popup-order_form.unique.new {
    z-index: 305;
    background-color: #F7F7F7;
    padding: 20px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.5);
}

.popup-order_form.unique.new .div_h3 {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.popup-order_form.unique.new .close {
    position: absolute;
    top: 5px;
    right: 5px;
    transform: rotate(45deg);
    font-size: 50px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    font-weight: 300;
}

.popup-order_form.unique.new .form-policy {
    color: #DFDCEC;
    font-size: 14px;
}

.popup-order_form.unique.new .form-item {
    margin-bottom: 10px;
}

.popup-order_form.unique.new .form-item input[type=text] {
    border-color: #fff;
    border-radius: 0px;
}

#overlaysmall {
    display: none;
    z-index: 304;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    content: '';
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 1259px) {
    .popup-order_form.unique.new .form-item input[type=text] {
        font-size: 21px;
        line-height: normal
    }
}

.block__flats .flat-list.house .flat-item .cell.desktop&gt;a {
    display: block;
    border-radius: 6px;
    outline: none;
    border: 2px solid #20c13a;
    background-color: #20c13a;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    text-transform: none;
    font-weight: 700;
    padding: 7px 20px;
    cursor: pointer;
    transition: all 0.3s linear;
    text-decoration: none;
    min-height: 42px;
    flex: 0 0 160px;
    pointer-events: all;
    float: right;
}

.block__flats .flat-list.house .flat-item .cell.desktop&gt;a:hover {
    background: #20c13a82;
    border: 2px solid #1ab730;

}

.filter-blocks {
    display: none;
}

.scroller-container {
    display: none;

}

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

    .scroller-container.scroller-container-new,
    .object-detail.object-detail-new {
        display: block;
    }

    .scroller-container.scroller-container-new {
        overflow: hidden;
        display: block;
        width: 100%;
        max-width: 1260px;
        margin: 0 auto;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 40px;
    }

    .scroller-container.scroller-container-new .swiper-wrapper.filter-blocks {
        flex-wrap: nowrap;
        display: flex;
        font-size: 15px;
        line-height: 21px;
        font-weight: bold;
        position: relative;
        z-index: 1;
        min-width: calc(100% + 8px);
        margin: -8px 0 0 -8px;
    }

    .scroller-container.scroller-container-new .swiper-wrapper.filter-blocks .filter-block {
        width: 278px;
        height: 140px;
        margin: 8px 0 5px 12px;
        padding: 0;
        border-radius: 8px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        overflow: hidden;
        background-color: #fff;
        justify-content: space-between;
        text-decoration: none;
        margin-right: 0px !important;
    }

    .scroller-container.scroller-container-new .swiper-wrapper.filter-blocks .filter-block p {
        margin-bottom: 0;
        padding: 0 10px;
    }

    .scroller-container.scroller-container-new .swiper-wrapper.filter-blocks .filter-block img {
        border-radius: 0 8px 8px 0;
        transition: transform 0.2s linear 0s;
        will-change: transform;
        height: 100%;
    }

    .scroller-container.scroller-container-new a:hover,
    .scroller-container.scroller-container-new a:visited:hover {
        color: #000;
        border-color: unset;
    }

    .scroller-container.scroller-container-new__scroller {
        overflow-x: scroll;
        overflow-y: hidden;
        padding-bottom: 30px;
        margin-bottom: -30px;
    }

    .scroller-container.scroller-container-new__content {
        padding: 5px 16px;
        display: inline-flex;
        min-width: 100%;
    }

    .object-detail.object-detail-new .object-detail__menu-item {
        margin-left: 0 !important;
        padding-bottom: 0px;
        height: 80px !important;
        width: 100%;
    }

    .object-detail.object-detail-new .object-detail__menu-item a {
        text-transform: none !important;
        font-size: 21px !important;
        line-height: 3.6;
        text-align: center;
        border-right-color: #d6d6d7 !important;
        border-right: 1px solid #d6d6d7 !important;
        padding-left: 11px;
        padding-right: 12px;
        padding-bottom: 24px;
        height: 80px !important;
        background-color: #fff;
    }

    .object-detail.object-detail-new .object-detail__menu-item a.active:before {
        content: '';
        display: block;
        height: 0px;
        width: 0px;
        border-right: 18px solid transparent;
        border-left: 18px solid transparent;
        border-top: 8px solid #1ab730;
        position: absolute;
        left: 50%;
        bottom: -10px;
        transform: translate(-50%, 0);
    }

    .object-detail.object-detail-new .object-detail__menu-item a,
    .object-detail__menu-item a:visited {
        border-bottom: none;
    }

    .object-detail.object-detail-new .object-detail__menu-item a,
    .object-detail__menu-item:last-child a {
        border-right: none;
    }

    .object-detail.object-detail-new .object-detail__menu .object-detail__menu-item:first-child {
        padding-left: 0px !important;
    }

    .object-detail.object-detail-new .object-detail__menu-item a:visited {
        text-transform: none !important;
        line-height: 3.4;
        border-top-color: #fff !important;
    }

    .object-detail.object-detail-new .object-detail__menu-item a:visited:hover {
        color: #000 !important;
        cursor: pointer !important;
        text-decoration: none !important;
        border-bottom: none !important;
        font-weight: normal !important;
        border-top-color: #1ab730 !important;
    }

    .object-detail.object-detail-new .object-detail__menu {
        box-shadow: 0 3px 4px rgba(0, 0, 0, 0.15);
        height: 80px;
        padding: 0 !important;
        display: flex;
        overflow-x: unset !important;
        align-items: center;
        width: auto;
        justify-content: space-between;
    }

    .object-detail.object-detail-new {
        overflow-x: auto;
        padding-bottom: 19px;
    }

    .object-detail.object-detail-new .pers #personal-helper:after {
        top: 48% !important;
    }

    .object-detail.object-detail-new .pers {
        line-height: 5;
        padding-right: 44px;
        order: 6;
    }

    .object-detail.object-detail-new .calc__callback__wrap {
        order: 5;
        max-width: 100%;
        padding: 0px 10px;
        margin: 0;
    }

    .object-detail.object-detail-new .object-detail__menu-item.show_all_dev_objects {
        order: 4;
    }

    .object-detail.object-detail-new .object-detail__menu .object-detail__menu-item:first-child {
        order: 1;
    }

    .object-detail.object-detail-new .object-detail__menu .object-detail__menu-item:nth-child(2) {
        order: 3;
    }

    .object-detail.object-detail-new .object-detail__menu .object-detail__menu-item.js_tab_kvartiry {
        order: 2;
    }

    .object-detail.object-detail-new .object-detail__menu .object-detail__menu-item.js_tab_kvartiry a {
        background-color: #12be0e;
        color: #fff;
    }

    .object-detail.object-detail-new .object-detail__menu .object-detail__menu-item.js_tab_kvartiry a.active,
    .object-detail.object-detail-new .object-detail__menu .object-detail__menu-item.js_tab_kvartiry a:hover {
        border-top-color: #000 !important;
        border-top: 2px solid #000 !important;
        cursor: pointer;
        text-decoration: none;
        color: #fff !important;
        font-weight: bold;
    }

    .object-detail.object-detail-new .object-detail__menu-item a.active {
        color: #000;
        cursor: pointer;
        text-decoration: none;
        border-top-color: #1ab730 !important;
        border-top: 2px solid #1ab730 !important;
        border-bottom: none;
        font-weight: bold;
        line-height: 3.4;
        position: relative;
        border-right: none;
    }

    .object-detail.object-detail-new .object-detail__menu-item a:hover {
        color: #000;
        border-top-color: #1ab730 !important;
        cursor: pointer;
        text-decoration: none;
        border-top: 2px solid #1ab730 !important;
        border-bottom: none;
        font-weight: bold;
    }
}

@media screen and (max-width: 575px) {
    .scroller-container {
        margin: -5px -16px;
        overflow: hidden;
        margin-left: 5px;
        display: block;
        margin-bottom: 26px;
        margin-top: 26px;
    }

    .scroller-container .swiper-wrapper.filter-blocks {
        flex-wrap: nowrap;
        display: flex;
        font-size: 15px;
        line-height: 21px;
        font-weight: bold;
        position: relative;
        z-index: 1;
        min-width: calc(100% + 8px);
        margin: -8px 0 0 -8px;
    }

    .scroller-container .swiper-wrapper.filter-blocks .filter-block {
        width: 216px;
        height: 121px;
        margin: 8px 0 5px 12px;
        padding: 0;
        border-radius: 8px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        overflow: hidden;
        background-color: #fff;
        justify-content: space-between;
        text-decoration: none;
        margin-right: 0px !important;
    }

    .scroller-container .swiper-wrapper.filter-blocks .filter-block p {
        margin-bottom: 0;
        padding: 0 10px;
    }

    .scroller-container .swiper-wrapper.filter-blocks .filter-block img {
        border-radius: 0 8px 8px 0;
        transition: transform 0.2s linear 0s;
        will-change: transform;
        height: 100%;
    }

    .scroller-container a:hover,
    .scroller-container a:visited:hover {
        color: #000;
        border-color: unset;
    }

    .scroller-container__scroller {
        overflow-x: scroll;
        overflow-y: hidden;
        padding-bottom: 30px;
        margin-bottom: -30px;
    }

    .scroller-container__content {
        padding: 5px 16px;
        display: inline-flex;
        min-width: 100%;
    }

    .object-detail__menu-item {
        margin-left: 0 !important;
        padding-bottom: 0px;
        height: 80px !important;
    }

    .object-detail__menu-item a {
        text-transform: none !important;
        font-size: 21px !important;
        line-height: 3.6;
        text-align: center;
        border-right-color: #d6d6d7 !important;
        border-right: 1px solid #d6d6d7 !important;
        padding-left: 11px;
        padding-right: 12px;
        padding-bottom: 24px;
        height: 80px !important;
        background-color: #fff;
    }

    .object-detail__menu-item a.active:before {
        content: '';
        display: block;
        height: 0px;
        width: 0px;
        border-right: 18px solid transparent;
        border-left: 18px solid transparent;
        border-top: 8px solid #1ab730;
        position: absolute;
        left: 50%;
        bottom: -10px;
        transform: translate(-50%, 0);
    }

    .object-detail__menu-item a,
    .object-detail__menu-item a:visited {
        border-bottom: none;
    }

    .object-detail__menu-item a,
    .object-detail__menu-item:last-child a {
        border-right: none;
    }

    .object-detail__menu .object-detail__menu-item:first-child {
        padding-left: 0px !important;
    }

    .object-detail__menu-item a:visited {
        text-transform: none !important;
        line-height: 3.4;
        border-top-color: #fff !important;
    }

    .object-detail__menu-item a:visited:hover {
        color: #000 !important;
        cursor: pointer !important;
        text-decoration: none !important;
        border-bottom: none !important;
        font-weight: normal !important;
        border-top-color: #1ab730 !important;
    }

    .object-detail__menu {
        box-shadow: 0 3px 4px rgba(0, 0, 0, 0.15);
        height: 80px;
        padding: 0 !important;
        display: flex;
        overflow-x: unset !important;
        align-items: center;
        width: fit-content;
    }

    .object-detail {
        overflow-x: scroll;
        padding-bottom: 19px;
    }

    .pers #personal-helper:after {
        top: 48% !important;
    }

    .pers {
        line-height: 5;
        padding-right: 44px;
        order: 6;
    }

    .calc__callback__wrap {
        order: 5;
    }

    .object-detail__menu-item.show_all_dev_objects {
        order: 4;
    }

    .object-detail__menu .object-detail__menu-item:first-child {
        order: 1;
    }

    .object-detail__menu .object-detail__menu-item:nth-child(2) {
        order: 3;
    }

    .object-detail.object-detail-new .object-detail__menu .object-detail__menu-item.js_tab_kvartiry {
        order: 2;
    }

    .object-detail.object-detail-new .object-detail__menu .object-detail__menu-item.js_tab_kvartiry a {
        background-color: #12be0e;
        color: #fff;
    }

    .object-detail.object-detail-new .object-detail__menu .object-detail__menu-item.js_tab_kvartiry a.active,
    .object-detail.object-detail-new .object-detail__menu .object-detail__menu-item.js_tab_kvartiry a:hover {
        border-top-color: #000 !important;
        border-top: 2px solid #000 !important;
        cursor: pointer;
        text-decoration: none;
        color: #fff !important;
        font-weight: bold;
    }

    .object-detail__menu-item a.active {
        color: #000;
        cursor: pointer;
        text-decoration: none;
        border-top-color: #1ab730 !important;
        border-top: 2px solid #1ab730 !important;
        border-bottom: none;
        font-weight: bold;
        line-height: 3.4;
        position: relative;
        border-right: none;
    }

    .object-detail__menu-item a:hover {
        color: #000;
        border-top-color: #1ab730 !important;
        cursor: pointer;
        text-decoration: none;
        border-top: 2px solid #1ab730 !important;
        border-bottom: none;
        font-weight: bold;
    }
}

@media screen and (min-width: 1300px) {
    .object-detail.fixed .object-detail__menu .calc__callback__wrap {
        margin-bottom: 0px;
        transform: translateY(0px);
    }
}

@media screen and (min-width: 768px) {
    .object-detail.fixed .object-detail__menu .calc__callback__wrap {
        margin-bottom: 0px;
        transform: translateY(0px);
    }
}



.leaflet-tile-pane *,
.dg-attribution__copyright * {
    filter: none !important;
}

.fotorama__stage__frame {
    height: 100%;
}

.fotorama__wrap--css3 .fotorama__stage .fotorama__img {
    max-width: 100%;
    /* height: 400px!important; */
    height: 100% !important;
    object-fit: contain;
    vertical-align: middle;
    max-height: none;
    left: auto !important;
    width: 100% !important;
    position: initial;
    /* top: 0!important; */

}
/*
.fotorama__fullscreen-icon {
    background: url('../img/bg.png') no-repeat scroll 0 0 #000000 !important;
    width: 100% !important;
    height: 100% !important;
    right: 0 !important;
    top: 0 !important;
    z-index: 10 !important;
}*/

.fotorama__wrap {
    max-width: 99999px !important;
}

.fotorama__stage {
    height: calc(100vh - 94px);
}

@media (max-width: 490px) {
    .fotorama__stage {
        width: 100% !important;
    }

    .fotorama--fullscreen {
        width: 480px !important;
    }
}

.fotorama--fullscreen.for-iphone {
    width: 100vw !important;
}

.city-choices__wrapper {
    position: relative;
}

.city-choices__visible {
    padding-right: 25px;
    cursor: pointer;
    position: relative;
}

.city-choices__visible::after {
    content: "";
    width: 11px;
    height: 7px;
    display: inline-block;
    zoom: 1;
    margin-left: 7px;
    background: url('/local/templates/flat/components/bitrix/catalog.smart.filter/front_filter_new/images/icon-arr.png') no-repeat 50% 0;
    position: absolute;
    right: 7px;
    top: 50%;
    margin-top: -4px;
    transform: rotate(0deg);

    transition: transform 0.3s;
    filter: invert(1);
}

.city-choices.active .city-choices__visible::after {
    transform: rotate(-180deg);
}

.city-choices__unvisible {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 50%;
    background: #ffffff;
    box-shadow: 0 0px 4px rgb(0 0 0 / 50%);
    max-height: 228px;
    top: 100%;
    transform: translateX(-50%);
    border-bottom: 1px solid #23cf1e;
    border-top: 1px solid #23cf1e;
    text-align: left;
    text-decoration: none;

    transition: opacity 0.3s;
}

.city-choices__unvisible:before {
    content: '';
    position: absolute;
    left: 30px;
    top: 0;
    transform: translateY(-100%);
    border: 11px solid transparent;
    z-index: 20;
    border-bottom: 11px solid #12be0f;
}

.city-choices__list {
    height: inherit;
    overflow: auto;
}

.city-choices.active .city-choices__unvisible {
    opacity: 1;
    visibility: visible;
}

.city-choices__item {
    color: #000;
    font-weight: 400;
    padding: 4px 20px 3px 10px;
    display: block;
    font-size: 14px;
    cursor: pointer;
    line-height: 1.2;
    border-bottom: 1px solid #e1e1e1;
    padding: 5px;
    padding-left: 20px;
    text-decoration: none;
    white-space: nowrap;
}

.city-choices__item a {
    text-decoration: none;
}

.about-object #object-slider:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 122%;
    left: 0;
    top: 0;
    opacity: 0.5;
    z-index: 0;
    background: linear-gradient(88.12deg, #1f1e26 2.86%, #3C4755 55.89%);
    z-index: 2;
}

.btn-phone {
    position: fixed;
    left: 15px;
    bottom: 28px;
    z-index: 5;
    padding: 15px;
    display: inline-block;
    border-radius: 50px;
    width: 60px;
    min-height: 60px;
    background: -webkit-gradient(linear, left top, left bottom, from(#07C030), to(#00DB1B));
    background: -o-linear-gradient(top, #07C030 0%, #00DB1B 100%);
    background: linear-gradient(180deg, #07C030 0%, #00DB1B 100%);
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.btn-phone__link {
    position: relative;
    top: 3px;
    padding-left: 40px;
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;
    line-height: 27px;
    white-space: nowrap;
    color: #fff;
    opacity: 0;
}

.btn-phone::before {
    content: "";
    position: absolute;
    left: 15px;
    top: 15px;
    width: 30px;
    height: 30px;
    background-image: url("./images/phone.svg");
}

.btn-phone__link.active {
    opacity: 1;
}

.btn-phone.active {
    width: 217px;
    min-height: 60px;
}

.btn-search-house {
    display: inline-block;
    position: fixed;
    right: 15px;
    bottom: 28px;
    z-index: 5;
    border-radius: 50px;
    width: 60px;
    height: 60px;
    background: -webkit-gradient(linear, left top, left bottom, from(#635D8E), to(#7E79A7));
    background: -o-linear-gradient(top, #635D8E 0%, #7E79A7 100%);
    background: linear-gradient(180deg, #635D8E 0%, #7E79A7 100%);
}

.btn-search-house::before {
    content: "";
    position: absolute;
    left: 54%;
    top: 50%;
    width: 30px;
    height: 30px;
    background-image: url("./images/search-house.svg");
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

a.btn-phone__link:hover,
a.btn-phone__link:visited:hover {
    color: #fff;
}

@media screen and (min-width: 768px) {
    .btn-phone {
        display: none;
    }

    .btn-search-house {
        display: none;
    }
}


/* Новая стилизация для фильтра */
/* .filtr-new-container {
    display: flex;
}

.filtr-new-container__right {
    flex: 1 1 auto;
}
.filtr-new-container__right .flat-item{
    overflow: visible;
}

.filtr-new-container__right .flat-list.house .flat-item:hover{
    background: transparent;
}

.filtr-new-container__right .flats-sort{
    padding-bottom: 27px;
}

.filtr-new-container__left {
    flex: 0 0 280px;
    width: 280px;
    margin-right: 12px;
}

.flats-sort--right-block {
    display: flex;
    justify-content: flex-end;
}

.flats-sort--right-block .flats-sort__item{
    margin-left: 24px;
    margin-right: 0;
}

.catalog__search__form--new-view .catalog__search__form__input__icon{
    width: 65px;
    padding-left: 25px;
    background-color: #ffffff;
    background-image: url(/local/templates/flat/images/search-icon-dark.svg);
    background-position: right 16px center;
}

.catalog__search__wrap .catalog__search__form--new-view  .catalog__search__form__input {
    border: none;
}
.catalog__search__wrap .catalog__search__form--new-view {
    border: 2px solid #e8eff0;
    border-radius: 12px;
    overflow: hidden;
}

.type-box-P .bx-filter-parameters-box-title.new-select-filter-title,  .type-box-B .bx-filter-parameters-box-title.new-select-filter-title{
    width: 100%;
    height: initial;
    padding: 0;
    border-radius: 0;
    border: none;
    margin-bottom: 15px;

}

.type-box-P .bx-filter-parameters-box-title.new-select-filter-title i {
    border: none;
}

.bx-filter-parameters-box.type-box-P.new-filter-box, .bx-filter-parameters-box.type-box-B.new-filter-box {
    width: 100%;
    padding-left: 0;
    padding-bottom: 12px;
    border-bottom: 1px solid #E4EDEE;
    margin-bottom: 24px;
}

.new-filter {
    border: 1px solid #E4EDEE;
    border-radius: 12px;
    overflow: hidden;
    background-color: #ffffff;
}

.new-filter-container {
    padding: 20px 16px 0 16px;
}

.bx-filter-section .new-filter__content {
    margin-left: 0;

}

.type-box-P .bx-filter-parameters-box-title i.new-arrow-filter-select {
    width: 10px;
    height: 10px;
    border-right: 1px solid #677278;
    border-bottom: 1px solid #677278;
    transform: rotate(45deg);
    background: transparent;
    transition: .3s ease;
}

.new-select-filter-title.clicked-active.bx-filter-parameters-box-title i.new-arrow-filter-select{
    transform: rotate(-135deg);
    margin-top: 4px;
}

.new-select-filter-title.bx-filter-parameters-box-title .new-select-caption,
.new-select-filter-title.bx-filter-parameters-box-title .bx-filter-parameters-box-hint .title {
    height: initial;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #677278;
}

.new-filter-link-item, .new-filter-item {
    display: block;
    margin-bottom: 10px;
}

.new-filter-link-item:hover {
    color: #000;
    border-color: #000;
}

.new-filter-checkbox {
    display: none;
}

.new-filter-param-label {
    position: relative;
    width: 100%;
    display: block;
    padding-left: 26px;
    color: #677278;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    cursor: pointer;
    white-space: initial;
}

.bx-filter-parameters-box[data-name="V_IPOTEKU"] .item .bx-filter-param-label.new-filter-param-label,
.bx-filter-parameters-box[data-name="DISCOUNT"] .item .bx-filter-param-label.new-filter-param-label {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    padding-left: 26px;
}


.new-filter-param-label::after,
.bx-filter-parameters-box[data-name="V_IPOTEKU"] .item .bx-filter-param-label.new-filter-param-label::after,
.bx-filter-parameters-box[data-name="DISCOUNT"] .item .bx-filter-param-label.new-filter-param-label::after{
    position: absolute;
    content: '';
    width: 14px;
    height: 16px;
    top: 4px;
    left: 3px;
    background-image: url('images/check-input.svg');
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1;
    background-color: transparent;
    transform: none;
}


.new-filter-param-label:before,
.bx-filter-parameters-box[data-name="DISCOUNT"] .item .new-filter-param-label.bx-filter-param-label::before,
.bx-filter-parameters-box[data-name="V_IPOTEKU"] .item .new-filter-param-label.bx-filter-param-label::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    background-color: #ffffff;
    border: 1px solid #E4EDEE;
    border-radius: 2px;
    transform: none;
}


.new-filter-checkbox:checked + .new-filter-param-label:before,
.bx-filter-parameters-box[data-name="DISCOUNT"] .item .new-filter-checkbox:checked + .new-filter-param-label.bx-filter-param-label::before,
.bx-filter-parameters-box[data-name="V_IPOTEKU"] .item .new-filter-checkbox:checked + .new-filter-param-label.bx-filter-param-label::before {
    background-color: #00B93D;
}


.new-filter-checkbox:checked + .new-filter-param-label::after,
.new-filter-checkbox:checked + .bx-filter-parameters-box[data-name="V_IPOTEKU"] .item .new-filter-param-label.bx-filter-param-label::after,
.new-filter-checkbox:checked + .bx-filter-parameters-box[data-name="DISCOUNT"] .item .new-filter-param-label.bx-filter-param-label::after {
    display: block;
}

.new-filter-button-more {
    margin-top: 13px;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #677278;
    cursor: pointer;
}

.type-box-B .bx-filter-block.filter-block-slider {
    display: block;
}

.bx-filter-button-box .bx-filter-parameters-box-container input#set_filter.new-button-filter {
    max-width: initial;
    width: 100%;
    margin-bottom: 16px;
    box-shadow: none;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    border-radius: 12px;
}

.bx-filter-button-box .bx-filter-parameters-box-container input#set_filter.new-button-filter:disabled {
    font-size: 0;
}

.bx-filter-parameters-box-container .btn_del_filter.new-btn_del_filter {
    border: 0;
    padding: 0;
    height: initial;
    color: #677278;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
}

.bx-filter-parameters-box-container .btn_del_filter.new-btn_del_filter:hover,
.bx-filter-parameters-box-container .btn_del_filter.new-btn_del_filter:focus {
    background-color: transparent;
}


.super__new__search .bx-filter-parameters-box-container.new-filter-button-container {
    max-width: initial;
    margin-top: 0;
    min-height: 130px;
    position: relative;
}

.show-results-on-map.new-show-results-on-map{
    text-align: center;
}


.new-filter-button-container__block {
    padding: 0 16px 20px 16px;
    width: 100%;
    max-width:  281px;
    min-width: 246px;
    bottom: 0;

}
.new-filter-button-container__block--fix {
    position: fixed;
    width: 281px;
    margin-right: -1px;
    background-color: #ffffff;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
    border-radius: 12px 12px 0px 0px;
}
.button-filter-trigger-mobile {
    display: none;
    position: relative;
    padding: 12px 40px 12px 16px;
    border: 1px solid #00B93D;
    border-radius: 12px;
    margin-bottom: 30px;
    cursor: pointer;
}
.button-filter-trigger-mobile:before {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    background-image: url('images/filtr-icon.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.overlay-filter {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1000;
}

.hidden {
    display: none !important;
}

/* body.fix {
    overflow: hidden;
} */
/*
.button-close-filter {
    display: none;
    position: absolute;
    width: 32px;
    height: 32px;
    top: 8px;
    right: 8px;
    border: 1px solid #E4EDEE;
    border-radius: 100%;
    cursor: pointer;
}
.button-close-filter:before, .button-close-filter:after {
    content: '';
    position: absolute;
    width: 14px;
    height: 2px;
    background-color: #677278;
    top: 50%;
    left: 50%;
}

.button-close-filter:before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.button-close-filter:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

@media screen and (max-width: 999px) {
    .filtr-new-container {
        display: block
    }

    .button-close-filter{
        display: block;
    }

    .filtr-new-container__right {
        width: 100%;
    }

    .filtr-new-container__right .flat-item .container {
        width: 100%;
    }

    .filtr-new-container__left {
        width: 100%;
    }
    .button-filter-trigger-mobile {
        display: block;
    }

    .new-filter {
        display: none;
        position: fixed;
        left: 0;
        bottom: 0;
        height: 90%;
        z-index: 1000;
        border-radius: 12px 12px 0 0;
        overflow: auto;
    }
    .new-filter-container {
        padding-top: 60px;
        padding-bottom: 0;
    }

    .new-filter-button-container__block {
        width: 100%;
        max-width: initial;
        position: relative;
        padding-top: 0;
    }

    .new-filter-button-container__block--fix {
        position: fixed;
        left: 0;
        padding: 20px;
    }

    .bx-filter-button-box .bx-filter-parameters-box-container.new-filter-button-container {
        padding: 0;
        justify-content: center;
    }

    .new-filter-box {
        border-right: 0;
        border-left: 0;
        border-top: 0;
    }

    .new-btn_del_filter {
        margin-left: auto;
        margin-right: auto;
    }
    .catalog__search__wrap .catalog__search__form--new-view {
        max-width: initial;
    }
} */
/* END Новая стилизация для фильтра */


/* Новая стилизация для фильтра */

.filtr-new-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.filtr-new-container__right {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.filtr-new-container__right .flat-item {
    overflow: visible;
}

.filtr-new-container__right .flat-list.house .flat-item:hover {
    background: transparent;
}

.filtr-new-container__right .flats-sort {
    padding-bottom: 27px;
}

.filtr-new-container__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 280px;
    flex: 0 0 280px;
    width: 280px;
    margin-right: 12px;
}

.flats-sort--right-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.flats-sort--right-block .flats-sort__item {
    margin-left: 24px;
    margin-right: 0;
}

.catalog__search__form--new-view .catalog__search__form__input__icon {
    width: 65px;
    padding-left: 25px;
    background-color: #ffffff;
    background-image: url(/local/templates/flat/images/search-icon-dark.svg);
    background-position: right 16px center;
}

.catalog__search__wrap .catalog__search__form--new-view .catalog__search__form__input {
    border: none;
}

.catalog__search__wrap .catalog__search__form--new-view {
    border: 1px solid #00B93D;
    border-radius: 12px;
    overflow: hidden;
}

.button-filter-trigger-mobile {
    display: none;
    position: relative;
    padding: 12px 40px 12px 16px;
    border: 1px solid #00B93D;
    border-radius: 12px;
    margin-bottom: 30px;
    cursor: pointer;
}

.button-filter-trigger-mobile:before {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    top: 50%;
    right: 16px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url('images/filtr-icon.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.new-filter {
    border: 1px solid #E4EDEE;
    border-radius: 12px;
    overflow: hidden;
    background-color: #ffffff;
}

.bx-filter.bx-blue .bx-filter-section.new-filter__container {
    background-color: #ffffff;
}

.new-filter-button-container__block {
    z-index: 100;
    padding: 20px 16px 20px 16px;
    width: 100%;
    max-width: 281px;
    min-width: 246px;
    bottom: 0;

}

.new-filter-button-container__block--fix {
    position: fixed;
    width: 281px;
    margin-right: -1px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
    border-radius: 12px 12px 0px 0px;
}

.new-filter .new-filter-button-container__block .new-button-filter#set_filter {
    width: 100%;
    margin-bottom: 16px;
    color: #ffffff;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    border-radius: 12px;
    cursor: pointer;

}

.new-filter .new-filter-button-container__block .new-button-filter#set_filter:disabled {
    font-size: 0;
}

.new-btn_del_filter {
    display: block;
    margin: 0 auto;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #677278;
    border: none;
    outline: none;
    background-color: transparent;
    cursor: pointer;
    text-align: center;
}

.new-filter__checkbox {
    position: relative;
}

.new-filter__checkbox input[type="checkbox"] {
    display: none;
}

.new-filter__checkbox .new-filter__param-label {
    display: block;
    padding-left: 26px;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    min-height: 20px;
    margin-bottom: 12px;
}

.new-filter__checkbox .new-filter__param-label:before {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    left: 0;
    top: 0;
    background-color: #ffffff;
    border: 1px solid #E4EDEE;
    border-radius: 2px;
}

.new-filter__checkbox .new-filter__param-label:after {
    position: absolute;
    content: '';
    width: 14px;
    height: 16px;
    top: 4px;
    left: 3px;
    background-image: url('images/check-input.svg');
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1;
    background-color: transparent;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    display: none;
}

.new-filter__checkbox input[type="checkbox"]:checked+.new-filter__param-label:before {
    background-color: #00B93D;
}

.new-filter__checkbox input[type="checkbox"]:checked+.new-filter__param-label:after {
    display: block;
}

.new-filter .new-filter__params-title {
    margin-bottom: 14px;
}

.new-filter .new-filter__params-title .bx-filter-parameters-box-title {
    padding: 0;
}

.new-filter .new-filter__params-title .bx-filter-parameters-box-title span {
    display: block;
    position: relative;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #677278;
}

.new-filter .new-filter__params-title .bx-filter-parameters-box-title .new-filter__select-arrow-icon {
    position: absolute;
    right: 0;
    top: 0;
    width: 10px;
    height: 10px;
    border-right: 1px solid #677278;
    border-bottom: 1px solid #677278;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: transparent;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}

.new-filter .new-filter__params-title .bx-filter-parameters-box-title.clicked-active .new-filter__select-arrow-icon {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin-top: 4px;
}

.bx-filter .new-filter .bx-filter-section {
    padding-top: 0;
}

.bx-filter .new-filter .new-filter__parameters-box-container {
    padding-bottom: 24px;
    border-bottom: 1px solid #E4EDEE;
    margin-bottom: 24px;
}

.new-filter__params-container {
    padding: 20px 16px 0 16px;
    background-color: #f2f2f2;
}

.bx-filter .new-filter__numbers-with-slider {
    padding-bottom: 24px;
}

@media screen and (max-width: 999px) {
    .bx-filter .new-filter__numbers-with-slider {
        padding: 0 20px 24px 20px;
    }
}

.bx-filter-input-data-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.bx-filter .new-filter .new-filter__numbers-with-slider-input {
    display: flex;
    flex-direction: column;
}

.bx-filter .new-filter .new-filter__numbers-with-slider-input.from {
    align-items: flex-start;
}

/* .bx-filter .new-filter .new-filter__numbers-with-slider-input.to {
    align-items: flex-end;
} */

.bx-filter .new-filter .new-filter__numbers-with-slider-input .bx-filter-input-container {
    width: 106px;

}

.bx-filter .new-filter__numbers-with-slider .bx-ui-slider-part {
    display: none;
    top: -8px;
    width: initial;
    height: initial;
    background: transparent;
    font-weight: normal;
}

.bx-filter .new-filter__numbers-with-slider .bx-ui-slider-part span {
    top: 20px;
    font-size: 12px;
    line-height: 18px;
    color: #677278;
}

.bx-filter .new-filter__numbers-with-slider .bx-ui-slider-part.p1,
.bx-filter .new-filter__numbers-with-slider .bx-ui-slider-part.p5 {
    display: block;
}

.bx-filter .new-filter__numbers-with-slider .bx-ui-slider-part.p1 {
    left: 3px;
    position: absolute;
}

.bx-filter .new-filter__numbers-with-slider .bx-ui-slider-part.p1 span {
    max-width: 100px;
    width: fit-content;
    left: -5px;
    margin-left: 0;
    white-space: nowrap;
}

.bx-filter .new-filter__numbers-with-slider .bx-ui-slider-part.p5 {
    right: 3px;
    position: absolute;
}

.bx-filter .new-filter__numbers-with-slider .bx-ui-slider-part.p5 span {
    max-width: 100px;
    width: fit-content;
    right: -5px;
    left: auto;
    margin-left: 0;
    white-space: nowrap;
}

.bx-filter.bx-blue .new-filter__numbers-with-slider .bx-ui-slider-pricebar-vn {
    background-color: #E4EDEE;
}

.bx-filter.bx-blue .new-filter__numbers-with-slider .bx-ui-slider-pricebar-v {
    background-color: #00B93D;
}

.bx-filter .new-filter__numbers-with-slider .bx-ui-slider-track-container {
    padding-top: 8px;
    padding-bottom: 6px;
}

.bx-filter .new-filter__numbers-with-slider .bx-ui-slider-track {
    height: 2px;
}

.bx-filter.bx-blue .new-filter__numbers-with-slider .bx-ui-slider-handle.left,
.bx-filter.bx-blue .new-filter__numbers-with-slider .bx-ui-slider-handle.right {
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background: #00B93D;
    top: 50%;
    -webkit-transform: translate(16px, -50%);
    -ms-transform: translate(16px, -50%);
    transform: translate(16px, -50%);
    z-index: 49;
}

@media screen and (max-width: 999px) {

    .bx-filter.bx-blue .new-filter__numbers-with-slider .bx-ui-slider-handle.left,
    .bx-filter.bx-blue .new-filter__numbers-with-slider .bx-ui-slider-handle.right {
        width: 26px;
        height: 26px;
    }
}

.bx-filter.bx-blue .new-filter__numbers-with-slider .bx-ui-slider-handle.right {
    -webkit-transform: translate(-16px, -50%);
    -ms-transform: translate(-16px, -50%);
    transform: translate(-16px, -50%);
}

.bx-filter .new-filter__numbers-with-slider .bx-ui-slider-range {
    position: relative;
    z-index: 70;
}

.bx-filter .new-filter .new-filter__search-result {
    display: none !important;
}

.overlay-filter {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1000;
}

.button-close-filter {
    display: none;
    position: absolute;
    width: 32px;
    height: 32px;
    top: 8px;
    right: 8px;
    border: 1px solid #E4EDEE;
    border-radius: 100%;
    cursor: pointer;
    z-index: 1;
}

.button-close-filter:before,
.button-close-filter:after {
    content: '';
    position: absolute;
    width: 14px;
    height: 2px;
    background-color: #677278;
    top: 50%;
    left: 50%;
}

.button-close-filter:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.button-close-filter:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.new-filter-button-more {
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #1ab730;
    cursor: pointer;
}

@media screen and (max-width: 999px) {
    .button-filter-trigger-mobile {
        display: block;
    }

    .filtr-new-container {
        display: block
    }

    .filtr-new-container__right {
        width: 100%;
    }

    .filtr-new-container__left {
        width: 100%;
    }

    .new-filter-button-container__block {
        width: 100%;
        max-width: initial;
        position: relative;
        padding-top: 0;
    }

    .new-filter-button-container__block--fix {
        position: fixed;
        left: 0;
        padding: 20px;
    }

    .new-filter {
        display: none;
        position: fixed;
        left: 0;
        bottom: 0;
        height: 90%;
        width: 100%;
        z-index: 1000;
        border-radius: 12px 12px 0 0;
        overflow: auto;
    }

    .button-close-filter {
        display: block;
    }

    .new-filter__params-container {
        padding-top: 60px;
    }

    .bx-filter-button-box .new-filter-button-container {
        max-width: initial;
    }

}

/* табы в фильтре */

.tabs-block__links {
    overflow: hidden;
    margin-bottom: 12px;
    display: flex;
    border: 1px solid #e4edee;
    border-radius: 12px;
    min-height: 33px;
}

.tabs-block__links-item {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #677278;
}

.tabs-block__wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 33%;
    cursor: pointer;
}

.tabs-block__wrapper--w50 {
    width: 50%;
}

/* .tabs-block__wrapper {
    display: none;
} */

.tabs-block__content-item {
    display: none;
}

.tabs-block__wrapper.tabs-block__wrapper--active {
    background: rgba(228, 237, 238, 0.3);
}

.tabs-block__wrapper:not(:last-child) {
    border-right: 1px solid #e4edee;
}

.tabs-block__links-item.fancybox-ajax {
    color: #677278;
    text-decoration: none;
}

.tabs-block__links-item.fancybox-ajax:hover {
    color: #677278;
}

.tabs-block__content-item.tabs-block__content-item--active {
    display: block;
}

.bx-filter-parameters-box-container .btn_del_filter,
.bx-filter-button-box .bx-filter-parameters-box-container input#set_filter {
    border: 2px solid #1ab730;
    text-transform: none;
    font-weight: bold;
    height: 48px;
    line-height: 44px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.bx-filter-button-box .bx-filter-parameters-box-container input[type=submit],
.bx-filter-button-box .bx-filter-parameters-box-container input#set_filter {}

.hidden {
    display: none !important;
}

[id^="tolstoycomments"] {
    left: 0 !important;
}

div.personal-under-pr-flat a#forum {
    color: #20c13a;
    text-decoration: none;
}

.splide__slide {
    height: fit-content !important;
}