a {text-decoration: none !important;}
body { background: #fff; }
.mr10 { margin-right: 10px; }
.ml10 { margin-left: 10px; }
.mr20 { margin-right: 20px; }
.ml20 { margin-left: 20px; }
.mb-0 { margin-bottom: 0 !important; }
.ta-r { text-align: right; }
.text-uppercase {text-transform: uppercase;}
.objects-prop__name.prop-name_full-size { width: 100% !important; }
.border_right-side { border-right: 1px solid #dedede; margin-right: 30px; }
.border_right-side-2 { border-right: 1px solid #dedede; padding: 0 3% 0 0; margin: 0 3% 0 0; }
.border_both-sides { border-left: 1px solid #dedede; border-right: 1px solid #dedede; }
.col-3 { width: 33%; }
.col-2 { width: 50%; }
.bg-color_blue {background: #3d94ea;}
.bg-color_gray {background: #eaeaea;}
.without-border {border:none !important;}
.switch { position: absolute; top:0; right: 0; width: 20px; height: 20px; text-align: center;}
.switch:before { content: "\f067"; color: #808080; font-family: "Font Awesome 5 Free"; font-weight: 900; }
.switch.active:before { content: "\f068"; }
.object-row { flex-direction: column; }
.nx-cp-object_n-building .object-text.object-text_short { max-height: 282px; }
#nx-ip-cnt .objects-section__item-info {position: relative;}
#nx-ip-cnt .objects-section__item-info a {color: initial; text-decoration: none;}
.justify-content-between { -webkit-box-pack: justify !important; -ms-flex-pack: justify !important; -webkit-justify-content: space-between !important; justify-content: space-between !important; }
.table-m {display: none !important;}
.tag-section_mobile {display: none;}
.grid-view .objects-section__item-info .objects-section__item-wrapp {
	padding-top: 0;
}

.d-none {
	display: none !important;
}

.new-objects-section .more-details,
#nx-cp-objects .more-details,
#nx-op-object .more-details {
	background: #3d94ea;
	color: #fff;
	text-decoration: none;
}
.btn-exchange:before {
    margin-right: 5px;
    content: "\f2f1";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    line-height: 1.2;
}
.btn-bid:before {
    margin-right: 5px;
    content: "\f4c0";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    line-height: 1.2;
}
.main-section {
    padding: 0 0 0 0;
    min-width: 320px;
    width: 100%;
    position: relative;
    overflow: hidden;
    min-height: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
}
.main-section__wrapper {
    min-width: 320px;
    text-align: left;
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-order: 2;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-grow: 1;
    counter-reset: item 0;
}
.wrapper  {
	max-width: 970px;
	padding: 0 2%;
	margin: 0 auto;
	position: relative;
}
.header__wrapper {
	display: flex;
	justify-content: space-between;
	padding-bottom: 25px;
	position: relative;
}
.header__item {
    display: flex;
    flex-direction: column;
}
.header__item.item_right {
	align-items: flex-end;
}
.logo-block {
    display: flex;
    flex-direction: column;
}
.logo-block.logo-block_mb {
	display: none;
}
.logo-block__logo img,
.objects-section__item-slider img {
    max-width: 100%;
    max-height: 100%;
}
.logo-block__logo {
	display: flex;
	align-items: center;
	justify-content: start;
}
.logo-block__logo-ov {
	width: 165px;
	height: 150px;
	margin: -25px 0 -10px 40px;
}
.header__item:last-child {
	align-items: flex-end;
}
.item_mobile { display: none; }
.header__item.item_left {
	width: 60%;
}
.header__item.item_right{
	width: 80%;
}
.header__company-menu {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	padding: 20px 0 40px;
}
.header__company-menu a {
	color: #000;
	font: 15px HouschkaProMedium;
	text-decoration: none;
}
.header__address {
    font-size: 17px;
    position: relative;
    text-align: left;
    padding-left: 50px;
}
/* .header__address:before {
    content: "";
    background: url(/images/nx/hdr-pin2.png) center right no-repeat;
    width: 34px;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
} */
.btn.btn_mobile {
    width: 37px;
    height: 100%;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
#sub-menu-checkbox {
	display: none;
}
.btn_sub-menu label { width: 100%; height: 100%; display: block; transition: all 0.35s; cursor: pointer; text-align: center; }

.btn_sub-menu .bar { width: 6px; height: 6px; display: block; position: absolute; left: 0; right: 0; background: #4c4c4c; border-radius: 50%; transition: all 0.35s; pointer-events: none; margin: auto; }

.btn_sub-menu .bar-1 { top: 5px; }

.btn_sub-menu .bar-2 { top: 15px; }

.btn_sub-menu .bar-3 { top: 25px; }

.btn_sub-menu input:checked ~ label .bar { width: 100%; height: 2px; border-radius: 10px; }

.btn_sub-menu input:checked ~ label .bar-1 { top: 18px; -webkit-transform: rotate(45deg); transform: rotate(45deg); }

.btn_sub-menu input:checked ~ label .bar-2 { left: -100px;}

.btn_sub-menu input:checked ~ label .bar-3 { top: 18px; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }

.btn.btn_main-menu {
	height: 37px;
	background: initial;
	border: 1px solid #e9e9e9;
}
.btn.btn_sub-menu {
	width: 25px;
	height: 37px;
	overflow: hidden;
}
.company-section__content {
    display: flex;
	color: #fff;
	padding: 35px 0;
    flex-wrap: wrap;
    flex-direction: row;
}
.company-section__content .links-header {
	width: 100%;
}
.company-section__content .links {
    display: flex;
	font-size: 21px;
	flex-wrap: wrap;
    justify-content: space-between;
}
.company-section_main {
	margin-bottom: 55px;
	min-height: 500px;
	background-size: cover !important;
}
.links-col__item {
	line-height: 1.5;
}
.cs-content__item {
	flex-grow: 1;
	position: relative;
}
.cs-content__item:nth-of-type(-n+2) {
    margin-bottom: 15px;
}
.cs-content__item:nth-of-type(odd) {
    margin-right: 15px;
}
#nx-cp-objects .object:nth-of-type(3n+2),
#nx-op-simobjects .object:nth-of-type(3n+2){
    margin-left: 5.14%;
    margin-right: 5.14%;
}
#nx-cp-objects .wrapper,
#nx-op-simobjects .wrapper {
    margin: 0;
    width: 100%;
    padding: 5.225% 6.97%;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.object-bottom {
    display: flex;
    flex-grow: 1;
    align-items: flex-end;
}
.quick-pick-section {
	display: none;
    text-align: center;
    cursor: pointer;
    background: #eceded;
    color: #6d6d6d;
    margin: 20px 0;
}
.quick-pick-section.active {
	background: #3d94ea;
	color: #fff;
}
.quick-pick-section__wrapper {
    padding: 15px 30px;
}
.quick-pick-section__name {
    font-weight: bold;
    font: 16px HouschkaProBold;
    border-bottom: 1px dashed #000;
}
.quick-pick-section.active .quick-pick-section__name {
	border-color: #fff;
}

.nx-smartfilter {
	padding: 24px 20px;
	/*margin: 0 0 50px;*/
	margin: 0 0 20px;
	background: #fff;
	border: 2px solid #ededed;
}
.nx-smartfilter-2 {
	padding: 24px 20px;
	margin: 0 0 50px;
	background: #fff;
	border: 2px solid #ededed;
    	display: flex;
    	justify-content: space-between;
}
.form-wrapp {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.form-wrapp-left {
	min-width: 70%;
    flex-direction: column;
    justify-content: space-between;
}
.form-wrapp-right {
	max-width: 24%;
    flex-direction: column;
    justify-content: space-between;
}
.form-row {
	display: flex;
	justify-content: center;
	align-items: center;
}
.form-row:not(:last-child) {
    margin-bottom: 20px;
    border-bottom: 1px solid #dedede;
    padding-bottom: 20px;
}
.form-row-2 {
	height: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.form-row-2:not(:first-child) {
    margin-right: 54px;
}
.form-row-2:not(:last-child) {
    margin-bottom: 25px;
}
.form-row-2__buttons {
	flex-wrap: wrap;
}
.form-col {
	display: flex;
	flex-wrap: wrap;
	flex-grow: 1;
	justify-content: space-between;
}
.form-col__inputs {
    display: flex;
    justify-content: space-between;
}
.form-col__inputs input {
	width: 102px;
}
.form-col__name {
	display: flex;
	margin-right: 10px;
	align-items: center;
	text-align: center;
}
.form-col__street {
	min-width: 384px;
	margin-right: 55px;
}
.form-col__nums:nth-child(odd) {
	width: 40%;
	border-right: 1px solid #dedede;
	padding: 0 8% 0 0;
	margin: 0 8% 0 0;
}
.form-col__nums:nth-child(even) {
	width: 42%;
}
.form-col__nums input {
	width: 100%;
}
.form-col__buttons {
	margin-bottom: 25px;
}
.form-col.border_both-sides {
	margin: 0 2%;
	padding: 0 2%;
}
.nx-smartfilter .ui-selectmenu-button.ui-button {
	margin-right: 0;
}
.nx-smartfilter .ui-slider-horizontal {
	margin: 0 10px 0px 0;
}
#nx-csf #nx-csf-street {
	width: 100%;
}
.header__mobile-menu {
	position: fixed;
	width: 300px;
	top: 60px;
	bottom: 0;
	left: -900px;
	overflow: auto;
    background: #fdfdfd;
    border-right: 1px solid #ded9d9;
	transition: left cubic-bezier(0.4, 0, 0.2, 1) 0.7s;
}
.header__mobile-menu-wrapper {
    padding: 13px 13px 20px 13px;
    height: 100%;
    display: inline-table;
}
.main-menu_mobile {
	flex-wrap: wrap;
}
.main-menu_mobile .main-menu__item {
	width: 100%;
	margin-right: 0;
	position: relative;
	line-height: 1.5;
	list-style-type: none;
}
.main-menu_mobile li a {
	display: block;
	width: 100%;
	font-size: 14px;
}
.main-menu_mobile li a:not(:last-child){
	border-bottom: 1px solid #c6c6c6;
}
.main-menu_mobile .main-menu__item_level-1:not(:last-child) {
	margin-bottom: 20px;
}
.main-menu_mobile .main-menu__sub {
	display: none;
	opacity: initial;
	visibility: initial;
	position: initial;
	width: auto;
	min-width: initial;
	background: initial;
	padding-left: 0;
	padding-top: 10px;
}
.main-menu_mobile .main-menu__sub li {
	padding: 0;
}
.main-menu_mobile .main-menu__sub_level-1 .main-menu__item {
	border-bottom: 1px solid #c6c6c6;
}
.main-menu_mobile .main-menu__sub_level-1 .main-menu__item:not(:last-child) {
	margin-bottom: 10px;
}
.main-menu_mobile .main-menu__item.main-menu__item_level-1 > a {
	font-family: HouschkaProBold;
	line-height: 1.4;
	color: #555555;
}
.main-menu_mobile li a {
	color: #5f5f5f;
}
.main-menu_mobile li a.menu-active,
.main-menu_mobile .main-menu__item.main-menu__item_level-1 > a.menu-active {
	color: #3d94ea;
}
.header__mobile-sub-menu {
    position: fixed;
    width: 300px;
    top: 60px;
    bottom: 0;
    left: -900px;
    overflow: auto;
    background: #fdfdfd;
    border-right: 1px solid #ded9d9;
	transition: left cubic-bezier(0.4, 0, 0.2, 1) 0.7s;
}
.mobile-sub-menu__wrapper {
	display: inline-table;
	width: 100%;
	height: 100%;
	padding: 20px 13px;
}
.mobile-sub-menu__wrapper a {
    display: block;
    font: 14px HouschkaProMedium;
    color: #5f5f5f;
    text-decoration: none;
    font-family: HouschkaProMedium;
    border-bottom: 1px solid #c6c6c6;
}
.mobile-sub-menu__wrapper a:not(:last-child) {
	margin-bottom: 20px;
}
.menu-active { left: 0; }
.simobjects-title,
.no-apartments-available-title
{
	display: flex;
	width: 100%;
	margin: 30px 0;
	font-family: HouschkaProMedium;
	font-size: 30px;
	text-align: center;
	justify-content: center;
}
.no-apartments-available-title {
	padding: 10px 0;
	color: #fff;
	font-family: HouschkaProBold;
	background:#c32323;
}
.simobjects-title .hll,
.simobjects-title .hrl {
	width: 100px;
	height: 1px;
	margin: 20px 20px;
	background: #000;
	border: 0;
	float: left;
}
.ham {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: transform 400ms;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.ham8 .top {
    stroke-dasharray: 40 160;
}
.line {
    fill: none;
    transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    stroke: #000;
    stroke-width: 5.5;
    stroke-linecap: round;
}
.ham8 .middle {
    stroke-dasharray: 40 142;
    transform-origin: 50%;
    transition: transform 400ms;
}
.line {
    fill: none;
    transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    stroke: #000;
    stroke-width: 5.5;
    stroke-linecap: round;
}
.ham8 .bottom {
    stroke-dasharray: 40 85;
    transform-origin: 50%;
    transition: transform 400ms, stroke-dashoffset 400ms;
}
.line {
    fill: none;
    transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    stroke: #000;
    stroke-width: 5.5;
    stroke-linecap: round;
}
.hamRotate.active {
    transform: rotate(45deg);
}
.ham8.active .top {
	stroke-dashoffset: -64px;
}
.ham8.active .middle {
	transform: rotate(90deg);
}
.ham8.active .bottom {
	stroke-dashoffset: -64px;
}
.contacts-info {
    font: 16px HouschkaProMedium;
	margin-right: 5%;
}
.contacts-info__item:not(:last-child) {
	margin-bottom: 15px;
}
.contacts-info__header {
	font-family: HouschkaProBold;
}
.contacts-info__item {
    display: flex;
	align-items: center;
    justify-content: space-between;
    text-align: right;
	border-bottom: 1px dashed #dadada;
}
#nx-ip-cnt .contacts-info__item a {
    color: initial;
    text-decoration: initial;
}
#nx-fp-cnt-wp {
	padding: 0;
}
#nx-fp-form {
	padding: 20px;
}
.mortgage-calculator {
    display: flex;
    width: 100%;
    max-width: 864px;
    flex-direction: column;
}
.nx-mcp-calc.mortgage-calculator__header {
	background: #eceded;
}
.mortgage-calculator__header-wrapper {
	width: 100%;
	padding: 25px 32px;
}
.nx-mcp-form__content {
    display: flex;
    width: 100%;
}
.mortgage-calculator__col {
	display: flex;
	flex-grow: 1;
	flex-wrap: wrap;
	align-items: center;
}
.mortgage-calculator__col.loan-amount {
	width: 61%;
}
.nx-mcp-credit {
	font-family: HouschkaProMedium;
}
.mortgage-calculator__row {
    display: flex;
	width: 100%;
}
.mortgage-calculator__col .mortgage-calculator__row:not(:last-child) {
	margin-bottom: 20px;
}
.nx-mcp-field .ui-selectmenu-button.ui-button {
	width: 150px;
}
.nx-mcp-field.mc-col__item {
    display: flex;
	align-items: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 33%;
}
.mc-item__name {
	min-width: 100px;
	min-height: 20px;
}
.mortgage-calculator > div {
    display: flex;
    width: 100%;
}
.nx-mcp-text__unit {
	margin: 0 0 0 5px;
}
.nx-mcp-offers.mortgage-calculator__content-wrapper {
	width: 100%;
	padding: 20px 32px;
	display: inherit;
	overflow: auto;
	height: 300px;
	flex-direction: column;
	background: #fff;
}
.mc-content__row {
	display: flex;
	flex-direction: column;
	width: 100%;
}
.mc-content__row:first-child {
    font: 16px HouschkaProMedium;
}
.mc-content__col {
    display: flex;
    width: 100%;
}
.mc-content__container {
    display: flex;
    align-items: center;
}
.mc-content__row:not(:first-child) {
	padding-top: 15px;
	border-top: 1px solid #dedede;
}
.mc-content__row:not(:last-child) {
	margin-bottom: 20px;
}
.mc-content__col form input {
    width: 100%;
    min-width: 147px;
}
.mc-content__container .mc-content__col:first-child {
    min-width: 45%;
    margin-right: 4%;
}
.nx-mcp-offers.mortgage-calculator__footer {
	background: #eceded;
}
.nx-mcp-offers.mortgage-calculator__footer a {
	color: #454545;
}
.nx-mcp-offers.mortgage-calculator__footer-wrapper {
	display: inherit;
	width: 100%;
	padding: 20px 32px;
	flex-direction: column;
}
.mc-content__point {
    display: flex;
    width: 100%;
    flex-direction: column;
}
.mc-point__title {
	display: flex;
	font: 16px HouschkaProBold;
	margin-bottom: 10px;
}
.mc-point__title_mobile, .units_mobile {
	display: none;
}
.cs-content-item__wrapper {
	position: relative;
	padding: 20px 30px;
	min-height: 220px;
}
.cs-content-item__photo {
	width: 100%;
	height: 100%;
	position: absolute;
	object-fit: cover;
	left: 0;
	right: 0;
	top: 0;
}
.slides li img,
.single-img img {
    width: 100%;
    max-height: 100%;
    object-fit: cover;
}
.single-img {
	display: flex;
	width: 100%;
	height: 424px;
	overflow: hidden;
}
.js-object-slider {
	position: relative;
}
.js-object-slider .slides {
    max-height: 352px;
    overflow: hidden;
}
.cs-content-item__wrapper {
	background: rgba(0, 0, 0, 0.7);
}
.cs-content-item__photo {
	display:none;
}
.nx-op-flats-list__section {
	max-width: 970px;
	overflow-x: auto;
}
.objects-section__item {
    display: flex;
    font: 17px HouschkaProMedium;
    flex-direction: column;
    width: 100%;
	max-width: 29.892%;
    margin-bottom: 26.5px;
    position: relative;
	border: 1px solid #e1e1e1;
	transition: all 0.35s
}
.objects-section_flats .objects-section__item {
	/* height: 580px; */
	border: initial;
}
.objects-section__o-wrapper {
	background: #fff;
	border: 1px solid #e1e1e1;
	transition: all 0.35s
}
.objects-section__item-img,
.image-wrap {
	height: 290px;
	overflow: hidden;
	border-bottom: 1px solid #e1e1e1;
}
.objects-section__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.object__fullLink .objects-section__img {
    max-height: 100%;
    height: auto;
}
.brazzers-daddy img {
	height: 100%;
	margin-bottom: 0;
	object-fit: cover;
}
.objects-section__item-title {
    min-height: 50px;
    margin-bottom: 20px;
}
.objects-section__item-title span {
	display: block;
}
.nx-cp-objects_n-buildings .objects-section__item-title {
	min-height: 50px;
}

#nx-cp-objects.nx-cp-objects_n-buildings .obj-btn {
	font: 18px HouschkaProDemiBold;
	padding: 7px 0;
}
.objects-section__first-name {
    /* font: 18px HouschkaProDemiBold; */
    color: #3d94ea;
    margin-bottom: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.objects-section__second-name {
    font-family: HouschkaProLight;
    color: #484848;
	overflow: hidden;
	text-overflow: ellipsis;
}
.objects-section__item-wrapp {
	padding: 23px 20px 20px;
}
/* .objects-section__item:nth-child(3n-1) {
    margin-left: 22px;
    margin-right: 22px;
} */
.objects-section__item:not(.touch):hover .objects-section__o-wrapper{
    box-shadow: 0px 10px 20px rgba(0,0,0,0.39);
    -moz-box-shadow: 0px 10px 20px rgba(0,0,0,0.39);
    -o-box-shadow: 0px 10px 20px rgba(0,0,0,0.39);
    -webkit-box-shadow: 0px 10px 20px rgba(0,0,0,0.39);
	z-index: 10;
}
.objects-section__item:not(.touch):hover .objects-section__item-text{
    height: auto;
	margin-top: 20px;
    opacity: 1;
    visibility: visible;
}

.objects-section__item:nth-child(3n-1){
    margin-left: 4.8%;
    margin-right: 4.8%;
}
.tmb-wrap-table div.active {
	border-color: #3d94ea;
}
.tmb-wrap .tmb-wrap-table {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s .1s;
    -moz-transition: .3s .1s;
    -o-transition: .3s .1s;
    transition: .3s .1s;
}
.tmb-wrap:hover .tmb-wrap-table {
    opacity: 1;
    visibility: visible;
}
.objects-section__item-props {
    display: flex;
    flex-direction: column;
}
.objects-section__favourites .objects-section__item-props,
.nx-cp-objects_n-buildings .objects-section__item-props
{
	min-height: 142px;
}
.objects-prop {
    display: flex;
    justify-content: space-between;
    background: url(/images/nx/dott.png) no-repeat;
    background-position: bottom;
    background-repeat: repeat-x;
}
.objects-prop div {
    background: url(/images/nx/dott.png) no-repeat;
    background-position: bottom;
    word-break: break-word;
    position: relative;
}
.objects-prop__name {
    width: 50%;
    text-align: left;
}
.objects-prop__value {
	font: 17px HouschkaProBold;
    width: 56%;
    text-align: right;
	color: #5a5a5a;
}
.objects-section__favourites .objects-prop__name,
.nx-cp-objects_n-buildings .objects-prop__name,
.nx-cp-object_n-building .objects-prop__name {
	width: 26%;
}
.objects-section__favourites .objects-prop__value,
.nx-cp-objects_n-buildings .objects-prop__value,
.nx-cp-object_n-building .objects-prop__value {
	width: 73%;
}

.objects-prop:not(:last-child) {
    margin-bottom: 8px;
}

.objects-section__item-bottom {
	display: flex;
}
.nx-op-object .flex-viewport {
    max-height: 325px;
}
.js-object {
	position: relative;
}
.js-object.flexslider {
	border: 1px solid #f7f7f7;
}
.js-object_carousel.flexslider a img{
	height: 100%;
}
.js-object_carousel .slides li {
	height: 90px;
	overflow: hidden;
}
.js-object_carousel img {
    display: block;
    opacity: .5;
    cursor: pointer;
}
.js-object_carousel img:hover,
.js-object_carousel .flex-active-slide img {
	opacity: 1;
	cursor: default;
}
.js-object_slider {
	margin-bottom: 5px;
}
.js-object_slider .flex-viewport li, .flex-viewport .clone {
    display: flex !important;
    justify-content: center;
    align-items: center;
	height: 325px;
}
.js-object_slider .flex-viewport li img, .flex-viewport .clone img {
    max-width: 100%;
	max-height: 100%;
    object-fit: cover;
}
.nx-op-object > div {
	display: flex;
}
.nx-op-object > div:not(:last-child) {
    margin-bottom: 10px;
}
.object-col {
    display: flex;
    flex-direction: column;
	justify-content: space-between;
    width: 100%;
    margin-bottom: 25px;
    max-width: 48.3%;
}
.object-col-2 {
	justify-content: space-between;
}
.object-properties {
    display: flex;
    flex-direction: column;
    font-size: 18px;
    height: 100%;
}
.object-properties__item {
    display: flex;
    justify-content: space-between;
}
.object-properties__item:not(:last-child) {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
}
.object-option {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.object-bottom-section {
	flex-direction: column;
}
.object-bottom-section__item:not(:last-child) {
	margin-bottom: 30px;
}
.object-text {
    height: 100%;
	padding-right: 15px;
    max-height: 400px;
    line-height: 1.4;
    overflow-y: auto;
}
.object-text-2 {
	margin-bottom: 30px;
}
.nx-cp-object_n-building .object-text {
	margin-bottom: 0;
	max-height: 372px;
}
#nx-ip-cnt .object-option-btn {
    display: flex;
    border: 2px solid #98c6f4;
	font-family: HouschkaProDemiBold;
    color: #3d94ea;
    width: 100%;
    max-width: 46.4%;
    justify-content: center;
    padding: 8.5px 0;
	cursor: pointer;
}
#nx-ip-cnt .btn-booking {
    border-color: #3d94ea;
    color: #fff;
}
#nx-ip-cnt .btn-view {
    border-color: #eaeaea;
    color: #484848;
}
#nx-ip-cnt .btn-booking,
#nx-ip-cnt .btn-view {
	padding: 8.5px 0;
}
.nx-op-object div.object-top-option {
	margin-bottom: 0;
	position: absolute;
	top: -80px;
	right: 0;
}
.object-top-option__item {
    width: 50px;
    height: 50px;
}
.object-top-option__link {
	cursor: pointer;
}
.object-top-option__link:not(:last-child) {
	margin-right: 15px;
}
.object-top-option__item_mail {
    background: url(/images/mail.png) center center no-repeat;
}
.object-top-option__item_print {
	background: url(/images/printer.png) center center no-repeat;
}
#nx-ip-cnt-wp.detail-page h1,
#nx-ip-cnt-wp.detail-page .breadcrumbs-section {
    display: inline-block;
    width: 100%;
    max-width: 88.2%;
}
#nx-ip-cnt-wp.detail-page .nx-cp-header {
    margin: 0 0 18px;
    font: 30px HouschkaProMedium;
    color: #3d94ea;
}
.flex-direction-nav .flex-prev,
.flex-direction-nav .flex-next {
	top: 50%;
}
.js-object-slider:hover .flex-direction-nav .flex-prev {
    opacity: 0.7;
    left: 10px;
}
.js-object-slider:hover .flex-direction-nav .flex-next {
    opacity: 0.7;
    right: 10px;
}
.flex-next:focus,
.flex-prev:focus {
	outline: none;
}
.flex-direction-nav a:before {
	color: rgb(61, 148, 234);
}
.flex-control-thumbs li {
	max-height: 88px;
}
.flex-control-thumbs img {
	object-fit: cover;
	max-height: 100%;
}
.manager-section {
	display: flex;
}
.manager-section__col {
    display: flex;
    flex-direction: column;
}
.manager-section__col > div {
    display: flex;
}
.manager-section__container {
    display: inherit;
    font: 20px HouschkaProMedium;
}
.manager__photo {
    width: 150px;
    height: 150px;
    margin-right: 20px;
    background: #fbfbfb;
	border-radius: 50%;
	overflow: hidden;
}
.manager__messengers a {
    width: 45px;
    height: 45px;
    display: inline-block;
}
.manager__messengers a:not(:last-child) {
    margin-right: 10px;
}
.manager__name {
  margin-bottom: 10px;
}
.manager__name a {
	color: initial !important;
	text-decoration: none;
	transition: .3s all;
}
.manager__name a:hover {
	color: #3d94ea !important;
	text-decoration: underline !important;
}
.manager__phone {
    margin-bottom: 17px;
    flex-direction: column;
}
.phone-psevdo-link {
    line-height: 1;
    margin-top: 9px;
    color: #3d94ea;
	cursor: pointer;
}
.phone-psevdo-link span {
	display: inline-block;
	border-bottom: 1px solid #fff;
	transition: .3s all;
}
.phone-psevdo-link:hover span {
	border-bottom: 1px solid #3d94ea;
}
.phone-psevdo-link:hover {
	color: #000;
}
.phone-psevdo-link:hover span {
	border-bottom-color: #000;
}
.manager__phone .phone-link {
    /*max-width: 163px;
    text-overflow: ellipsis;
    overflow: hidden;*/
    white-space: nowrap;
}
.manager__phone .phone-link-full {
    max-width: 100%;
}
.manager__photo img {
	max-width: 100%;
	max-height: 100%;
}
#nx-ip-cnt .manager__phone a {
	color: #000;
	text-decoration: none;
}
.object-text::-webkit-scrollbar {width: 0.2em;}
.object-text::-webkit-scrollbar-track {background: #ebebeb;}
.object-text::-webkit-scrollbar-thumb {background: #3d94ea;}

#nx-ip-cnt .object-option a:hover {
    background: #3d94ea;
    color: #fff;
    border-color: #3d94ea;
}
#nx-ip-cnt a.bg-color_gray:hover,
#nx-ip-cnt a.bg-color_blue:hover {
	border-color: #3d94ea;
	background: #fff;
	color: #3d94ea;
}
.similar-objects-buttom {
	display: flex;
	margin-top: 30px;
}
.similar-objects-buttom-sc {
	height: 88px;
	margin-top: auto;
}
.similar-objects-buttom-sc2 {
	height: 110px;
	margin-top: auto;
}
#nx-ip-cnt .similar-objects-buttom a:hover {
	background: #3d94ea;
	color: #fff;
}
.nx-op-prop-calc:hover, .nx-op-prop-calc2:hover {
	border-color: #595959;
}
.nx-op-prop-calc:hover:before, .nx-op-prop-calc2:hover:before {
	color: #595959;
}

