html {
	color: #101312;
	font-size: 14px;
	line-height: 1.4;
}

html, body {
	height: 100%;
	font-family: 'Open Sans', sans-serif;
}

* {
	box-sizing: border-box;
}

strong, b {
	font-weight: 700;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

textarea {
	resize: vertical;
}

a {
	text-decoration: none;
	color: #1d7ecf;
}

h1 {
	font-weight: 600;
	font-size: 30px;
	line-height: 0.9;
	margin: 28px 0;
}

.news-item h1 {
	line-height: 1.4;
}

.news-item ul,
.news-item ol {
	overflow: hidden;
}

select {
	height: 30px;
	padding-left: 6px;
	width: 100%;
	border-color: #cfcfcf;
}

.browserupgrade {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}

.wrap {
	width: 100%;
	min-width: 1220px;
}

.container {
	width: 1220px;
	padding: 0 10px;
	margin: 0 auto;
}

.wrap.is-catalog .container,
.wrap.is-catalog-list .container{
	width: 1346px;
}

.header {
	height: 141px;
}

.header__top {
	height: 78px;
	border-bottom: 1px solid #e6e7e6;
	box-shadow: none;
	background-color: #fff;
	position: relative;
	z-index: 30;
}

.header__bottom {
	background-color: #ffffff;
	height: auto;
	position: relative;
	z-index: 20;
	padding: 20px 0;
}

.header__container {
	height: 100%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.header__bottom .header__container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.wrap__main .header__container {
	min-width: 100%;
	max-width: 1920px;
	width: 100%;
}

.header__logo {
	max-width: 180px;
	float: left;
	height: 100%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.logo__inner {
	list-style: none;
}

.logo__inner img {
	max-width: 100%;
}

.header__inner {
	float: right;
	display: table;
	height: 78px;
	max-width: 990px;
}

.header__menu {
	display: table-cell;
	vertical-align: middle;
}

.header__actions {
	display: table-cell;
	vertical-align: middle;
}

.header__button__login {
	margin-left: 10px;
	vertical-align: middle;
}

.header__link_question {
	margin-left: 30px;
	vertical-align: middle;
}

.header__button__application {
	margin-left: 12px;
	vertical-align: middle;
}

.menu__nav {
	position: relative;
}

.menu__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.menu__item {
	display: inline-block;
	vertical-align: top;
}

.menu__item {
	white-space: nowrap;
	margin: 0 6px;
}

.menu__link {
	line-height: 18px;
	height: auto;
	display: block;
	border-bottom: none;
	color: #101312;
	padding: 0 10px;
	text-align: center;
	font-size: 14px;
}

.menu__link h1 {
	font-size: inherit;
	font-weight: normal;
	color: inherit;
}

.menu__item:first-child {
	margin-left: 0;
}

.menu__item:first-child .menu__link {
	padding-left: 0;
}

.icon__menu {
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	width: 22px;
	margin: 0 6px 0 0;
	text-align: center;
}

.icon__menu .ic-icon {
	font-size: 20px;
}

.menu__link_active {
	/*border-bottom-color: #ec9c07;*/
}

.menu__dropdown__parent {
	position: relative;
}

.menu__dropdown__container {
	position: absolute;
	right: auto;
	left: 0;
	top: calc(100% + 10px);
	background-color: #ffffff;
	box-shadow: 0 0 13px 1px rgba(29, 30, 28, 0.20);
	display: none;
	padding: 10px 0;
	font-size: 14px;
}

.menu__dropdown__list {
	padding: 0;
	margin: 0;
}

.menu__dropdown__list .menu__item {
	display: block;
	margin: 0;
}

.menu__dropdown__list .menu__link {
	line-height: 1.4;
	height: auto;
	padding: 4px 12px;
	text-align: left;
}

.menu__link span:not(.icon__menu) {
	display: inline-block;
	vertical-align: top;
}

@media screen and (min-width: 1181px) {
	.menu__dropdown__list .menu__link:hover span:not(.icon__menu) {
		text-decoration: underline;
	}
}

[class*="ic-"], [class*="ic-"] i {
	font-style: normal;
}

.menu__dropdown__list .menu__link.is_parent:hover span:not(.icon__menu) {
	text-decoration: none;
}

.menu__link.is_parent .fa {
	margin-left: 8px;
	transition: .15s transform linear;
	display: inline-block;
	vertical-align: middle;
	margin-top: 2px;
}

.menu__link.is_parent.is_active .fa {
	transform: rotate(180deg);
}

.menu__delimer {
	display: block;
	width: 100%;
	height: 1px;
	background-color: #e6e7e6;
	margin: 4px 0;
}

.city__container {
	float: left;
	min-width: calc(317px - 25px);
	padding-right: 25px;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
}

.city__container a {
	font-size: 14px;
	font-weight: bold;
}

.ref__container {
	font-size: initial;
	float: none;
}

.ref__inner {
	display: inline-block;
	height: auto;
	border-left: none;
	padding: 0 15px;
	line-height: 18px;
}

.ref__inner.bordered {
	border-right: 1px solid #e6e7e6;
}

.ref__inner:last-child {
	padding-right: 0;
}

.ref__inner.is_selected {
	background-color: #fab430;
	border-left-color: #fab430;
	color: #fff;
}

.ref__inner.is_selected * {
	color: #fff !important;
}

.ref__item {
	color: #797979;
	font-size: 14px;
}

.ref__icon {
	color: #616161;
	margin-right: 3px;
}

.ref__icon.icon-black {
	font-size: 17px;
	position: relative;
	top: 1px;
}
.ref__icon.icon-business {
	font-size: 15px;
}
.ref__inner .ref__item + .ref__item {
	margin-left: 15px;
}

@media screen and (min-width: 1181px) {
	.ref__item:hover,
	.ref__item:hover .ref__icon {
		color: #159563
	}
}

.ref__item__block_m {
	line-height: 1;
}

.ref__item__block_m + .ref__item__block_m {
	margin-top: 10px;
}

.page_wrap {
	min-height: 100%;
	margin-top: -118px;
	padding-top: 132px;
	margin-bottom: -130px;
	padding-bottom: 160px;
}

.page-text[data-readmore] {
	height: 20px;
}

.page-text[data-readmore]:empty {
	display: none;
}

.footer {
	min-height: 130px;
	background-color: #f4f6f3;
	padding: 30px 0;
}

.footer__text {
	margin-top: -8px;
	margin-bottom: 14px;
	padding-bottom: 5px;
	border-bottom: 2px solid #159563;
	display: inline-block;
}

.footer__container:after {
	content: "";
	display: table;
	clear: both;
}

.footer__left_column {
	max-width: 180px;
	float: left;
}

.footer__logo {
	max-width: 180px;
	margin-bottom: 16px;
}

.footer__logo__inner {
}

.copyrights__text {
	line-height: 12px;
}

.footer__copyrights {
	font-size: 12px;
	font-weight: 600;
	line-height: 12px;
}

.footer__menu__list {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	width: 50%;
	-moz-column-count: 2;
	-moz-column-gap: 10px;
	-webkit-column-count: 2;
	-webkit-column-gap: 10px;
	column-count: 2;
	column-gap: 10px;
	list-style: none;
}

.footer__menu__item {
	display: block;
	margin-bottom: 8px;
	font-size: 13px;
	break-inside: avoid;
}

.footer__menu__item p {
	margin-top: 0;
	margin-bottom: 8px;
}

.footer__right__column {
	float: right;
	max-width: 112px;
}

.footer__center__column {
	float: left;
	width: calc(100% - 220px);
	margin-left: 40px;
}

.footer__menu__link {
	/*  color: #797979;*/
}

@media screen and (min-width: 1181px) {
	.footer__menu__link:hover {
		text-decoration: underline;
	}
}

.footer__developers {
	text-align: right;
}

.developers__text {
	color: #797979;
	font-size: 12px;
	font-weight: 600;
}

.developers__image {
	margin-right: 4px;
	margin-bottom: 8px;
	width: 56px;
}

.breadcrumbs__list {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 0;
}

.breadcrumbs__item {
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
}

.breadcrumbs__item:not(:last-of-type):after {
	content: "/";
	margin: 0 6px;
	color: #101312;
}

@media screen and (min-width: 1181px) {
	.breadcrumbs__link:hover {
		text-decoration: underline;
	}
}

.breadcrumbs {
	line-height: 12px;
}

.page__sidebar {
	width: 210px;
}

.page__content {
	width: 892px;
}

.page__middle__content {
	width: 650px;
	padding: 0 30px;
}

.page__columns {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.main {
	min-height: 100%;
	padding-top: 118px;
	margin-top: -118px;
}

.wrap.wrap__main {
	min-width: 100%;
}

.wrap__main .main {
	height: calc(100vh - 118px);
	padding: 0;
	margin: 0;
	min-height: 1px;
}

#Ymaps {
	width: 100%;
	height: 100%;
}

#canv {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	cursor: crosshair;
}

.map__container {
	width: 100%;
	height: 100%;
	position: relative;
}

.map__sidebar_wrap:after {
	content: "";
	display: table;
	clear: both;
}

.map__sidebar {
	width: 300px;
	max-width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	font-size: 13px;
	z-index: 13;
	-webkit-transition: width 0.3s linear;
	-moz-transition: width 0.3s linear;
	-ms-transition: width 0.3s linear;
	-o-transition: width 0.3s linear;
	transition: width 0.3s linear;
}

.map__sidebar_wrap {
	padding: 20px;
	text-align: center;
}

.map__sidebar__section .map__sidebar_wrap {
	text-align: left;
	padding: 15px 20px 16px;
}

.map__sidebar_wrap_scroll {
	padding-bottom: 0;
}

.cottage__sidebar .map__sidebar__sort {
	margin-top: 0;
	margin-bottom: 0;
}

.scrollbar-inner {
	overflow: hidden;
	height: 100%;
}

.h-100 {
	height: 100%;
}

.form-hidden {
	display: none !important;
}

.form__sidebar__footer {
	padding: 20px;
}

.map__inner {
	height: 100%;
	position: relative;
	overflow: hidden;
}

.map__inner:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	box-shadow: inset 8px 8px 13px -6px rgba(29, 30, 28, 0.20), inset 8px 8px 13px -10px rgba(29, 30, 28, 0.20);
	z-index: 1;
	pointer-events: none;
}

.map__actions__section {
	position: absolute;
	top: 14px;
	right: 20px;
	z-index: 2;
}

.map__sidebar__section {
	height: 100%;
	width: 300px;
	max-height: 100%;
	overflow: hidden;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	position: absolute;
	top: 0;
	left: -400px;
	background-color: rgba(255, 255, 255, 1);
	border-top: 1px solid #f0f0f0;
	box-shadow: 1px 5px 10px 0px rgba(0, 0, 0, 0.2);
	-webkit-transition: left 0.2s linear;
	-moz-transition: left 0.2s linear;
	-ms-transition: left 0.2s linear;
	-o-transition: left 0.2s linear;
	transition: left 0.2s linear;
	z-index: 2;
}

.map__sidebar__section.is_active {
	left: 0;
	z-index: 3;
}

.map__sidebar__section.is_active ~ .map__sidebar__section.is_active {
	left: 400px;
	z-index: 2;
}

[data-id="result"].is_active ~ .map__sidebar__section .form__filtered__hide {
	display: none;
}

.form__filtered__show {
	display: none;
}

[data-id="result"].is_active ~ .map__sidebar__section .form__filtered__show {
	display: block;
}

.map__section__result {
	width: 337px;
	z-index: 100;
	display: block;
}

.map__section__result {
}

.map__section__result .js_section_footer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

.filter__news {
	height: 132px;
	width: 100%;
	overflow: hidden;
}

.filter__news__image-block {
	width: 100%;
	height: 100%;
	position: relative;
}

.filter__news__image-block img {
	width: 100%;
	min-height: 100%;
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.filter__news__item {
	position: relative;
	height: 132px;
}

.filter__news__image-block:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.63);
	z-index: 2;
}