.nx-op-prop-calc,
.nx-op-prop-calc:before,
.nx-op-prop-calc2,
.nx-op-prop-calc2:before,
#nx-ip-cnt .object-option a,
#nx-ip-cnt .similar-objects-buttom a {
	transition: all 0.35s;
}
.object-middle-section__item {
    display: flex;
    flex-direction: column;
}
.object-middle-section__item {
	margin-bottom: 25px;
}
.object-bank__header {
    margin-right: 20px;
}
.object-bank {
	align-items: center;
}
.js-object_slider .nx-op-object .preview {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 350px;
}
.item-btn {
	display: flex;
	width: 100%;
	flex-grow: 1;
	font: 14px HouschkaProBold;
	padding: 10px 0;
	justify-content: center;
	cursor: pointer;
	z-index: 8;
}
.sitemap-section {
	font-family: HouschkaProMedium
}
.sitemap-section ul li {
	line-height: 150%;
}
#nx-ip-cnt .sitemap-section a {
	color: #000;
}
#nx-ip-cnt .sitemap-section a:hover {
	color:#c32323;
}
.js-nobj-slider .objects-section__item:nth-child(3n-1){
	margin-left: 0;
	margin-right: 0;
}
.tabs-header
{
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
    border-bottom: 1px solid #e3e3e3;
}
.new-objects-section__header {
	display: inline-flex;
    justify-content: flex-start;
    margin-bottom: 20px;
    border-bottom: 2px solid #3d94ea;
    width: 30%;
}
.tabs-header__item,
.new-objects-section__item
{
    font: 16px sans-serif;
    cursor: pointer;
    padding: 10px 20px;
    color: #797873;
    transition: background-color .25s linear;
    border: 1px solid #e3e3e3;
    border-bottom: 0;
    font-weight: 600;
}
.new-objects-section__item {
	color: #000;
	font-size: 18px;
	border: initial;
	padding-right: 0;
	padding-left: 0;
}
.tabs-header__item.active {
	color: #000;
	background: #eaeaea;
}
.tabs-content__container {
	display: none;
}
.tabs-content__container.active {
	display: block;
}
.new-objects-section .flexslider .slides img {
	width: 100%;
	height: 100%;
}
.new-objects-section .flex-control-nav {
	position: initial;
	padding-top: 40px;
}
.new-objects-section__title {
    font: 2em HouschkaProBold;
    text-align: center;
    margin: 1.5rem 0 3rem;
    color: #3d94ea;
}
.header__info-section {
    display: flex;
    width: 100%;
    max-width: 100%;
	align-items: center;
    justify-content: flex-end;
}
.header__order-call {
	display: flex;
	align-items: center;
	margin-left: 30px;
}
/* .header__order-call:before {
    content: "";
    width: 30px;
    height: 30px;
    background: url(/images/nx/i-call.svg) no-repeat;
    background-size: cover;
    display: inline-flex;
} */
.order-call__btn {
    font: 14px HouschkaProDemiBold;
    border: 2px solid #c32323;
    padding: 10px 15px;
    border-radius: 20px;
    color: #c32323;
    cursor: pointer;
    margin-left: 20px;
    transition: all 0.35s;
		white-space: nowrap;
}
.order-call__btn:hover {
    background: #c32323;
    color: #fff;
}
.header__find-buyer {
	align-items: center;
	margin-left: 15px;
}
.header__find-buyer a {
	text-decoration: none;
}
.find-buyer__btn {
    font: 14px HouschkaProDemiBold;
    /*border: 2px solid #38aa43;*/
    border: 2px solid #3d94ea;
    padding: 10px 15px;
    border-radius: 20px;
    /*color: #38aa43;*/
    color: #3d94ea;
    cursor: pointer;
    transition: all 0.35s;
		white-space: nowrap;
}
.find-buyer__btn:hover {
    /*background: #38aa43;*/
    background: #3d94ea;
    color: #fff;
}
.header__mortgage-calculation .nx-op-prop-calc {
	width: auto;
	padding: 0;
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	color: inherit !important;
	border: none;
	background: inherit;
	cursor: pointer;
	display: flex;
	justify-content: center;
}
.mortgage-calculation__btn {
	font: 14px HouschkaProDemiBold;
	border: 2px solid #3d94ea;
	padding: 10px 15px;
	border-radius: 20px;
	color: #3d94ea;
	cursor: pointer;
	transition: all 0.35s;
	white-space: nowrap;
}
.mortgage-calculation__btn:hover {
    background: #3d94ea;
    color: #fff;
}
.header__mortgage-calculation {
	display: flex;
	align-items: center;
	margin-left: 15px;
}
.order-call__icon {
    padding: 3px;
    border: 1px solid #e9e9e9;
}
.order-call__icon svg {
    display: flex;
    width: 30px;
    height: 30px;
    fill: #676767;
}
.header__info-section .action-button:hover {
	background-color: initial;
}
.object-type {
	display: flex;
	margin-top: 20px;
	border: 1px solid #d2d2d2;
	color: #484848;
}
.object-type__container {
    display: flex;
    width: 100%;
    padding: 13px 0;
	flex-direction: column;
	justify-content: center;
    font: 16px HouschkaProMedium;
    text-align: center;
}
#nx-ip-cnt .object-type__value a {
	color: #484848;
}
.link-absolute {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.tag-section__container {
    margin-bottom: 35px;
}
.show-more-tags {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 8px;
}
.show-more-tags:hover {
	color: #3d94ea;
	text-decoration: underline !important;
}
.new-objects-section__content-bottom {
    display: flex;
    justify-content: flex-end;
}
.new-objects-section__button-link {
    display: block;
    color: #fff;
    background: #3d94ea;
    text-decoration: none;
    padding: 15px;
    font: 14px HouschkaProBold;
    text-transform: uppercase;
	transition: .4s all;
}
.new-objects-section__container {
	margin-bottom: 2rem;
}
.new-objects-section__button-link:hover {
	color: #000;
	background: #eaeaea;
}
.new-objects-section__tags-header {
    font: 1.5rem HouschkaProBold;
    color: #575757;
    margin-bottom: 2rem;
}
.new-objects-section__tags-content {
    margin-bottom: 3rem;
}
.new-objects-section__block {
    border-bottom: 2px solid #f2f2f2;
    padding-bottom: 2rem;
    margin-bottom: 3rem;
}

.new-objects-section__block .new-objects-section__slider {
	padding-top: 0;
}

.footer-section {
	font-size: 16px;
	background: #eceded;
	padding: 32px 0;
}
.footer-section br {
	display:none;
}
.footer-section a {
	text-decoration: none;
	max-height: 22px;
	color: initial;
	/* color: #c32323; */
	transition: .3s all;
}
.footer-section a:hover {
	color: #c32323 !important;
}
.footer-section__content {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
}
.footer-section__col {
	display: flex;
	flex-direction: column;
	width: 100%;
}
.footer-section__col:last-child {
    width: 75%;
}
.footer-section__item {
    display: flex;
	flex-grow: 1;
    flex-direction: column;
    line-height: 22px;
    margin-bottom: 2rem;
}
.footer-section__item:not(:last-child) {
    margin-bottom: 15px;
}
.footer-section__item.f-item_social {
	flex-direction: row;
	justify-content: flex-end;
}
a.f-social-item {
    display: flex;
    width: 30px;
    height: 30px;
    max-height: 100%;
	background-size: cover !important;
}
.sn-1 {background: url(/images/nx/vk.png);}
.sn-2 {background: url(/images/nx/fb.png);}
.sn-3 {background: url(/images/nx/g+.png);}
.sn-4 {background: url(/images/nx/inst.png);}
.sn-5 {background: url(/images/nx/ytube.png);}
.sn-6 {background: url(/images/nx/twt.png);}

.f-social-item:not(:last-child) {
	margin-right: 10px;
}
.footer-section__item.f-item_social > a:not(:last-child) {
    margin-bottom: 0;
    margin-left: 15px;
}
.footer-section__item .contacts.address {
    background: url(/images/nx/ftr-icons.png) -5px -2px no-repeat;
    padding-left: 25px;
}
.footer-section__item .contacts.phone {
    background: url(/images/nx/ftr-icons.png) -1px -27px no-repeat;
    padding-left: 33px;
}
.footer-section__item .contacts.email {
    background: url(/images/nx/ftr-icons.png) -2px -52px no-repeat;
    padding-left: 33px;
}
.footer-section__item .contacts.sn {
    background: url(/images/nx/ftr-icons.png) 0 -101px no-repeat;
    padding-left: 33px;
}
.footer-section__item > div:not(:last-child),
.footer-section__item > a:not(:last-child) {
    margin-bottom: 15px;
}
.f-item_text {
	width: 100%;
	margin-bottom: 15px;
}
.objects-section__item-text {
	font-size: 13.5px;
	line-height: 1.2;
	height: 0;
	opacity: 0;
	visibility: hidden;
	word-wrap: break-word;
}
.cat-preview-text {
    margin-bottom: 35px;
    font-size: 16px;
}
.show-more-tags {
    display: inline-flex;
}
.list-view .objects-section__item {
	display: flex;
	flex-direction: row;
	max-width: 100%;
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.list-view .objects-section__item {
	border: initial;
}
.list-view .objects-section__item:not(:last-child) {
	padding-bottom: 26px;
	border-bottom: 2px solid #ededed;
}
.list-view .object-img {
    display: block;
    width: 268px;
    min-width: 268px;
    margin-right: 16px;
}
.list-view .object-info {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.object-img .flex-viewport {
    max-height: 207px;
}
.list-view .object-info > div:not(:last-child),
.list-view .object-price-section,
.list-view .object-manager
{
	margin-bottom: 15px;
}
.list-view .object-info__bottom {
	display: flex;
	align-items: center;
}
#nx-cp-objects.list-view .object-info__bottom  > a {
	width: 140px;
	flex-grow: initial;
}
.list-view .object-info__bottom  > a:not(:last-child){
	margin-right: 10px;
}
.list-view .object-info__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.list-view .object-info__title {
    font: 18px HouschkaProBold;
    color: #3d94ea;
	margin-bottom: 5px;
}
.list-view .object-info__full-price {
    font: 22px HouschkaProBold;
	margin-bottom: 5px;
}
.list-view sup {
    font-size: 10px;
}
.list-view .object-info__price-s-meter {
    color: #797873;
}
.list-view .object-text {
    padding: 0;
    width: 100%;
    max-width: 75%;
    height: 48px;
    line-height: 1.2;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-inline-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.list-view .object-text br {
	display: none;
}
.list-view .object-price-section {
    display: flex;
	align-items: flex-end;
    justify-content: space-between;
}
#nx-ip-cnt .list-view  .object-phone a {
	font: 19px HouschkaProBold;
	color: #000;
	display: none;
}
#nx-ip-cnt .list-view .object-info__show-more a {
	color: #3d94ea;
	transition: .3s all;
}
#nx-ip-cnt .list-view .object-info__show-more a:hover {
	color: #000;
}
.list-view .object-address {
	display: inline-block;
	width: 100%;
	max-width: 80%;
}
.list-view .object-address a {
	text-decoration: none;
}
.list-view .object-info__sub-title {
    color: initial;
}
.list-view .js-lv-slider .flex-viewport li,
.list-view .flex-viewport .clone {
	height: 207px;
}

.list-view .js-object.flexslider {
	border: initial;
}
.list-view .js-lv-slider {
	margin-bottom: 5px;
}
.list-view .js-lv-carousel .slides li {
    height: 49px;
    overflow: hidden;
}
.list-view .js-lv-carousel .slides li img {
	height: 100%;
	object-fit: cover;
}
.list-view  .js-lv-slider .preview {
	height: 207px;
}
.list-view .js-lv-slider .flex-viewport li img,
.list-view .flex-viewport .clone img
{
	height: 100%;
}
.list-view .single-img {
	height: 261px;
}
.list-view .js-lv-carousel img {
    display: block;
    opacity: .5;
    cursor: pointer;
}
.list-view .js-lv-carousel img:hover,
.list-view .js-lv-carousel .flex-active-slide img
{
    opacity: 1;
    cursor: default;
}
.list-view .object-manager {
	display: none;
}
.list-view .manager__photo {
    width: 70px;
    height: 70px;
	margin-right: 0;
}
.list-view .manager__name {
    margin-bottom: 5px;
}
.list-view .phone-psevdo-link {
	margin-top: 5px;
}
.list-view .manager__phone {
	margin-bottom: 0;
}
.list-view .manager-section__container {
	font-size: 16px;
}
.list-view .manager-section__col:not(:last-child) {
    margin-right: 10px;
}
.list-view .manager-section__col {
	justify-content: center;
}
.list-view .manager__phone .phone-link {
	max-width: 130px;
}
.list-view .manager__phone .phone-link-full {
	max-width: 100%;
}
.list-view .manager__messengers a {
    width: 35px;
    height: 35px;
}
.btn-show-contacts {
	display: flex;
	min-width: 155px;
	align-items: center;
	justify-content: center;
	background: #fff;
	border: 2px solid #3d94ea;
	padding: 0 2%;
	color: #3d94ea;
	font: 14px HouschkaProBold;
	cursor: pointer;
	transition: .3s all;
	height: 100%;
	max-height: 33px;
}
.btn-show-contacts:hover {
    background: #3d94ea;
    color: #fff;
}
.list-view .object-time {
	position: relative;
	color: #797873;
	margin-bottom: 15px;
}
.control-panel,
.control-panel__wrapper
{
	display: flex;
	width: 100%;
	justify-content: space-between;
}
.control-panel.control-panel__nb {
	padding-bottom: 0;
	border-bottom: 0;
}