.filter__news__description {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 3;
	color: #fff;
	font-size: 12px;
	padding: 18px 42px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.filter__news__name {
	font-size: 14px;
	line-height: 1.5;
}

.filter__news__footer {
	margin-top: 20px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.filter__news__more {
	text-decoration: underline;
	color: #fff;
}

@media screen and (min-width: 1181px) {
	.filter__news__more:hover {
		text-decoration: none;
	}
}

.map__sidebar__header {
	position: relative;
	border-bottom: 1px solid #f1f1f1;
}

.form__link__close {
	position: absolute;
	line-height: 10px;
	top: 2px;
	right: 8px;
	font-size: 14px;
	padding: 10px;
}

.form__link__icon__close {
	line-height: 10px;
	color: #616161;
}

.pagination__list {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 0;
	vertical-align: top;
	text-align: center;
	display: inline-block;
}

.object__inner .no-image-placeholder:after {
	font-size: 11px;
	top: 42%;
}

.pagination__list:empty {
	display: none;
}

.pagination__item {
	font-size: 12px;
	display: inline-block;
	vertical-align: middle;
}

.pagination__link {
	color: #101312;
	display: block;
	text-align: center;
	line-height: 28px;
	font-size: 15px;
	border-left: none;
	width: 30px;
	height: 30px;
	border: 1px solid #e4e4e4;
	border-left: none;
}

.pagination__item:first-child a,
.pagination__item:first-child + li a,
.pagination__item:first-child span,
.pagination__item:first-child + li span {
	border-left: 1px solid #e4e4e4;
}

@media screen and (min-width: 1181px) {
	a.pagination__link:not(.pagination__action):hover {
		background-color: #e4e4e4;
	}
}

.pagination__link.is_active {
	background-color: #2594ef;
	color: #fff;
	border-color: #2594ef !important;
}

.pagination__link.is_active {
	pointer-events: none;
}

.pagination__result {
	vertical-align: top;
	display: inline-block;
	line-height: 24px;
}

.pagination__list + .pagination__result {
	margin-left: 20px;
}

.pagination {
	margin: 30px 0;
}

.map__sidebar .pagination {
	border-top: 1px solid #f1f1f1;
	margin: 0;
}

.pagination__disabled {
	pointer-events: none;
	color: #797979;
}

.pagination__action i {
	font-size: 38px;
	line-height: 26px;
}

.pagination__action {
	line-height: 30px;
	color: #2593f0;
	border: none !important;
	margin: 0 8px;
}

span.pagination__action {
	opacity: .6;
}

.map__help__item {
	display: none;
}

.map__help__list__popup {
	padding: 0;
	margin: -15px 0 0;
}

.map__help__list__popup .map__help__item {
	display: block;
	width: 33.3333%;
	float: left;
	margin-top: 15px;
}

.map__help__list__popup .map__help__label {
	width: 25px;
	height: auto;
	display: inline-block;
}

.map__help__list__popup .map__help__text {
	width: calc(100% - 52px);
	display: inline-block;
}

.map__help__action__icon {
	height: 10px;
}

.map__help__item.is_visible_inline_block + .map__help__item {
	margin-left: 15px;
}

/*[class*="copyrights-pane"] {
	display: none;
}*/

.create__container {
	font-size: 13px;
}

.create__header {
	width: 448px;
}

.create__header__cottage {
	width: 550px;
}

.cottage__map__field {
	margin-top: 14px;
}

.form__label__inner + .form__upload__wrap {
	margin-top: 10px;
}

::-webkit-input-placeholder {
	color: #7a7a7a !important;
}

::-moz-placeholder {
	color: #7a7a7a !important;
	opacity: 1 !important;
}

:-moz-placeholder {
	color: #7a7a7a !important;
	opacity: 1 !important;
}

:-ms-input-placeholder {
	color: #7a7a7a !important;
}

.auth-block::-webkit-input-placeholder {
	color: #ffffff !important;
}

.auth-block::-moz-placeholder {
	color: #ffffff !important;
}

.auth-block:-moz-placeholder {
	color: #ffffff !important;
}

.auth-block:-ms-input-placeholder {
	color: #ffffff !important;
}

.form__control:focus::-webkit-input-placeholder {
	color: #ffffff !important;
}

.form__control:focus::-moz-placeholder {
	color: #ffffff !important;
	opacity: 1 !important;
}

.form__control:focus:-moz-placeholder {
	color: #ffffff !important;
	opacity: 1 !important;
}

.form__control:focus:-ms-input-placeholder {
	color: #ffffff !important;
}

.form__control {
	width: 100%;
	height: 30px;
	border: 1px solid #cfcfcf;
	border-radius: 2px;
	padding: 0 8px;
	outline: none;
	background-color: #fff;
}

.button {
	display: inline-block;
	min-width: 110px;
	height: 30px;
	background-color: #159563;
	border: 1px solid #159563;
	color: #ffffff;
	border-radius: 2px;
	outline: none;
	text-align: center;
	line-height: 28px;
	text-decoration: none;
	padding: 0 12px;
	position: relative;
}

.button__size_l {
	height: 40px;
	line-height: 1.2;
	padding: 0 20px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.filter__form__footer .button__size_l {
	padding-bottom: 1px;
	position: relative;
}

.button__colored {
	background-color: #ffebc6;
	border-color: #cfcfcf;
	color: #111310;
}

.button__size_l_min {
	min-width: 180px;
}

.button__left__margin {
	margin-left: 19px;
}

.button__right__margin {
	margin-right: 19px;
}

.button__width_f {
	width: 100%;
}

@media screen and (min-width: 1181px) {
	.button:hover {
		background-color: #ffffff;
		color: #159563;
	}
}

.button_theme_white {
	background-color: #ffffff;
	border-color: #cfcfcf;
	color: #797979;
}

@media screen and (min-width: 1181px) {
	.button_theme_white:hover {
		border-color: #ec9c07;
		color: #ec9c07;
	}
}

.button__icon {
	color: #fff;
	margin-right: 3px;
}

.button__size_l .button__icon {
	margin-right: 5px;
}

@media screen and (min-width: 1181px) {
	.button:hover .button__icon {
		color: #159563;
	}
}

.button__icon__theme__white {
	color: #616161;
}

@media screen and (min-width: 1181px) {
	.button:hover .button__icon__theme__white {
		color: #ec9c07;
	}
}

.button__map {
	display: inline-block;
	padding: 0 25px;
	vertical-align: top;
	min-width: 40px;
	height: 40px;
	border-width: 0;
	border-radius: 40px;
	background-color: #fff;
	box-shadow: 0 2px 3px 1px rgba(0, 0, 0, .2);
	text-align: center;
	line-height: 38px;
	cursor: pointer;
	transition: box-shadow .2s cubic-bezier(.455, .03, .515, .955), background-color .2s cubic-bezier(.455, .03, .515, .955), opacity .2s cubic-bezier(.455, .03, .515, .955);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	outline: none;
	color: #7a7a7a;
}

@media screen and (min-width: 1181px) {
	.button__map:not(.button__map__borders):hover, .button__map__borders.is_active:hover {
		box-shadow: 0 3px 4px 1px rgba(0, 0, 0, .3);
	}
}

@media screen and (min-width: 1181px) {
	.button__map:not(.button__map__borders):active, .button__map__borders.is_active:active {
		box-shadow: 0 2px 3px 1px rgba(0, 0, 0, .12);
		opacity: .95;
	}
}

.button__map__borders {
	opacity: 0.6;
	cursor: default;
}

.button__map__borders.is_active {
	opacity: 1;
	cursor: pointer;
	background-color: #ed9c06;
	color: #fff;
}

.button__map__borders.is_active i {
	color: #fff;
}

.button__map__borders.is_selected {
	background-color: #159563;
}

.button__map__draw {
}

.button__map__clear {
	display: none;
}

.button__map__cancel {
	display: none;
}

.button__map__link {
	margin-left: 10px;
}

.link__round {
	font-size: 16px;
	color: #a5a6a6;
}

.form__group {
	display: table;
	width: 100%;
	font-size: 0;
}

.form__group__control {
	width: calc(100% - 80px);
	display: inline-block;
	vertical-align: top;
}

.form__group__control .form__control {
	border-right: none;
	border-radius: 2px 0px 0px 2px;
}

.form__group .form__control {
	font-size: 13px;
}

span.form__control {
	white-space: nowrap;
	overflow-x: auto;
	display: block;
	max-width: 100%;
	padding-top: 4px;
}

textarea.form__control {
	height: 80px;
}

.form__group__button {
	border-radius: 0px 2px 2px 0px;
	min-width: 1px;
	width: 80px;
	padding: 0;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	line-height: 1;
}

.form__group__button span {
	font-size: 13px;
	line-height: 24px;
}

.form__field {
	margin-bottom: 20px;
}

.filter__form__h2 {
	font-size: 12px;
	margin: -5px 0 8px 0;
}

.radio__input {
	display: none;
}

.radio__button {
	display: block;
	width: 100%;
	height: 30px;
	color: #7a7a7a;
	text-align: center;
	border: 1px solid #cfcfcf;
	position: relative;
	cursor: pointer;
	border-right: none;
	white-space: normal;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 1;
}

.radio__button--lg {
	display: block;
	width: 100%;
	height: 68px;
	color: #7a7a7a;
	text-align: center;
	border: 1px solid #cfcfcf;
	position: relative;
	cursor: pointer;
	border-right: none;
	white-space: normal;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 1;
}

.radio__label {
	position: relative;
}

.radio_check,
.radio_check:before,
.radio_check:after {
	position: absolute;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	top: 2px;
	left: 3px;
}

.radio_check:before {
	content: "\f096";
}

.radio_check:after {
	display: none;
	content: '\f00c';
	color: #159563;
	left: 4px;
	top: 1px;
}

.map__sidebar__section .radio__button {
	height: 34px;
}

.radio__label:first-child .radio__button, .radio__label:first-child .radio__button--lg {
	border-left: 1px solid #cfcfcf;
	border-radius: 2px 0 0 2px;
}

.radio__label:last-child .radio__button, .radio__label:last-child .radio__button--lg {
	border-radius: 0 2px 2px 0;
	border-right: 1px solid #cfcfcf;
}

.radio__input:checked ~ .radio__button, .radio__input:checked ~ .radio__button--lg,
.radio__input:checked ~ .radio__button--lg .radio__icon, .radio__input:checked ~ .radio__button--lg .radio__text {
	color: #ec9c07;
	border-color: #ec9c07;
}

.radio__input:checked ~ .radio_check {
	color: #ec9c07;
}

.radio__input:checked ~ .radio_check:after {
	display: block;
}

@media screen and (min-width: 1181px) {
	.radio__label:hover .radio__button, radio__label:hover .radio__button--lg {
		color: #ec9c07;
	}
}

.radio__label:not(:last-child) .radio__input:checked ~ .radio__button:after,
.radio__label:not(:last-child) .radio__input:checked ~ .radio__button--lg:after {
	content: "";
	position: absolute;
	right: -1px;
	top: 0;
	width: 1px;
	height: 100%;
	background-color: #ec9c07;
	z-index: 1;
}

.form__field__wrap {
	padding: 18px 7px;
	background-color: #f1f1f1;
}

.js_section_footer .form__field__wrap {
	padding: 20px;
}

.row.form__field__wrap {
	margin: 0 -20px 20px;
}

.radio__label_text {
	cursor: pointer;
	padding: 0 6px;
}

.radio__text {
	display: block;
	color: #797979;
	max-width: 100%;
}

.radio__icon {
	font-size: 22px;
	color: #616161;
	height: 22px;
	margin-bottom: 7px;
}

.radio__icon.fa-home {
	font-size: 24px;
}

.radio__input:checked ~ .radio__icon,
.radio__input:checked ~ .radio__text {
	color: #ec9c07 !important;
}

.checkbox__input {
	display: none;
}

.checkbox__label {
	cursor: pointer;
	line-height: 1;
}

.checkbox__label:nth-child(n + 2) {
	margin-top: 10px;
}

.checkbox__icon {
	display: inline-block;
	vertical-align: top;
	line-height: 1;
	margin-right: 2px;
	color: #616161;
	width: 12px;
}

.checkbox__text {
	display: inline-block;
	vertical-align: top;
	line-height: 1;
	display: inline-block;
	color: #797979;
	max-width: calc(100% - 18px);
}

.checkbox__input:checked ~ .checkbox__icon {
	color: #159563;
}

.checkbox__input:checked ~ .checkbox__text {
	color: #101312;
}

.checkbox__input:checked ~ .checkbox__icon:before {
	content: "\f046";
}

.checkbox__input:checked ~ .checkbox__icon.fa-circle-o:before {
	content: "\f058";
}

.radio__check__icon {
	display: inline-block;
	vertical-align: top;
	line-height: 1;
	margin-right: 2px;
	color: #616161;
	width: 12px;
}

.checkbox__input:checked ~ .radio__check__icon {
	color: #159563;
}

.checkbox__input:checked ~ .radio__check__icon:before {
	content: "\f05d";
}

.checkbox__label.form__label__inner {
	padding-top: 8px;
}

.form__group__label__container {
	position: relative;
}

.form__group__left {
	width: 50%;
	display: table-cell;
}

.form__group__left .form__control {
	border-radius: 2px 0 0 2px;
	border-right: none;
}

.form__group__right {
	width: 50%;
	display: table-cell;
}

.form__group__right .form__control {
	border-radius: 0 2px 2px 0;
}

.form__label {
	margin: 0 0 10px;
	line-height: 1;
}

.form__group__label__container .form__group__right .form__control,
.form__group__label__container > .form__control {
	padding-right: 32px;
}

.form__group__label {
	position: absolute;
	right: 8px;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 10px;
	line-height: 8px;
	font-size: 13px;
}

.form__link__action {
	line-height: 20px;
}

.form__link__icon {
	margin-right: 3px;
}

.collapse__trigger__link {
	color: #101312;
}

.collapse__title__icon {
	margin-right: 3px;
}

.collapse__container.is_active .collapse__title__icon:before {
	content: "\f0d8";
}

.collapse__body {
	display: none;
}

.collapse__text {
	font-weight: 600;
}

.form__label_right {
	text-align: right;
}

.form__label__inner {
	padding-right: 4px;
	line-height: 1.3;
	height: 30px;
	width: 100%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.form__label_right .form__label__inner {
	padding-right: 28px;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.form__field__small {
	margin-top: 10px;
}

.form__field__middle {
	margin-top: 15px;
}

.form__field__middle:first-child {
	margin-top: 0;
}

.form__field_last {
	margin-bottom: 0;
}

.form__field_first {
	margin-top: 20px;
}

.form__label__outer {
	margin-top: 3px;
	margin-bottom: 8px;
}

.form__control_textarea {
	padding-top: 4px;
	min-height: 60px;
	height: auto;
	padding-left: 4px !important;
}

.form__link__action__left-margin {
	margin-left: 12px;
}

.object__item {
	width: 100%;
}

.object__list__item {
	height: 106px;
	padding: 10px 20px;
	border-bottom: 1px solid #f1f1f1;
}

.object__image {
	width: 120px;
	float: left;
	height: 84px;
	position: relative;
}

.object__image__link img {
	width: 100%;
	height: 100%;
}

.object__description {
	width: calc(100% - 120px);
	padding-left: 10px;
	float: right;
	margin-top: -1px;
}

.object__inner:after {
	content: '';
	display: table;
	clear: both;
}

.object__price {
	line-height: 16px;
	font-size: 16px;
	margin: 0 0 5px 0;
}

.object__address {
	margin: 0 0 2px 0;
	line-height: 12px;
	font-size: 13px;
	color:#ababab;
	width: 92.5%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.object__address__link {
	color: #101312;
	max-width: calc(100% - 30px);
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
}

.object__address + .object__address {
	width: 92%;
}

.object__address + .object__address .object__address__link {
	max-width: 100%;
}

.object__address__link:empty {
	display: none;
}

.object__property {
	margin: 0 0 3px 0;
	line-height: 13px;
	font-size: 13px;
}

.object__property:last-child {
	margin-bottom: 0;
}

.object__inner {
	position: relative;
	height: 84px;
}

.object__actions__wrap {
	position: absolute;
	right: 0;
	bottom: 0;
}

.object__action__link {
	display: block;
	line-height: 16px;
	font-size: 16px;
	text-align: center;
	margin-top: 5px;
}

.object__action__icon {
	margin-right: 4px;
	color: #616161;
}

.object__action__link .object__action__icon {
	margin-right: 0;
}

.p__object__action.is_active.object__action__compare *,
.object__action__link.is_active .object__action__compare {
	color: #ec9c07;
}

.p__object__action.is_active.object__action__favorite *,
.object__action__link.is_active .object__action__favorite {
	color: #159563;
}

.page__sort .map__sort__btn[data-order="desc"], .page__sort .map__sort__btn[data-order="asc"] {
	color: #ec9c06;
	font-weight: bold;
}

@media screen and (min-width: 1181px) {
	.object__list__item:hover,
	.object__list__item.hover {
		background-color: #f1f1f1;
	}
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1010;
	width: 350px;
	padding: 1px;
	text-align: left;
	white-space: normal;
	background-color: #fff;
	-webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	margin-top: -10px;
}

.popover_inner {
	padding: 5px;
}

.popover_inner .object__item {
	width: 320px;
	border: none;
	padding: 0;
}

.popover_inner .object__item:hover {
	background-color: transparent;
}

.popover_arrow, .popover_arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}

.popover_arrow {
	border-width: 11px;
	bottom: -11px;
	left: 50%;
	margin-left: -11px;
	border-top-color: rgba(0, 0, 0, 0.1);
	border-bottom-width: 0
}

.popover_arrow:after {
	border-width: 10px;
	content: "";
	bottom: 1px;
	margin-left: -10px;
	border-top-color: #fff;
	border-bottom-width: 0
}

.popover_close {
	position: absolute;
	font-size: 14px;
	color: #616161;
	top: 3px;
	padding: 5px;
	right: 3px;
	cursor: pointer;
	line-height: 10px;
	z-index: 10;
}

.map__help__section {
	position: fixed;
	right: 0;
	z-index: 2;
	bottom: 15px;
}

.map__help__inner {
	display: inline-block;
}

.map__help__action {
	display: inline-block;
	padding: 12px 15px 10px;
	vertical-align: middle;
	font-size: 12px;
	color: #797979;
	line-height: 10px;
}

.map__help__link {
	display: inline-block;
	vertical-align: middle;
	padding: 12px 15px 10px;
	color: #797979;
	font-size: 18px;
	opacity: 0.5;
}

.map__help__inner {
	overflow: hidden;
}

.map__help__list {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0;
	white-space: nowrap;
}

.result_label {
	position: absolute;
	left: -100%;
	bottom: 15px;
	height: 39px;
	line-height: 39px;
	padding: 0 20px;
	background-color: rgba(255, 255, 255, 0.6);
	border-radius: 2px 0 0 2px;
	font-size: 13px;
	white-space: nowrap;
}

.map__help__outer {
	height: 39px;
	padding-right: 5px;
	background-color: rgba(255, 255, 255, 0.6);
	border-radius: 2px 0 0 2px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.map__help__label {
	height: 16px;
}

.map__help__text {
	font-size: 12px;
	margin-left: 5px;
	line-height: 16px;
	display: inline-block;
	vertical-align: middle;
}

.polygon_layout {
	background: #ffffff;
	width: 50px;
	padding: 1px;
	height: 35px;
	position: absolute;
	left: -25px;
	top: -35px;
	-webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
	/* display: -ms-flexbox;
	 display: -webkit-flex;
	 display: flex;
	 -webkit-flex-direction: row;
	 -ms-flex-direction: row;
	 flex-direction: row;
	 -webkit-flex-wrap: nowrap;
	 -ms-flex-wrap: nowrap;
	 flex-wrap: nowrap;
	 -webkit-justify-content: center;
	 -ms-flex-pack: center;
	 justify-content: center;
	 -webkit-align-content: center;
	 -ms-flex-line-pack: center;
	 align-content: center;
	 -webkit-align-items: center;
	 -ms-flex-align: center;
	 align-items: center;*/
}

.polygon_layout img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.placemark_layout_container .popover_arrow {
	border-width: 8px;
	bottom: -16px;
	margin-left: -8px;
}

.placemark_layout_container .popover_arrow:after {
	border-width: 7px;
	margin-left: -7px;
	bottom: -5px;
}

.popover_label .popover_inner {
	height: 95px;
}

.popover_label .object__image {
	height: 50px;
	width: 75px;
}

.object__name {
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 6px;
}

.object__name__link {
	color: #101312;
	font-weight: 600;
}

.object__phone {
	margin: 0;
}

.object__image img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.popover_label .object__inner {
	height: 50px;
}

.filter__form__favorites .form__field__small:first-child, .filter__form__favorites .form__field__small:first-child .form__label__outer {
	margin-top: 0;
}

.main:not(.wrap__main) .header__bottom {
	border-bottom: 1px solid #f0f0f0;
}

.p__object__item {
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 20px;
	display: flex;
	align-items: stretch;
	align-content: center;
	justify-content: space-between;
	align-items: stretch;
	position: relative;
}

.p__object__item + .p__object__item {
	margin-top: 20px;
}

.p__object__count {
	display: block;
	position: absolute;
	left: 2px;
	top: 2px;
	background-color: #159563;
	color: #fff;
	padding: 2px 8px 3px;
	border-radius: 2px;
	z-index: 2;
}

.p__object__count.is-video {
	left: auto;
	right: calc(100% - 250px);
}

.page__title {
	font-size: 21px;
}

.page__sort {
	margin-bottom: 12px;
	padding-bottom: 8px;
	border-bottom: 2px solid #e1e3e0;
}

.page__sort .map__sort__btn {
	font-size: 13px;
}

.p__object__description {
	width: calc(100% - 280px);
	float: right;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.p__object__price {
	font-weight: 600;
	font-size: 16px;
	line-height: 1;
}

.p__object__info {
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
}

.p__object__floor {
	font-size: 12px;
	color: #797979;
	margin-top: 14px;
	display: none;
}

.p__object__name {
	line-height: 1;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 12px;
	padding-right: 135px;
	min-height: 15px;
}

.p__object__preview {
	font-size: 13px;
	line-height: 20px;
	max-width: 535px;
	word-break: break-word;
	word-wrap: break-word;
	margin-bottom: 10px;
}

.p__object__date {
	position: absolute;
	bottom: 0;
	right: 0;
	color: #797979;
	font-size: 12px;
	line-height: 12px;
}

.p__actions__wrap {
	line-height: 1;
}

.active__text {
	display: none;
}

.p__object__action {
	margin-right: 16px;
	line-height: 12px;
	font-size: 12px;
}

.p__object__action.is_active .active__text {
	display: inline;
}

.p__object__action.is_active .disactive__text {
	display: none;
}

.object__action__text {
	color: #616161;
}

.create__step__block {
	margin-top: 40px;
}

.create__collapse__title {
	border-bottom: 1px solid #e4e4e4;
	line-height: 1;
	padding-bottom: 10px;
}

.create__collapse__text {
	font-size: 16px;
	color: #101312;
	font-weight: 600;
}

.create__collapse__text__small {
	margin-left: 16px;
	color: #858585;
	font-weight: 600;
}

.create__collapse__text__small i {
	font-style: normal;
}

.create__column__left {
	width: 600px;
}

.create__collapse__body {
	padding-top: 20px;
}

.create__column__collapse__left {
	width: 278px;
}

.create__column__collapse__right {
	width: calc(100% - 278px);
}

.create__select__column {
	width: 272px;
	position: relative;
}

.form_map {
	width: 100%;
	height: 420px;
	position: relative;
}

.radio__inline {
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
}

.radio__label__outer {
	font-size: 0;
}

.button__grey {
	padding: 0 9.5px;
	font-weight: 500;
}

.radio__input:checked ~ .radio__button.button__grey {
	color: #ffffff;
	border-color: #159563;
	background-color: #159563;
}

.radio__input:checked ~ .radio__button.button__grey:after {
	display: none;
}

@media screen and (min-width: 1181px) {
	.radio__inline:hover .button__grey {
		color: #101312;
	}
}

.create__small__column {
	width: 80px;
}

.form__footer {
	margin: 40px 0;
}

.clone__inner {
	position: relative;
}

.button__add {
	position: absolute;
	min-width: 30px;
	width: 30px;
	padding: 0;
	font-size: 24px;
	line-height: 25px;
	font-weight: bold;
	right: -40px;
	top: 0;
}

.button__remove {
	background-color: #bf2013;
	border-color: #bf2013;
	line-height: 24px;
}

@media screen and (min-width: 1181px) {
	.button__remove:hover {
		color: #bf2013;
		background-color: #ffffff;
	}
}

.template__container {
	display: none !important;
}

.js_clone__object + .js_clone__object {
	margin-top: 30px;
}

.form__important__label {
	color: #ed182c;
}

a.form__group__button {
	line-height: 27px;
}

.form__field__large {
	margin-top: 20px;
}

.create__container {
	position: relative;
}

.ymaps_maps-listbox .ymaps_maps-popup {
	bottom: auto !important;
	top: 0;
}

.ymaps_maps-listbox .ymaps_maps-popup .ymaps_maps-popup__arrow {
	top: 11px;
	bottom: auto !important;
}

.ymaps_maps-button.ymaps__checked {
	background-color: #ffd588 !important
}

.create__collapse__container.is_selected .create__collapse__body {
	display: block;
}

.form_map img {
	width: auto !important;
	height: auto !important;
}

.form__error__wrapper {
	background: #f8e8e7 url(../img/caution.png) 28px 24px no-repeat;
	width: 585px;
	padding: 22px 25px 25px 118px;
	border-radius: 2px;
	display: none;
	margin-top: 30px;
}

.form__error__wrapper p {
	margin: 0 0 12px;
	line-height: 1;
}

.form__error__wrapper a {
	cursor: pointer;
	display: block;
	line-height: 1.5;
}

@media screen and (min-width: 1181px) {
	.form__error__wrapper a:hover {
		text-decoration: underline;
	}
}

.link__remove {
	border-bottom: 1px dashed #1d7ecf;
}

.link__remove__borders {
	margin-top: 5px;
	display: none;
}

@media screen and (min-width: 1181px) {
	.link__remove:hover {
		border-color: transparent;
	}
}

.form__field[data-view="commert"] .radio__text {
	font-size: 11px;
}

.header__login__wrap {
	display: inline-block;
	margin-left: 16px;
	height: 78px;
	padding-top: 19px;
	vertical-align: middle;
}

.avatar__image {
	width: 40px;
	height: 40px;
	border-radius: 53%;
}

.menu__login__link {
	display: block;
	height: 40px;
}

.header__login__wrap .menu__dropdown__container {
	top: calc(100% - 14px);
}

.map__help__action.is_disactive .map__help__action__icon:before {
	content: '\f053';
}

.news__detail__photo {
	float: left;
	margin-right: 18px;
	margin-bottom: 28px;
	margin-top: 4px;
	max-width: 50%;
}

.news__detail__body {
	line-height: 20px;
}

.js_result_wrapper {
	position: relative;
}

.map__help__delimer {
	display: block;
	width: 100%;
	float: none;
	clear: both;
}

.map__media__buttons {
	display: none;
}

.button__icon__right {
	margin-right: 0;
	float: right;
	height: 38px;
	line-height: 38px;
}

.button.is_active .button__icon__right:before {
	content: "\f0d8";
}

.account__menu__wrap {
	position: relative;
}

.account__menu__wrap .row.form__field__wrap {
	margin: 0 0px 20px;
	padding: 20px 0;
}

.object-list-container .map__sidebar_wrap {
	padding: 15px 0;
}

.back_preloader:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ffffff url(../img/preloader.gif) 50% 50% no-repeat;
	z-index: 10;
}

.page__middle__content {
	position: relative;
}

.p__object__item.p__object__banner {
	min-height: 1px;
	margin-bottom: 20px;
}

.p__object__banner .c-banner {
	margin-bottom: 0;
	position: relative;
	min-height: 100px;
}

.alpha_preloader:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, .2) url(../img/preloader.gif) 50% 50% no-repeat;
	z-index: 10;
}

.beta_preloader {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.7) url(../img/preloader.gif) 50% 34% no-repeat;
	z-index: 20;
}

.beta_preloader span {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	padding: 0 20px;
	top: 50%;
	transform: translateY(-50%);
}

.result_preloader:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ffffff url(../img/preloader.gif) 50% 50% no-repeat;
	z-index: 10;
}

.fix_preloader:after {
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, .3) url(../img/preloader.gif) 50% 50% no-repeat;
	z-index: 10;
}

.button.result_preloader {
	pointer-events: none;
}

.button.result_preloader:after {
	background-size: auto 75%;
}

.map_preloader:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.4) url(../img/preloader.gif) 50% 50% no-repeat;
	z-index: 1000;
}