.cp-view__item {
	cursor: pointer;
	transition: .3s all;
}
.cp-view__item.sl,
.cp-view__item.sg,
.cp-view__item.sh
{
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #ededed;
	padding: 4px;
	width: 30px;
	height: 30px;
	text-align: center;
	color: #797873;
	line-height: 1.2;
}
.cp-view__item.sh:not(:last-child){
	margin-right: 20px;
}
.cp-view__item.sh {
	width: initial;
	min-width: 100px;
	height: initial;
	padding: 10px;
}
.cp-view__item .control-panel__count {
	color: #797873;
	font-family: HouschkaProBold;
}
.cp-view__item.sh:hover .control-panel__count {
	color: #3d94ea;
}
.cp-view__item.sh.active .control-panel__count {
	color: #3d94ea;
}

.cp-view__item.active {
	cursor: default;
}
.cp-view__item.sl:before {
    content: "\f03a";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
    font-size: 25px;
	transition: .3s all;
}
.cp-view__item.active:before {
    color: #3d94ea;
}
.cp-view__item.active {
	border-color: #3d94ea;
}
.cp-view__item.sg:before {
	content: "\f00a";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	font-size: 25px;
	transition: .3s all;
}
/* .cp-view__item.sh:before {
	content: "\f1ad";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	font-size: 23px;
	transition: .3s all;
} */
/* .cp-view__item.active:hover {
	border-color: #ededed;
} */
.cp-view__item:hover {
	border-color: #3d94ea;
}
.cp-view__item.sl:hover:before,
.cp-view__item.sg:hover:before,
.cp-view__item.sh:hover:before,
.cp-view__item.sh.active:hover:before
{
	color: #3d94ea !important;
}
/* .cp-view__item.sl.active:hover:before,
.cp-view__item.sg.active:hover:before
{
	color: #797873;
} */
.control-panel__view {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.control-panel__view a {
	text-decoration: none;
}
.control-panel__view a:before,
a.cp-view__item.sh.active
{
	color: #797873 !important;
}
a.cp-view__item.sh.active:hover {
	border-color: #3d94ea;
}
.control-panel {
    margin-bottom: 26px;
    padding-bottom: 10px;
    border-bottom: 2px solid#ededed;
}
.control-panel__view .cp-view__item.s-title {
	margin-right: 10px;
}
.control-panel__view > div:not(:last-child) {
    margin-right: 8px;
}
.list-view .flex-direction-nav .flex-next {
    right: 0;
}
.objects-section__favourites .object-price-section .objects-section__item-props,
.nx-cp-objects_n-buildings.list-view .object-price-section .objects-section__item-props {
    width: 100%;
    max-width: 75%;
}
.nx-cp-objects_n-buildings.list-view .object-price-section .objects-prop div,
.nx-cp-objects_n-buildings.list-view .object-price-section .objects-prop
{
	background: initial;
}
.nx-cp-objects_n-buildings.list-view .object-price-section .objects-prop {
	border-bottom: 1px solid #ededed;
	padding-bottom: 2px;
}
.nx-cp-objects_n-buildings.list-view .object-price-section .objects-prop:not(:last-child) {
	margin-bottom: 10px;
}
.footer-section__links {
    margin: 0;
    list-style-type: none;
}
.footer-section__links a {
	transition: .1s all;
}
.footer-section__links a:hover {
	color: #000;
}
.footer-section__links ul {
    padding: 5px 0 5px 25px;
    list-style-type: initial;
}
.footer-section__links li:not(:last-child) {
    margin-bottom: 2px;
}
.reviews-section {
	display: inline-block;
  margin-bottom: 10px;
}
.reviews-section__item {
	margin-bottom: 20px;
	border-bottom: 1px solid #3d94ea;
	padding-bottom: 15px;
}
.reviews-section__name {
	font: 30px HouschkaProBold;
	color: #3d94ea;
	font-size: 20px;
	margin-bottom: 6px;
}
.reviews-section__text {
	font-size: 15px;
	line-height: 1.4;
	font-family: 'HouschkaProMedium';
}
.answers-section {
	display: block;
	width: 100%;
	border-bottom: 2px solid #ededed;
	margin-bottom: 26.5px;
	margin-top: -27px;
}
.answers-section__list {
	font-family: 'HouschkaProMedium';
}
.answers-section__item-content {
	display: none;
	font-size: 18px;
	line-height: 1.4;
	padding: 0 15px 15px;
}
.answers-section__item-content p {
  margin: 0;
}
.answers-section__item-content p:not(:last-child){
	margin-bottom: 10px;
}
.answers-section__item:not(:last-child) {
	border-bottom: 2px solid #ededed;
}
.answers-section__item-header {
	font-size: 20px;
	font-family: 'HouschkaProMedium';
	padding: 15px;
	cursor: pointer;
}
.answers-section__item {
	position: relative;
	transition: .3s all;
}
.answers-section__item-header span {
	display: inline-block;
	max-width: 90%;
}
.answers-section__item-header:after {
	position: absolute;
	top: 16px;
	right: 20px;
	content: "\f078";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	transition: .3s all;
}
.answers-section__item-header.active:after {
	transform: rotate(180deg);
}
.answers-section__item:hover {
	background: #f9f9f9;
}
.answers-section__item-content {
	font-family: 'HouschkaProLight';
}
#nx-op-simobjects .flex-viewport {
	max-height: initial;
}
#nx-op-simobjects .flexslider .objects-section__item:nth-child(3n-1){
	margin-left: 0;
	margin-right: 0;
}
#nx-op-simobjects.nx-district-simobjects {
	display: block;
}
.object-properties__item.district-link .nx-op-prop-value a {
	color: #3d94ea !important;
	font-size: 16px;
}
.object-properties__item.district-link .nx-op-prop-value {
	width: 100%;
}
.vacancies-section__resume.h1 {
	padding: 0;
	margin-bottom: 24px;
}
.nx-op-object .element-seo-text {
	margin-bottom: 30px !important;
	margin-top: -10px;
}
#nx-op-flats-list .nx-op-prop-calc, #nx-op-flats-list .nx-op-prop-calc2 {
	background: #3d94ea;
	padding: 5px;
}
.ui-selectmenu-menu {
	z-index: 999999999999999;
}
.main-tab-section {
	width: 100%;
}
.main-tab-section__header {
	display: flex;
	width: 100%;
	justify-content: space-between;
	margin-bottom: 15px;
}
.main-tab-section__header-item {
	font-size: 20px;
	text-transform: uppercase;
	font-family: 'HouschkaProBold';
	background: #fff;
	color: #1b1b1b;
	padding: 10px 20px 14px;
	width: 100%;
	text-align: center;
	transition: .3s all;
	cursor: pointer;
	border: 2px solid #3d94ea;
	box-sizing: border-box;
}
.main-tab-section__header-item:hover,
.main-tab-section__header-item.active {
	background: #3d94ea;
	color: #fff;
}
.main-tab-section__header-item:not(:last-child){
	margin-right: 15px;
}
.main-tab-section__content-item {
	display: none;
}
.main-tab-section__content-item.active {
	display: flex;
	flex-direction: column;
}
.main-tab-section__content-row {
	display: flex;
	flex-direction: row;
}
.main-tab-section__content-row:not(:last-child) {
    margin-bottom: 20px;
}
.cs-content-item__wrapper {
	height: 100%;
	box-sizing: border-box;
}
.cs-content__item:nth-of-type(-n+2) {
		margin-bottom: 0;
}
.cs-content__item {
	width: 100%;
}
.company-section__content .links {
	font-size: 18px;
}
.main-tab-section__content-row_super .links {
	justify-content: flex-start;
}
.main-tab-section__content-row_super .links-col:not(:last-child){
	margin-right: 50px;
}
.main-tab-section__content-row_super .cs-content__item {
	margin: 0;
}
#nx-sp-about h1 {
	margin-bottom: 20px;
}

/*Отключить все кнопки*/
/* .item_mobile__favorites-section,
.main-menu__favorites-section,
.header__company-menu_favorites-section,
.objects-section__item-favourites,
.favourites-btn__add,
.object-service-option,
.object-service-option__favourites
{
	display: none !important;
} */
.object-service-option__favourites .favourites-btn__add,
.objects-section__item-favourites .favourites-btn__add
{
	display: block;
}
.favourites-btn__add {
	display: flex;
	width: 25px;
	height: 25px;
	color: #c32323;
	cursor: pointer;
	transition: .3s all;
}
.object-time-section {
	display: flex;
	flex-direction: column;
	align-items: end;
}
svg.like-active {
	display: none;
}
.favourites-btn__add.active .like-active {
	display: block;
}
.favourites-btn__add.active .like-deactive {
	display: none;
}
.social.likes {
	background: #3d94ea;
	height: 55px;
}
.social.likes a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	line-height: initial;
	font-size: initial;
}
.social.likes svg {
	width: 24px;
	height: 24px;
}
.likes-count {
	font: 14px HouschkaProBold;
}
.share-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 2%;
	font: 14px HouschkaProBold;
	cursor: pointer;
	transition: .3s all;
}
.object-service-option {
	width: 100%;
	align-items: center;
	display: flex;
	justify-content: end;
	margin-bottom: 20px !important;
}
.object-service-option__item:not(:last-child) {
  margin-right: 20px;
}
.object-service-option__favourites {
	display: flex;
	align-items: center;
}
.object-service-option__f-item:not(:last-child) {
	margin-right: 12px;
}
.object-service-option__item.object-service-option__favourites {
	padding-bottom: 2px;
}
.object-delete {
	display: flex;
	width: 25px;
	height: 25px;
	cursor: pointer;
}
.object-delete svg {
	width: 100%;
}
.favourites-btn-section {
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	margin-bottom: 40px;
}
.favourites-btn-section .share-btn {
	width: 100%;
	padding: 0;
}
.favourites-btn-section .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more {
	border-radius: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
}
.favourites-btn-section .ya-share2__container_size_m .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more {
	padding: 16px;
}
.favourites-btn-section .ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item,
.favourites-btn-section .ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item:last-child
{
	width: 100%;
	max-width: 390px;
	margin: 0 auto;
}
.favourites-btn-section .ya-share2__container.ya-share2__container_size_m.ya-share2__container_color-scheme_normal.ya-share2__container_shape_round {
	display: flex;
	width: 100%;
}
.favourites-btn-section .ya-share2__list.ya-share2__list_direction_horizontal {
	display: flex;
	width: 100%;
}
.favourites-btn-section .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more {
	background: #3d94ea;
}
.favourites-btn-section .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more:not(.ya-share2__link_more-button-type_short) .ya-share2__title {
	color: #fff;
	font: 20px HouschkaProBold;
	text-transform: uppercase;
}
.favourites-btn-section .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__icon_more {
	display: none;
}
.favourites-btn-section .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more:not(.ya-share2__link_more-button-type_short):hover, .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more:not(.ya-share2__link_more-button-type_short):focus {
	border-color: #3d94ea;
}
.favourites-btn-section .ya-share2__container_size_m .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more .ya-share2__title {
	margin: 0;
}
.favourites-btn-section .ya-share2__container_size_m .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more .ya-share2__title:after {
	content: url(/images/nx/share.svg);
	width: 20px;
	height: 20px;
	position: absolute;
	margin: 1px 0px 0px 10px;
}
.object-service-option .ya-share2__list.ya-share2__list_direction_horizontal,
.object-service-option .ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item
{
	margin: 0;
}
.object-service-option__item.i-mail .object-top-option__item.object-top-option__item_mail,
.object-service-option__item.i-print .object-top-option__item.object-top-option__item_print
{
	height: 34px;
}
.object-service-option__item.i-mail .object-top-option__item.object-top-option__item_mail {
	width: 34px;
}
.object-service-option__item .ya-share2__container_mobile.ya-share2__container_size_m .ya-share2__icon {
	width: 23px;
	height: 23px;
}

.object-service-option__item.i-mail .object-top-option__item_mail,
.object-service-option__item.i-print .object-top-option__item_print {
	background-size: contain;
}

.object-service-option__item .ya-share2__link.ya-share2__link_more.ya-share2__link_more-button-type_short {
	width: 26px;
	height: 26px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.object-service-option__item .favourites-btn__add {
	width: 34px;
	height: 34px
}


.object-info__bottom-container .ya-share2__link.ya-share2__link_more.ya-share2__link_more-button-type_short {
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.object-info__bottom-container {
	display: flex;
	justify-content: space-between;
}
.object-info__bottom-item {
	display: flex;
	align-items: center;
	position: relative;
}
.list-view .object-info__bottom .object-info__bottom-item  > a:not(:last-child) {
	margin-right: 10px;
}
#nx-cp-objects.list-view .object-info__bottom .object-info__bottom-item > a {
    width: 220px;
    flex-grow: initial;
}
.main-menu__favorites-section {
	display: none;
}
ul.main-menu+.main-menu__favorites-section {
	margin-left: 150px;
}
.header__company-menu_favorites-section,
.header__company-menu_favorites-section a {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: #3d94ea;
	transition: .3s all;
}
#nx-hls .header__company-menu_favorites-section a:hover {
	color: #fff;
}
.header__company-menu_favorites-section a  {
	padding: 7px 10px;
	text-decoration: none;
}
.header__company-menu_favorites-section svg {
	width: 20px;
	margin-right: 5px;
}
.static .main-menu__favorites-section,
.static .main-menu__favorites-section a
{
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: #3d94ea;
}
.main-menu__favorites-section a  {
	padding: 5px 10px;
	text-decoration: none;
}
.main-menu__favorites-section svg {
	width: 20px;
	margin-right: 5px;
}
.main-menu__container {
	display: flex;
	align-items: center;
}
.item_mobile__favorites-section {
	display: none;
}
.mobile-mod .item_mobile__favorites-section,
.mobile-mod .item_mobile__favorites-section a
{
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	color: #fff;
	width: 28px;
	min-height: 25px;
	background: #3d94ea;
}
.item_mobile__favorites-section a  {
	padding: 5px;
	text-decoration: none;
}
.item_mobile__favorites-section svg {
	width: 13px;
	margin-bottom: 2px;
}
.item_mobile__favorites-section .likes-count {
	font-size: 11px;
	margin-right: -2px;
	letter-spacing: 1.5px;
}

.objects-section__item-favourites {
	display: flex;
	width: 100%;
}
.objects-section__item-favourites-item {
	display: flex;
	align-items: center;
	justify-content: center;
}
.objects-section__item-favourites-wrapper {
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: end;
	padding: 15px 20px 20px;
}
.objects-section__item-favourites-item:not(:last-child) {
  margin-right: 15px;
}
.objects-section__item-favourites-item .ya-share2__link.ya-share2__link_more.ya-share2__link_more-button-type_short {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
}
.objects-section__item-favourites-item .ya-share2__container_size_m .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more.ya-share2__link_more-button-type_short {
	padding: 0;
}
.dt-address-section {
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-align: right;
	margin-bottom: 10px;
}
.dt-address-section_region {
	display: flex;
	align-items: center;
}
.dt-address-section .header__address {
	text-align: right;
	padding-left: 0;
	padding-right: 50px;
}
.dt-address-section .header__phone a {
	font: 20px HouschkaProDemiBold;
	text-decoration: none;
	color: #000;
}
.dt-address-section .header__address .phone-link {
	text-decoration: none;
	color: #000;
}
.dt-address-section .header__address:before {
	right: 0;
	left: initial;
}
.privacy-policy__section {
	margin-bottom: 40px;
}
.privacy-policy__container:not(:last-child) {
	margin-bottom: 10px;
}
.privacy-policy__section h2 {
	font-family: HouschkaProBold;
	margin: 0 0 10px 0;
}
.privacy-policy__section p {
	font-size: 15px;
	margin: 0;
}
.privacy-policy__section .privacy-policy__container p:not(:last-child) {
  margin-bottom: 10px;
}
.agreement-error {
	display: flex;
	justify-content: flex-end;
	color: #ad0505;
}
.blog-section {
	font-size: 16px;
	padding: 0 0 40px 0;
}
.blog-section h1,
.blog-section h2,
.blog-section h3,
.blog-section p,
.blog-section ul,
.blog-section ol {
	margin: 0;
	line-height: 1.5;
}

.blog-section h1,
.blog-section h2,
.blog-section h3
{
	margin: 15px 0;
	color: #3d94ea;
	font-family: HouschkaProBold;
	line-height: 1.2;
}

.blog-section h1 {
	margin-top: 0;
	color: initial;
}

#nx-ip-cnt .blog-section__item h2 a {
	color: #655c5c;
	transition: .3s all;
}

#nx-ip-cnt .blog-section__item h2 a:hover {
	color: #c32323;
}

.blog-section p:not(:last-child),
.blog-section ul:not(:last-child),
.blog-section ol:not(:last-child),
.blog-item__preview-text
{
	margin-bottom: 10px;
}

.blog-section__item:not(:last-child) {
	margin-bottom: 20px;
	border-bottom: 1px solid #3d94ea;
	padding-bottom: 15px;
}

.blog-section ul li:not(:last-child),
.blog-section ol li:not(:last-child) {
	margin-bottom: 5px;
}
.blog-section ul li::marker {
	color: #3d94ea;
}
.c_black {
	color: #655c5c !important;
}
.c_blue {
	color: #3d94ea !important;
}
.r-logo-container {
	display: flex;
}
.r-logo-container__item {
	display: flex;
	width: 100%;
	max-width: 93px;
}
.r-logo-container__item svg {
	max-height: 35px;
}
.r-logo-container .bg-red {
	background: #e42a35;
}
.r-logo-container__item:not(:last-child){
	margin-right: 15px;
}
.footer-section__links-item.r-logo {
	margin-top: 4px;
}
.company-button-section {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 10px;
	margin-top: -10px;
}
.company-button-section__button {
	text-decoration: none;
	background: #3d94ea;
	padding: 10px;
	color: #fff !important;
	font: 14px HouschkaProBold;
	transition: .3s all;
}
.company-button-section__button:hover {
	background: #1779db;
}
.presentation-section {
	display: flex;
	margin-bottom: 20px;
}
.presentation-section__button {
	display: flex;
	align-items: center;
	text-decoration: none;
	background: #3d94ea;
	padding: 10px;
	color: #fff !important;
	font: 14px HouschkaProBold;
	transition: .3s all;
}
.presentation-section__button:hover {
	background: #1779db;
}
.ps__text {
	margin-right: 8px;
}
.ps__item {
	width: 20px;
	height: 27px;
}
.header-section {
	display: flex;
	flex-direction: column;
	width: 100%;
}
.header-section__sides {
	display: flex;
	align-items: center;
}
.city-chooser__section {
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	/* margin-bottom: 20px; */
}
.city-chooser {
	position: relative;
}
.city-chooser__wrapper {
  /* max-width: 150px; */
}
.city-chooser__city-name {
	text-align: right;
	font: 17px HouschkaProMedium;
	margin-right: 10px;
}
.city-chooser__city-icon {
	width: 16px;
	max-height: 22px;
}
.city-chooser__body {
	width: 100%;
	position: absolute;
	right: 0;
	background: #fff;
	border: 1px solid #e7e7e7;
	z-index: 999;
	display: none;
	box-shadow: 0 2px 5px 1px rgb(64 60 67 / 16%);
}
.city-chooser__header {
	display: flex;
	align-items: center;
	justify-content: start;
	width: 100%;
	min-width: 150px;
	/* border-bottom: 2px dashed; */
/* 	margin-bottom: 5px;*/
	padding-bottom: 3px;
	cursor: pointer;
}
.city-chooser__item a {
	display: flex;
	padding: 7px 10px;
	text-decoration: none;
	color: initial;
}
.city-chooser__item:hover,
.city-chooser__item .active
{
	background: #3d94ea;
}
.city-chooser__item:hover a,
.city-chooser__item .active
{
	color: #fff;
}
.header__item.city-chooser {
	position: absolute;
	right: 40px;
	top: 56px;
	min-width: 130px;
	z-index: 99;
}
.mobile-city-section,
.find-buyer__mobile
{
	display: none;
	align-items: center;
	justify-content: center;
	margin-top: 25px;
	margin-bottom: 25px;
}
.mobile-city-section .city-chooser__header {
	justify-content: center;
	padding: 10px 0;
}
.mobile-city-section .city-chooser__wrapper {
	width: 100%;
	max-width: 100%;
}
.mobile-city-section .city-chooser,
.mobile-city-section .city-chooser__body
{
	width: 100%;
}
.confirm-region-modal {
	position: absolute;
	top: -200px;
	width: 100%;
	background: #ffffff;
	max-width: 314px;
	margin: auto;
	right: 2%;
	z-index: 9999;
	box-shadow: 0 2px 5px 1px rgb(64 60 67 / 16%);
	border: 1px solid #3d94ea;
	border-radius: 5px;
}
.confirm-region-modal__wrapper {
	position: relative;
	padding: 20px;
}
.confirm-region-modal__close {
	position: absolute;
	top: 0;
	right: 0;
	padding: 10px;
	background: #3d94ea;
	line-height: 1.2;
	height: 10px;
	width: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	color: #fff;
	font-family: HouschkaProBold;
	cursor: pointer;
	transition: .3s all;
}
.confirm-region-modal__header {
	font-family: HouschkaProBold;
	font-size: 20px;
	margin: 20px 0;
	text-align: center;
}
.confirm-region-modal__body-item {
	display: flex;
	justify-content: space-between;
}