.create__select__column.map_preloader:after {
	background: rgba(255, 255, 255, 0.4);
}

.create_preloader {
	position: relative;
}

.create_preloader:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.36) url(../img/preloader.gif) 50% calc(50vh - 150px) no-repeat;
	z-index: 10;
}

.style__right__float {
	float: right;
}

.style__left__float {
	float: left;
}

.style__bold__text {
	font-weight: 600;
	letter-spacing: -0.2px;
}

.style__inline {
	display: inline;
}

.style__width__auto {
	width: auto;
}

.style__block {
	display: block !important;
}

.style__text_right {
	text-align: right !important;
	margin-top: -5px;
	margin-bottom: 15px;
}

.style__text_left {
	text-align: left !important;
}

.style__text_center {
	text-align: center !important;
}

.list__columns__row {
	-moz-column-count: 2;
	-moz-column-gap: 0;
	-webkit-column-count: 2;
	-webkit-column-gap: 0;
	column-count: 2;
	column-gap: 0px;
	line-height: 1;
	margin-bottom: 12px;
}

.list__columns__col {
	break-inside: avoid;
	display: block;
	padding-right: 10px;
}

.grid-row {
	margin-left: -10px;
}

.grid-col {
	padding: 0 10px;
}

[class*="col-"], .column {
	float: left;
	min-height: 1px;
}

.col-1 {
	width: 8.33333333333%;
}

.col-2 {
	width: 16.6666666667%;
}

.col-3 {
	width: 25.0%;
}

.col-4 {
	width: 33.3333333333%;
}

.col-5 {
	width: 41.6666666667%;
}

.col-6 {
	width: 50.0%;
}

.col-7 {
	width: 58.3333333333%;
}

.col-8 {
	width: 66.6666666667%;
}

.col-9 {
	width: 75.0%;
}

.col-10 {
	width: 83.3333333333%;
}

.col-11 {
	width: 91.6666666667%;
}

.col-12 {
	margin-left: 0;
	width: 100%;
}

.hidden {
	display: none !important;
}

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

.is_visible_block {
	display: block;
	visibility: visible;
}

.is_visible_inline_block {
	display: inline-block;
	visibility: visible;
}

.invisible {
	visibility: hidden;
}

.clearfix:before,
.clearfix:after,
.grid_row:before,
.grid_row:after,
.row:before,
.row:after {
	content: " ";
	display: table;
}

.clearfix:after,
.grid_row:after,
.row:after {
	clear: both;
}

.create__column__right {
	width: calc(100% - 600px);
	float: right;
}

.media_sm_delimer {
	display: none;
}

.news__detail__title {
	margin-top: 0;
}

.remodal_city {
	width: 280px;
}

.cities__list {
	padding: 0;
	margin: 0;
	list-style: none;
}

.cities__item {
	line-height: 1;
	padding: 7px 0;
}

.remodal_city .remodal__body {
	padding: 18px 22px;
}

.remodal_city .remodal__header {
	padding-left: 22px;
}

.cities__item a:hover {
	text-decoration: underline;
}

.result_label.is_active {
	left: 300px;
}

.css_opacity {
	opacity: 0.3;
}

.page_wrap.page_wrap_consult {
	margin-top: -118px;
	padding-top: 132px;
	margin-bottom: -130px;
	padding-bottom: 160px;
}

.main.main__map {
	height: calc(100vh - 68px);
}

.container.consult_container {
	width: 100%;
	padding: 0;
}

.landing__header {
	width: 100%;
	background: url('/public/content/landing1.png') 50% 50% no-repeat;
	background-size: cover;
	height: 155px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	-webkit-box-shadow: inset 0px 2px 7px -2px rgba(0, 0, 0, 0.5);
	box-shadow: inset 0px 2px 7px -2px rgba(0, 0, 0, 0.5);
}

.landing__header__title {
	color: #fff;
	font-size: 31px;
	line-height: 44px;
	margin: 0;
	text-shadow: 1px 2px 6px rgba(0, 0, 0, 0.41);
	font-weight: 400 !important;
}

.landing__text__inner {
	font-size: 22px;
	line-height: 26px;
	color: #000;
}

.landing__text__inner h1 {
	text-align: center;
	line-height: 1.1em;
}

@media screen and (min-width: 1152px) {
	.landing__text__inner h1 {
		padding: 0 200px;
	}
}

.landing__text__inner p {
	margin: 7px 0;
}

.landing__text {
	padding: 30px 0;
}

.landing__colored {
	background-color: #f3f3f3;
}

.landing__professionals {
	padding: 40px 0;
}

.landing__title {
	font-size: 32px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 30px;
	line-height: 32px;
	padding-bottom: 22px;
	position: relative;
}

.landing__title:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 615px;
	border-bottom: 1px solid #cccccc;
}

.landing__slider__container {
	display: none;
}

.landing__slider__container.slick-initialized {
	display: block;
}

.landing__item {
	width: 230px;
	margin: 0 auto;
	text-align: center;
}