.confirm-region-modal__body-item:first-child {
	flex-direction: column;
	margin-bottom: 20px;
}

.confirm-region-modal__btn-confirm,
.confirm-region-modal__btn-change {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	background: #3d94ea;
	font-size: 16px;
	color: #fff;
	font-family: HouschkaProBold;
	width: 100%;
	cursor: pointer;
	transition: .3s all;
}

.confirm-region-modal__btn-confirm {
	background: #4CAF50;
}

.confirm-region-modal__btn-change {
	margin-right: 10px;
}

.confirm-region-modal__btn-confirm:hover,
.confirm-region-modal__btn-change:hover,
.confirm-region-modal__close:hover
{
    background: #1779db;
}

.region-modal-rs__item a {
	display: flex;
	padding: 7px 10px;
	text-decoration: none;
	color: initial;
	transition: .3s all;
}
.confirm-region-modal__rs {
	display: none;
}
.region-modal-rs__body {
	display: none;
  border: 1px solid #f1f1f1;
}

.region-modal-rs__item:not(:last-child) {
  border-bottom: 1px solid #f1f1f1;
}

.region-modal-rs__item:hover,
.region-modal-rs__item .active {
  background: #3d94ea;
	color: #fff;
}
.region-modal-rs__item:hover a {
	color: #fff;
}

.region-modal-rs__header {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	font-size: 16px;
}

.region-modal-rs__header span {
	display: flex;
	border-bottom: 2px dashed #7b7b7b;
	margin-bottom: 5px;
	font-family: "Font Awesome 5 Free";
	cursor: pointer;
}

.region-modal-rs__header span:after {
	display: flex;
	align-items: center;
	content: "\f078";
	margin-left: 10px;
	font-weight: 900;
}

.cp__sorting-box {
	display: flex;
}
.sorting-box__mobile {
	display: none;
	position: relative;
	min-width: 115px;
}
.sorting-box__mobile-body {
	display: none;
	width: 100%;
	position: absolute;
	padding: 7px 0;
	background: #fff;
	border: 1px solid #e7e7e7;
	box-shadow: 0 2px 5px 1px rgb(64 60 67 / 16%);
	z-index: 9;
	left: 10px;
	top: -6px;
}
.sorting-box__mobile-body .sorting-box__item {
	margin: 0;
	padding: 0 7px;
	line-height: 1.2;
}
.sorting-box__mobile-body .sorting-box__item:not(:last-child){
	margin-bottom: 7px;
}

.sorting-box__wrapper,
.sorting-box__desctop
{
	display: flex;
	align-items: flex-end;
}
.sorting-box__item {
	cursor: pointer;
	transition: .3s;
	position: relative;
}
.sorting-box__desctop .sorting-box__item:not(:last-child) {
	margin-right: 10px;
}
.sorting-box__item:hover {
	color: #3d94ea;
}

.sorting-box__desctop .sorting-box__item[data-sort-direction]{
	color: #3d94ea;
	padding-right: 15px;
}

.sorting-box__mobile-header  .sorting-box__item[data-sort-direction]{
	padding-left: 15px;
}

.sorting-box__mobile-header .sorting-box__item[data-sort-direction]:before,
.sorting-box__desctop .sorting-box__item[data-sort-direction]:before
{
	content: "";
	width: 8px;
	height: 8px;
	position: absolute;
	right: 0;
}

.sorting-box__mobile-header .sorting-box__item[data-sort-direction]:before
{
	left: 0;
}

.sorting-box__desctop .sorting-box__item[data-sort-direction]:before
{
	right: 0;
}

.sorting-box__mobile-header .sorting-box__item[data-sort-direction=asc]:before,
.sorting-box__desctop .sorting-box__item[data-sort-direction=asc]:before
{
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjgiIGZpbGw9IiM2NTY1NjUiPjxwYXRoIGQ9Ik0wIDBoNHYySDB6bTAgM2g2djJIMHptMCAzaDh2MkgweiIvPjwvc3ZnPg==) no-repeat;
}

.sorting-box__mobile-header .sorting-box__item[data-sort-direction=desc]:before,
.sorting-box__desctop .sorting-box__item[data-sort-direction=desc]:before
{
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjgiIGZpbGw9IiM2NTY1NjUiPjxwYXRoIGQ9Ik0wIDZoNHYySDB6bTAtM2g2djJIMHptMC0zaDh2MkgweiIvPjwvc3ZnPg==) no-repeat;
}

.sorting-box__mobile-header .sorting-box__item[data-sort-direction=asc]:before
{
	top: 30%;
}

.sorting-box__mobile-header .sorting-box__item[data-sort-direction=desc]:before
{
	top: 30%;
}


.sorting-box__desctop .sorting-box__item[data-sort-direction=asc]:before
{
	top: 31%;
}

.sorting-box__desctop .sorting-box__item[data-sort-direction=desc]:before
{
	top: 34%;
}

.employees-section__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}

.employee {
	font: 16px HouschkaProMedium;
	width: 100%;
	max-width: 29.892%;
	min-height: 269px;
	text-align: center;
	margin-bottom: 26.5px;
	position: relative;
	border: 2px solid #f2f2f2;
	transition: all 0.35s;
}

#nx-ip-cnt .employee a {
	color: initial;
}

.employee__wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 27px 35px;
}

.employee__img {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	width: 110px;
	height: 110px;
	margin-bottom: 10px;
	overflow: hidden;
	border-radius: 50%;
	background: #cacaca;
}

.employee__name {
	display: block;
  min-height: 27px;
	margin-bottom: 9px;
	font-family: HouschkaProBold;
	text-decoration: none;
}

.employee__name span {
	transition: .3s all;
	border-bottom: 2px solid #fff;
}

.employee__name:hover span {
	border-bottom: 2px solid #3d94ea;
}

.employee__name:hover {
	color: #3d94ea !important;
}

.employee__position {
	margin-bottom: 17px;
	font-size: 14px;
	min-height: 30px;
	line-height: 1.1;
	font-family: HouschkaProDemiBold;
	color: #a0a0a0 !important;
	text-decoration: none;
}

.employee__img img {
	width: 110px;
	height: 110px;
	object-fit: contain;
}

.employee__phone {
	margin-bottom: 9px;
	font-size: 14px;
/* 	font-family: HouschkaProLight;
	color: #484848; */
	font-family: HouschkaProDemiBold;
}

.employee__phone a {
	text-decoration: none;
	color: #a0a0a0 !important;
}

.employee__bottom {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.employee__button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 37px;
	color: #fff !important;
	font-size: 14px;
	background: #3d94ea;
	text-decoration: none;
}

.worker__row {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.worker-section a {
	text-decoration: none;
}

.worker-section img {
	max-width: 100%;
	max-height: 100%;
}

.worker__form {
	width: 100%;
	max-width: 288px;
	border-radius: 8px;
	overflow: hidden;
}

.worker__form-box {
	display: flex;
	align-items: end;
	justify-content: end;
	width: 100%;
	height: 100%;
	text-align: center;
}

.worker__form-box .form-success {
	font-size: 24px !important;
	font-family: 'HouschkaProBold';
	color: #38aa43;
}

.worker-form {
	width: 100%;
}

.worker-form__wrapper {
	padding: 27px 13.544% 38px;
}

.worker__form .input-error {
	border-color: #f00 !important;
}

.worker__form .input-success {
	border-color: #3d94ea !important;
}

.worker-form__header {
	text-align: center;
	font-family: 'HouschkaProBold';
	font-size: 21px;
	line-height: 1;
	margin-bottom: 20px;
}

.worker-form__header span {
	color: #2f83d6;
}

.worker-form__content {
	margin-bottom: 10px;
}

.worker-form__footer .r-checkbox {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
}

.worker-form__footer .r-checkbox__wrapper {
	display: inline-flex;
	align-items: center;
}

.r-checkbox__name {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 5px;
}

.r-checkbox__value {
	display: flex;
	flex-direction: column;
	line-height: 0.8;
}

.r-checkbox__value a {
	color: #696969 !important;
}

/* .lpn-form > div:not(:last-child) {
	margin-bottom: 10px;
} */

form.lpn-form input[type="submit"] {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 50px;
	padding: 0;
	text-transform: uppercase;
	font-family: 'HouschkaProBold';
	font-size: 16px;
	color: #fff;
	background: #3d94ea;
	border-radius: 4px;
	cursor: pointer;
	transition: .3s all;
}

form.lpn-form input[type="submit"]:hover {
	background: #2f83d6;
}

.form-group:not(:last-child) {
	margin-bottom: 10px;
}

.form-group input {
	width: 100%;
	border: 1px solid #f6f6f6;
	height: 37px;
	padding: 0 21px;
	outline: none;
}

.worker__col.worker__info {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.worker__personal-mobile-info {
	display: none;
}

.worker__top {
	display: flex;
	align-items: center;
	width: 100%;
	margin-bottom: 14px;
}

.worker__img {
	border-radius: 50%;
	overflow: hidden;
	width: 188px;
	height: 188px;
	min-width: 188px;
	min-height: 188px;
}

.worker__personal {
	width: 100%;
}

.worker__img img {
	width: 188px;
	height: 188px;
	object-fit: cover;
}

.worker__position {
	font-size: 16px;
	font-family: HouschkaProMedium;
	margin-bottom: 10px;
}

.worker__name {
	font-size: 24px !important;
	font-family: 'HouschkaProBold';
	margin-bottom: 30px;
}

.worker__name h1 {
	margin: 0;
	font-size: inherit;
}

.worker__soc-list {
	display: flex;
}

.worker__soc-list-item {
	display: flex;
	align-items: center;
	justify-content: center;
}

.worker__soc-list-item:not(:last-child) {
	margin-right: 12px;
}

.worker__soc-list-item-title {
	font-size: 14px;
	font-family: HouschkaProMedium;
	color: #777777;
	margin-right: 7px;
}

.worker__soc-list-item-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 85px;
	height: 21px;
}

.worker__soc-list-item {
	width: 174px;
	height: 49px;
	border: 1px solid #929292;
	border-radius: 4px;
}

.worker__bottom {
	display: flex;
}

.worker__reviews,
.worker__img
{
	margin-right: 5.155%;
}

.worker__reviews-header {
	font-family: 'HouschkaProBold';
	text-align: center;
	margin-bottom: 8px;
}

.worker__reviews-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 186px;
	height: 43px;
	border: 1px solid #64a9ee;
	border-radius: 4px;
}

.worker__reviews-btn:not(:last-child) {
	margin-bottom: 10px;
}

.worker__reviews-box .ym-button__wrapper {
	/* width: 130px; */
	height: 32px;
}

.worker__reviews-box .g2-button__wrapper {
	/* width: 75px; */
	height: 32px;
}

.worker__messengers {
	display: flex;
}

.worker__phone {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 175px;
	height: 37px;
	color: #717171 !important;
	font-family: 'HouschkaProMedium';
	background: #efefef;
	text-decoration: none;
	border-radius: 4px;
}

.worker__phone-icon {
	display: block;
	width: 19px;
	height: 19px;
	margin-right: 5px;
}

.worker__phone-icon svg {
	fill: #3d94ea;
}

.worker__viber,
.worker__whatsapp,
.worker__telegram
{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 37px;
	height: 37px;
	margin: 0 10px;
}

.worker__messengers > a:not(:last-child) {
	margin-right: 10px;
}

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

.worker__contacts-top {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
}

.worker__address {
	font-size: 16px;
	font-family: 'HouschkaProMedium';
	color: #717171;
}

.worker__address > div {
	margin-bottom: 7px;
}

.worker__address a {
	color: #717171 !important;
}

.worker-section__info {
	/* border-bottom: 1px solid #e3e3e3; */
	padding-bottom: 45px;
	margin-bottom: 45px;
}

.worker-section__statistics {
	display: flex;
	width: 100%;
	margin: 40px 0;
}

.worker-section__statistics-item {
	font-family: 'HouschkaProMedium';
}

.worker-section__statistics-item:not(:last-child) {
	margin-right: 24px;
}

.worker.worker-section {
	padding: 40px 0;
	min-height: 600px;
}

.ws-tab__list {
	display: flex;
	width: 100%;
	height: auto;
}

.ws-tab__item {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 7px 10px;
	line-height: 1;
	font-family: HouschkaProMedium;
	background: #efefef;
	text-align: center;
	border: 1px solid #ffffff00;
	width: 100%;
	height: auto;
	cursor: pointer;
	transition: .3s;
	min-height: 28px;
	max-width: 250px;
}
.ws-tab__item-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
}
.ws-tab__item-wrapper > div:not(:last-child) {
	margin-right: 5px;
}
.ws-tab__item:hover, .ws-tab__item.active {
	color: #fff;
	background: #3d94ea;
	border-color: #2c73ba00;
}