.professionals__image {
	width: 230px;
	height: 260px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.professionals__image img {
	max-width: 100%;
	max-height: 100%;
}

.professionals__name {
	margin-top: 15px;
	font-size: 16px;
	line-height: 18px;
	font-weight: 600;
	padding: 0 20px;
}

.professionals__text {
	margin-top: 8px;
	font-size: 13px;
	line-height: 1;
}

.landing__slider__container {
	max-width: 1035px;
	margin: 0 auto;
}

.landing__slider__container .slick-prev, .landing__slider__container .slick-next {
	top: 130px;
	color: #616161;
	font-size: 32px;
}

.landing__slider__container .slick-prev {
	left: -70px;
}

.landing__slider__container .slick-next {
	right: -70px;
}

.css_blur {
	-webkit-filter: url(#blur);
	filter: url(#blur);
	-webkit-filter: blur(3px);
	filter: blur(3px);
}

.landing__advantages {
	padding: 50px 0 15px;
}

.advantages__list {
	width: 100%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.advantages__inner img {
	opacity: 0.15;
	width: 100%;
	height: 100%;
}

.advantages__inner {
	overflow: hidden;
	width: 360px;
	height: 248px;
	position: relative;
	max-width: 100%;
	display: block;
	text-decoration: none !important;
}

.advantages__item {
	width: 360px;
	max-width: 100%;
	margin-bottom: 35px;
}

.advantages__text {
	position: absolute;
	top: 50%;
	text-align: center;
	left: 0;
	right: 0;
	margin: auto;
	font-size: 26px;
	font-weight: 600;
	line-height: 34px;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 0 30px;
	color: #101312;
}

.advantages__link {
	position: absolute;
	font-size: 13px;
	line-height: 1;
	right: 22px;
	bottom: 22px;
	font-weight: 600;
}

.advantages__link:hover {
	text-decoration: underline;
}

.work__item:nth-child(2n) {
	background-color: #f3f3f3;
}

.landing__work {
	padding: 20px 0;
}

.work__inner {
	max-width: 615px;
	margin: 0 auto;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.work__item {
	min-height: 140px;
	padding: 20px 0;
}

.work__text {
	max-width: 487px;
	font-size: 20px;
	font-weight: 600;
	line-height: 28px;
}

.work__item:nth-child(2n) .work__inner {
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}

.landing__services {
	padding: 35px 0 20px;
}

.tabs__content {
	display: none;
}

.tabs__content.active {
	display: block;
}

.tabs__caption {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
	font-size: 0;
}

.tab__label {
	display: inline-block;
	font-size: 13px;
	min-width: 252px;
	padding: 5px 10px;
	border: 1px solid #cfcfcf;
	border-left: none;
	cursor: pointer;
	max-width: 50%;
}

.tab__label:first-child {
	border-left: 1px solid #cfcfcf;
	border-radius: 2px 0 0 2px;
}

.tab__label:last-child {
	border-radius: 0 2px 2px 0;
}

.active.tab__label {
	background-color: #f9e1b4;
	cursor: default;
}

.service__list {
	width: 100%;
}

.service__item {
	width: 360px;
	border-radius: 4px;
	text-align: center;
	box-shadow: 0px 0px 4px -1px rgba(0, 0, 0, 0.35);
	margin: 0 auto;
	max-width: 100%;
}

.service__header {
	height: 60px;
	font-size: 20px;
	font-weight: 600;
	line-height: 20px;
	padding-top: 20px;
	background-color: #f5f5f5;
	border-radius: 4px 4px 0 0;
}

.service__body {
	padding: 20px;
	font-size: 14px;
}

.service__body__text p {
	margin: 0;
}

.service__body__title {
	font-size: 15px;
	font-weight: 600;
}

.service__body__text {
	margin: 2px 0 10px;
	line-height: 22px;
}

.service__price {
	height: 90px;
	padding-bottom: 5px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	background-color: #f5f5f5;
}

.service__price p {
	margin: 2px 0;
}

.button__service {
	border-radius: 0 0 4px 4px;
	height: 40px;
	line-height: 40px;
	width: 100%;
	border: none;
	font-size: 13px;
	color: #797979;
	background-color: #fff;
}

.service__item:hover {
	box-shadow: 0px 0px 23px -2px rgba(0, 0, 0, 0.25);
}

.service__item:hover .service__header {
	background-color: #159563;
	color: #fff;
}

.service__item:hover .service__price {
	background-color: #fab430;
}

.service__item:hover .button__service, .button__service:hover {
	background-color: #159563;
	color: #fff;
}

.landing__row:after {
	content: "";
	display: table;
	clear: both;
}

.landing__column {
	width: 50%;
	float: left;
}

.landing__contacts__column {
	height: 310px;
}

.landing__image {
	overflow: hidden;
	background-color: #fff;
}

.landing__image img {
	width: 102%;
	left: -1%;
	min-height: 100%;
	position: relative;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0.5;
}

.landing__column__content {
	padding: 35px 0 40px 55px;
}

.landing__form {
	max-width: 324px;
	font-size: 13px;
}

.landing__column__content__title {
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
	margin-bottom: 30px;
}

.button__form {
	margin-top: 30px;
	min-width: 150px;
}

.form__label__left {
	display: inline-block;
	width: calc(100% - 214px);
	vertical-align: top;
	padding-top: 6px;
}

.form__control__right {
	display: inline-block;
	width: 210px;
}

.landing__reviews {
	padding: 70px 0;
}

.landing__reviews .landing__slider__container .slick-prev,
.landing__reviews .landing__slider__container .slick-next {
	top: 50%
}

.review__image img {
	max-width: 100%;
}

.landing__contacts__label {
	display: inline-block;
	width: 68px;
	font-weight: 600;
}

.landing__contacts {
	font-size: 13px;
	line-height: 1;
}

.landing__contacts__item {
	display: block;
}

.landing__contacts__item + .landing__contacts__item {
	margin-top: 16px;
}

.landing__map {
	width: 100%;
	height: 100%;
}

.remodal.remodal_form {
	max-width: 380px;
}

.form__control.error {
	border-color: #ff3838;
}

.service__list.landing__slider__container {
	width: 100%;
	max-width: 100%;
}

.service__slide {
	padding: 50px 0;
}

.service__list.landing__slider__container .slick-prev, .service__list.landing__slider__container .slick-next {
	top: 50%;
}

.pagination:after {
	content: '';
	display: table;
	clear: both;
}

.js-per-page-count {
	float: right !important;
}

.account-row-2 .pagination .map__sidebar_wrap {
	padding: 0 !important;
}

.account-row .form__field__middle .select2 {
	float: none !important;
	width: 100% !important;
}

.form__control[disabled] {
	background-color: #eee;
}

.form__delimer {
	border-bottom: 1px solid #e4e4e4;
	margin: 20px 0;
}

.create__form__wrap {
	max-width: 600px;
}

.js-uploader:after {
	content: "";
	display: table;
	clear: both;
}

.compare__header:after {
	content: "";
	display: table;
	clear: both;
}

.compare__filter {
	width: 210px;
	float: left;
}

.compare__items__slider {
	width: calc(100% - 278px);
	float: right;
}

.compare__items__slider .compare__item {
	width: 205px;
	float: left;
	max-width: calc(100% - 16px);
}

.compare__slider__inner {
	display: none;
}

.compare__slider__inner.slick-initialized {
	display: block;
}

.compare__items__slider .slick-prev, .compare__items__slider .slick-next {
	color: #616161;
	top: 65px;
	font-size: 32px;
}

.compare__items__slider .slick-prev {
	left: -22px;
}

.compare__items__slider .slick-next {
	right: -5px;
}

.compare__table {
	display: table;
	margin-bottom: 12px;
	padding-top: 12px;
	width: 100%;
}

.compare__icon {
	display: none;
	margin-left: 3px;
}

.compare__row {
	display: table-row;
}

.compare_hide {
	display: none !important;
}

.compare__td {
	display: inline-block;
	padding: 6px 0;
}

.compare__subtitle {
	width: 278px;
}

.compare__item {
	width: 222px;
}

.compare__hide {
	display: none !important;
}

.compare__title {
	font-size: 16px;
	border-bottom: 1px solid #e4e4e4;
	padding: 10px 0;
	cursor: default;
	display: block;
	color: #000;
}

.compare__wrap p {
	margin: 0;
}

.compare__title.is_active .compare__icon:before {
	content: "\f0d8"
}

.map__help__title {
	font-size: 16px;
	margin: 10px 0 7px;
}

.map__help__delimer + .map__help__title {
	margin: 22px 0 6px;
}

.width-full {
	width: 100% !important;
}

[data-group-btn] .radio__button {
	line-height: 1;
	font-size: 12px;
	vertical-align: middle;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.object-link-map {
	font-size: 18px;
	color: #616161;
	display: inline-block;
	vertical-align: middle;
	float: left;
}

.object-link-map a {
	color: #616161;
}

.popover_label .object__description {
	width: calc(100% - 77px);
}

.popover_label .object__name__link {
	overflow: visible;
	white-space: normal;
}

.padding__left__20 {
	padding-left: 20px;
}

.label__disabled {
	pointer-events: none;
	opacity: 0.6;
}

.presentation__nav__slide img {
	max-width: 100%;
}

.presentation__slide img {
	max-width: 100%;
}

.js-slide-dialog .slick-prev, .js-slide-dialog .slick-next {
	color: #797979;
}

.js_slider_presentation .slick-prev, .js_slider_presentation .slick-next {
	opacity: 0.2;
	font-size: 28px;
	top: 40%;
	height: 20%;
	transform: none;
	width: 40px;
	transition: all ease 300ms;
}

.js_slider_presentation .slick-prev:hover, .js_slider_presentation .slick-next:hover {
	opacity: 1;
}

.js_slider_presentation .slick-prev {
	padding-right: 5px;
	left: 0;
}

.js_slider_presentation .slick-next {
	padding-left: 5px;
	right: 0;
}

.js_slider_presentation_nav img {
	background: rgba(0, 0, 0, .1);
	opacity: 0.6;
}

.js_slider_presentation_nav .slick-center img {
	opacity: 1;
}

.presentation__nav__slide:not(.slick-center) {
	cursor: pointer;
}

.youtube_img {
	position: relative;
}

.youtube_img:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url(../content/youtube.png) 50% 50% no-repeat;
	background-size: 45px
}

.youtube_img.sm:after {
	background-size: 24px;
}

.js_video_popup {
	margin: 0 2px;
}

.js_video_popup img {
	max-width: 100%;
}

.create__select__column .form__control_textarea.textarea-scrollbar {
	height: 64px;
}

.media__visible__md {
	display: none !important;
}

.object-link-map span {
	display: inline-block;
	color: #4376D3;
	font-weight: normal;
	border: 1px solid #4376d3;
	border-radius: 5px;
	padding: 6px 7px 6px 7px;
	text-align: center;
	font-size: 17px;
}

.object-link-map span:hover {
	border: solid 1px #ec9c07;
	color: #ec9c07;
}

.service-buttons .show-on-map {
	width: 14px;
	height: 14px;
	margin-bottom: 2px;
	margin-right: 4px;
}

.margin-bottom-none {
	margin-bottom: 0 !important;
}

.video-help {
	margin: 20px 0;
	display: inline-table;
}

.video-help i {
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
	color: red;
	font-size: 28px;
	line-height: 0;
}

.video-help span {
	color: #101312;
	display: inline-block;
	vertical-align: middle;
}

.video-help a {
	padding: 10px 16px;
	background: #f5f5f5;
	border: 1px solid #cfcfcf;
	border-radius: 3px;
	display: block;
	outline: none;
}

.account-row .video-help {
	margin: 0;
}

.map__sidebar__list {
	max-height: 100%;
	height: calc(100vh - 262px);
}

.form__field__small.style__text_right {
	margin-top: 12px !important;
}

.map__sort__btn i {
	display: none;
}

.map__sort__btn.is_sorted[data-order="asc"] .fa-caret-up {
	display: inline-block;
}

.map__sort__btn.is_sorted[data-order="desc"] .fa-caret-down {
	display: inline-block;
}

.map__sidebar__sort {
	margin-bottom: -10px;
	margin-top: 10px;
}

.map__sort__btn {
	margin-right: 16px;
}

.map__sort__btn i {
	margin-left: 4px;
}

.text__not__found {
	width: 100%;
	height: 100%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: #908f8f;
}

.create__label__commert,
.create__block__commert,
.create__label__other,
.create__label__cadaster,
.create__label__geotag {
	display: none;
}

.cadaster_outer .create__label__cadaster {
	display: inline;
}

.geotag_outer .create__label__geotag {
	display: inline;
}

.commert__outer .create__label__commert {
	display: inline;
}

.commert__outer .create__block__commert {
	display: block;
}

.map__outer .create__label__other {
	display: inline;
}

.map__outer .create__label__disb_map,
.cadaster_outer .create__label__disb_map,
.geotag_outer .create__label__disb_map {
	pointer-events: none;
	opacity: 0.5;
}

.margin-bottom-30 {
	margin-bottom: 30px !important;
}

.margin-bottom-20 {
	margin-bottom: 20px !important;
}

.margin-bottom-10 {
	margin-bottom: 10px !important;
}

.margin-bottom-15 {
	margin-bottom: 15px !important;
}

.margin-right-5 {
	margin-right: 5px !important;
}

.margin-top-30 {
	margin-top: 30px !important;
}

.padding-bottom-10 {
	padding-bottom: 10px !important;
}

.c-empty {
	text-align: center;
	margin-top: 40px;
}

.c-empty__title {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 4px;
}

.c-empty__text {
	line-height: 24px;
}

.c-empty__text i {
	font-size: 16px;
	margin: 0 4px;
}

.create__buttons {
	position: relative;
}

.assert-button {
	cursor: pointer;
	padding: 7px 10px 8px 10px;
	background: #efefef;
	border: solid 1px #cfcfcf;
}

.btn-type {
	padding: 4px 10px 6px 10px;
	background: #efefef;
	border: solid 1px #cfcfcf;
	text-decoration: none;
	white-space: nowrap;
	margin-left: 8px;
	color: #101312;
}

.assert-button-wrap {
	position: absolute;
	left: calc(100% + 6px);
	top: 0;
	display: none;
	align-content: center;
	align-items: center;
	justify-content: flex-start;
}

[data-view-type="cadastr"] .assert-button-wrap {
	display: flex;
}

.remodal__header-img {
	width: 40px;
	margin-right: 10px;
	margin-left: -20px;
	display: inline-block;
	vertical-align: middle;
}

.remodal__header strong {
	display: inline-block;
	vertical-align: middle;
	font-size: 22px;
	color: #e42227;
}

.remodal_create .remodal__body {
	padding: 20px 20px 30px;
}

.remodal_create ol {
	margin: 0 0 10px;
	padding-left: 16px;
}

.remodal_create ol li {
	margin-bottom: 10px;
}

.submenu {
	padding-left: 14px;
	display: none;
}

.remodal__title__video {
	float: right;
	margin-right: 55px;
	color: #e62116;
	font-size: 18px;
}

.remodal__title__video i {
	font-size: 32px;
	display: inline-block;
	vertical-align: middle;
	transform: translateY(-2px);
	margin-right: 6px;
}

.remodal__icon {
	font-size: 24px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 8px 0 20px;
	width: 30px;
	text-align: center;
}

.remodal__title {
	font-size: 18px;
}

.remodal__header--flex {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 1.4;
	padding-left: 0;
}

.remodal__body--media img {
	max-width: 100%;
}

.remodal__body--media {
	font-size: 16px;
}

.remodal__body--media p {
	text-indent: 25px;
}

.remodal__body--media i {
	text-indent: 0;
}

.remodal__help {
	max-width: 760px;
}

.c-check {
	width: 18px;
	display: inline-block;
	vertical-align: top;
	margin-right: 4px;
	margin-top: 4px;
}

.c-check ~ * {
	display: inline-block;
	vertical-align: middle;
	max-width: calc(100% - 28px);
}

.c-title {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 12px;
}

.c-item:nth-child(even) {
	background-color: #f2f2f2;
}

.c-item {
	padding: 6px;
	display: table;
}

.c-item:after {
	content: '';
	display: table;
	clear: both;
}

.c-left {
	width: 48px;
	display: table-cell;
	vertical-align: middle;
}

.c-left div {
	font-size: 12px;
	text-align: center;
}

.c-right {
	width: calc(100% - 50px);
	display: table-cell;
	padding-left: 20px;
	vertical-align: middle;
}

.media__image {
	float: left;
	margin-right: 20px;
	max-width: 236px !important;
}

.map__view {
	font-size: 13px;
}

.page__sort__title {
	font-size: 13px;
	margin-bottom: 2px;
}

.margin-top-0 {
	margin-top: 0px;
}

.margin-top-10 {
	margin-top: 10px;
}

.margin-top-15 {
	margin-top: 15px;
}

.margin-top-20 {
	margin-top: 20px;
}

.margin-top-25 {
	margin-top: 25px;
}

.margin-top-30 {
	margin-top: 30px;
}

.padding-right-30 {
	padding-right: 30px;
}

.padding-right-10 {
	padding-right: 10px;
}

.padding-left-10 {
	padding-left: 10px;
}

.padding-top-5 {
	padding-top: 5px;
}

.padding-top-15 {
	padding-top: 15px;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.backgray {
	background-color: #f7f7f7;
}

.media-h-100 {
	min-height: 128px;
}

[data-remodal-id="help_filter"], [data-remodal-id="help_search"] {
	max-width: 1000px;
}

[data-remodal-id="help_filter"] p, [data-remodal-id="help_search"] p {
	font-size: 14px;
}

[data-remodal-id="help_filter"] .c-check ~ *, [data-remodal-id="help_search"] .c-check ~ * {
	font-size: 14px;
}

[data-remodal-id="help_ruler"] {
	max-width: 815px;
}

.mfp-bg {
	z-index: 10008;
}

.mfp-wrap {
	z-index: 10010;
}

[data-view-type="cadastr"] .col-3 {
	width: 33.333%;
}

[data-view-type="cadastr"] .col-8.view_container {
	padding-left: 10px;
	margin-bottom: 10px;
}

@media screen and (min-width: 1181px) {
	[data-view-type="cadastr"] .assert-button-wrap {
		left: calc(100% + 8px);
	}
}

.menu__item--youtube {
	display: table;
	margin: 14px auto 0;
	position: relative;
}

.icon__video {
	font-size: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

span.select2-selection__placeholder {
	font-size: 12px;
}

.select2-results__option--highlighted {
}

.placeholder {
	color: #7a7a7a !important;
}

.menu__dropdown__link > i {
	margin-left: 6px;
}

.landing-nav__trigger span {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	margin-left: 8px;
}

.landing-nav__trigger i {
	display: inline-block;
	vertical-align: middle;
}

.feedback_modal {
	width: 320px;
	max-width: 100%;
}

.feedback_modal .remodal__control {
	margin-bottom: 16px;
}

.feedback_modal .remodal__footer {
	margin-top: 30px;
}

.feedback_modal .remodal__footer .button {
	width: 150px;
}

.feedback_modal .remodal__footer .muted {
	font-size: 13px;
	color: #999999;
	margin-top: 14px;
}

.feedback-errors:not(:empty) {
	color: red;
}

.feedback-errors ul {
	list-style: none;
}

.form__full__field {
	margin-top: 5px;
}

.ticket-messages {
	padding: 15px;
	overflow: visible;
	/*border-top: solid 1px #cfcfcf;*/
}

.ticket-messages .ticket-message {
	margin-bottom: 15px;
}

.ticket-messages .ticket-message:not(.me) .is_read {
	display: none;
}

.ticket-messages .ticket-message .user {
	margin-bottom: 5px;
	display: table;
	table-layout: fixed;
}

.ticket-messages .ticket-message .user .avatar {
	width: 40px;
	height: 40px;
	background-position: center;
	background-size: cover;
	border-radius: 50%;
	display: table-cell;
	vertical-align: middle;
}

.ticket-messages .ticket-message .user .avatar.right {
	display: none;
	float: none;
}

.ticket-messages .ticket-message .user .username {
	font-size: 16px;
	display: table-cell;
	vertical-align: middle;
	padding: 0px 8px;
}

.ticket-messages .ticket-message .user .username .date {
	font-size: 12px;
	color: #636363;
}

.ticket-messages .ticket-message.me .avatar.left {
	display: none;
}

.ticket-messages .ticket-message.me .avatar.right {
	display: table-cell;
}

.ticket-messages .ticket-message.me .message-block {
	text-align: right;
}

.ticket-messages .ticket-message.me .message-block .message {
	background: #0079ea;
	color: #fff;
	text-align: right;
	border: 1px solid #0079ea;
	box-shadow: 0px 8px 15px -2px #0079eb42;
}

.ticket-messages .ticket-message.me .user-block {
	text-align: right;
}

.ticket-messages .ticket-message.me .user-block .user {
	display: inline-block;
}

.ticket-messages .ticket-message .message-block {
	text-align: left;
}

.ticket-messages .ticket-message .message-block .message {
	display: inline-block;
	text-align: left;
	background-color: #fff;
	border: 1px solid #f6f6f6;
	box-shadow: 0px 8px 15px -2px rgba(0, 0, 0, 0.1);
	border-radius: 20px;
	padding: 10px 15px;
	font-size: 15px;
	display: inline-block;
}

.ticket-messages .ticket-message .message-block .message .text {
	font-size: 14px;
}

.ticket-messages .ticket-message .message-block .message .tocket-attachments {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 7px;
	padding-top: 7px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.ticket-messages .ticket-message .message-block .message .tocket-attachments::before {
	content: "Файлы:";
	position: relative;
	font-size: 12px;
}

.ticket-messages .ticket-message .message-block .message .tocket-attachments li {
	display: inline-block;
}

.ticket-messages .ticket-message .message-block .message .tocket-attachments li a {
	display: block;
	padding: 2px 6px;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 10px;
	border: 1px solid #0079eb;
	margin-bottom: 2px;
	margin-right: 2px;
	text-decoration: none;
	font-size: 14px;
	max-width: 160px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ticket-messages .ticket-message .message-block .message .tocket-attachments li a:hover {
	background: rgba(255, 255, 255, 0.9);
}

.ticket-messages .ticket-message .message-block .message .tocket-attachments li a:hover {
	text-decoration: underline;
}

.ticket-messages .ticket-message .message-block .is_read {
	padding: 10px;
	color: #636363;
	font-size: 12px;
}

.rowT {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.messages-controls .ticket-uploader {
	padding: 0 5px;
}

.messages-controls .ticket-uploader a:not(.pkdel) {
	min-width: 0;
	padding: 9px 15px;
	margin: 15px 0 0 0;
	border: 1px solid #159564;
	color: #159564;
	font-size: 13px;
	border-radius: 2px;
	float: left;
	outline: none;
	margin-right: 10px;
}

.messages-controls .ticket-uploader .ticket-info {
	margin-top: 26px;
}

.messages-controls .ticket-uploader a .count {
	font-size: 13px;
	margin-left: 4px;
	display: inline-block;
	vertical-align: top;
}

.messages-btns {
	border-top: solid 1px #cfcfcf;
	margin-top: 20px;
	padding-top: 20px;
}

.ticket-info {
	font-size: 10px;
	float: right;
	margin-top: 4px;
	color: #a0a0a0;
}

.remodal__body .ticket-uploader {
	padding: 0;
	margin-bottom: 15px;
}

.remodal__body .ticket-uploader a {
	min-width: 0;
	font-size: 13px;
	outline: none;
}

.remodal__body .ticket-uploader a {
	margin-right: 2px;
}

.ticket-object {
	font-size: 12px;
	margin-bottom: 9px;
}

.ticket-object .ticket-object-text {
	padding: 5px 10px;
	font-size: 13px;
	background: #eee;
	display: inline-block;
	border-radius: 5px;
	margin-left: 5px;
}

.ticket-uploader-files {
	clear: both;
}

.ticket-uploader-files:before {
	content: '';
	display: table;
	clear: both;
}

.ticket-uploader-files:not(:empty) {
	margin-top: 10px;
}

.ticket-uploader-files .pekerow {
	width: 67px;
}

.ticket-uploader-files .pekeitem_preview {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 67px;
	height: 67px;
}

.pekeitem_preview img {
	max-width: 100%;
	max-height: 100%;
}

.developer-list ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

.developer-list ul li {
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	margin-bottom: 20px;
}

.developer-list-logo {
	width: 100px;
	height: 100px;
}

.developer-list-item {
	max-width: calc(100% - 100px);
	padding-left: 30px;
}

.developer-list-item h1, .developer-list-item h2, .developer-list-item h3 {
	margin-top: 0;
	font-size: 24px;
	margin-bottom: 12px;
}

.developer-list-item p:last-child {
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.rowT {
		display: block;
	}

	.colT {
		display: block;
	}
}

body {
	visibility: visible;
}

img {
	opacity: 1;
	transition: opacity 0.3s;
}

img[data-src] {
	opacity: 0;
}

img[data-src][src] {
	opacity: 1;
}

.show-news {
	display: inline-block;
	color: #4376D3;
	font-weight: 400;
	border: 1px solid #4376d3;
	border-radius: 5px;
	padding: 6px 25px 6px 25px;
	text-align: center;
	font-size: 17px;
}

.show-news:hover {
	border: solid 1px #ec9c07;
	color: #ec9c07;
}

.pekeupload-drag-area.result_preloader {
	pointer-events: none;
}

.collpase__green {
	color: #159563;
	font-size: 16px;
}

.collpase__green .collapse__title__icon {
	margin: 0 0 0 3px;
}

.radio__icon.ico-house {
	font-size: 26px;
}

.form__inline__select {
	display: inline-block;
	max-width: calc(100% - 90px);
	position: relative;
}

.label__inline__select {
	font-size: 12px;
	letter-spacing: -.6px;
	margin-right: 2px;
	display: inline-block;
	vertical-align: middle;
}

.form__inline__select {
	font-size: 12px;
	letter-spacing: -.7px;
}

.form__inline__select .select2-container .select2-selection--single {
	background-color: transparent;
	border: none;
	height: auto;
	line-height: 1;
}

.form__inline__select .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 1;
	padding: 0;
	color: #1d7ecf;
}

.form__inline__select .select2-container--default .select2-selection__arrow {
	display: none;
}

.form__inline__select .select2-dropdown {
	border-top: 1px solid #cfcfcf !important;
	margin-top: 5px;
	white-space: nowrap;
	width: auto !important;
	border-radius: 2px !important;
}

.form__inline__select .select2-container {
	top: 100% !important;
	left: 0 !important;
	z-index: 10000;
}

.collapse__text [data-modal-target] {
	color: #159563;
}

/*.select2-container--default .select2-search--inline .select2-search__field {
	padding-right: 20px
}*/

.select2-container--default .select2-search--inline {
	max-width: 100% !important;
	overflow: hidden;
}

.wrap__main .select2-dropdown > .select2-results {
	max-height: 118px;
}

.ymaps_maps-button__text {
	max-width: 120px;
	white-space: normal;
	line-height: 1.2;
	text-align: center;
	font-size: 12px;
	padding-top: 6px;
}

.ymaps_maps-button,
.ymaps_maps-button * {
	box-sizing: content-box;
}

.ymaps_maps-button-draw .ymaps_maps-button-icon,
.ymaps_maps-button-stop .ymaps_maps-button-icon {
	background-color: #fff;
}

.ymaps_maps-button-draw {
	background-color: #e41f26;
}

.ymaps_maps-button-stop {
	background-color: #ec9c07;
}

.ymaps_maps-button-stop .ymaps_maps-button__icon,
.ymaps_maps-button-draw .ymaps_maps-button__icon,
.ymaps_maps-button-polygon .ymaps_maps-button__icon {
	padding: 7px 6px;
	width: 25px;
	height: 25px;
}

.ymaps_maps-button-draw .ymaps_maps-button__text,
.ymaps_maps-button-stop .ymaps_maps-button__text,
.ymaps_maps-button-polygon .ymaps_maps-button__text {
	color: #fff;
	max-width: 165px;
	width: 165px;
}

.ymaps_maps-button-polygon {
	background-color: #159563;
}

/*28.02.2018*/

.c-banner {
	margin: 10px 0;
	width: 100%;
	/*display: inline-block;*/
}

.c-banner img {
	width: 100%;
}

.is-blocked {
	opacity: .7;
	pointer-events: none;
}

.c-info {
	margin-top: 30px;
}

.c-info__btn {
	width: 250px;
	line-height: 1.1;
	height: 38px;
	padding-bottom: 3px;
	margin-top: 12px;
}

.c-banner__filter {
	margin: 0;
	width: 100%;
	padding-left: 24px;
	position: relative;
	/* max-height: 105px;*/
	overflow: hidden;
}

.c-banner__filter img {
	width: auto;
	max-width: 100%;
	height: 106px;
}

.c-banner__info {
	position: absolute;
	left: 1px;
	top: 1.5%;
	width: 22px;
	height: 97%;
	background-color: #fdf7dd;
	border-radius: 8px;
}

.c-banner__info span {
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	display: block;
	height: 18px;
	width: 80px;
	text-align: center;
	transform-origin: 44px 46px;
	font-size: 16px;
}

.map__banner__wrap.is_visible ~ .map__sidebar__list {
	height: calc(100vh - 367px);
}

[data-readmore] {
	height: 107px;
	overflow: hidden;
}

/*.coll-ellipsis {
  display: none !important;
}*/

.cottages-text p, .object-info p {
	margin: 0 0 14px;
}

[data-ctrl]:after {
	content: '';
	display: table;
	clear: both;
}

[data-ctrl] span {
	margin: 16px 0 0;
	display: table;
	color: #4376D3;
	font-weight: normal;
	border: 1px solid #4376d3;
	border-radius: 5px;
	padding: 6px 7px 6px 7px;
	text-align: center;
	font-size: 17px;
}

.hide-button {
	margin-top: 0;
	float: right;
}

[data-ctrl] span:hover {
	border: solid 1px #ec9c07;
	color: #ec9c07;
}

.hide-text {
	display: none;
}

.menu__help-img {
	position: absolute;
	width: 22px;
	height: 22px;
	top: 8px;
	left: 8px;
	background: url(../../images/icon.png) center no-repeat;
	background-size: contain;
	display: block;
}

.menu__help__link > i {
	position: absolute;
	right: 8px;
	top: 4px;
	font-size: 30px;
}

.ref__inner__help .menu__dropdown__container {
	box-shadow: 0 8px 10px 1px rgba(29, 30, 28, 0.20);
	width: 208px;
	font-size: 13px;
}

.ref__inner__help {
	border-left: none;
	height: 40px;
	line-height: 40px;
}

.menu__help__link {
	display: block;
	width: 209px;
	text-align: center;
	padding: 0 10px;
	color: #e52a30;
	font-size: 16px;
	font-weight: bold;
	background-color: #d6d6d6;
}

.radio_check ~ .radio__button {
	height: 44px;
	padding-bottom: 2px;
	padding-top: 14px;
}

.object__more {
	margin-top: 0;
	text-align: center;
}

.object__more:before {
	content: '';
	display: table;
	clear: both;
}

.object-image-more {
	position: absolute;
	display: block;
	z-index: 10;
	right: 0;
	top: 0;
	width: 30px;
	height: 30px;
	background-color: rgba(0, 0, 0, 0.7);
	cursor: pointer;
}

.object-image-preview {
	position: relative;
}

.object-image-more:before {
	content: '';
	position: absolute;
	left: 3px;
	bottom: 3px;
	width: 10px;
	height: 10px;
	border-left: 2px solid rgba(255, 255, 255, 0.8);
	border-bottom: 2px solid rgba(255, 255, 255, 0.8);
}

.object-image-more:after {
	content: '';
	position: absolute;
	right: 3px;
	top: 3px;
	width: 10px;
	height: 10px;
	border-right: 2px solid rgba(255, 255, 255, 0.8);
	border-top: 2px solid rgba(255, 255, 255, 0.8);
}

.object-image-inner {
	position: relative;
}

.slick-initialized .slick-slide.object-image-preview {
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
}

.popover.popover--cottage {
	width: 240px;
}

.popover_inner .object__item.object__item--cottage {
	width: 210px;
}

.object__actions__wrap--cottage {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 10px;
	position: absolute;
	top: -5px;
	left: 0;
}

.popover--cottage.popover_label .object__description {
	width: calc(100% + 30px);
	margin-left: -6px;
	margin-right: -6px;
	float: none;
	margin-top: 10px;
	padding: 0;
}

.object__image--cottage {
	width: 100%;
	height: 150px;
	position: relative;
	text-align: center;
}

.popover_label.popover--cottage .popover_inner {
	height: auto;
}

.object__actions__wrap--cottage a + a {
	margin-left: 20px;
}

.object__actions__wrap--cottage a {
	font-size: 14px;
}

.popover_label.popover--cottage .object__inner {
	height: auto;
	padding-top: 26px;
}

.object__image--cottage img {
	width: auto;
	height: auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}

.object__price--area {
	background-color: #e6e6e6;
	padding: 3px 10px 4px;
	text-align: center;
	margin: 0;
}

.object__item--cottage .object__name {
	text-align: center;
	font-size: 14px;
	line-height: 1.25;
	margin: 6px 0 0;
	width: 100%;
	color: #1d7ecf;
	padding: 0 10px;
}

.popover_label.popover--cottage .object__name__link {
	padding: 0;
}

.object__item--cottage .object__name a {
	color: #1d7ecf;
}

.object__count {
	margin: 5px 0 0;
	padding: 0 15px;
	text-align: center;
	font-weight: bold;
}

.scroll-height-80 .form__control_textarea {
	min-height: 80px !important;
}

.scroll-height-98 .form__control_textarea {
	min-height: 98px !important;
}

.scroll-wrapper > .scroll-content {
	margin-bottom: 0 !important;
}

.align-center {
	text-align: center !important;
}

.contact-phone a, .tel-link {
	color: #101312;
	pointer-events: none;
	cursor: text;
	margin-left: 0 !important;
}

.p__object__list ~ .pagination {
	margin-bottom: 0;
}

.page-text {
	margin-bottom: 16px;
}

.page-text [data-ctrl] span {
	display: inline;
	padding: 0;
	border: none;
	font-size: 13px;
	margin-left: 5px;
}

.page-text .hide-button {
	float: none;
}

.page__sidebar__260 {
	width: 260px;
}

.btn-blue {
	margin: 0;
	display: inline-block;
	color: #4376D3;
	font-weight: normal;
	border: 1px solid #4376d3;
	border-radius: 5px;
	padding: 6px 7px 6px 7px;
	text-align: center;
	font-size: 17px;
	max-width: calc(100% - 40px);
	vertical-align: middle;
}

.btn-blue:hover {
	border: solid 1px #ec9c07;
	color: #ec9c07;
}

/*.catalog__subheader {
	z-index: 50;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.catalog__subheader:not(.sticky) {
	margin: -13px -15px;
	width: calc(100% + 30px);
}

.remodal-is-locked .select2-container--open {
	z-index: 10000;
}

.catalog__subheader.sticky {
	position: fixed;
	left: 0;
	top: 0;
}

.catalog__subheader .button {
	line-height: 1;
	width: auto;
	min-width: 95px;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	font-size: 11px;
}

.catalog__subheader .button + .button {
	margin-left: 2px;
}

.catalog__subheader__wrap {
	height: 30px;
}*/

.page-text [data-ctrl] .show-button, .page-text [data-ctrl] .hide-button {
	font-size: 18px;
	line-height: 0;
}

.page-text [data-ctrl] .show-button i, .page-text [data-ctrl] .hide-button i {
	line-height: 0;
	transform: translateY(2px);
}

.object-wrap {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 20px;
}

.object-wrap .slick-prev {
	left: 2px;
}

.object-wrap .slick-next {
	right: 2px;
}

.object-wrap .slick-prev, .object-wrap .slick-next,
.object-wrap .slick-prev:hover, .object-wrap .slick-next:hover {
	background-color: rgba(0, 0, 0, .5);
}

.object-wrap .object-video.slick-slider {
	width: 355px;
	max-width: 100%;
}

.page_wrap .object-properties h3 a {
	color: #101312;
	pointer-events: none;
}

.page_wrap .object-properties h3 a i {
	display: none;
}

.p__object__preview--italic {
	font-style: italic;
}

.object-share-btn {
	text-align: right;
	margin-bottom: 12px;
}

.object-share-btn .button {
	line-height: 28px;
}

.share_modal {
	max-width: 360px;
}

.share-wrap {
	list-style: none;
	margin: 0 0 25px;
	padding: 0;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: space-around;
}

.share-btn i {
	border-radius: 30px;
	width: 45px;
	height: 45px;
	display: block;
	line-height: 43px;
	margin: 0 auto;
	font-size: 24px;
	color: #fff;
	background-color: #ccc;
}

.share-btn span {
	display: block;
	margin-top: 5px;
	font-size: 11px;
	color: #000;
}

.share-wrap li {
	width: 33.333%;
}

.share-btn {
	text-align: center;
	display: block;
	border: none;
	margin: 0 auto;
	outline: none;
	background: none;
}

.share-btn i.fa-vk {
	background-color: #45668e;
}

.share-btn i.fa-odnoklassniki {
	background-color: #f7931e;
}

.share-btn i.fa-facebook-f {
	background-color: #3b5998;
}

.share_modal .form__group__button {
	width: 90px;
}

.share_modal .form__group__control {
	width: calc(100% - 90px);
}

.cadaster-type-select {
	max-width: 440px;
	margin-top: 10px;
	margin-bottom: 14px;
}

.checkbox-cadaster-type {
	display: inline-block;
	position: relative;
	color: red;
	font-weight: bold;
	margin-bottom: 15px;
	border-bottom: 2px solid #000;
}

.checkbox-cadaster-type i {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
	top: calc(100% + 3px);
	color: #000;
	font-style: normal;
}

@media all and (min-width: 769px) {
	.aside__catalog .remodal-wrapper {
		display: block !important;
		position: static;
		padding: 0;
		text-align: left;
		overflow: visible;
		z-index: unset;
	}

	.aside__catalog .remodal__body {
		padding: 0;
	}

	.aside__catalog .remodal {
		transform: none;
	}
}

@media all and (max-width: 768px) {
	.contact-phone a, .tel-link {
		pointer-events: auto;
		color: #1d7ecf;
	}

	.object-properties-block--collapse {
		display: none;
	}

	.page_wrap .object-properties h3 a i {
		display: inline;
		transform: translateY(1px);
		margin-left: 8px !important;
	}

	.page_wrap .object-properties h3 a {
		display: block;
		pointer-events: auto;
	}

	.object-properties-block.is_active h3 {
		margin-bottom: 8px;
	}

	.object-properties-block.is_active h3 a i:before {
		content: "\f0d8";
	}

	/* html, body {
		 height: auto;
	 }

	 html.remodal-is-locked {
		 overflow: auto;
		 -ms-touch-action: auto;
		 touch-action: auto;
	 }
 */
	.remodal-wrapper {
		padding: 80px 10px;
	}

	.select2-dropdown > .select2-results, .selectize-dropdown-content {
		max-height: 118px;
	}

}

@media (min-width: 1181px) {
	.menu__link.is_parent.is-desctop-open .fa {
		transform: rotate(180deg);
	}

	.is-desctop-open ~ .submenu, .is-desctop-open .menu__dropdown__container {
		display: block;
	}

	.header__help__wrap .menu__dropdown__container {
		right: auto;
		left: 0;
		z-index: 10;
		top: 100%;
	}
}

.estate-region {
	display: none !important;
}

.hide-li {
	display: none !important;
}

.header__help__wrap .menu__dropdown__list .menu__link {
	font-size: 13px;
}

.object-video {
	margin-left: -2px;
}

.cottages .cottages-list .cottages-item .cottages-item-price.cottages-item-price--news a {
	white-space: normal;
	height: 36px;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after,
.grid_row:after,
.row:after {
	clear: both;
}

.news-video iframe {
	max-width: 100%;
}

.news-item.object-detail .object-images-preview img {
	max-width: 100%;
}

.object-video-preview {
	height: 450px;
}

.object-video-sm {
	margin: 0 2px;
	cursor: pointer;
}

.object-video-sm img {
	max-width: 100%;
}

.popover.popover_infra .popover_inner {
	height: auto;
}

.popover.popover_infra {
	width: 240px;
}

.popover.popover_infra .object__image {
	float: none;
	width: 100%;
	height: 150px;
}

.popover.popover_infra .popover_inner .object__item {
	width: 210px;
	padding-top: 28px;
}

.popover.popover_infra .object__description {
	width: 100%;
	padding: 0;
	margin: 12px 0 10px;
	float: none;
}

.popover.popover_infra .object__more {
	display: block;
	margin: 0;
	text-align: left;
}

.popover.popover_infra .object__inner {
	height: auto;
}

.view-map__list {
	list-style: none;
	margin: 10px 0;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: space-between;
	text-align: center;

	background-color: #ffffff;
	padding: 10px 12px;
}

.view-map__list span {
	display: inline-block;
	margin-top: 4px;
	font-size: 13px;
}

.view-map__list a {
	display: block;
	border-radius: 50%;
	border: 1px solid rgba(0, 0, 0, .2);
	width: 58px;
	height: 58px;
	background-size: cover;
	background-clip: content-box;
	background-repeat: no-repeat;
	vertical-align: middle;
	margin: 0 5px;
	background-image: url(../img/map.png);
}

.view-map__list a.view-map__item-satellite {
	background-position: 0 -58px;
}

.view-map__list a.view-map__item-hybrid {
	background-position: 0 -111px;
}

.panel__view-map {
	background-color: #f4f6f3;
	padding: 10px 16px;
	margin-top: 30px;
}

.panel__title {
	text-align: center;
	display: block;
	font-size: 16px;
	line-height: 1.2;
	margin-bottom: 14px;
}

.panel__title span {
	font-size: 13px;
}

.panel__view-map p {
	font-size: 12px;
	letter-spacing: -.5px;
	margin-bottom: 0;
}

.object-video-previews {
	height: 180px;
	margin-bottom: 3px;
}

.object-video-previews .object-video-preview {
	height: 180px;
}

@media (max-width: 1180px) {
	.panel__view-map {
		width: 320px;
		max-width: 100%;
		margin: 0 auto 30px;
	}
}

.hidden-select {
	opacity: 0;
}

.menu__dropdown__columns {
	display: flex;
	align-items: stretch;
	align-content: center;
	justify-content: flex-start;
	padding: 10px 0;
}

.menu__dropdown__column {
	padding: 0 16px;
	font-size: 14px;
}

.menu__dropdown__column + .menu__dropdown__column {
	border-left: 1px solid #e6e7e6;
}

.menu__column__item a {
	color: #000;
	font-size: 16px;
}

/*.menu__dropdown__column:nth-child(n + 2) {
	text-align: center;
}*/

.menu__column__item:not(:last-child) {
	margin-bottom: 17px;
}

.menu__column__item a:hover {
	text-decoration: underline;
}

.menu__column__item i {
	width: 22px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 6px;
}

@media (min-width: 1181px) {
	.menu__dropdown__container--lg {
		/*transform: translateX(16%);*/
	}

	.menu__item--youtube {
		height: 110px;
		display: block;
	}

	.menu__item--youtube img {
		max-height: 100%;
		width: auto;
	}
}

.status-message {
	margin: 18px 0 -10px;
}

.status-message.block {
	color: #d23b3b;
}

.object__icon {
	color: #828282;
	margin-right: 4px;
}

.object-list .object_item.block,
.object-list .object_item.cancel,
.object-list .object_item.moderation {
	background: rgba(255, 0, 0, 0.18);
}

.object-list .object_item.archive {
	background-color: rgba(247, 192, 255, 0.53);
}

.account-object-blocked {
	color: #e11a21;
	font-weight: bold;
	cursor: default;
}

.account-object-blocked.object-item__action:hover span {
	text-decoration: none;
}

.account-object-blocked i {
	color: #e11a21 !important;
}

.object-type-status-label {
	color: #1d7ecf;
}

.object-type-status-label.block, .object-type-status-label.cancel, .object-type-status-label.moderation {
	color: #e11a21;
}

.object-type-status-label.archive {
	color: #d488dc;
}

.help-icons-list {
	text-align: center;
	margin-top: 40px;
	font-size: 13px;
	color: #82818f;
}

.help-icons-list ul {
	display: inline-block;
	list-style: none;
	text-align: left;
}

.help-icons-list li {
	margin-bottom: 4px;
}

.help-icons-list i {
	width: 18px;
	text-align: center;
}

.alert-message {
	background-color: #fff9b9;
	border: 1px solid #fde8b1;
	margin: 27px 0 5px;
	padding: 15px 30px;
	border-radius: 2px;
	font-weight: 900;
}

.alert-message.warning {
	color: #dc2228;
}

.account-object-return {
	color: #158fe8;
	font-weight: bold;
}

.c-alert {
	position: fixed;
	z-index: 100;
	top: 50%;
	left: 50%;
	min-height: 80px;
	width: 320px;
	transform: translate(-50%, -50%);
	transition: .2s linear opacity;
	font-size: 20px;
	text-align: center;
	padding: 14px 20px;
	background-color: rgba(21, 149, 99, 0.8);
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	border-radius: 4px;
	color: #fff;
	font-weight: bold;
}

.c-alert.is-hide {
	opacity: 0;
}

.c-alert__close {
	position: absolute;
	display: block;
	font-family: FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 20px;
	top: 2px;
	right: 2px;
	background: none;
	border: none;
	font-weight: normal;
}

.c-alert__close:after {
	content: "\f00d"
}

.mt-r {
	margin-top: 0;
}

.object-item {
	padding: 10px 10px 25px;
	border-top: 1px solid #cfcfcf;
}

.object-list-container {
	margin-top: 25px;
}

.object-item__inner {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}

.object-item__image {
	position: relative;
	width: 200px;
	flex: none;
}

.object-item__content {
	flex: 1 1 auto;
	padding-left: 30px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.object-item__counter {
	position: absolute;
	top: 2px;
	left: -4px;
	background-color: #159563;
	padding: 4px 8px;
	color: #fff;
	border-radius: 3px;
}

.object-item__head {
	display: flex;
	justify-content: space-between;
	font-weight: bold;
	margin-bottom: 10px;
}

.object-item.active .object-item__head {
	color: #159563;
}

.object-item__sale {
	display: flex;
	justify-content: space-between;
	font-weight: bold;
	color: #000;
}

.object-item__row {
	margin-top: 14px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.object-item__col {
	display: flex;
}

.object-item__col i {
	flex: none;
}

.account-row .default-button {
	border-radius: 8px;
}

.right-button {
	float: right;
}

.object-item__col {
	padding-right: 15px;
}

.object-item__col span,
.object-item__row span {
	min-width: 90px;
	display: inline-block;
	padding-left: 8px;
}

.object-item__col:last-child {
	padding-right: 0;
}

.object-item__image img {
	max-width: 100%;
}

.object-item__action:not(:last-child) {
	margin-right: 42px;
}

.object-item__action i {
	margin-right: 6px;
	color: #616161;
}

.object-item__action {
	font-size: 13px;
	white-space: nowrap;
	margin-top: 10px;
	display: inline-block;
}

.object-item__action[hidden] {
	display: none !important;
}

.object-item__action:hover span {
	text-decoration: underline;
}

.object-item__message {
	margin-top: 20px;
}

.object-item.block .object-item__head {
	color: #e11a21;
}

.object-item.block {
	background: #ffd1d1;
}

.object-item.archive .object-item__head {
	color: #a64d83;
}

.object-item.archive {
	background-color: #fbddff;
}

.object-item__prop {
	display: inline-block;
	margin-right: 15px;
	padding-right: 15px;
	border-right: 1px solid;
	line-height: 1;
	margin-top: 15px;
}

.object-item__prop:last-child {
	border: none;
	margin-right: 0;
	padding: 0;
}

.object-panel__text > a > i + span {
	max-width: calc(100% - 20px);
}

.page-ui-slider__wrap {
	margin: 30px 0 0;
	padding: 20px 30px;
	border-radius: 10px;
	background-color: #f4f6f3;
	text-align: center;
	box-shadow: 0 0 10px 0 rgba(153, 153, 153, 0.51);
}

.page-ui-slider__wrap h4 {
	margin: 0 0 24px;
	font-size: 16px;
	color: #ed9c06;
}

.page-object__name {
	font-size: 18px;
	font-weight: bold;
	margin-top: 16px;
}

.page-ui-slider {
	max-width: 450px;
	margin-left: auto;
	margin-right: auto;
}

.page-ui-slider__inner span {
	font-size: 20px;
	margin: 0 10px;
	font-weight: bold;
}

.page-ui-slider__input {
	text-align: center;
	width: 80px;
	border-radius: 4px;
	font-size: 22px;
	font-weight: bold;
	border: 1px solid #ed9c06;
	color: #ed9c06;
	outline: none;
	padding: 0 0 2px;
}

.pagination.pagination__wrap {
	display: flex;
	align-items: center;
	flex-direction: column;
}

.pagination.pagination__wrap .pagination__list {
	margin-bottom: 8px;
}

.pagination.pagination__wrap .pagination__list + .pagination__result {
	margin: 0;
}

.create__container.create_preloader * {
	pointer-events: none;
	user-select: none;
}

.object-link-media {
	color: #101312;
	display: block;
}

.p__object__name__link {
	color: #1d7ecf;
}

.object__list__item {
	height: auto;
	margin: 4px;
	border: 1px solid #7c7c78;
	border-radius: 10px;
	width: calc(100% - 12px);
	padding: 10px 10px;
}

.object__list__item .object__inner {
	height: auto;
	color: #101312;
}

.object__list__item .object__image {
	margin-right: 8px;
	margin-bottom: 8px;
}

.object__list__item .object__description {
	float: none;
	width: 100%;
	padding-left: 0;
}

.object__list__item .object__price {
	color: #1d7ecf;
}

.object__list__item .object__address {
	width: auto;
	white-space: normal;
	overflow: visible;
	line-height: 1.2;
}

.object__list__item .object__address + .object__address {
	width: auto;
}

.object__list__item .object__actions__wrap {
	position: static;
	display: flex;
	align-items: center;
	margin-right: -5px;
	width: 100%;
}

.object__list__item .object__action__link:not(:last-child) {
	margin-right: 10px;
}

.object__action__link span {
	font-size: 12px;
}

.js_section_inner.js_result_wrapper {
	overflow: auto;
	height: calc(100% - 105px);
}

.object__action__link:not(.is_active) .active-text {
	display: none
}

.object__action__link.is_active .disactive-text {
	display: none
}

.popover_inner .object__action__link .object__action__icon {
	margin-right: 4px;
}

.c-alert.is-large {
	width: 544px;
	border-radius: 20px;
	padding: 24px 30px;
	background-color: rgba(21, 149, 99, 0.85);
}

.c-alert.is-large .c-alert__close {
	top: 7px;
	right: 7px;
}

.c-alert__content--hidden {
	display: none !important;
}

.c-alert i {
	font-size: 15.2px;
	line-height: 1.5;
	display: inline-block;
	font-weight: normal;
}

.c-alert h3 {
	margin-top: 0;
	font-size: 24.4px;
	margin-bottom: 20px;
}

.c-alert p {
	margin-bottom: 0;
	margin-top: 15px;
}

.remodal__buttons {
	margin-top: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.p__object__public-date {
	margin-top: 2px;
	background-color: #159563;
	color: #fff;
	text-align: center;
	padding: 2px 4px;
	font-size: 12px;
	line-height: 1.2;
	border-radius: 2px;
}

.alert-message.error {
	background-color: #ffd1d1;
	border-color: #fbbcbc;
}

.alert-message--lg {
	font-size: 24px;
	padding: 10px 25px;
	font-weight: normal;
}

.popover_inner .object__list__item .object__actions__wrap {
	justify-content: center;
	margin-top: -3px;
}

.filter-collapse {
	margin-bottom: 0;
}

.filter-collapse__body {
	max-height: 0;
	overflow: hidden;
	-moz-transition-duration: 0.15s;
	-webkit-transition-duration: 0.15s;
	-o-transition-duration: 0.15s;
	transition-duration: 0.15s;
	-moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
	-webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
	-o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
	transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.filter-collapse.is-active .filter-collapse__body {
	max-height: 1000px;
	-moz-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-moz-transition-timing-function: ease-in;
	-webkit-transition-timing-function: ease-in;
	-o-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
}

.filter-collapse.is-active .filter-collapse__toggle .is-closed {
	display: none;
}

.filter-collapse:not(.is-active) .filter-collapse__toggle .is-opened {
	display: none;
}

.object-panel {
	background-color: #f7f7f7;
	padding: 12px 20px;
	margin-bottom: 20px;
	font-size: 15px;
}

.object-panel__title {
	margin: 0 0 4px;
	font-size: 17px;
}

.object-panel__text {
	margin: 0 0 6px;
}

.object-panel__text a i, .object-panel__text a i.fa,
.object-panel__text i, .object-panel__text i.fa {
	width: 14px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	text-align: center;
	color: #616161;
}

.object-panel__text i.ico-star-9 {
	font-size: 15px;
}

.object-panel__text > span,
.object-panel__text > a > span {
	display: inline-block;
	vertical-align: middle;
}

.object-panel__text a:hover span {
	text-decoration: underline;
}

.object-panel__text a .active__text {
	display: none;
}

.object-panel__text a.is_active .disactive__text {
	display: none;
}

.object-panel__text a.is_active .active__text {
	display: inline-block;
}

.object-panel__text a.is_active .icon-black {
	color: #159563;
}

.object-panel__text a.is_active .icon-business {
	color: #ec9c07;
}

.p-object__outer {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.p-object__outer .p__object__item {
	width: 70%;
	padding-bottom: 0;
	border: none;
}

.p-object__contacts {
	width: 30%;
	padding-left: 30px;
}

.p-object__outer .object-panel {
	margin-bottom: 0;
	min-height: 100%;
}

.page__content--lg {
	flex: 1 1 auto;
	padding-right: 20px;
	width: calc(100% - 270px)
}

.page__content--lg ~ .page__sidebar__260 {
	flex: none;
	width: 270px;
}

.page-object__map {
	width: 100%;
	height: 600px;
	position: relative;
}

.page-object__map > div {
	width: 100%;
	height: 100%;
}

.page-object__map-btn {
	position: absolute;
	z-index: 5;
	right: 6px;
	top: 6px;
	color: #000;
	background-color: rgba(255, 255, 255, .9);
	padding: 6px 10px;
	border-radius: 4px;
}

.page-object__map-btn i {
	margin-left: 4px;
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
}

.page-object__panel {
	margin-top: 40px;
}

.page-object__title {
	font-size: 20px;
}

.page-object__link {
	font-size: 20px;
	display: inline-block;
	margin: 20px auto 0;
}

.map__legend .map__help__item {
	display: inline-flex;
	margin-right: 10px;
	margin-bottom: 10px;
}

.map__legend h4 {
	font-size: 16px;
	margin-top: 0;
	margin-bottom: 10px;
	font-weight: 100;
}

.map__legend {
	padding: 15px 0 0;
	display: flex;
	justify-content: space-between;
}

.map__legend .map__help__text {
	font-size: 13px;
	display: block;
}

.map__legend .map__help__title {
	margin-bottom: 14px;
	font-weight: bold;
}

.map__help__list {
	white-space: normal;
}

.map__legend .map__help__item.mr-r {
	margin-right: 0;
}

.map__col {
	max-width: 37%;
	padding-left: 3%;
}

.map__col:first-child {
	max-width: 23%;
}

.preloader:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ffffff url(../img/preloader.gif) 50% 50% no-repeat;
	z-index: 10;
}

.alpha_preloader:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, .2) url(../img/preloader.gif) 50% 50% no-repeat;
	z-index: 10;
}

.beta_preloader {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.7) url(../img/preloader.gif) 50% 34% no-repeat;
	z-index: 20;
}

.beta_preloader span {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	padding: 0 20px;
	top: 50%;
	transform: translateY(-50%);
}

.wrap.is-catalog-list {
	background-color: #f3f5f2;
}

.wrap.is-catalog-list .header__bottom {
	border-bottom: 1px solid #e1e3e0;
	background-color: #ffffff;
}

.wrap.is-catalog-list .footer {
	border-top: 1px solid #e1e3e0;
}

.panel-obj {
	background-color: #ffffff;
	padding: 10px 14px 20px;
	border-radius: 12px;
}

.panel-obj .page__title {
	margin-top: 0;
}

.page__content--lg .panel-obj:first-child {
	margin-top: 30px;
}

.reklam-slider .slick-prev, .reklam-slider .slick-next {
	color: #000;
	font-size: 40px;
}

.reklam-slider .slick-prev {
	left: -14px;
}

.reklam-slider .slick-next {
	right: -14px;
}

.reklam-slider__item {
	padding: 0 30px;
}

.reklam-slider__item img {
	max-width: 100%;
}

.reklam-large-link {
	text-align: center;
	font-size: 24px;
	margin: 30px 0;
}

.reklam-large-link a {
	text-decoration: underline;
}

.reklam-large-link a:hover {
	text-decoration: none;
}

.reklam-num-list {
	padding: 0;
	list-style: none;
	counter-reset: li;
	margin: 30px 0;
	text-align: left;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}

.reklam-num-list li:before {
	content: counter(li);
	counter-increment: li;
	font-size: 32px;
	text-align: center;
	width: 40px;
	height: 40px;
	display: inline-block;
	vertical-align: middle;
	line-height: 40px;
	border-radius: 50%;
	margin-right: 18px;
	flex: none;
	background-color: #159563;
	color: #ffffff;
}

.reklam-num-list li {
	width: 33.3%;
	margin-bottom: 25px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	padding-right: 20px;
}

.reklam-num-list li h4 {
	margin-bottom: 8px;
	margin-top: 0;
}

.reklam-num-list li p {
	margin-top: 8px;
}

.image-link {
	outline: none;
}

.slick-dotted.slick-slider {
	margin-bottom: 40px;
}

.slick-dots {
	bottom: -33px;
}

.p__object__slider,
.p__object__image {
	display: flex;
	align-items: center;
	width: 250px;
	height: 197px;
	overflow: hidden;
	position: relative;
}

.p__object__slider .p__object__slide,
.p__object__slider .img-item {
	height: 197px;
	overflow: hidden;
}

.p__object__slider a {
	width: 250px;
	flex: none;
}

.p__object__slider img,
.p__object__image img {
	width: 100%;
}

.p__object__slider .slick-track {
	display: flex;
	align-items: center;
}

.img-item.loaded {
	background: #fff url('/images/ajax-loader.gif') center center no-repeat;
	min-height: 100px;
}

.p__object__slider .slick-slide {
	outline: none;
}

.object__action__complaint,
.object__action__complaint i,
.object__action__complaint span {
	color: #616161;
}

.object__action__complaint i {
	margin-right: 3px;
}

.object-link-styled {
	color: #1d7ecf;
}

.object-link-styled:hover {
	text-decoration: underline;
}

.menu__column__item.is-flex {
	display: flex;
	align-items: flex-start;
	text-align: center;
}

.menu__column__item.is-flex i {
	margin-top: 2px;
	margin-right: 10px;
}

.menu__column__item.is-flex i.is-blue {
	background-color: #009ee6;
	padding: 4px 0;
	color: #fff;
	border-radius: 4px;
}

.is-label i {
	margin: 0;
	width: auto;
	display: inline-block;
	vertical-align: middle;
}

.is-label {
	color: #fff;
	font-size: 14px;
	padding: 0 4px 3px;
	margin-top: 1px;
	border-radius: 4px;
}

.is-label span {
	display: inline-block;
	vertical-align: middle !important;
}

.is-label.is-green {
	background-color: #149463;
}

.is-label.is-blue {
	background-color: #009ee6;
}

.menu__column__item.flex-center a {
	flex: 1 1;
}

.menu__item.menu__header {
	padding-left: 12px;
	font-size: 14px;
	margin-top: 2px;
}

.menu__item.menu__header span {
	text-decoration: underline;
}

.p-object__paginator {
	text-align: center;
	margin: 20px 0;
	color: #505050;
	display: flex;
	align-items: center;
	justify-content: space-between;
	white-space: nowrap;
}

.p-object__paginator:before {
	content: '';
	width: 50%;
	height: 1px;
	background-color: #bfbfbf;
	display: block;
	margin-right: 10px;
}

.p-object__paginator:after {
	content: '';
	width: 50%;
	height: 1px;
	background-color: #bfbfbf;
	display: block;
	margin-left: 10px;
}

.reklam-slider__item table td, .reklam-slider__item table th {
	border: 1px solid;
	padding: 2px 6px;
}

.reklam-slider__item table {
	margin: 16px 0 10px;
}

.slick-list {
	width: 100%;
}

p.is-large {
	font-size: 1.3rem;
}

.list_checkboxes {
	margin-top: 10px;
	margin-right: -10px
}

.list_checkboxes .checkbox__label {
	display: inline-block;
	white-space: nowrap
}

.list_checkboxes .checkbox__label, .list_checkboxes .checkbox__label:nth-child(n+2) {
	margin-top: 8px;
	margin-right: 10px
}

.flex-row {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	margin-top: 20px;
}

.flex-row .radio__label {
	flex: 1 0 auto;
}

.flex-row-wrap {
	flex-wrap: wrap;
}

.flex-row-wrap .radio__label {
	margin-right: -1px;
	margin-bottom: -1px;
}

.flex-row-wrap .radio__button {
	border-right: 1px solid #cfcfcf;
}

.city_select {
	padding-bottom: 12px;
	margin-bottom: 10px;
}

.city_select .city__label {
	margin-bottom: 2px;
	display: block;
}

.c-search__wrap {
	position: relative;
	border: 1px solid #cfcfcf;
}

.c-search__modal {
	position: absolute;
	right: 0;
	top: calc(100% + 15px);
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	transition: .1s linear opacity;
	z-index: 10;
	background-color: #fff;
	border: 1px solid #ccc;
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
	padding: 14px;
	width: 520px;
	max-width: calc(100vw - 30px);
}

.c-search__modal:before {
	bottom: 100%;
	right: 30px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	top: -19px;
	position: absolute;
	pointer-events: none;
	border-color: transparent;
	border-bottom-color: #cccccc;
	border-width: 10px;
	border-bottom-width: 8px;
}

.c-search__modal:after {
	bottom: 100%;
	right: 30px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: transparent;
	border-bottom-color: #ffffff;
	border-width: 10px;
	border-bottom-width: 8px;
}

.c-search__modal.is-open {
	visibility: visible;
	opacity: 1;
	pointer-events: all;
}

.c-search__modal .remodal-close {
	top: 0;
	right: 0;
}

.c-search__title {
	font-size: 15px;
	color: #8a8a8a;
	margin-bottom: 8px;
}

.c-search__title span {
	border-bottom: 1px solid;
}

.c-search__item {
	margin: 2px 0;
}

.c-search__item a {
	color: #000;
}

.c-search__item a:hover {
	text-decoration: underline;
}

.c-search__block + .c-search__block {
	margin-top: 15px;
}

.c-search__item a span {
	color: #898989;
}

.form-search, input#search_input {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAABmJLR0QA/wD/AP+gvaeTAAACr0lEQVRIie2WTUsVURjHf8/cew1czSbh3iJEXATlxvoAlfayia4t7gdQmMtsEgQxWp1VGBItWlxH0w8wUL7QQjDDdgW5EYU2FkbcCVvoRtAm57S454Kk3JnxpZX/zZnz+uOc8zz/OXCm/ySJG+D7ftPW1lYRKGqtO4GLpusHsCQiM7ZtT5dKpd8nBh4dHX0oIiNAW8w6ayIy6DjO1LHASikrn88PA4OmaRmY0Fq/a25uXgfY2dlpBbq11n1AB4CIPKtWq0+UUlEcOHtY4z7oLtAfBMH4IYutAqtKqZf5fL4MvNBaDxUKBYDHceADOzbH+xrYFZG7juN8iFsEoFKp3LAsaw44B/SUy+XpRuOt/RXf95vMnQL0J4UCuK67KCIDpjrieV4uMdhEbxuwHATBeFJoXbZte8AK0K61fpAYrLXuMeWrJAHyr0ql0h4wYarFxGCg05QLaaF1ici8Ka+nARcA9vb2vh8VnMlk6nMvpAEfW9vb27FueBi4CpDJZC4dFZzL5epzf6YBfwawLOv2UcEicsd8fkwMFpEZAK11n1Iq9TX4vp8RkV5TnU0Mtm17GlgDOowNptLm5qYLXAG+BkHQ8IdxIBDGxsZ6tNZvgN0oiu65rruYBOp53k1gDmgSkfuO47xNBTbwYa31EDW/HrBt2zPmcEC+72fMTp8DTcBGFEUdrutupAYrpaxCofDUwKFmgxMiMh+G4TqAZVmtJgj7qB0vwAbQAqxEUdTVCN4w5zzPKwIjQHujccA3EXmUzWY/hWH4HrgaB49Nds/zcsbwiyJyjdrTR4CAWsrMBkEwpZT6A1CpVFosy1qIgydymbSanJw8H4bhArWXyRfgVrlcDk4dnAR+4l5dV29v768oirqpBeZlYGZ//6mBAVzX3YiiqAtY0lofmo5nOnX9BQNWDocGBNXvAAAAAElFTkSuQmCC) center right 2px no-repeat;
	background-size: 20px;
	padding-right: 25px;
	font-size: 13.5px;
	border-color: transparent !important;
}

.c-search__footer {
	margin-top: 18px;
	border-top: 2px solid #4a4a4a;
	padding-top: 10px;
	text-align: center;
	color: #8a8a8a;
}

.c-search__selected p {
	margin-bottom: 4px;
}

.c-search__selected {
	margin-top: 10px;
	color: #000;
}

.c-search__selected p span {
	border-bottom: 1px solid;
	color: inherit;
}

.c-search__selected span {
	color: #828282;
}

.c-search__inner {
	padding: 0 9px 5px;
}

.c-districts__btn {
	font-weight: bold;
}

.c-checkbox {
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	cursor: pointer
}

.c-checkbox__input {
	display: none
}

.c-checkbox__icon {
	width: 18px;
	height: 18px;
	text-align: center;
	border: 1px solid #dbe1e6;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none
}

.c-checkbox__input:not(:checked) ~ .c-checkbox__icon:before {
	color: transparent
}

.c-checkbox__input:checked ~ .c-checkbox__icon {
	border-color: #159563;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDc4LjM2OSA3OC4zNjkiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDc4LjM2OSA3OC4zNjk7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48Zz48Zz4KCTxwYXRoIGQ9Ik03OC4wNDksMTkuMDE1TDI5LjQ1OCw2Ny42MDZjLTAuNDI4LDAuNDI4LTEuMTIxLDAuNDI4LTEuNTQ4LDBMMC4zMiw0MC4wMTVjLTAuNDI3LTAuNDI2LTAuNDI3LTEuMTE5LDAtMS41NDdsNi43MDQtNi43MDQgICBjMC40MjgtMC40MjcsMS4xMjEtMC40MjcsMS41NDgsMGwyMC4xMTMsMjAuMTEybDQxLjExMy00MS4xMTNjMC40MjktMC40MjcsMS4xMi0wLjQyNywxLjU0OCwwbDYuNzAzLDYuNzA0ICAgQzc4LjQ3NywxNy44OTQsNzguNDc3LDE4LjU4Niw3OC4wNDksMTkuMDE1eiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBzdHlsZT0iZmlsbDojMTU5NTYzIiBkYXRhLW9sZF9jb2xvcj0iIzAwMDAwMCI+PC9wYXRoPgo8L2c+PC9nPiA8L3N2Zz4=);
	background-size: 14px;
	background-position: center;
	background-repeat: no-repeat;
}

.c-checkbox__text {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding-left: 12px
}

.districts_modal {
	max-width: 800px;
}

.remodal__header-flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-right: 52px;
}

.c-districts__cur-county {
	font-size: 14px;
	font-weight: bold;
}

.c-tabs__labels {
	display: flex;
	align-items: center;
}

.c-tabs__label a {
	display: flex;
	align-items: center;
	padding-top: 6px;
	border-bottom: 3px solid transparent;
	color: #000;
	height: 100%;
}

.c-tabs__label {
	margin-right: 25px;
	height: 53px;
}

.c-tabs__label.is-selected a {
	border-bottom-color: #f4801b;
}

.c-tabs__content {
	display: none;
}

.c-tabs__content.is-selected {
	display: block;
}

.c-districts__list {
	-moz-column-count: 3;
	-moz-column-gap: 20px;
	-webkit-column-count: 3;
	-webkit-column-gap: 20px;
	column-count: 3;
	column-gap: 20px;
}

.districts_modal .remodal__body {
	padding: 0;
}

.c-districts__item {
	margin-bottom: 8px;
	break-inside: avoid-column;
}

.c-districts__outer {
	padding: 24px 30px;
	height: 385px;
	overflow-y: scroll;
	border-bottom: 1px solid #f4f6f3;
}

.c-districts__footer {
	padding: 20px 30px;
}

.button[disabled] {
	background-color: #e0e0e0;
	border-color: #c5c5c5;
	color: #797979;
}

.c-checkbox[disabled] {
	pointer-events: none;
	opacity: .4;
}

.c-checkbox[disabled] .c-checkbox__icon {
	border-color: #babbbe;
}

.c-districts__city {
	margin-bottom: 14px;
}

* + .c-districts__city {
	margin-top: 20px;
}

.p__object__description--slide {
	display: none !important;
}

input[type="radio"] ~ .c-checkbox__icon {
	border-radius: 50%;
}

input[type="radio"].c-checkbox__input:checked ~ .c-checkbox__icon {
	background-image: none;
	position: relative;
}

input[type="radio"].c-checkbox__input:checked ~ .c-checkbox__icon:after {
	content: '';
	position: absolute;
	top: 3px;
	left: 3px;
	right: 3px;
	bottom: 3px;
	background-color: #159563;
	border-radius: 50%;
}

.p__object__slider .slick-prev {
	left: -17px;
	background-color: rgba(0, 0, 0, .5);
	padding: 10px 8px;
	height: auto;
	font-size: 12px;
	width: auto;
}

.p__object__slider .slick-next {
	background-color: rgba(0, 0, 0, .5);
	padding: 10px 8px;
	height: auto;
	font-size: 12px;
	width: auto;
	right: -17px;
}

.p__object__slider.slick-initialized {
	overflow: visible;
}

.list-checkboxes {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-top: 10px;
	margin-right: -12px;
}

.list-checkboxes .checkbox__label {
	margin-top: 0;
	margin-bottom: 10px;
	margin-right: 12px;
	white-space: nowrap;
}

.form__range {
	margin-top: 19px;
	height: 2px;
	border-radius: 0;
	background-color: #ccc;
	margin-bottom: 20px;
}

/*.form__range .noUi-handle {
	border-radius: 0;
	width: 8px;
	border: none;
	top: -8px;
}

html:not([dir="rtl"]) .form__range .noUi-handle {
	right: -4px;
}*/

.form__field.form__field--bordered {
	border: 1px solid #f7f7f7;
	padding: 10px;
	margin-left: -5px;
	margin-right: -5px;
	margin-bottom: 12px;
}

.muted {
	color: #969696;
}

.form-checkboxes__item {
	margin-top: 10px;
}

.form-checkboxes__item .checkbox__text {
	color: inherit;
	max-width: calc(100% - 22px);
	line-height: 1.1;
	font-size: 13px;
}

.form-checkboxes__item .checkbox__icon {
	font-size: 18px;
	width: 16px;
}

.form-checkboxes__collapsed {
	max-height: 0;
	overflow: hidden;
	-moz-transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
	-webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
	-o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
	transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.form-checkboxes__collapsed.is-active {
	max-height: 1000px;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-moz-transition-timing-function: ease-in;
	-webkit-transition-timing-function: ease-in;
	-o-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
}

.form-checkboxes__collapse-btn {
	border: none;
	display: block;
	text-align: center;
	width: 100%;
	margin-top: 5px;
	background-color: transparent;
	outline: none;
	font-size: 15px;
	color: #1d7ecf;
}

.form-checkboxes__collapse-btn span {
	border-bottom: 1px solid;
	margin-right: 6px;
}

.form__field--bordered .form__field__middle.row {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.form__field--bordered .form__field__middle.row:before, .form__field--bordered .form__field__middle.row:after {
	display: none;
}

.form__field--bordered .button__grey {
	padding: 0 8.5px;
}

@media screen and (min-width: 1180px) {
	.js-location-container.is-right {
		right: 0;
	}

	.js-location-container.is-right .js-location-dialog {
		left: 50%;
		right: auto;
		top: 230px;
	}

	.js-location-container.is-right .js-location-dialog:after {
		left: auto;
		right: 150px;
	}
}

@media screen and (min-width: 1367px) {
	.js-location-container.is-right {
		right: 0;
	}
}

@media screen and (max-width: 1024px) {
	.js-location-dialog {
		left: 50% !important;
		right: auto!important;
	}
}

.media__visible,
.media__visible__sm,
.media__visible__block,
.menu__dropdown__list .menu__item.media__visible__block,
.media__visible__block__sm,
.media__visible__flex__sm,
[data-disabled="true"],
[data-hide="true"],
[data-disabled-place="true"],
[aria-disabled="true"],
.menu__dropdown__list .menu__item.media__visible__block__sm {
	display: none;
}

.xdsoft_autocomplete {
	width: 100% !important;
}

.alert-message.sales {
	margin: 0 0 30px;
	font-weight: bold;
	background-color: red;
	color: yellow;
	border-color: red;
	padding: 2px 12px 6px;
}

.alert-message.booked {
	margin: 0 0 30px;
	font-weight: bold;
	background-color: yellow;
	color: red;
	border-color: yellow;
	padding: 2px 12px 6px;
}

.map_history {
	position: absolute;
	left: calc(50% + 150px);
	transform: translateX(-50%);
	bottom: 32px;
	z-index: 5;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(0,0,0,0.4);
	color: #fff;
	font-weight: bold;
	padding: 3px 15px 6px;
	border-radius: 6px;
}

.map_history-item {
	margin: 0 12px;
	display: flex;
	align-items: center;
}

.map_history-icon {
	display: block;
	width: 20px;
	height: 30px;
	background-color: transparent;
	border: 2px solid #fff;
	margin-right: 15px;
	transform: rotate(-45deg);
	margin-top: 5px;
	margin-bottom: 5px;
}

.map_history-icon.red {
	background-color: #00C730AD;
}

.map_history-icon.blue {
	background-color: #DB111154;
}

span.map_history-icon.yellow {
	background-color: #FFFF0069;
}

span.map_history-icon.green {
	background-color: #159563;
}


.object-item.sold .object-item__head {
	color: #9a502b;
}

.object-item.reserved .object-item__head {
	color: #e7852d;
}

.object__list__item .object__price.sold {
	display: none;
}

.create__select__column textarea.form__control {
	margin-top: 4px;
	min-height: 80px;
	padding-top: 4px;
}

.mfp-outer .mfp-title {
	margin-top: 6px;
	position: absolute;
	top: 100%;
}

.mfp-outer {
	line-height: 0;
	width: 100%;
	max-width: 900px;
	position: relative;
}

.mfp-iframe-holder {
	padding-bottom: 60px;
	padding-top: 60px;
}

.note-editor:hover .note-placeholder {
	display: none !important;
}

.ico-key-features {
	width: 14px;
	height: 16px;
	background: url(../../images/features.png) center no-repeat;
	background-size: contain;
}

.footer {
	background-color: #f4f6f3;
	padding: 50px 0;
}

.footer--container {
	display: flex;
	justify-content: space-between;
}

.footer-left {
	width: 15%;
}

.footer-right {
	width: 72%;
}

.footer__buttons {
	display: flex;
	flex-direction: column;
}

.footer__buttons a {
	width: 100%;
	text-align: center;
	margin: 0;
}

.footer__buttons a + a {
	margin-top: 10px;
}

.footer__logo {
	margin-bottom: 50px;
}

.footer-col-list {
	padding: 0;
	margin: 0;
	list-style: none;
	float: none;
}

.footer-col-list li {
	font-size: 13px;
}

.footer-col-list .title {
	font-weight: 700;
	font-size: 14px;
}

.footer-col-list li a {
	color: #101312;
}

.footer-col-list li:not(:last-child) {
	margin-bottom: 10px;
}

.footer-right {
	display: flex;
	justify-content: space-between;
}

.footer-col {
	width: calc((100% / 3) - 60px);
}

.footer-col-list + .footer-col-list {
	margin-top: 50px;
}

.footer__social {
	display: flex;
	margin-top: 20px;
	align-items: center;
	flex-wrap: wrap;
}

.footer__social a:not(:last-child) {
	margin-right: 10px;
}

.footer__social .youtube i {
	display: inline-block;
	width: 31px;
	height: 22px;
	background: url("/public/content/youtube-new.svg") no-repeat center;
}

.header__actions .city__container {
	font-size: 13px;
	line-height: 100%;
	display: flex;
	align-items: center;
}

.city__container a {
	line-height: 100%;
	margin-left: 3px;
}

.js-location-container {
	left: 0;
	right: 0;
}

.js-location-container .js-location-dialog {
	left: 50%;
	margin-right: -50%;
	transform: translateX(-50%);
}

.js-location-container .js-location-dialog:after {
	content: none;
}

.project-panel .main-youtube-button {
	text-align: center;
	margin: 30px 0 0;
}

.children-more {
	text-align: center;
}

@media (max-width: 1200px) {
	.footer-left {
		width: 17%;
	}
}

@media screen and (max-width: 1180px) {
	.header__bottom {
		padding: 0;
		z-index: auto!important;
	}

	.header__menu {
		z-index: 110!important;
	}

	.ref__container.ref__container--visible {
		display: block;
	}

	/*.header__top .header__inner {
		display: none;
	}*/


	.main-action__text {
		font-size: 14px;
	}

	.header__menu {
		z-index: 110;
	}

	.header__bottom {
		z-index: auto;
		padding: 5px 0;
	}

	.header {
		height: 80px;
	}

	.logo__inner img {
		max-height: none;
	}

	.header__bottom {
		display: initial;
	}

	.footer-left {
		width: 25%;
	}
}

@media screen and (max-width: 767px) {
	.footer-right,
	.footer--container {
		display: block;
		width: 100%;
	}

	.footer-col,
	.footer-left {
		width: 100%;
	}

	.footer-left {
		margin-bottom: 30px;
	}

	.footer {
		padding: 20px 0!important;
	}

	.footer__logo .logo__inner img {
		max-height: 40px;
	}

	.footer__logo {
		margin-bottom: 30px;
		text-align: center !important;
		max-width: 100%!important;
	}

	.footer-col-list + .footer-col-list {
		margin-top: 20px;
	}

	.footer-col:not(:last-child) {
		margin-bottom: 20px;
	}

	.logo__inner img {
		max-height: 26px;
	}

	.header {
		height: 40px;
	}
}

.page-actions {
	margin-bottom: 30px;
}

.page-actions__btn {
	width: 140px;
	height: 40px;
	text-align: center;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: #898989;
	border: 1px solid #898989;
	margin-right: 10px;
	border-radius: 6px;
}

.page-actions__btn:last-child {
	margin-right: 0;
}

.page-actions__btn:hover {
	background-color: transparent;
	color: #898989;
}

.page-actions__btn.is-active,
.page-actions__btn.is-active:hover {
	background: #2594ef;
	border-color: #2594ef;
	color: #fff;
	cursor: default;
	pointer-events: none;
}

.favorites-block-clear a {
	font-size: 12px;
}

.form_fields_line {
	display: flex;
	align-items: stretch;
}

.select__land__unit {
	width: 110px;
	margin-left: -1px;
}

.content-map {
	position: relative;
}

.content-map .change-type-wrap {
	position: absolute;
	left: 10px;
	top: 13px;
}

.content-map .button__map__change_type {
	max-width: 245px;
	line-height: 1.1;
}

.content-map .button__map__change_type.is-active {
	background-color: #fe0b01;
	color: #fff;
	border-color: #fe0b01;
}

.content-map .change-type-wrap .c-tooltip {
	display: none;
	white-space: nowrap;
	position: absolute;
	left: 30px;
	top: 0;
	font-size: 13px;
	border: 1px solid #e4e4e4;
	visibility: hidden;
	pointer-events: none;
	opacity: 0;
	transition: .2s all;
}

.content-map .change-type-wrap .c-tooltip.is-shown {
	pointer-events: auto;
	opacity: 1;
	visibility: visible;
}

.content-map .c-tooltip .map__legend {
	padding: 0;
	border: none;
	margin: 0;
}

.content-map .c-tooltip .map__legend .map__help__item {
	margin: 0 0 0 8px;
}

.content-map .c-tooltip__close {
	position: absolute;
	right: 0;
	top: 0;
	background-color: transparent;
	border: none;
	outline: none;
}

@media (min-width: 769px) {
	.cottages .cottages-right-col .aside__catalog {
		display: flex;
		flex-direction: column;
		align-items: stretch;
	}

	.cottages .cottages-right-col .aside__catalog .cottages-news-list {
		order: 2;
	}
}

@media (max-width: 1180px) {
	.content-map .change-type-wrap {
		top: 10px;
	}

	.content-map .button__map__change_type {
		width: 26px;
		min-width: 26px;
		height: 26px;
		padding: 0;
		border-radius: 0;
		background: #fff url(../../public/img/map.svg) center no-repeat;
		background-size: 18px;
	}

	.content-map .button__map__change_type.is-active {
		background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNDgwLjEgNDgwLjEiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ4MC4xIDQ4MC4xOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8Zz4NCgk8Zz4NCgkJPHBhdGggZD0iTTI0MC4xMzUsMC4wNUMxNDQuMDg1LDAuMDM2LDU3LjI3Nyw1Ny4yODksMTkuNDcyLDE0NS41ODZsLTIuOTkyLDAuOTkybDEuMTYsMy40OA0KCQkJYy00OS43NzYsMTIyLjc2Niw5LjM5MywyNjIuNjM5LDEzMi4xNTksMzEyLjQxNWMyOC42NzMsMTEuNjI2LDU5LjMyNCwxNy41OTQsOTAuMjY1LDE3LjU3Nw0KCQkJYzEzMi41NDgsMC4wMiwyNDAuMDE2LTEwNy40MTYsMjQwLjAzNi0yMzkuOTY0UzM3Mi42ODQsMC4wNjksMjQwLjEzNSwwLjA1eiBNNDI4LjM4OCwzNjEuMDU0bC0xMi4zMjQtMTIuMzE2VjMyMC4wNQ0KCQkJYzAuMDE0LTEuMjM4LTAuMjYtMi40NjItMC44LTMuNTc2bC0zMS4yLTYyLjMxMlYyMjQuMDVjMC0yLjY3NC0xLjMzNS01LjE3Mi0zLjU2LTYuNjU2bC0yNC0xNg0KCQkJYy0xLjg4MS0xLjI1Ni00LjIwNi0xLjY1Ny02LjQtMS4xMDRsLTI5LjM5Miw3LjM0NGwtNDkuMzY4LTIxLjE4NGwtNi43OTItNDcuNTg0bDE4LjgyNC0xOC44MTZoNDAuNDA4bDEzLjYsMjAuNDQNCgkJCWMxLjIyOCwxLjgzOCwzLjE2MywzLjA4Nyw1LjM0NCwzLjQ0OGw0OCw4YzEuMjg2LDAuMjE2LDIuNjA0LDAuMTExLDMuODQtMC4zMDRsNDQuMjA4LTE0LjczNg0KCQkJQzQ3NS44NTUsMjA4LjA1Myw0NzEuODg5LDI5My42MzQsNDI4LjM4OCwzNjEuMDU0eiBNMzk1LjM5Miw3OC44ODJsLTEzLjAwOCw4LjY3MmwtMzYuMjY0LTcuMjU2bC0yMy41MjgtNy44MzINCgkJCWMtMS40NC0wLjQ4OS0yLjk5LTAuNTUxLTQuNDY0LTAuMTc2bC0yOS43NDQsNy40MzJsLTEzLjA0LTQuMzQ0bDkuNjY0LTE5LjMyOGgyNy4wNTZjMS4yNDEsMC4wMDEsMi40NjUtMC4yODYsMy41NzYtMC44NA0KCQkJbDI3LjY4LTEzLjg0QzM2Mi4zODIsNTEuMzIsMzc5LjkxOCw2My45NTIsMzk1LjM5Miw3OC44ODJ6IE0xNTIuNDQsMzMuOTE0bDE5LjIsMTIuOGMwLjk0NCwwLjYyOCwyLjAxLDEuMDQ4LDMuMTI4LDEuMjMyDQoJCQlsMzguNzY4LDYuNDY0bC0zLjc4NCwxMS4zMmwtMjAuMiw2Ljc0NGMtMS44MDksMC42MDItMy4zNDQsMS44My00LjMyOCwzLjQ2NGwtMjIuOTc2LDM4LjI4OGwtMzYuOTA0LDIyLjE0NGwtNTQuNCw3Ljc2OA0KCQkJYy0zLjk0MywwLjU1Ny02Ljg3NSwzLjkzLTYuODgsNy45MTJ2MjRjMCwyLjEyMiwwLjg0NCw0LjE1NiwyLjM0NCw1LjY1NmwxMy42NTYsMTMuNjU2djEzLjc0NGwtMzMuMjgtMjIuMTkybC0xMi4wNzItMzYuMjE2DQoJCQlDNTcuNjgsOTguMjE4LDk5Ljc3Nyw1Ni40NTgsMTUyLjQ0LDMzLjkxNHogTTEyOS42NjQsMjk2LjIxbC0zNi4xNi03LjI0bC0xMy40NC0yNi44MDh2LTE4LjhsMjkuODA4LTI5LjgwOGwxMS4wMzIsMjIuMDcyDQoJCQljMS4zNTUsMi43MTIsNC4xMjgsNC40MjUsNy4xNiw0LjQyNGg1MS40NzJsMjEuNjcyLDM2LjEyYzEuNDQ2LDIuNDA3LDQuMDQ4LDMuODc5LDYuODU2LDMuODhoMjIuMjRsLTUuNiwyOC4wNTZsLTMwLjI4OCwzMC4yODgNCgkJCWMtMS41MDMsMS40OTktMi4zNDksMy41MzMtMi4zNTIsNS42NTZ2MjBsLTI4LjgsMjEuNmMtMi4wMTQsMS41MTEtMy4yLDMuODgyLTMuMiw2LjR2MjguODk2bC05Ljk1Mi0zLjI5NmwtMTQuMDQ4LTM1LjEzNlYzMDQuMDUNCgkJCUMxMzYuMDY1LDMwMC4yNDgsMTMzLjM4OSwyOTYuOTcsMTI5LjY2NCwyOTYuMjF6IE0xMDUuNjE2LDQxOS4xOTFDMzAuMTg3LDM2Mi42MDItMS43MTIsMjY0LjgyNiwyNS44MzIsMTc0LjY0Mmw2LjY0OCwxOS45MzYNCgkJCWMwLjU2LDEuNjg3LDEuNjY2LDMuMTQsMy4xNDQsNC4xMjhsMzkuODgsMjYuNTg0bC05LjA5Niw5LjEwNGMtMS41LDEuNS0yLjM0NCwzLjUzNC0yLjM0NCw1LjY1NnYyNA0KCQkJYy0wLjAwMSwxLjI0MSwwLjI4NiwyLjQ2NSwwLjg0LDMuNTc2bDE2LDMyYzEuMTA4LDIuMjEsMy4xNzUsMy43ODQsNS42LDQuMjY0bDMzLjYsNi43MTJ2NzMuNDQ4DQoJCQljLTAuMDAxLDEuMDE2LDAuMTkyLDIuMDI0LDAuNTY4LDIuOTY4bDE2LDQwYzAuODc2LDIuMTg1LDIuNjcsMy44NzQsNC45MDQsNC42MTZsMjQsOGMwLjgwMiwwLjI3MiwxLjY0MiwwLjQxMiwyLjQ4OCwwLjQxNg0KCQkJYzQuNDE4LDAsOC0zLjU4Miw4LTh2LTM2bDI4LjgtMjEuNmMyLjAxNC0xLjUxMSwzLjItMy44ODIsMy4yLTYuNHYtMjAuNjg4bDI5LjY1Ni0yOS42NTZjMS4xMTUtMS4xMTcsMS44NzUtMi41NCwyLjE4NC00LjA4OA0KCQkJbDgtNDBjMC44NjYtNC4zMzMtMS45NDQtOC41NDctNi4yNzctOS40MTNjLTAuNTE1LTAuMTAzLTEuMDM4LTAuMTU1LTEuNTYzLTAuMTU1aC0yNy40NzJsLTIxLjY3Mi0zNi4xMg0KCQkJYy0xLjQ0Ni0yLjQwNy00LjA0OC0zLjg3OS02Ljg1Ni0zLjg4aC01MS4wNTZsLTEzLjc0NC0yNy41NzZjLTEuMTUxLTIuMzAyLTMuMzM5LTMuOTEtNS44OC00LjMyDQoJCQljLTIuNTQtMC40MzktNS4xMzMsMC4zOTktNi45MzYsMi4yNGwtMTAuMzg0LDEwLjM0NFYxOTIuMDVjMC0yLjEyMi0wLjg0NC00LjE1Ni0yLjM0NC01LjY1NmwtMTMuNjU2LTEzLjY1NnYtMTMuNzUybDQ5LjEzNi03LjAxNg0KCQkJYzEuMDU1LTAuMTUzLDIuMDctMC41MTUsMi45ODQtMS4wNjRsNDAtMjRjMS4xMjItMC42NzQsMi4wNjItMS42MTQsMi43MzYtMi43MzZsMjIuNDgtMzcuNDY0bDIxLjE5Mi03LjA3Mg0KCQkJYzIuMzkzLTAuNzg1LDQuMjcxLTIuNjYyLDUuMDU2LTUuMDU2bDgtMjRjMS4zODYtNC4xOTUtMC44OTEtOC43Mi01LjA4Ni0xMC4xMDZjLTAuMzg3LTAuMTI4LTAuNzg0LTAuMjI2LTEuMTg2LTAuMjk0DQoJCQlsLTQ2LjMwNC03LjcybC04LjEzNi01LjQyNGM1MC4zNDMtMTYuMzg2LDEwNC44NjktMTQuMzU4LDE1My44NTYsNS43MmwtMTQuNjE2LDcuMjk2aC0zMC4xMTJjLTMuMDQ3LTAuMDE3LTUuODM4LDEuNjk5LTcuMiw0LjQyNA0KCQkJbC0xNiwzMmMtMS45NzEsMy45NTQtMC4zNjQsOC43NTgsMy41OSwxMC43MjljMC4zMzcsMC4xNjgsMC42ODUsMC4zMTIsMS4wNDIsMC40MzFsMjQsOGMxLjQ0LDAuNDg5LDIuOTksMC41NTEsNC40NjQsMC4xNzYNCgkJCWwyOS43NDQtNy40MzJsMjEuNzkyLDcuMjU2YzAuMzEyLDAuMTEyLDAuNjMzLDAuMTk4LDAuOTYsMC4yNTZsNDAsOGMyLjA4LDAuNDI0LDQuMjQ0LTAuMDAyLDYuMDA4LTEuMTg0bDE4LjIwOC0xMi4xNDQNCgkJCWM4Ljk2MSw5Ljk4MSwxNy4wMTQsMjAuNzQxLDI0LjA2NCwzMi4xNTJsLTM5LjM2LDEzLjEybC00Mi42MTYtNy4xMDRsLTE0LjA4LTIxLjEyYy0xLjQ3Ni0yLjIxMy0zLjk1Ni0zLjU0Ny02LjYxNi0zLjU2aC00OA0KCQkJYy0yLjEyMiwwLTQuMTU2LDAuODQ0LTUuNjU2LDIuMzQ0bC0yNCwyNGMtMS43ODIsMS43ODEtMi42MjEsNC4yOTgtMi4yNjQsNi43OTJsOCw1NmMwLjQwMywyLjc2OSwyLjIyMyw1LjEyNiw0LjgsNi4yMTZsNTYsMjQNCgkJCWMxLjYwNCwwLjY5NSwzLjM5NCwwLjgzOCw1LjA4OCwwLjQwOGwyOC41NjgtNy4xNDRsMTcuNDY0LDExLjY2NHYyNy43MmMtMC4wMTQsMS4yMzgsMC4yNiwyLjQ2MiwwLjgsMy41NzZsMzEuMiw2Mi4zMTJ2MzAuMTEyDQoJCQljMCwyLjEyMiwwLjg0NCw0LjE1NiwyLjM0NCw1LjY1NmwxNi43MzYsMTYuNzQ0QzM0NC45MjEsNDczLjM4MywyMDQuNTQ5LDQ5My40MTUsMTA1LjYxNiw0MTkuMTkxeiIvPg0KCTwvZz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjwvc3ZnPg0K)
	}

	.content-map .change-type-wrap .button__map__change_type.is-active ~ .c-tooltip {
		display: block;
	}
}

@media (max-width: 768px) {
	.get-started__info-list {
		flex-wrap: wrap;
	}

	.get-started__info-item {
		width: 100%;
	}
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
	white-space: normal;
}

.select2-container {
	z-index: unset !important;
}

ymaps.ymaps_maps-listbox__sublist {
	max-height: 0;
	overflow: hidden;
	display: block;
	width: 100%;
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	-webkit-transition-timing-function: cubic-bezier(0,1,.5,1);
	transition-timing-function: cubic-bezier(0,1,.5,1);
}

.open ymaps.ymaps_maps-listbox__sublist {
	max-height: 200px;
	-webkit-transition-duration: .4s;
	transition-duration: .5s;
	-webkit-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
}

ymaps.ymaps_maps-listbox__sublist-item {
	display: block;
	padding: 4px 6px 4px 30px;
	cursor: pointer;
}

ymaps.ymaps_maps-listbox__sublist-item.selected {
	background-color: rgba(251,230,168,.6);
}

.open ymaps.ymaps_maps-listbox__sublist:before {
	content: '';
	display: block;
	height: 2px;
}

.form__field__middle.row {
	margin-left: 0;
	margin-right: 0;
}

.create__collapse__body.row {
	margin-left: 0;
	margin-right: 0;
}

.form__field--column {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
}

.object__action__label {
	font-size: 12px;
	line-height: 16px;
}

.object__action__select {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 5px;
}

.object__action__select select {
	width: 190px;
	height: 24px;
	font-size: 12px;
	padding-right: 5px;
}