.ws-tab__header {
	margin-bottom: 20px;
}
.ws-tab__content .active.ws-tab__content-item,
.ws-tab__content .active.ws-tab__content-item > .d-none
{
	display: block !important;
}
.ws-tab__content .ws-tab__content-item {
	display: none;
	min-height: 400px;
}
.ws-tab__mobile-header {
	display: none;
}
.ws-tab__content-wrapper {
	position: relative;
}

#loading{
	background: #fafafa;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 100;
	top:0;
	left:0;
	bottom:0;
	/* display: none; */
}

.loader{
	position: relative;
	height: 80px;
	width: 80px;
	border-radius: 80px;
	border: 3px solid #3d94ea;

	top: 28%;
	top: -webkit-calc(50% - 43px);
	top: calc(50% - 43px);
	left: 35%;
	left: -webkit-calc(50% - 43px);
	left: calc(50% - 43px);

	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;

	-webkit-animation: loader 3s linear infinite;
	-moz-animation: loader 3s linear infinite;
	-o-animation: loader 3s linear infinite;
	animation: loader 3s linear infinite;
}
.loader:after{
	content: "";
	position: absolute;
	top: -5px;
	left: 20px;
	width: 11px;
	height: 11px;
	border-radius: 10px;
	background-color: #2d76be;
}
@-webkit-keyframes loader{
	0%{-webkit-transform:rotate(0deg);}
	100%{-webkit-transform:rotate(360deg);}
}
@-moz-keyframes loader{
	0%{-moz-transform:rotate(0deg);}
	100%{-moz-transform:rotate(360deg);}
}
@-o-keyframes loader{
	0%{-o-transform:rotate(0deg);}
	100%{-o-transform:rotate(360deg);}
}
@keyframes loader{
	0%{transform:rotate(0deg);}
	100%{transform:rotate(360deg);}
}
.worker-objects-tabs {
	margin: 40px 0;
}
.worker-objects-tabs__header {
	display: flex;
	width: 100%;
	margin-bottom: 40px;
}
.worker-objects-tabs__header-item {
	font-family: 'HouschkaProMedium';
	cursor: pointer;
	padding: 7px 10px;
	transition: .3s all;
	border: 2px solid #fff;
}
.worker-objects-tabs__header-item:hover {
	color: #fff !important;
	background: #3d94ea;
	border: 2px solid #3d94ea;
}
.worker-objects-tabs__header-item.active {
	color: #3d94ea;
	font-family: HouschkaProDemiBold;
}
.worker-objects-tabs__header-item:not(:last-child) {
	margin-right: 15px;
}
.worker-objects-tabs__content-item {
	display: none;
}
.active.worker-objects-tabs__content-item {
	display: block;
}
.ws-tab__item-count {
	font-size: 12px;
}
.f-item.copy {
	text-align: right;
}
#nx-ip-contacts .manager a {
	color: initial;
}
.requisites {
	margin-right: 5%;
	font: 16px HouschkaProMedium;
}
.requisites__header {
	margin: 10px 0;
	color: #3d94ea;
	font: 16px HouschkaProBold;
}
.requisites__item-name {
	min-width: 180px;
}
.requisites__item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px dashed #dadada;
	line-height: 1.2;
	padding-bottom: 10px;
}
.requisites__item:not(:last-child) {
	margin-bottom: 15px;
}
.requisites__item-value {
	text-align: right;
}
.requisites__item-name {
	font-family: HouschkaProBold;
}
.requisites.presentation-section {
	margin: 0;
	margin-top: 20px;
}
.requisites .presentation-section__button {
	min-width: 110px;
	justify-content: space-between;
}
.print-logo-section {
	height: 30px;
}
.print-header.header {
	padding-top: 30px;
}
.print-logo-section img {
	max-width: 100%;
	max-height: 100%;
}
.personal-info__position {
	width: 100%;
	max-width: 90%;
}
.c-tabs-section__wrapper {
	display: flex;
	flex-direction: column;
}
.c-tabs-section__header {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.c-tabs-section__h-item {
	cursor: pointer;
}
.c-tabs-section__h-item.select {
	cursor: initial;
}
.c-tabs-section__h-item span {
	font-size: 18px;
	font-family: HouschkaProMedium;
	border-bottom: 1px dashed #000;
	transition: .3s all;
}
.c-tabs-section__h-item.select span,
.c-tabs-section__h-item:hover span
{
	border-bottom: 1px dashed #3d94ea;
	color: #3d94ea;
}
.c-tabs-section__h-item:not(:last-child) {
	margin-right: 25px;
	margin-bottom: 12px;
}
.m-section {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.m-section .m-item {
	width: 100%;
	max-width: 380px;
	margin-bottom: 20px;
}
.m-section .m-item,
.m-item__img a
{
	display: flex;
}
.m-section .m-item:first-child {
	width: 100%;
}
.address-section .c-item__top {
	margin-bottom: 40px;
}
.m-item__img {
	display: flex;
	width: 150px;
	min-width: 150px;
	height: 150px;
	min-height: 150px;
	border-radius: 50%;
	background: #c5c5c5;
	overflow: hidden;
	margin-right: 15px;
}
.m-item__img img {
	max-height: 100%;
	object-fit: cover;
}
.m-item__content > div,
.m-item__content > div a {
	line-height: 1;
}
.m-item__content > div a {
	color: inherit !important;
}
.m-item__content > div:not(:last-child) {
	margin-bottom: 7px;
}
.m-item__content .name {
	font-family: 'HouschkaProDemiBold';
}
.address-section {
	display: none;
}
.address-section.select {
	display: flex;
	flex-direction: column;
}
.address-section__wrapper {
	display: flex;
}
.address-section__info {
	width: 100%;
	margin-right: 5%;
}
.address-section__map {
	display: flex;
	width: 100%;
	max-width: 45%;
	height: 300px;
	background: #ededed;
}
.as-info__item-value {
	text-align: right;
	color: #000;
}
.as-info__item-value a {
	color: #000 !important;
}
.as-info__item:not(:last-child) {
	width: 100%;
	display: flex;
	align-items: center;
	font: 16px HouschkaProMedium;
	justify-content: space-between;
	border-bottom: 1px dashed #dadada;
	padding-bottom: 8px;
	margin-bottom: 8px;
}
.as-info__item .requisites.presentation-section {
	margin: 0;
}
.as-info__item-name {
	font-family: HouschkaProBold;
}
.deactive.header__address span {
	cursor: default;
	border: none;
}
.header__address span {
	border-bottom: 1px dashed #dadada;
	transition: .3s all;
	cursor: pointer;
}
.header__address:not(.deactive):hover span {
	color: #3d94ea;
	border-bottom: 1px dashed #3d94ea;
}
.address-section__map.empty {
	background: initial;
}
.manager-link {
    color: #3d94ea !important;
}
.object-info__bottom-item.mobile {
    display: none;
}

.employee,
.cs-content-item__wrapper,
.nx-smartfilter,
.nx-smartfilter .form-row .form-col span,
.nx-smartfilter .ms-choice,
.nx-smartfilter .form-col__inputs input,
.nx-csf-map-button,
.presentation-section__button,
.employee__button,
#nx-csf-street,
a#nx-op-docs-button,
.object-bottom-section__item-col div,
a.ya-share2__link.ya-share2__link_more.ya-share2__link_more-button-type_long,
#nx-cp-objects.list-view .object-info__bottom > a,
#nx-cp-objects.list-view .object-info__bottom .object-info__bottom-item > a,
.header__company-menu_favorites-section a,
.new-objects-section__button a,
a.item-btn.more-details,
.cp-view__item,
.header__company-menu_favorites-section,
.requisites .presentation-section__button,
.form-row.nx-smartfilter__buttons-section input,
.static .main-menu__favorites-section,
.static .main-menu__favorites-section a,
a#nx-op-housing-url,
#nx-ip-cnt .object-option-btn,
.nx-op-prop-calc,
.nx-op-prop-calc2,
.cs-content__item,
.nx-smartfilter__type-of-flat .ui-checkboxradio-label,
.ms-choice>div,
.flex-row.flex-table__row.ft-new,
.btn-show-contacts
{
	overflow: hidden;
	border-radius: 12px !important;
}
.objects-section__item .item-btn.more-details {
	padding: 10px 20px;
	border-radius: initial !important;
}
.favourites-btn__add,
.favourites-btn svg,
.ya-share2__link.ya-share2__link_more.ya-share2__link_more-button-type_short,
.objects-section__item-favourites .favourites-btn__add
{
	width: 33px;
	height: 33px;
}
.nx-csf-map-button {
    left: 50% !important;
    transform: translateX(-50%) !important;
}
.ya-share2__container_size_m .ya-share2__item_more .ya-share2__icon_more {
	background-size: 18px 18px !important;
}
a#nx-op-housing-url {
	font-size: 19px;
}
.objects-section__first-name,
.objects-section__second-name,
#nx-op-object a.object-option-btn.btn-view.bg-color_gray,
a.object-option-btn.btn-exchange,
a.object-option-btn.btn-bid
{
	font-size: 17px;
}
#nx-cp-objects.list-view .object-info__bottom > a {
	width: 200px;
}
.nx-smartfilter {
	overflow: initial !important;
}
.btn-show-contacts.btn-show-contacts_circle,
#nx-cp-objects.list-view .object-info__bottom .object-info__bottom-item > .btn-show-contacts.btn-show-contacts_circle {
    display: flex;
    width: 37px !important;
    height: 37px !important;
    border-radius: 50% !important;
    min-width: 37px;
    min-height: 37px;
    padding: 0;
	border: initial;
}
.btn-show-contacts_circle {
	display: none !important;
}
.pc-phone-btn {
    margin: 0 !important;
    color: #000 !important;
    font-family: 'HouschkaProBold';
}
/* .btn-show-contacts.btn-show-contacts_circle:hover svg path {
	fill: #fff !important;
} */
.btn-show-contacts_circle .fa-secondary {
	fill:#3d94ea;
	opacity: initial;
}
.btn-show-contacts_circle.active .fa-secondary {
	fill:#25d366;
}
.btn-show-contacts_circle .fa-primary {
	fill:#fff;
}
.list-view .objects-section__item_without-text .js-lv-slider .flex-viewport li,
.list-view .objects-section__item_without-text .object-img .flex-viewport,
.list-view .flex-viewport .objects-section__item_without-text .clone,
.list-view .objects-section__item_without-text .single-img
{
	max-height: 145px;
}
.list-view .objects-section__item_without-text .object-info > div:not(:last-child),
.list-view .objects-section__item_without-text .object-price-section,
.list-view .objects-section__item_without-text .object-manager {
	margin-bottom: 10px;
}
.list-view .objects-section__item_without-text .object-time {
	margin-bottom: 0;
}
.list-view .objects-section__item_without-text .favourites-btn__add {
	position: absolute;
	top: 30px;
}
.list-view .objects-section__item_without-text .object-img {
	width: 220px;
	min-width: 220px;
}
.object-info__row.object-price-section {
	align-items: center;
}
.object-text__header {
	display: none;
	align-items: center;
	justify-content:center;
    text-align: center;
    font-size: 20px;
	font-family: HouschkaProMedium;
    /* color: #3d94ea; */
	color: #000;
}
a#nx-op-docs-button {
	align-items: center;
	justify-content:center;
    text-align: center;
	font-family: HouschkaProBold;
    color: #3d94ea;
	background: none;
	border: none;
}
/* .tb-btn {
	z-index: 4;
} */
.social-modal {
	z-index: 9999999999;
}

.ms-button-nb,
.ms-button-nb > div
{
	display: flex;
	width: 100%;
	color: initial;
	justify-content: space-between;
	box-sizing: border-box;
	background: initial !important;
	border: initial !important;
}
.ms-button-nb .ms-button-nb__text {
	width: auto;
	margin-right: 15px;
}
.ms-button-nb {
	align-items: center;
}
.ms-button-nb__list {
	flex-wrap: wrap;
}
.ms-button-nb__item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
	font-size: 14px;
    border-radius: 50%;
    background: #3d94ea;
	color: #fff !important;
	font-family: HouschkaProBold;
}
.ms-button-nb__item2 {
	min-width: 22px;
	height: 40px;
	padding: 0 10px;
	margin: 0 20px 20px 0 !important;
	font-size: 14px;
	border-radius: 20px;
	background: #3d94ea;
	color: #fff !important;
	font-family: HouschkaProBold;
	display: flex;
	align-items: center;
	justify-content: center;
}
.ms-button-nb__item:not(:last-child) {
    margin-right: 10px;
}
.flex-table {
	font-size: 15px;
}
/* .flex-table__row:first-child {
	font-family: HouschkaProBold;
} */
.flex-table__row .flex-table__col:first-child {
    width: 170px;
    flex: initial;
}
.nx-op-object .ms-button-nb {
	display:none;
}
.flex-table__row {
	width: 100%;
	padding: 20px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.flex-table_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    color: #fff !important;
    width: 100%;
    background: #3d94ea;
	border: 1px solid #3d94ea !important;
    font-family: HouschkaProBold;
    border-radius: 20px !important;
	box-sizing: border-box;
}
.flex-table__buttons {
	width: 100%;
    display: flex;
    flex-direction: column;
	margin-top: 20px;
}
.flex-table__col.without-border {
	padding: 0;
}
.flex-table__col {
    display: flex;
    align-items: start;
    width: 200px;
}
/* .flex-table__row:first-child .flex-table__col {
	 color: #3d94ea;
} */
.flex-table__col .text {
	display: none;
}
.flex-table__mobile-header-bottom {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: end;
}
.flex-table__mobile-header-bottom > a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    width: 100px;
    height: 35px;
    color: #fff !important;
    background: #3d94ea;
    border: 1px solid #3d94ea;
    border-radius: 40px !important;
    font-family: HouschkaProBold;
}
.flex-table__mobile-header {
	padding: 20px 0;
	background: #fff;
	color: #000;
	border-bottom: 1px solid #3d94ea;
}
.flex-table__mobile-header-top {
    margin-bottom: 20px;
}
.nx-smartfilter__sub-options > div {
	border: none !important;
	padding: 0 !important;
}
.nx-smartfilter__main-options,
.advanced-search,
.nx-smartfilter__sub-options
{
    margin-bottom: 35px;
}
.nx-smartfilter__sub-options {
	display: none;
}
.advanced-search {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.advanced-search__btn {
	width: 180px;
	padding: 4px 0;
	text-align: center;
	font-family: HouschkaProMedium;
	font-size: 1.1em;
	background: #f6f6f6;
	border: 1px solid #c5c5c5;
	cursor: pointer;
	border-radius: 12px;
	margin-right: 20px;
}
.form-row.nx-smartfilter__buttons-section > input:last-child {
	margin-right: 0 !important;
}
body.locked_for_popup {
	overflow: hidden;
	height: 100vh; /* Это гарантирует, что высота остается фиксированной */
}
.manager-contacts-menu {
	width: 100%;
	max-width: 970px;
	height: 120px !important;
	position: fixed;
	background: #fdfdfd;
	bottom: -100%;
	left: 0;
	right: 0;
	z-index: 99999999999999999999;
	box-shadow: 0 2px 5px 1px rgba(64,60,67,.16);
	border-radius: 20px 20px 0 0;
	overflow: hidden;
	margin: 0 auto;
	transition: .3s all;
}
.overlay_popup_mobile {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.03);
	z-index: 999998; /* Нужно, чтобы он был под попапом */
	display: none; /* Скрыт по умолчанию */
}

.overlay_popup_mobile.active {
	display: block; /* Показываем попап и оверлей */
}

.manager-contacts-menu.active {
	width: 85%;
	max-width: 350px;
	height: 130px;
	position: fixed;
	background: #fdfdfd;
	bottom: 50%;
	left: 0;
	right: 0;
	z-index: 99999999999999999999;
	box-shadow: 0 2px 5px 1px rgba(64,60,67,.16);
	border-radius: 20px;
	overflow: hidden;
	margin: 0 auto;
	transition: .5s all;
}

.manager-contacts-menu__wrapper {
    padding: 10px 2%;
    margin: 0 auto;
    position: relative;
    height: 100%;
}
.manager-contacts-menu__list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    height: 100%;
}
.manager-contacts-menu__item {
    display: flex;
	align-items: center;
	flex-direction: column;
	color: initial !important;
}
.manager-contacts-menu__item-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	margin-bottom: 6px;
	border-radius: 50%;
}
.manager-contacts-menu__item:not(:last-child) {
	margin-right: 18px;
}
.manager-contacts-menu__item-icon svg {
    width: 30px;
    height: 30px;
}
.viber-icon .manager-contacts-menu__item-icon {
	background: #553ebc;
}
.whatsapp-icon .manager-contacts-menu__item-icon {
	background: #25d366;
}
.vk-icon .manager-contacts-menu__item-icon {
	background: #0077ff;
	color: #fff;
}
.phone-icon .manager-contacts-menu__item-icon {
	background: #d11e27;
}
a.ms-button-nb__item.active, a.ms-button-nb__item2.active {
	background: #bd0909;
}
.flex-row {
	flex-direction: row !important
}
.ft-new > div {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-grow: 1;
	width: auto;
	padding: 0;
	height: 35px;
	color: initial;
}
.ft-new > div .flex-table__box {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.ft-new > div:not(:last-child){
	border-right: 1px solid #cfd1d0;
}
.flex-table__row.ft-new {
	background: #f2f4f3;
	box-sizing: border-box;
	margin-bottom: 10px;
	padding: 8px 0;
}
.flex-table__box .favourites-btn,
.flex-table__box .favourites-btn svg
{
	width: 22px;
	height: 22px;
}
.flex-table__row:last-child .flex-table__box {
    flex-direction: row;
}
.flex-table__row .ya-share2__container_size_m .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more.ya-share2__link_more-button-type_short {
	padding: 0;
	border: none;
	background: none;
}
.flex-table__row .ya-share2__list.ya-share2__list_direction_horizontal,
.flex-table__row .ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item {
	margin: 0;
}
.flex-table__row .ya-share2__container_mobile.ya-share2__container_size_m .ya-share2__icon,
.flex-table__row .ya-share2__link.ya-share2__link_more.ya-share2__link_more-button-type_short
{
	width: 22px;
	height: 22px;
}
.flex-table__box-buttons > div:not(:last-child) {
	margin-right: 5px;
}
.flex-table__row.ft-new {
	font-size: 12px;
}
.flex-column {
	flex-direction: column !important;
}
#nx-sp-about h1 {
	font-size: 20px;
}

.pdf-catalog {
	justify-content: center;
}

/* .nx-csf-map {
	height: 400px;
} */
.popup {
	display: none; /* Скрываем попап по умолчанию */
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7); /* Прозрачный черный фон */
	justify-content: center;
	align-items: center;
    }

.popup-content {
	background-color: white;
	border-radius: 10px;
	padding: 20px;
	position: relative;
	text-align: center;
}

.close {
	position: absolute;
	right: 15px;
	top: 15px;
	cursor: pointer;
	font-size: 20px;
    }

.button-container {
	margin-top: 20px;
    }

.button {
	display: inline-block;
	margin: 10px;
	padding: 10px 20px;
	border-radius: 50px; /* Круглые кнопки */
	background-color: #007bff; /* Цвет кнопки */
	color: white;
	text-decoration: none;
}
.mobile-add-button {
	display: none;
}
.control-panel-mobile {
	display: none;
}
.open-v-phone {
	font-weight: bold;
	flood-color: #000;
}
@media screen and (max-width: 675px) {
	.popup-content {
	    width: 90%; /* Ширина попапа на мобильных устройствах */
	    padding: 15px; /* Уменьшаем отступы */
	    border-radius: 8px; /* Скругление углов */
	}

	.button {
	    padding: 10px 15px; /* Уменьшаем отступы на кнопках */
	    font-size: 14px; /* Уменьшаем размер шрифта на кнопках */
	}

	.close {
	    font-size: 18px; /* Уменьшаем размер шрифта для кнопки закрытия */
	}
}

/*стили для телеграм кнопки справа - общей*/
.social-modal .social.fa-telegram {
	background-color: #0088CC;
}
.social.fa-telegram:before {
	content: initial;
}

.tag-section_desctop {
	width: 100%;
}
.fl-1 img{
  max-width: 30px;
  max-height: 30px;
  height: auto;
  margin-right: 20px;
}
.telegram-icon .manager-contacts-menu__item-icon {
	background: #0088CC;
}
#nx-fp-form {
    max-width: 450px;
}

.logo-block_dt_mobile {
	display: none;
}

/*articles table style - стили для таблиц*/
.table-container {
  width: 100%;
  overflow-x: auto;
  margin: 20px 0;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.styled-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 500px;
  font-size: 14px;
}

.styled-table thead {
  background: #3d94ea;
}

.styled-table th {
  padding: 16px 12px;
  text-align: left;
  color: white;
  font-weight: 600;
  font-size: 15px;
  border: none;
  position: sticky;
  top: 0;
}

.styled-table th:first-child {
  border-top-left-radius: 8px;
}

.styled-table th:last-child {
  border-top-right-radius: 8px;
}

.styled-table tbody tr:nth-child(even) {
  background-color: #f8f9fa;
}

.styled-table tbody tr:nth-child(odd) {
  background-color: #ffffff;
}

.styled-table tbody tr:hover {
  background-color: #a0a0a0;
  font-weight: 800;
  transition: background-color 0.3s ease;
}

.styled-table td {
  padding: 14px 12px;
  border-bottom: 1px solid #e0e0e0;
  color: #333;
  line-height: 1.4;
}

.styled-table td:first-child {
  color: #2c3e50;
}


@media screen and (max-width: 1200px) {
	.logo-block_dt.open_village_logo {
		display: none;
	}
	.logo-block_dt_mobile {
		display: block;
	}
}
.d-flex {
    display: flex;
}
.flex-column {
    flex-direction: column;
}
.cottages-section__params-row {
    font-size: 15px;
    /* border-bottom: 1px solid #dedede; */
}
.cottages-section,
.cottages-section__params-row,
.cottages-section__params-row-wrapper
{
    justify-content: space-between;
}
.cottages-section__picture {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 40%;
    min-width: 120px;
    /* background: #e6e6e6; */
    /* border-right: 1px solid #dedede; */
}
.cottages-section__info {
    width: 100%;
    height: auto;
}
.cottages-section__img img {
    width: 100%;
    max-width: 100%;
}
.cottages-section__params-header {
    font-family: HouschkaProBold;
    color: #3d94ea;
    padding: 10px;
    text-align: center;
    /* border-bottom: 1px solid #dedede; */
}
.cottage-box {
    background: #f2f4f3;
    border-radius: 10px;
}
.cottage-box:not(:last-child) {
    margin-bottom: 20px;
}
.cottage-box {
    border: 1px solid #dedede;
}
.cottages-section__params-row-wrapper {
    width: 100%;
    padding: 10px;
    color: initial;
}
.cottages-section__btns {
    justify-content: end;
    padding: 10px 10px 0;
}
.cottages-section__btn-item {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dedede;
    padding: 5px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.cottages-section__btn-item .favourites-btn__add,
.cottages-section__btn-item .favourites-btn svg,
.cottages-section__btn-item .ya-share2__container_mobile.ya-share2__container_size_m .ya-share2__icon {
    width: 28px !important;
    height: 28px !important;
}
.cottages-section__btn-item a.ya-share2__link.ya-share2__link_more.ya-share2__link_more-button-type_short {
    display: flex;
    align-items: center;
    justify-content: center;
}
.cottages-section__btn-item:not(:last-child) {
    margin-right: 10px;
}
.cottages-section__info-wrapper {
    height: 100%;
    display: flex;
    padding: 10px 0;
    flex-direction: column;
    justify-content: space-between;
}
@media screen and (max-width: 767px) {
    .cottages-section__img img,
    .cottages-section__img
    {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
@media screen and (max-width: 575px) {
    .cottages-section__picture {
        max-width: 30%;
        min-width: auto;
    }
    .cottages-section__params-row {
        font-size: 12px;
    }
    .cottages-section__img {
        max-height: 26.6vw;
    }
    .cottages-section__picture {
        align-items: start;
    }
}


.policy{font-family: HouschkaProMedium;}

.policy p{
	margin-bottom: 5px;
}

.policy_strong{
	font-weight: 600;
}

.policy__row{
	display: flex;
	justify-content: space-between;
	margin: 5px 0;
}

.policy__qwestion{
	background: #eceded;
	padding: 10px;
	width: 20%;
	font-weight: 600;

}

.policy__answer{
	padding: 10px;
	width: 80%;
}

.row_blue{
	background: #eceded;
	font-weight: 600;
}

.row__item{
padding: 5px;
}

.row__item-25{
	width: 25%;
}

.row__item-50{
	width: 50%;
}

.top-line {
	border-top: 1px solid #f1f3f5;
}

.policy__wrap {
	word-wrap: break-word;
}



@media(max-width: 600px){
		.policy {
			word-wrap: break-word;
			font-size: 12px;
		}
       .policy p, .policy ul li, {
			font-size: 12px;
		}
		.row__item{
		padding: 2px;
		border: 1px solid #f1f3f5;
		}
		.policy__qwestion{
			padding: 2px;
			width: 100%;
		}
		.policy__answer{
			padding: 10px;
			width: 100%;
		}
		.xs-column {
			flex-direction: column;
		}

}
.objects-prop {
    display: flex;
    align-items: center;
}