h1 {
	font-size: 30px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}

code,kbd,samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

small {
	font-size: 80%;
}

sub,sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
}

button,input,optgroup,select,textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,input {
	overflow: visible;
}

button,select {
	text-transform: none;
}

button,[type="button"],[type="reset"],[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],[type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details {
	display: block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none;
}




*:focus {
	outline: 0 !important;
}


.white_button {
	display: inline-block;
	height: 36px;
	border: 1px solid #fff;
	border-radius: 5px;
	line-height: 34px;
	font-size: 15px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	padding: 0 10px;
	text-align: center;
	white-space: nowrap;
	cursor:pointer;
}

.fake-select {
	width: 132px;
	height: 48px;
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: normal;
	color: #4a4a4a;
	text-align: left;
	position: relative;
	overflow: visible;
}

.fake-select.opened .fake-select__list {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	opacity: 1;
	z-index: 9999;
}

.fake-select__value {
	width: 100%;
	height: 48px;
	line-height: 46px;
	padding: 0 28px 0 15px;
	border-radius: 3px;
	border: solid 1px rgba(34,36,37,0.2);
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
	cursor: pointer;
	font-size: 19px;
	color: #222425;
	background: #ffffff;
}

.fake-select__value:after {
	content: ' ';
	display: block;
	width: 9px;
	height: 9px;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	position: absolute;
	top: 50%;
	right: 12px;
	margin-top: -7px;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.fake-select__list {
	font-family: inherit;
	list-style: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: auto;
	overflow: auto;
	height: auto;
	min-width: 100%;
	max-width: 290px;
	max-height: 400px;
	margin: 2px 0 0 0;
	padding: 0;
	-webkit-box-shadow: 0 2px 17px 0 rgba(186,186,186,0.5);
	box-shadow: 0 2px 17px 0 rgba(186,186,186,0.5);
	background: #fff;
	z-index: 11;
	border-radius: 3px;
	-webkit-transform-origin: left top;
	transform-origin: left top;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	opacity: 0;
	-webkit-transition: all ease-in 0.2s;
	transition: all ease-in 0.2s;
}

.fake-select__list li {
	padding: 0;
	display: block;
	height: auto;
}

.fake-select__list label {
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
	font-size: 19px;
	line-height: 1.2;
	-webkit-transition: all ease-in 0.15s;
	transition: all ease-in 0.15s;
	white-space: nowrap;
}

.fake-select__list label:hover {
	background-color: rgba(34,36,37,0.2);
}

.fake-select__list label.checked {
	background-color: rgba(34,36,37,0.2);
}

.fake-select input {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	opacity: 0;
}

.fake-select__checkbox {
	display: none;
}

.fake-select__checkbox-block {
	position: relative;
}

.fake-select__checkbox:not(checked)+label:before {
	content: "";
	position: absolute;
	left: 10px;
	width: 18px;
	height: 18px;
	border-radius: 2px;
	background-color: #ffffff;
	border: solid 1px rgba(34,36,37,0.4);
}

.fake-select__checkbox-label {
	padding: 10px 12px 10px 43px;
}

.fake-select__radio-label {
	padding: 10px 12px;
}

.fake-select__checkbox:checked+label:before {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAMAAABhEH5lAAAAUVBMVEUAAAAiJCYoKysiJSYiJSYjJCYxMTFAQEAiJCYiJSYjJCYjJSYjJiYjJCcjJiYkJiYiJSYiJSYiJSciJSckJiYjJSckJiYiJiYjJycjKyswMDDAwdNjAAAAG3RSTlMAzBfJrYwKBcO8mnxdU1A8ta6ekHJuZEpBJBCXyJYXAAAAVUlEQVQY05WPORLAIAwDbS4TSCD39f+Hpo1FxXbeGY0s6sf4RqUTzTgEjMWJgM0JmMo3GHHr//SGqHBVKpPMToUu+xTWdcGmBX/amQ+oe6M1zZZMnXwxBQH4Y2MGbgAAAABJRU5ErkJggg==");
	background-position: 50% 50%;
}

.fake-select__href {
	text-decoration: none;
	color: #222425;
}

.inline-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.inline-form .form-group {
	display: inline-block;
	margin-right: 10px;
}

.inline-form .form-group:last-child {
	margin-right: 0;
}

.price-range {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.price-range__text {
	margin-left: 10px;
	position: relative;
	height: 48px;
	color: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.price-range__text--current-currency {
	font-size: 15px;
	font-weight: bold;
	color: #222425;
	display: block;
	line-height: 48px;
}

.price-range__text--other-currency {
	font-size: 12px;
	line-height: 1;
	color: rgba(34,36,37,0.4);
	position: absolute;
	bottom: -3px;
	left: 0;
	border-bottom: 1px dashed rgba(34,36,37,0.4);
	cursor: pointer;
}

.price-range__border {
	width: 276px;
	height: 48px;
	border-radius: 5px;
	background-color: #ffffff;
	border: solid 1px rgba(34,36,37,0.2);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.price-range__min {
	width: 50%;
	height: 100%;
	padding-left: 12px;
	padding-right: 12px;
	border-right: solid 1px rgba(34,36,37,0.2);
	position: relative;
	text-align: right;
}

.price-range__min--text,.price-range__max--text {
	width: 20%;
	line-height: 44px;
	font-size: 19px;
	color: rgba(34,36,37,0.4);
}

.price-range__min--price {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	padding-left: 12px;
	padding-right: 12px;
}

.price-range__min--price input {
	border: 0;
	background: transparent;
	text-align: right;
	display: block;
	height: 48px;
	max-width: 100%;
	font-size: 19px;
	font-weight: bold;
	line-height: 1.26;
	color: #222425;
}

.price-range__min--price input:focus {
	outline: 0;
}

.price-range__min--currency,.price-range__max--currency {
	background: #fff;
	font-size: 12px;
	line-height: 1;
	text-align: right;
	padding: 0 3px;
	color: rgba(34,36,37,0.4);
	position: absolute;
	bottom: -3px;
	right: 12px;
}

.price-range__max {
	width: 50%;
	height: 100%;
	padding-left: 12px;
	padding-right: 12px;
	position: relative;
	text-align: left;
}

.price-range__max--price {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	padding-left: 12px;
	padding-right: 12px;
}

.price-range__max--price input {
	border: 0;
	background: transparent;
	text-align: right;
	display: block;
	height: 48px;
	max-width: 100%;
	font-size: 19px;
	font-weight: bold;
	line-height: 1.26;
	color: #222425;
}

.price-range__max--price input:focus {
	outline: 0;
}

.price-range__width {
	width: 160px;
}

.filter-button,.filter-button--green {
	display: inline-block;
	height: 48px;
	border-radius: 5px;
	padding: 0 30px;
	background-color: #ffe400;
	-webkit-box-shadow: 0 2px 2px 0 rgba(34,36,37,0.2),inset 0 -1px 1px 0 rgba(34,36,37,0.4);
	box-shadow: 0 2px 2px 0 rgba(34,36,37,0.2),inset 0 -1px 1px 0 rgba(34,36,37,0.4);
	font-size: 20px;
	font-weight: bold;
	line-height: 48px;
	letter-spacing: 1.5px;
	text-align: center;
	color: #222425;
	text-transform: uppercase;
	cursor: pointer;
	border: 0;
	-webkit-transition: all ease-in 0.2s;
	transition: all ease-in 0.2s;
	position: relative;
	text-decoration: none;
	white-space: nowrap;
}

.filter-button:after,.filter-button--green:after {
	content: ' ';
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	border: solid 2px #c0ad13;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 5px;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all ease-in 0.2s;
	transition: all ease-in 0.2s;
}

.filter-button:hover,.filter-button--green:hover {
	background-color: #efd70d;
}

.filter-button:focus:after,.filter-button--green:focus:after {
	opacity: 1;
	visibility: visible;
}

.filter-button:active,.filter-button--green:active {
	background-color: #efd70d;
	-webkit-box-shadow: inset 0 1px 1px 0 rgba(0,0,0,0.5);
	box-shadow: inset 0 1px 1px 0 rgba(0,0,0,0.5);
}

.filter-button:active:after,.filter-button--green:active:after {
	display: none;
}

.filter-button:disabled,.filter-button--green:disabled {
	opacity: 0.5;
}

.filter-button--mob-right,.filter-button--green--mob-right {
	float: right;
}

.filter-button--green {
	background-color: #2faa33;
	color: #fff;
}

.filter-button--meium {
	font-size: 14px;
}

.filter-button--small {
	font-size: 11px;
	padding: 0px 15px;
	height: 40px;
	line-height: 40px;
}

.filter-button--green:hover {
	background-color: #29802c;
}

.icon-button {
	display: inline-block;
	height: 36px;
	border-radius: 5px;
	background-color: #ffffff;
	border: solid 1px rgba(34,36,37,0.2);
	line-height: 34px;
	text-decoration: none;
	font-size: 15px;
	text-align: center;
	color: #222425;
	position: relative;
	padding-left: 45px;
	padding-right: 19px;
	-webkit-transition: all ease-in 0.15s;
	transition: all ease-in 0.15s;
	white-space: nowrap;
}

.icon-button:hover {
	background-color: rgba(34,36,37,0.03);
	border: solid 1px rgba(34,36,37,0.2);
}

.icon-button:after {
	opacity: 0;
	visibility: hidden;
	content: ' ';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: -2px;
	left: -2px;
	border-radius: 5px;
	border: solid 2px rgba(34,36,37,0.2);
	-webkit-transition: all ease-in 0.15s;
	transition: all ease-in 0.15s;
}

.icon-button:focus:after {
	opacity: 1;
	visibility: visible;
}

.icon-button:active {
	-webkit-box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.5);
	box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.5);
	background-color: rgba(34,36,37,0.03);
}

.icon-button:active:after {
	opacity: 0;
	visibility: hidden;
}

.icon-button .icon {
	position: absolute;
	left: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.icon-button-soc {
	line-height: 1;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	height: auto;
	min-width:188px;
}

@media only screen and (max-width: 767px) {
	.icon-button-soc {
		font-size: 12px;
		padding-left: 45px;
		margin-bottom: 15px;
		padding-bottom: 10px;
		padding-top: 13px;
		max-width: calc(50% - 10px);
		min-width: calc(50% - 10px);
	}
}

@media only screen and (max-width: 767px) {
	.icon-button-soc .icon {
		font-size: 18px;
		left:15px;
	}
}

.icon-button-soc--viber {
	background-color: #4f43df;
	color: #ffffff;
}

.icon-button-soc--telegram {
	background-color: #32a8e0;
	color: #ffffff;
}

.icon-button-soc--instagram {
	background: radial-gradient(92.18% 99.11% at 26.56% 107.7%, #FFDD55 0%, #FFDD55 10%, #FF543E 50%, #C837AB 100%);
	color: #ffffff;
	position: relative;
}
.icon-button-soc--instagram:before {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzUyMjBfODEzMjgpIj4KPHBhdGggZD0iTTEyLjAwMTEgMEM4Ljc0MjA5IDAgOC4zMzMwOSAwLjAxNDI1MDIgNy4wNTMwNyAwLjA3MjUwMDJDNS43NzU1NiAwLjEzMSA0LjkwMzU1IDAuMzMzMjUgNC4xNDA1NCAwLjYzQzMuMzUxMjggMC45MzY1IDIuNjgxNzggMS4zNDY1IDIuMDE0NzcgMi4wMTM3NUMxLjM0NzI2IDIuNjgwNzUgMC45MzcyNTkgMy4zNTAyNSAwLjYyOTc1NiA0LjEzOTI1QzAuMzMyMjUzIDQuOTAyNSAwLjEyOTc1MSA1Ljc3NDc1IDAuMDcyMjUwNiA3LjA1MTc1QzAuMDE1IDguMzMxNzUgMCA4Ljc0MSAwIDEyQzAgMTUuMjU5IDAuMDE0NTAwNCAxNS42NjY4IDAuMDcyNTAxIDE2Ljk0NjhDMC4xMzEyNTIgMTguMjI0MyAwLjMzMzUwNCAxOS4wOTYyIDAuNjMwMDA3IDE5Ljg1OTJDMC45MzY3NiAyMC42NDg1IDEuMzQ2NzYgMjEuMzE4IDIuMDE0MDIgMjEuOTg1QzIuNjgwNzggMjIuNjUyNSAzLjM1MDI4IDIzLjA2MzUgNC4xMzkwNCAyMy4zN0M0LjkwMjU1IDIzLjY2NjcgNS43NzQ4MSAyMy44NjkgNy4wNTIwNyAyMy45Mjc1QzguMzMyMDkgMjMuOTg1OCA4Ljc0MDg0IDI0IDExLjk5OTYgMjRDMTUuMjU4OSAyNCAxNS42NjY3IDIzLjk4NTggMTYuOTQ2NyAyMy45Mjc1QzE4LjIyNDIgMjMuODY5IDE5LjA5NzIgMjMuNjY2NyAxOS44NjA3IDIzLjM3QzIwLjY0OTcgMjMuMDYzNSAyMS4zMTgyIDIyLjY1MjUgMjEuOTg1IDIxLjk4NUMyMi42NTI1IDIxLjMxOCAyMy4wNjI1IDIwLjY0ODUgMjMuMzcgMTkuODU5NUMyMy42NjUgMTkuMDk2MyAyMy44Njc1IDE4LjIyNCAyMy45Mjc1IDE2Ljk0N0MyMy45ODUgMTUuNjY3IDI0IDE1LjI1OSAyNCAxMkMyNCA4Ljc0MSAyMy45ODUgOC4zMzIgMjMuOTI3NSA3LjA1MkMyMy44Njc1IDUuNzc0NSAyMy42NjUgNC45MDI1IDIzLjM3IDQuMTM5NUMyMy4wNjI1IDMuMzUwMjUgMjIuNjUyNSAyLjY4MDc1IDIxLjk4NSAyLjAxMzc1QzIxLjMxNzUgMS4zNDYyNSAyMC42NSAwLjkzNjI1IDE5Ljg2IDAuNjNDMTkuMDk0OSAwLjMzMzI1IDE4LjIyMjQgMC4xMzEgMTYuOTQ0OSAwLjA3MjUwMDJDMTUuNjY0OSAwLjAxNDI1MDIgMTUuMjU3NCAwIDExLjk5NzQgMEgxMi4wMDExWk0xMC45MjQ2IDIuMTYyNUMxMS4yNDQxIDIuMTYyIDExLjYwMDYgMi4xNjI1IDEyLjAwMTEgMi4xNjI1QzE1LjIwNTIgMi4xNjI1IDE1LjU4NDkgMi4xNzQgMTYuODUwMiAyLjIzMTVDMTguMDIwMiAyLjI4NSAxOC42NTUyIDIuNDgwNSAxOS4wNzgyIDIuNjQ0NzVDMTkuNjM4MiAyLjg2MjI1IDIwLjAzNzUgMy4xMjIyNSAyMC40NTcyIDMuNTQyMjVDMjAuODc3MiAzLjk2MjI1IDIxLjEzNzIgNC4zNjIyNSAyMS4zNTUyIDQuOTIyMjVDMjEuNTE5NSA1LjM0NDc1IDIxLjcxNTIgNS45Nzk3NSAyMS43Njg1IDcuMTQ5NzVDMjEuODI2IDguNDE0NzUgMjEuODM4NSA4Ljc5NDc1IDIxLjgzODUgMTEuOTk3MkMyMS44Mzg1IDE1LjE5OTcgMjEuODI2IDE1LjU3OTcgMjEuNzY4NSAxNi44NDQ3QzIxLjcxNSAxOC4wMTQ3IDIxLjUxOTUgMTguNjQ5NyAyMS4zNTUyIDE5LjA3MjNDMjEuMTM3NyAxOS42MzIyIDIwLjg3NzIgMjAuMDMxIDIwLjQ1NzIgMjAuNDUwOEMyMC4wMzcyIDIwLjg3MDggMTkuNjM4NSAyMS4xMzA3IDE5LjA3ODIgMjEuMzQ4MkMxOC42NTU3IDIxLjUxMzMgMTguMDIwMiAyMS43MDgzIDE2Ljg1MDIgMjEuNzYxN0MxNS41ODUyIDIxLjgxOTMgMTUuMjA1MiAyMS44MzE4IDEyLjAwMTEgMjEuODMxOEM4Ljc5Njg0IDIxLjgzMTggOC40MTcwOSAyMS44MTkzIDcuMTUyMDcgMjEuNzYxN0M1Ljk4MjA2IDIxLjcwNzcgNS4zNDcwNiAyMS41MTIyIDQuOTIzOCAyMS4zNDhDNC4zNjM4IDIxLjEzMDUgMy45NjM3OSAyMC44NzA1IDMuNTQzNzkgMjAuNDUwNUMzLjEyMzc4IDIwLjAzMDUgMi44NjM3OCAxOS42MzE1IDIuNjQ1NzggMTkuMDcxM0MyLjQ4MTUzIDE4LjY0ODggMi4yODU3NyAxOC4wMTM4IDIuMjMyNTIgMTYuODQzOEMyLjE3NTAyIDE1LjU3ODcgMi4xNjM1MiAxNS4xOTg3IDIuMTYzNTIgMTEuOTk0MkMyLjE2MzUyIDguNzg5NzUgMi4xNzUwMiA4LjQxMTc1IDIuMjMyNTIgNy4xNDY3NUMyLjI4NjAyIDUuOTc2NzUgMi40ODE1MyA1LjM0MTc1IDIuNjQ1NzggNC45MTg3NUMyLjg2MzI4IDQuMzU4NzUgMy4xMjM3OCAzLjk1ODc1IDMuNTQzNzkgMy41Mzg3NUMzLjk2Mzc5IDMuMTE4NzUgNC4zNjM4IDIuODU4NzUgNC45MjM4IDIuNjQwNzVDNS4zNDY4MSAyLjQ3NTc1IDUuOTgyMDYgMi4yODA3NSA3LjE1MjA3IDIuMjI3QzguMjU5MDkgMi4xNzcgOC42ODgwOSAyLjE2MiAxMC45MjQ2IDIuMTU5NVYyLjE2MjVaTTE4LjQwNjcgNC4xNTVDMTcuNjExNyA0LjE1NSAxNi45NjY3IDQuNzk5MjUgMTYuOTY2NyA1LjU5NDVDMTYuOTY2NyA2LjM4OTUgMTcuNjExNyA3LjAzNDUgMTguNDA2NyA3LjAzNDVDMTkuMjAxNyA3LjAzNDUgMTkuODQ2NyA2LjM4OTUgMTkuODQ2NyA1LjU5NDVDMTkuODQ2NyA0Ljc5OTUgMTkuMjAxNyA0LjE1NDUgMTguNDA2NyA0LjE1NDVWNC4xNTVaTTEyLjAwMTEgNS44Mzc1QzguNTk3ODQgNS44Mzc1IDUuODM4NTYgOC41OTY3NSA1LjgzODU2IDEyQzUuODM4NTYgMTUuNDAzMiA4LjU5Nzg0IDE4LjE2MTIgMTIuMDAxMSAxOC4xNjEyQzE1LjQwNDQgMTguMTYxMiAxOC4xNjI3IDE1LjQwMzIgMTguMTYyNyAxMkMxOC4xNjI3IDguNTk2NzUgMTUuNDA0NCA1LjgzNzUgMTIuMDAxMSA1LjgzNzVaTTEyLjAwMTEgOEMxNC4yMTAxIDggMTYuMDAxMiA5Ljc5MDc1IDE2LjAwMTIgMTJDMTYuMDAxMiAxNC4yMDkgMTQuMjEwMSAxNiAxMi4wMDExIDE2QzkuNzkxODUgMTYgOC4wMDEwOCAxNC4yMDkgOC4wMDEwOCAxMkM4LjAwMTA4IDkuNzkwNzUgOS43OTE4NSA4IDEyLjAwMTEgOFoiIGZpbGw9IndoaXRlIi8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfNTIyMF84MTMyOCI+CjxyZWN0IHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K);
	background-repeat: none;
	background-size:cover;
	min-width:24px;
	width:24px;
	min-height:24px;
	height:24px;
	content:"";
	display:block;
	position:absolute;
	top:13px;
	left:12px;
}

.icon-button-soc--instagram:hover {
	background:#fff;
	color:#000;
}

.icon-button-soc:hover {
	color: #000000;
}

.icon-button-blue {
	display: inline-block;
	height: 36px;
	border-radius: 5px;
	background-color: #2a55a4;
	border: 2px solid transparent;
	line-height: 34px;
	text-decoration: none;
	font-size: 15px;
	text-align: center;
	color: #fff;
	position: relative;
	padding-left: 40px;
	padding-right: 15px;
	-webkit-transition: all ease-in 0.15s;
	transition: all ease-in 0.15s;
	white-space: nowrap;
}

.icon-button-blue:hover {
	background-color: #154090;
}

.icon-button-blue:focus {
	background-color: #2a55a4;
	border: solid 2px #002f86;
}

.icon-button-blue:active {
	background-color: #154090;
	-webkit-box-shadow: inset 0 1px 3px 0 #222425;
	box-shadow: inset 0 1px 3px 0 #222425;
}

.icon-button-blue .icon {
	position: absolute;
	left: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.blue-button {
	display: inline-block;
	border-radius: 5px;
	background-color: #2a55a4;
	border: 2px solid transparent;
	text-decoration: none;
	text-align: center;
	color: #fff;
	position: relative;
	-webkit-transition: all ease-in 0.15s;
	transition: all ease-in 0.15s;
	white-space: nowrap;
}

.blue-button:hover {
	background-color: #154090;
}

.blue-button:focus {
	background-color: #2a55a4;
	border: solid 2px #002f86;
}

.blue-button:active {
	background-color: #154090;
	-webkit-box-shadow: inset 0 1px 3px 0 #222425;
	box-shadow: inset 0 1px 3px 0 #222425;
}

.blue-button--small {
	height: 36px;
	line-height: 34px;
	font-size: 15px;
	padding-left: 15px;
	padding-right: 15px;
}

.blue-button--big {
	height: 48px;
	line-height: 46px;
	font-size: 20px;
	text-transform: uppercase;
	padding-left: 30px;
	padding-right: 30px;
}

.form-button {
	margin-left: 10px;
}

.pagination-dropdown:hover>.pagination-dropdown__list {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	opacity: 1;
}

.pagination-dropdown__current {
	width: 100%;
	text-align: center;
	font-size: 19px;
	color: #ffffff;
	cursor: pointer;
}

.pagination-dropdown__current--text {
	display: inline-block;
	position: relative;
	padding-right: 13px;
	color:#fff;
}

.pagination-dropdown__current--text:after {
	content: ' ';
	display: block;
	width: 9px;
	height: 9px;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -6px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.pagination-dropdown__list {
	border-radius: 0 0 5px 5px;
	-webkit-box-shadow: 0 10px 20px -3px rgba(34,36,37,0.4);
	box-shadow: 0 10px 20px -3px rgba(34,36,37,0.4);
	background-color: #ffffff;
	border: solid 1px rgba(34,36,37,0.2);
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	-webkit-transform-origin: left top;
	transform-origin: left top;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	opacity: 0;
	-webkit-transition: all ease-in 0.15s;
	transition: all ease-in 0.15s;
	position: relative;
	z-index: 10;
	overflow: hidden;
	border-left: 0px solid #fff;
}

.pagination-dropdown__list--item {
	height: 36px;
	line-height: 36px;
	text-align: left;
	font-size: 19px;
	letter-spacing: normal;
	color: #222425;
}

.pagination-dropdown__list--item:last-child {
	padding-bottom: 0;
}

.pagination-dropdown__list--item a {
	display: inline-block;
	width: 100%;
	height: 100%;
	font-size: 19px;
	padding-left: 13px;
	letter-spacing: normal;
	color: #222425;
	-webkit-transition: all ease-in 0.15s;
	transition: all ease-in 0.15s;
	text-decoration: none;
}

.pagination-dropdown__list--item a:hover {
	background-color: rgba(34,36,37,0.2);
}

.pagination-dropdown__list--item span {
	display: inline-block;
	width: 100%;
	height: 100%;
	padding-left: 13px;
	background-color: rgba(34,36,37,0.2);
}

.slider-block__header {
	font-size: 30px;
	font-weight: bold;
	line-height: 1;
	color: #222425;
	margin-top: 15px;
	margin-bottom: 28px;
}

.slider-block__box {
	position: relative;
	z-index: 1;
}

.slider-block__link {
	position: absolute;
	right: 89px;
	top: -48px;
	display: inline-block;
	font-size: 15px;
	line-height: 1.4;
	color: #345591;
	text-decoration: none;
}

.slider-block .slick-arrow {
	top: -52px;
	-webkit-transform: none;
	transform: none;
	width: 30px;
	height: 30px;
	background-color: #ffffff;
	border: solid 1px rgba(34,36,37,0.2);
}

.slider-block .slick-prev {
	border-radius: 5px 0 0 5px;
	left: auto;
	right: 53px;
}

.slider-block .slick-prev:before {
	content: ' ';
	display: block;
	width: 9px;
	height: 9px;
	border-left: 1px solid rgba(34,36,37,0.8);
	border-top: 1px solid rgba(34,36,37,0.8);
	position: absolute;
	left: 55%;
	top: 50%;
	-webkit-transform: translate(-40%, -50%) rotate(-45deg);
	transform: translate(-40%, -50%) rotate(-45deg);
	opacity: 1;
}

.slider-block .slick-next {
	border-radius: 0 5px 5px 0;
	right: 24px;
}

.slider-block .slick-next:before {
	content: ' ';
	display: block;
	width: 9px;
	height: 9px;
	border-right: 1px solid rgba(34,36,37,0.8);
	border-bottom: 1px solid rgba(34,36,37,0.8);
	position: absolute;
	left: 46%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
	opacity: 1;
}

.slider-block__slider--item {
	text-decoration: none;
}

.slider-block__description {
	margin-bottom: 25px;
}

@media only screen and (min-width: 1200px) {
	.slider-block__description {
		width: 60%;
	}
}

.slider-block__with-text .slick-slider {
	position: initial;
}

.slider-block__tab {
	font-size: 19px;
	font-weight: bold;
	margin-right: 15px;
	color: #2a55a4;
	text-decoration: none;
}

.slider-block__tab--active {
	color: #222425;
	border-bottom: 3px solid #222425;
	padding-bottom: 10px;
}

@media only screen and (max-width: 767px) {
	.slider-block__tab {
		min-width: 250px;
	}
}

.slider-block__sub-header {
	padding-bottom: 28px;
	overflow: hidden;
	overflow-x: auto;
}

.slider-block__sub-outer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

@media only screen and (max-width: 767px) {
	.slider-block__sub-outer {
		width: 900px;
	}
}

.footer {
	min-height: 72px;
	background-color: #d13338;
	overflow: hidden;
	padding-top: 20px;
}

.footer .container {
	height: 100%;
}

.footer__row {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
}

.footer__copyright {
	color: #fff;
}

.footer__menu {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.footer__menu--item {
	margin-left: 26px;
	color: #fff;
}

.footer__menu--item a {
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
}
@media screen and (max-width:576px) {
	.footer__menu--item a {
		white-space:unset;
		word-break: break-word;
	}
}

.footer__bblock {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #d13338;
}

.footer__soc a {
	color: #ffffff;
	text-decoration: none;
	margin-right: 5px;
}

@media only screen and (max-width: 767px) {
	.footer__soc {
		margin-bottom: 20px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.footer__soc {
		text-align: right;
	}
}

.footer__design {
	float: right;
	opacity: 0.5;
}

.footer__design:hover {
	opacity: 1;
	-webkit-transition: opacity 0.3s, visibility 0.3s;
	transition: opacity 0.3s, visibility 0.3s;
}

.opacity-reset {
	opacity: 1;
}

.preloader {
	display: none;
	background: url(../images/ajax-loader.gif) 50% no-repeat rgba(255,255,255,0.71);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
}

.mobile-menu-button,.top-menu-mobile-close,.filter-mobils-button,.mobile-filter-close {
	display: none;
}

.bx-filter-container-modef {
	display: none;
}

.seo-blok-more {
	position: absolute;
	z-index: 4;
	bottom: 0;
	right: 0;
	padding: 10px 0 0 20px;
	background: #fff;
	color: #ab251a;
}

.title {
	font-size: 30px;
	font-weight: bold;
	margin: 0 0 23px 0;
}

@media only screen and (max-width: 767px) {
	.title {
		font-size: 19px;
	}

	.title--big {
		font-size: 30px;
	}
}

.subtitle {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

.mb-4 {
	margin-bottom: 40px;
}

.ml-3 {
	margin-left: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.ml-3 {
		margin-left: 0px;
	}
}

@media only screen and (max-width: 767px) {
	.ml-3 {
		margin-left: 0;
	}
}

.right-interview {
	position: fixed;
	right: -28px;
	background-color: #ce171f;
	z-index: 30;
	color: #fff;
	top: 30%;
	text-align: center;
	padding: 8px;
}

@media only screen and (max-width: 767px) {
	.right-interview {
		right: inherit;
		top: inherit;
		left: 0;
		bottom: 0;
	}
}

.right-interview a {
	color: #fff;
	text-decoration: none;
	float: left;
	font-size: 18px;
}

.right-interview__close {
	float: right;
	padding: 10px;
}

.interview-description {
	text-align: center;
}

.price-help {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAY9JREFUOBGVU8tKw0AUPTPRNK1dWKwUtO1OFAJ+hAvB/3AjuPJDuhM3/ofgwo8QApFuSqVQF20jtF2YdsY5Y6ekMUWcRYb7OOfOvfdEIHe6URQutb7WQlyaUHsV7gutnz0hHk/CMMpChDN0FPmxEB2TeKO1ls6fvYUQyhA/nGl9J8LwizFLQPAb8GSAF1mAlBKe5yFdLACt1yFD9HIKXJFkh15WhlJrcBAEOGo2sev7FqSVwsdwiM8k+bFNoVjKjjFuhe0ZeM0+W5qqlXIZs/ncPvGw0cB+rYZuHJs6ypKwHQ84l3ZguZ7VconpdApWJmA+m8EALNB9WJBYuZq28/+6CTyo1y2hq+6SiOW03aqcf+M+brXAloaDwYZ/ZbQL1+Uy2Xe5UsF7r4cFN1FwSNAv8FvXXrWKZDxGmqbbUvqSCtsWHY9GSCaTbWEQKylPrqQoKzCr9EulohC3ooiV1DblWZRVN9PnHIoOMcT+KeX86khmqq+lbLdATVPbkPI+204ebGMmx/0Hliz/vP/+zt84fLzP4QU6swAAAABJRU5ErkJggg==") no-repeat;
	width: 16px;
	height: 16px;
	display: inline-block;
	line-height: 16px;
	cursor: pointer;
	position: relative;
	margin: 0 7px;
	z-index: 2;
}

.price-help:hover {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAcZJREFUOBGVU7FqwlAUvXkNWdSlo4OTDmmhOOQLHCIdnEQQh6LQpVAXwcWPKE4VwQ8oODgIFhT6AYJLpH5ARxEXUTTa2HtekxBDOjSQvPPuvee8e2/uUyj0FAqFW8dxHs/ns6koSgpuxl+Mx0KI3nA4/AxSFG9TKpW07Xb7woFPTBCePbiyz2FfJxaLNfr9vg2fFHDJ77zPBQnxeJzwrlYrOp1OQdcHi9xDRIUVJ/PikzOZDDWbTUomk8TlkG3b1O12aTKZeCI5l/OsuDVbwbQTiQTpuk6WZRHXTdVqlfL5PFUqFRwmRVAO++6E27CLmjebDU2nU9rv97Tb7Wg+n5OqqmimlwGw5AoGpm+NAJqmUbFYpNlsJsWCIeAKTkX+qqDDw0i/1WrJRrbbbc/sr+DKJvqWEEDd6EW9Xqf1eh3y/m5Rwlekh42GYdBoNKLlchkZAq7KaYwZ3ERFDAaDP8mIB5fLFD0GTpRAOp2mVCq6ReCAKzDbnEEnLMABVC6XyTSjfxI44MomYrZ5QHQW8aeRA6hWq9HhcAhrY49RbgBc4bNYLL6z2ezb8Xi85pMNNsk7gvmHkPe4pb4y+eHiMnkBWP97nX8Ayfvgw0MzGnUAAAAASUVORK5CYII=") no-repeat;
}

.price-help:hover .price-help-info {
	display: block;
}

.price-help-info {
	display: none;
	width: 229px;
	height: 71px;
	font-family: PT Sans;
	font-size: 13px;
	line-height: 1.38;
	text-align: left;
	color: #4a4a4a;
	position: absolute;
	background: #fff;
	-webkit-box-shadow: 0 2px 5px 0 rgba(98,98,98,0.5);
	box-shadow: 0 2px 5px 0 rgba(98,98,98,0.5);
	padding: 13px;
	font-weight: 500;
	top: 31px;
	right: -123px;
	border-radius: 5px;
}

.price-help-info:before {
	content: "";
	position: absolute;
	left: 56px;
	top: -14px;
	background: url("/source/images/base/price-help-info.png") no-repeat;
	width: 88px;
	height: 15px;
}

.ban_top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media only screen and (max-width: 767px) {
	.ban_top {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

input:focus::-webkit-input-placeholder {
	color: transparent;
}

input:focus:-moz-placeholder {
	color: transparent;
}

input:focus::-moz-placeholder {
	color: transparent;
}

input:focus:-ms-input-placeholder {
	color: transparent;
}

.disabled {
	opacity: 0.5;
}

.tt-query {
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}

.tt-hint {
	color: #999;
}

.tt-menu {
	width: 100%;
	padding: 8px 0;
	background-color: #fff;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}

.tt-suggestion {
	padding: 3px 20px;
	font-size: 18px;
	line-height: 24px;
}

.tt-suggestion:hover {
	cursor: pointer;
	color: #fff;
	background-color: #0162d2;
}

.tt-suggestion.tt-cursor {
	color: #fff;
	background-color: #0097cf;
}

.tt-suggestion p {
	margin: 0;
}

.twitter-typeahead {
	display: block;
}

@media only screen and (max-width: 767px) {
	.usd-info {
		margin-bottom: 18px;
		display: block;
	}
}

.ux-popap-successfully__thank {
	font-weight: bold;
}

.close {
	float: right;
	font-size: 21px;
	font-weight: bold;
	line-height: 1;
	color: #000000;
	text-shadow: 0 1px 0 #ffffff;
	opacity: 0.2;
	filter: alpha(opacity=20);
}

.close:hover,.close:focus {
	color: #000000;
	text-decoration: none;
	cursor: pointer;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

button.close {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
}

.fade {
	opacity: 0;
	-webkit-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
}

.fade.in {
	opacity: 1;
}

.collapse {
	display: none;
}

.collapse.in {
	display: block;
}

tr.collapse.in {
	display: table-row;
}

tbody.collapse.in {
	display: table-row-group;
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition-property: height, visibility;
	transition-property: height, visibility;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
}

.close {
	float: right;
	font-size: 21px;
	font-weight: bold;
	line-height: 1;
	color: #000000;
	text-shadow: 0 1px 0 #ffffff;
	opacity: 0.2;
	filter: alpha(opacity=20);
}

.close:hover,.close:focus {
	color: #000000;
	text-decoration: none;
	cursor: pointer;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

button.close {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
}

.modal-open {
	overflow: hidden;
}

.modal {
	display: none;
	position: absolute;
	top: 5%;
	left: 50%;
	z-index: 1050;
	width: 560px;
	margin: 0px 0 0 -280px;
	overflow: auto;
	background-color: #fff;
	border-radius: 5px;
	background-clip: padding-box;
}

.modal.fade .modal-dialog {
	-webkit-transform: translate(0, -25%);
	transform: translate(0, -25%);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	transition: -webkit-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

.modal-open .modal {
	overflow-x: auto;
	overflow-y: auto;
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px;
}
.modal-outer {
	position: fixed;
	top: 0px;
	z-index: 99999;
	left: 0;
	overflow: auto;
	height: 100%;
	width: 100%;
	display:none;
}
.modal-outer-hide {
	overflow-x: hidden;
	overflow-y: auto;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
	display: block;
}

.modal-content {
	position: relative;
	background-color: #ffffff;
	border: 1px solid #999999;
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
	box-shadow: 0 3px 9px rgba(0,0,0,0.5);
	background-clip: padding-box;
	outline: 0;
}

.modal-backdrop.fade {
	opacity: 0;
	filter: alpha(opacity=0);
}

.modal-backdrop.in {
	opacity: 0.5;
	filter: alpha(opacity=50);
	z-index: 9999;
}

.modal-header {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 2;
}

.modal-header .close {
	margin-top: -2px;
}

.modal-title {
	margin: 0;
	line-height: 1.42857143;
}

.modal-body {
	position: relative;
}

.modal-footer {
	padding: 15px;
	text-align: right;
}

.modal-footer .btn+.btn {
	margin-left: 5px;
	margin-bottom: 0;
}

.modal-footer .btn-group .btn+.btn {
	margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
	margin-left: 0;
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}

@media (min-width: 768px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto;
	}

	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
		box-shadow: 0 5px 15px rgba(0,0,0,0.5);
	}

	.modal-sm {
		width: 300px;
	}
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000000;
}

@media (min-width: 992px) {
	.modal-lg {
		width: 900px;
	}
}

.clearfix:before,.clearfix:after,.modal-header:before,.modal-header:after,.modal-footer:before,.modal-footer:after {
	content: " ";
	display: table;
}

.clearfix:after,.modal-header:after,.modal-footer:after {
	clear: both;
}

.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.pull-right {
	float: right !important;
}

.pull-left {
	float: left !important;
}

.hide {
	display: none !important;
}

.show {
	display: block !important;
}

.invisible {
	visibility: hidden;
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.hidden {
	display: none !important;
}

.affix {
	position: fixed;
}

@media (max-width: 767px) {
	.location {
		width: 100%;
		margin: 0;
		left: 0;
	}
}

@media (min-width: 1200px) {
	.location {
		width: 1080px;
		margin: 0px 0 0 -540px;
	}
}

@media (min-width: 768px) {
	.location__body {
		padding: 0 48px 58px 30px;
	}
}

.location__col {
	padding: 28px 30px;
	background-color: rgba(34,36,37,0.03);
}

@media (min-width: 1200px) {
	.location__col {
		margin: 0 30px 0 0;
	}
}

.location__col:last-child {
	margin: 0;
}

.location__col--district {
	width: 17%;
}

@media (max-width: 767px) {
	.location__col--district {
		width: 100%;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.location__col--district {
		width: 45%;
	}
}

.location__col--sub-district {
	width: 31%;
}

@media (max-width: 767px) {
	.location__col--sub-district {
		width: 100%;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.location__col--sub-district {
		width: 45%;
	}
}

.location__col--metro {
	width: 45%;
}

@media (max-width: 1199px) {
	.location__col--metro {
		width: 100%;
	}
}

.location__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 42px 0 30px 0;
}

@media (max-width: 1199px) {
	.location__row {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.location__title {
	font-size: 19px;
	font-weight: bold;
	margin: 0 0 13px 0;
}

.location__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.location__list-metro {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
	width: 44%;
	vertical-align: top;
}

.location__list-metro:nth-child(2) {
	margin: 0 0 0 39px;
}

@media (max-width: 767px) {
	.location__list-metro:nth-child(2) {
		margin: 0;
	}
}

.location__checkbox-list {
	margin: 0 0 12px 0;
}

.location__checkbox-list label {
	cursor: pointer;
}

.location__checkbox {
	display: none;
}

.location__checkbox:not(checked)+label {
	font-size: 19px;
	border-bottom: dotted 2px #2a55a4;
	color: #2a55a4;
}

.location__checkbox:checked+label {
	font-size: 19px;
	color: #222425;
	border: none;
}

.location .fake-select {
	width: 100%;
}

.location__all-subdistrict {
	margin: 26px 0 30px;
}

.location__any {
	margin: 25px 0 32px;
}

.location__all-line {
	margin: 0 0 29px 0;
}

.location__line-metro {
	margin: 0 0 22px 0;
}

.location__input {
	border-radius: 5px;
	border: solid 1px rgba(34,36,37,0.2);
	width: 100%;
	padding: 0 12px;
}

.location__block-btn {
	text-align: right;
}

@media (max-width: 767px) {
	.location__block-btn {
		margin: 20px 0 0;
		text-align: left;
	}
}

.location__checkbox-label.disabled {
	color: #222425;
	opacity: 0.5;
	border: none;
}

.small_button_flex {
	width: 27px;
	height: 20px;
	border-radius: 3px;
	background-color: orange;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 5px;
}

.quality_king {
	background-color: #f8ce1c;
}

.active_master {
	background-color: #4a90e2;
}

.container_small_button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-top: 10px;
}

.input__text {
	border: solid 1px rgba(34,36,37,0.2);
	border-radius: 5px;
	height: 48px;
	padding: 0 12px;
	position: relative;
	width: 100%;
	outline: 0;
	z-index: 2;
	background: transparent;
}
.personalBlock {
	border: none;
	display: flex;
	height: 100%;
	padding: 10px 0;
}
.personalBlock a{
	text-decoration:none;
	color:#2A55A4;
}
.input__text--textarea {
	padding: 12px;
	max-width: 100%;
	min-height: 130px;
}

.input__text--sm {
	height: 36px;
}

.input__text-label {
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	position: absolute;
	left: 0;
	top: 12px;
	color: #999;
	background-color: #fff;
	-webkit-transition: font-size 150ms ease-out, -webkit-transform 150ms ease-out;
	transition: font-size 150ms ease-out, -webkit-transform 150ms ease-out;
	transition: transform 150ms ease-out, font-size 150ms ease-out;
	transition: transform 150ms ease-out, font-size 150ms ease-out, -webkit-transform 150ms ease-out;
	margin-left: 12px;
	z-index: 1;
}

.input__text-label--sm {
	top: 8px;
}

.input__block-text {
	position: relative;
	background-color: #ffffff;
	border-radius: 5px;
}

.input__block-select .fake-select {
	width: 100%;
}

.focused .input__text-label {
	-webkit-transform: translateY(-115%);
	transform: translateY(-115%);
	font-size: 12px;
	color: #222425;
	z-index: 3;
}

.focused .input__text {
	border: solid 1px rgba(34,36,37,0.4);
}

.has-error .input__text {
	border: solid 1px #d13338;
}

.has-error .input__text-label {
	color: #d13338;
}

.has-error .fake-select__value {
	border-color: #d13338;
}

@media (max-width: 767px) {
	.application {
		width: 100%;
		margin: 0;
		left: 0;
		padding: 10px;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.application {
		padding: 50px 30px 52px 30px;
	}
}

@media (min-width: 1200px) {
	.application {
		padding: 50px 84px 76px 72px;
		width: 708px;
		margin: 0px 0 0 -354px;
	}
}

.application__header {
	margin: 0 0 60px 0;
}

@media (max-width: 767px) {
	.application__header {
		margin: 0 0 20px 0;
	}
}

.application__title {
	font-size: 30px;
	font-weight: bold;
	line-height: 1;
	margin: 0 0 7px 0;
}

.application__price-rub {
	font-size: 19px;
	margin: 0 0 10px 0;
}

.application__price-usd {
	color: rgba(34,36,37,0.4);
	font-size: 12px;
}

.application__img {
	max-width: 100%;
}

@media (max-width: 767px) {
	.application__img {
		display: none;
	}
}

.application__btn {
	width: 100%;
}

.application__block-input {
	padding: 0 80px 0 0;
}

@media only screen and (max-width: 767px) {
	.application__block-input {
		padding: 0px;
	}
}

.application__text {
	font-size: 15px;
	margin: 11px 0 0;
}

.application__input-text {
	margin: 0 0 20px 0;
}

.application__add-services {
	text-decoration: none;
	color: #345591;
}

.application__credit {
	border-radius: 5px;
	border: solid 1px rgba(34,36,37,0.2);
	background-color: rgba(34,36,37,0.03);
	margin-top: 20px;
	width: 100%;
	padding: 30px 0 38px 31px;
}

@media only screen and (max-width: 767px) {
	.application__credit {
		padding: 10px;
	}
}
#banner_popup_rent {
	padding:0;
}

#banner_popup_rent img {
	width:100%;
	display:block;
}
#banner_popup_rent a {
	display:block;
	width:100%;
	height:100%;
}
@media (max-width: 767px) {
	.application-rent {
		width: 100%;
		margin: 0;
		left: 0;
		padding: 47px 10px 10px 10px;
	}
	#banner_popup_rent {
		margin:0;
		width: 100%;
		top: 15%;
	}
}

@media (min-width: 768px) {
	.application-rent {
		padding: 50px 84px 76px 72px;
		width: 546px;
		margin: 0 0 0 -273px;
	}
	#banner_popup_rent{
		padding: 0;
		width: max-content;
		left: 50%;
		transform: translateX(-50%);
		margin: 0;
	}
}

.application-rent__title {
	font-size: 30px;
	font-weight: bold;
	margin: 0 0 17px 0;
	line-height: 1;
}

.application-rent__checkbox {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 48px;
	line-height: 1.26;
	padding: 4px 0;
}

.application-rent__checkbox--one-row {
	height: auto;
}

.application-rent__checkbox--one-row .fake-select__checkbox-label {
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 33px;
}

.application-rent__checkbox--one-row .fake-select__checkbox:not(checked)+label:before {
	left: 0;
}

.application-rent__checkbox a {
	color: #345591;
}

.application-rent__checkbox a:hover {
	color: #345591;
}

.application-rent__rooms {
	width: 174px;
}

.application-rent__rooms-label {
	margin: 0 0 0 11px;
	font-size: 19px;
}

.application-rent__rooms-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}

@media only screen and (max-width: 767px) {
	.application-rent__rooms-row .price-range__border {
		-webkit-box-ordinal-group: inherit;
		-ms-flex-order: inherit;
		order: inherit;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.application-rent__rooms-row .price-range__min {
		border-radius: 0;
		border-right: 0;
		border-bottom-left-radius: 5px;
		border-top-left-radius: 5px;
	}

	.application-rent__rooms-row .price-range__max {
		border-radius: 0;
		border-bottom-right-radius: 5px;
		border-top-right-radius: 5px;
	}
}

.application-rent__row {
	margin-bottom: 29px;
}

.application-rent__district {
	width: 100%;
}

.application-rent__label {
	font-size: 19px;
	font-weight: bold;
	margin: 25px 0 25px 0;
}

.application-rent__rooms-list .input-checkbox-block__block-line:first-child {
	-webkit-box-flex: 2;
	-ms-flex: 2;
	flex: 2;
}

.application-rent__file {
	border-radius: 5px;
	background-color: #ffffff;
	border: solid 1px rgba(34,36,37,0.2);
	display: inline-block;
	color: #222425;
	text-decoration: none;
	padding: 0 16px;
	height: 48px;
	line-height: 44px;
	font-size: 19px;
}

.application-rent__file-text {
	font-size: 12px;
	line-height: 1.5;
	display: inline-block;
	width: 45%;
	margin-left: 19px;
	vertical-align: top;
}

.application-rent__result {
	background-color: rgba(34,36,37,0.03);
	padding: 15px 30px;
	margin: 30px 0 60px 0;
}

.application-rent__result-treaty {
	font-size: 19px;
}

.application-rent__result-addr {
	font-size: 19px;
}

.application-rent__result-price {
	font-size: 30px;
	font-weight: bold;
}

.input-checkbox-block {
	border-radius: 5px;
	border: solid 1px rgba(34,36,37,0.2);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.input-checkbox-block__checkbox {
	display: none;
}

.input-checkbox-block__checkbox:not(checked)+label {
	background-color: #ffffff;
}

.input-checkbox-block__checkbox:checked+label {
	background-color: rgba(34,36,37,0.03);
	font-weight: bold;
}

.input-checkbox-block__checkbox-label {
	font-size: 19px;
	padding: 8px 0;
	display: inline-block;
	width: 100%;
	text-align: center;
	height: 100%;
}

.input-checkbox-block__checkbox-label:disabled {
	opacity: 0.5;
}

.input-checkbox-block__checkbox-label:hover {
	cursor: pointer;
}

.input-checkbox-block__checkbox-label--sm {
	font-size: 15px;
	padding: 8px 0 16px;
	display: inline-block;
	width: 100%;
	text-align: center;
	height: 34px;
}

.input-checkbox-block__checkbox-label--sm:disabled {
	opacity: 0.5;
}

.input-checkbox-block__checkbox-label--sm:hover {
	cursor: pointer;
}

.input-checkbox-block__block-line {
	-webkit-box-flex: 1;
	-ms-flex: auto;
	flex: auto;
	border-left: solid 1px rgba(34,36,37,0.2);
}

.input-checkbox-block__block-line:first-child {
	border-left: none;
}

.input-checkbox-block__block-line:first-child .input-checkbox-block__checkbox-label,.input-checkbox-block__block-line:first-child .input-checkbox-block__checkbox-label--sm {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.input-checkbox-block__block-line:last-child .input-checkbox-block__checkbox-label,.input-checkbox-block__block-line:last-child .input-checkbox-block__checkbox-label--sm {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.input-checkbox-block__block-line:hover {
	cursor: pointer;
}

@media (max-width: 1199px) {
	.drop-down-menu {
		display: none;
	}
}

@media (min-width: 1200px) {
	.drop-down-menu {
		-webkit-box-shadow: 0 10px 20px -3px rgba(34,36,37,0.4);
		box-shadow: 0 10px 20px -3px rgba(34,36,37,0.4);
		width: 100%;
		position: absolute;
		z-index: 11;
		background-color: #ffffff;
		left: 0;
		right: 0;
		padding: 22px 20px 50px 23px;
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
		-webkit-transform-origin: left top;
		transform-origin: left top;
		opacity: 0;
		-webkit-transition: all ease-in 0.15s;
		transition: all ease-in 0.15s;
	}

	.drop-down-menu__count-flats {
		font-size: 19px;
		font-weight: bold;
		margin: 0 0 21px 0;
	}

	.drop-down-menu__count-flats a {
		color: #222425;
		text-decoration: none;
	}

	.drop-down-menu__title {
		color: rgba(34,36,37,0.4);
		font-size: 12px;
		margin: 0 0 10px 0;
		height: 16px;
	}

	.drop-down-menu__list {
		margin: 0 15px 0 0;
		padding: 0;
		list-style: none;
		display: inline-block;
		vertical-align: top;
	}

	.drop-down-menu__list-li {
		font-size: 15px;
		margin: 0 0 10px 0;
	}

	.drop-down-menu__list-li a {
		color: #222425;
		text-decoration: none;
	}

	.drop-down-menu__list-li a:hover {
		color: #1358d8;
	}

	.drop-down-menu__list-li span {
		font-size: 12px;
		color: rgba(34,36,37,0.4);
		margin-left: 5px;
	}

	.drop-down-menu__lessor {
		height: 150px;
		font-size: 19px;
		font-weight: bold;
		padding: 10px 37px 0 18px;
		display: block;
		text-decoration: none;
		color: #222425;
	}

	.drop-down-menu__lessor--sellsFlats {
		background: url("../../images/discrictSellsFlats.jpg") no-repeat right bottom #00C4EA;
	}
	.drop-down-menu__lessor--hotprice {
		background: url("../../images/hotpriceProgram.jpg") no-repeat right bottom #FCB565;
	}
	.drop-down-menu__lessor--yourversion {
		background: url("../../images/yourversionProgram.png") no-repeat right bottom #EBC026;
	}
	.drop-down-menu__lessor--dru-top {
		background: url("../../images/dru.png") no-repeat right bottom #EFEE79;
	}
	.drop-down-menu__lessor--rent {
		background: url("/html/images/programs/aaron-burden.png") no-repeat right bottom #65c9e9;
	}

	.drop-down-menu__lessor--time {
		background: url("/html/images/programs/clock-menu.png") no-repeat right bottom #7cd4b0;
	}

	.drop-down-menu__lessor--online {
		background: url("/html/images/programs/paycard.png") no-repeat 80% 85% rgba(34,36,37,0.03);
	}

	.drop-down-menu__lessor--halva {
		background: url("/html/images/programs/paycardHalva.png") no-repeat 80% 85% rgba(34,36,37,0.03);
	}

	.drop-down-menu__lessor--corporate {
		background: url("/html/images/programs/arenda-1.png") no-repeat;
		background-size: cover;
	}

	.drop-down-menu__lessor--eurogames {
		background: url("/html/images/programs/arenda-2.png") no-repeat;
		background-size: cover;
	}

	.drop-down-menu__lessor--analyt-flats {
		background: url("/html/images/programs/analyt-1.jpg") no-repeat;
		background-size: cover;
	}

	.drop-down-menu__lessor--analyt-rent {
		background: url("/html/images/programs/analyt-2.jpg") no-repeat;
		background-size: cover;
	}

	.drop-down-menu__lessor--analyt-cotteges {
		background: url("/html/images/programs/analyt-3.jpg") no-repeat;
		background-size: cover;
	}

	.drop-down-menu__lessor--analyt-nb {
		background: url("/html/images/programs/analyt-4.jpg") no-repeat;
		background-size: cover;
	}

	.drop-down-menu__lessor--analyt-commerce {
		background: url("/html/images/programs/analyt-5.jpg") no-repeat;
		background-size: cover;
	}

	.drop-down-menu__lessor--viber {
		background: url("/html/images/programs/viber-menu.jpg") no-repeat;
		background-size: cover;
	}

	.drop-down-menu__lessor:hover {
		-webkit-box-shadow: 0 10px 20px -3px rgba(34,36,37,0.4);
		box-shadow: 0 10px 20px -3px rgba(34,36,37,0.4);
	}

	.drop-down-menu__lessor-title {
		font-size: 19px;
		font-weight: bold;
		color: #222425;
		text-decoration: none;
		display: block;
		margin: 0 0 9px 0;
	}

	.drop-down-menu__lessor-title:hover {
		color: #1358d8;
	}

	.drop-down-menu__lessor-link {
		display: block;
		font-size: 15px;
		color: #222425;
		text-decoration: none;
	}

	.drop-down-menu__lessor-link:hover {
		color: #1358d8;
	}
}

.button {
	display: inline-block;
	border-radius: 5px;
	border: 2px solid transparent;
	text-decoration: none;
	text-align: center;
	position: relative;
	-webkit-transition: all ease-in 0.15s;
	transition: all ease-in 0.15s;
	white-space: nowrap;
	cursor: pointer;
}

.button--small {
	height: 36px;
	line-height: 34px;
	font-size: 15px;
	padding-left: 15px;
	padding-right: 15px;
}

.button--big {
	height: 48px;
	line-height: 40px;
	font-size: 20px;
	text-transform: uppercase;
	padding-left: 30px;
	padding-right: 30px;
}

.button--medium {
	height: 48px;
	line-height: 48px;
	font-size: 19px;
	padding-left: 25px;
	padding-right: 25px;
}

.button--img {
	padding-left: 45px;
}

.button--img .icon {
	position: absolute;
	left: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.button--blue {
	background-color: #2a55a4;
	color: #fff;
}

.button--blue:hover {
	background-color: #154090;
}

.button--blue:focus {
	background-color: #2a55a4;
	border: solid 2px #002f86;
}

.button--blue:active {
	background-color: #154090;
	-webkit-box-shadow: inset 0 1px 3px 0 #222425;
	box-shadow: inset 0 1px 3px 0 #222425;
}

.button--yellow {
	background-color: #ffe400;
	color: #222425;
}

.button--yellow:hover {
	background-color: #efd70d;
}

.button--yellow:focus {
	background-color: #efd70d;
	border: solid 2px #efd70d;
}

.button--yellow:active {
	background-color: #efd70d;
	-webkit-box-shadow: inset 0 1px 1px 0 rgba(0,0,0,0.5);
	box-shadow: inset 0 1px 1px 0 rgba(0,0,0,0.5);
}

.button--white {
	background-color: #ffffff;
	color: #222425;
	border: solid 1px rgba(34,36,37,0.2);
}

.button--white:hover {
	background-color: #f8f8f8;
	border: solid 1px rgba(34,36,37,0.2);
}

.button--white:focus {
	background-color: #ffffff;
	border: solid 1px rgba(34,36,37,0.2);
}

.button--white:active {
	background-color: #f8f8f8;
	-webkit-box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.5);
	box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.5);
	border: solid 1px rgba(34,36,37,0.2);
}

.list_item {
	border-bottom: solid 1px rgba(34,36,37,0.2);
	padding: 10px 0;
}

.baloon-list {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 480px;
}

.baloon {
	text-decoration: none;
	color: #222425;
}

.baloon__img img {
	max-width: 100%;
}

.baloon__price {
	text-align: right;
}

.baloon__pricebyn {
	font-weight: bold;
}

.baloon__name {
	font-weight: bold;
}

.seo-blok {
	max-height: 300px;
	min-height: 100%;
	padding-bottom: 30px;
	overflow: hidden;
	position: relative;
	color: #3c3c3e;
	margin-bottom: 30px;
}
.description-filter {
	word-break: break-word;
}
.seo-blok a {
	color: #2a55a4;
	text-decoration: none;
}

.seo-blok:after {
	content: "";
	display: block;
	height: 40px;
	position: absolute;
	bottom: 0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)), color-stop(75%, #fff));
	background-image: linear-gradient(180deg, rgba(255,255,255,0), #fff 75%);
	width: 100%;
}

.archive-object {
	border: solid 1px rgba(34,36,37,0.2);
	text-align: center;
	padding: 17px 0 0;
	border-radius: 5px;
	color: #345591;
}

.ux-soclike {
	position: relative;
}

.ux-soclike:hover {
	color: #4e5051;
}

.ux-soclike-link {
	display: none;
	position: absolute;
	background: #fff;
	-webkit-box-shadow: 0 2px 5px 0 rgba(98,98,98,0.5);
	box-shadow: 0 2px 5px 0 rgba(98,98,98,0.5);
	padding: 5px 10px;
	width: 45px;
	top: 30px;
	right: 0;
	z-index: 100;
}

#ux-soclike-link-rent-detail a {
	margin-left: 0px;
}

#ux-soclike-link-rent-detail .ya-share2__item {
	margin: 0px 4px 2px 0;
}

.ux-soclike-link-active {
	display: block;
	color: #4e5051;
}

.ux-favorite-active {
	color: #222425 !important;
}

.banner {
	padding: 20px 24px;
	margin-bottom: 40px;
}

.banner .row {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.banner--red {
	background-color: #ff6a7e;
}

.banner--green {
	background-color: #7cd4b0;
}

.banner--blue {
	background-color: #65c9e9;
}

@media only screen and (min-width: 1200px) {
	.banner__block-btn {
		float: right;
	}
}

.banner__text {
	color: #ffffff;
	font-weight: bold;
	font-size: 30px;
	line-height: 1;
}

@media only screen and (min-width: 1200px) {
	.banner__text {
		line-height: 1.4;
	}
}

@media only screen and (max-width: 767px) {
	.banner__text {
		margin-bottom: 20px;
	}
}

.promoblock {
	margin: 2px 0 45px 0;
}

.promoblock__top {
	background-repeat: no-repeat;
	background-position: right;
}

.promoblock__top--elit {
	background: #b7c9c3 url("../images/programs/elit.png");
}

.promoblock__top--vnewbuild {
	background: url("../images/programs/perrez-small.jpg");
}

.promoblock__top--inv-big {
	background: url("../images/programs/inv-big.png");
}

.promoblock__top--market-price {
	background: url("../images/programs/analytics-cena-mobil.jpg");
}

@media only screen and (min-width: 1200px) {
	.promoblock__top--market-price {
		background: url("../images/programs/analytics-cena.jpg");
	}
}

.promoblock__flats--flats {
	background: #ff6a7e url("../images/programs/rent_flats.jpg");
	background-size: cover;
}

@media only screen and (max-width: 767px) {
	.promoblock__flats--flats {
		background-position: 100%;
	}
}

.promoblock__flats--kredit {
	background: url("../images/programs/sale-small.jpg");
	background-size: cover;
}

.promoblock__flats--commerce {
	background: url("../images/programs/commerce-mobile.jpg");
	background-size: cover;
}

@media only screen and (min-width: 1200px) {
	.promoblock__flats--commerce {
		background: url("../images/programs/commerce.jpg");
	}
}

.promoblock__house--house {
	background: #ffe400 url("../images/programs/viber-index.jpg");
	background-size: cover;
}

@media only screen and (max-width: 767px) {
	.promoblock__house--house {
		background-position: 100%;
	}
}

.promoblock__house--excursii {
	background: url("../images/programs/excurs-small.jpg");
	background-size: cover;
}

@media (max-width: 767px) {
	.promoblock__house--excursii {
		background-position: 1% 99%;
	}
}

.promoblock__house--residential {
	background: url("../images/programs/analytics-residential-mobile.jpg");
	background-size: cover;
}

@media only screen and (min-width: 1200px) {
	.promoblock__house--residential {
		background: url("../images/programs/analytics-residential.jpg");
	}
}

.promoblock__w-one {
	width: 264px;
	margin: 0 2px 2px 0;
	text-decoration: none;
	color: #222425;
}

@media only screen and (max-width: 767px) {
	.promoblock__w-one {
		width: 100%;
		height: 117px;
		margin: 1px 0 0;
		padding: 19px 0 0 22px;
	}
}

.promoblock__w-two {
	width: 264px;
	margin: 0 0 2px 0;
	text-decoration: none;
	color: #222425;
}

@media only screen and (max-width: 767px) {
	.promoblock__w-two {
		width: 100%;
		height: 117px;
		margin: 1px 0 0;
		padding: 19px 0 0 22px;
	}
}

.promoblock__top-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.promoblock__top-block {
		height: 33.3%;
	}
}

@media only screen and (max-width: 767px) {
	.promoblock__top-block {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.promoblock__top-block .big-images__header {
		font-size: 19px;
	}
}

@media only screen and (max-width: 767px) {
	.promoblock__top-block .big-images__header {
		font-size: 19px;
	}
}

.promoblock__subtitle {
	font-size: 15px;
	width: 72%;
}

@media (min-width: 768px) {
	.promoblock__subtitle {
		margin: 5px 0 0 29px;
	}
}

.promoblock__band {
	text-decoration: none;
	display: block;
	color: #222425;
	font-size: 19px;
}

.promoblock__pre-header {
	font-size: 15px;
	line-height: 1.4;
	color: #222425;
	margin-bottom: 1px;
	font-weight: bold;
	text-transform: uppercase;
}

.promoblock__text {
	font-size: 19px;
	line-height: 1.26;
	color: #222425;
}

.promoblock__iteam {
	text-decoration: none;
	background-size: cover;
	position:relative;
}
.promoblock__slider__bgImg {
	display: block;
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.promoblock__header {
	color: #222425;
}

@media (min-width: 768px) {
	.promoblock {
		height: 354px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.promoblock__slider {
		margin-right: 2px;
	}

	.promoblock__iteam {
		height: 354px;
		width: 666px;
		padding: 25px 38% 25px 29px;
		display: inline-block;
	}

	.promoblock__band-item {
		padding: 25px 26% 25px 29px;
		color: #222425;
	}

	.promoblock__sub-title {
		font-size: 12px;
		margin-bottom: 5px;
		font-weight: normal;
	}
}

@media (max-width: 767px) {
	.promoblock__header {
		font-size: 30px;
		font-weight: bold;
		line-height: 1;
		margin: 0 0 4px 0;
	}

	.promoblock__iteam {
		min-height: 354px;
		padding: 25px 0 0 22px;
		background-position: top;
	}

	.promoblock__band {
		height: 117px;
		margin: 1px 0 0;
		padding: 19px 0 0 22px;
	}

	.promoblock__band-text {
		display: none;
	}

	.promoblock__title {
		font-size: 19px;
		color: #222425;
		font-weight: bold;
		width: 192px;
		line-height: 1.26;
	}

	.promoblock__top {
		background-size: cover;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.promoblock__slider {
		width: 59%;
	}

	.promoblock__right {
		width: 41%;
	}

	.promoblock__band {
		height: 33.1%;
		margin: 0 0 1px 0;
	}

	.promoblock__header {
		font-size: 30px;
		font-weight: bold;
		line-height: 1;
		margin-bottom: 25px;
	}

	.promoblock__band-text {
		display: none;
	}

	.promoblock__title {
		font-size: 19px;
		padding: 17px 0 0 30px;
		font-weight: bold;
	}
}

@media (min-width: 1200px) {
	.promoblock__slider {
		width: 666px;
		overflow: hidden;
		height: 354px;
	}

	.promoblock__right {
		width: 532px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.promoblock__top {
		height: 172px;
		width: 100%;
		margin: 0 0 2px 0;
	}

	.promoblock__flats {
		width: 264px;
		height: 180px;
		margin: 0 2px 0 0;
	}

	.promoblock__house {
		width: 264px;
		height: 180px;
	}

	.promoblock__header {
		font-size: 48px;
		font-weight: bold;
		line-height: 1;
		margin-bottom: 25px;
	}

	.promoblock__title {
		font-size: 30px;
		font-weight: bold;
		color: #222425;
		margin: 20px 0 0 29px;
		width: 50%;
		line-height: 1;
	}

	.promoblock__title--width {
		width: 90%;
	}

	.promoblock__band-text {
		font-size: 15px;
	}
}

.promoblock .slick-dots li button:before {
	font-size: 12px;
}

.promoblock .slick-dots li {
	width: 10px;
}

.promoblock .slick-dots {
	text-align: left;
	margin-left: 25px;
	margin-bottom: 60px;
}

.promoblock .slick-dotted.slick-slider {
	margin-bottom: 0px;
}

.filter-index {
	margin: 0 0 64px 0;
}

.filter-index__caption-list {
	padding: 0;
	margin: 0;
}

@media (max-width: 767px) {
	.filter-index__caption-list {
		display: flex;
		overflow: scroll;
	}
	.rent-tabs .filter-index__caption-list a{
		min-width: max-content;
	}
}

.filter-index__caption-title {
	font-size: 19px;
	font-weight: bold;
	color: #2a55a4;
	margin: 0 8px 0 0;
}

.filter-index__caption {
	display: inline-block;
	padding-bottom: 14px;
	margin: 0 38px 0 0;
	cursor: pointer;
	text-decoration: none;
}

.filter-index__caption.active,.filter-index__caption.page-menu__item:hover {
	border-bottom: 3px solid #222425;
}

.filter-index__caption.active .filter-index__caption-title,.filter-index__caption.page-menu__item:hover .filter-index__caption-title {
	color: #222425;
}

.filter-index__caption-subtitle {
	font-size: 15px;
	color: #222425;
}

.filter-index__block-form {
	background-color: rgba(34,36,37,0.03);
}

@media (max-width: 767px) {
	.filter-index__block-form {
		padding: 16px 30px 26px 30px;
		border-left: solid 1px rgba(34,36,37,0.2);
		border-right: solid 1px rgba(34,36,37,0.2);
		border-bottom: solid 1px rgba(34,36,37,0.2);
		border-bottom-right-radius: 6px;
		border-bottom-left-radius: 6px;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.filter-index__block-form {
		padding: 36px 0 35px 30px;
		border: solid 1px rgba(34,36,37,0.2);
		border-radius: 5px;
	}
}

@media (min-width: 1200px) {
	.filter-index__block-form {
		padding: 35px 0 35px 42px;
		border: solid 1px rgba(34,36,37,0.2);
		border-radius: 5px;
	}
}

.filter-index__map {
	color: #345591;
	text-decoration: none;
	font-size: 15px;
	margin: 0 0 0 27px;
}

@media (max-width: 767px) {
	.filter-index__map {
		margin: 27px auto 0 auto;
	}
}

.filter-index__mobile-block-subtitle {
	font-size: 19px;
	font-weight: bold;
}

.filter-index__mobile-block-count {
	font-size: 15px;
}

@media (max-width: 767px) {
	.filter-index__mobile-block-count {
		display: none;
	}
}

.filter-index__mobile-block-title {
	background-color: rgba(34,36,37,0.03);
	padding: 16px 30px 16px 30px;
	color: #2a55a4;
	border-radius: 5px;
	border: solid 1px rgba(34,36,37,0.2);
	position: relative;
	display: block;
	text-decoration: none;
}

@media (min-width: 768px) {
	.filter-index__mobile-block-title {
		display: none;
	}
}

.filter-index__mobile-block-title:after {
	content: ' ';
	display: block;
	width: 9px;
	height: 9px;
	border-left: 1px solid #2a55a4;
	border-top: 1px solid #2a55a4;
	position: absolute;
	top: 50%;
	right: 35px;
	margin-top: -7px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	color: #2a55a4;
}

.filter-index__mobile-block-title--active {
	color: #222425;
	border-bottom: none;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.filter-index__mobile-block-title--active:after {
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	border-left: 1px solid #222425;
	border-top: 1px solid #222425;
}

.filter-index__mobile-block-title--active .filter-index__mobile-block-count {
	display: block;
}

.filter-index__mobile-block-title--noarrow:after {
	display: none;
}

@media (max-width: 767px) {
	.filter-index .form-group {
		margin-right: 0;
		width: 100%;
	}

	.filter-index .fake-select {
		width: 100%;
	}

	.filter-index .select-place__button {
		width: 100%;
	}

	.filter-index .form-button {
		width: 100%;
	}

	.filter-index .filter-button {
		width: 100%;
	}
}

.tabs__content {
	display: none;
}

.tabs__content.active,.tabs__content.page-menu__item:hover {
	display: block;
}

#filter-main-ndb .filter-index__map {
	margin: 0 0 15px 27px;
}

@media (max-width: 767px) {
	.block-link {
		margin: 0 0 30px 0;
	}
}

@media (max-width: 1199px) {
	.block-link {
		padding-left: 6px;
	}
}

@media (min-width: 1200px) {
	.block-link {
		width: 321px;
		margin: 0 21px 0 0;
	}
}

.block-link__title {
	color: #222425;
	font-size: 19px;
	font-weight: bold;
}

.block-link__block-list:first-child {
	margin-right: 8px !important;
}

.block-link__list {
	list-style: none;
	margin: 0 9px 0 0;
	padding: 0;
	display: inline-block;
	vertical-align: top;
}

.block-link__list a {
	color: #345591;
	text-decoration: none;
	font-size: 15px;
}

.block-link__list a:hover {
	color: #1358d8;
}

.block-link__list span {
	font-size: 12px;
	color: rgba(34,36,37,0.4);
}

.block-link__li {
	margin: 7px 0 0 0;
}

.block-link__all {
	color: #345591;
	font-size: 15px;
	margin: 17px 0 0;
	display: inline-block;
	text-decoration: none;
}

.block-link__all:hover {
	color: #1358d8;
}

.urgently {
	padding-left: 6px;
}

@media (max-width: 767px) {
	.urgently {
		margin: 0 0 30px 0;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.urgently {
		width: 276px;
		margin: 0 43px 35px 0;
		min-height: 224px;
	}
}

@media (min-width: 1200px) {
	.urgently {
		width: 192px;
		margin: 0 54px 0 0;
	}
}

.urgently__all {
	color: #345591;
	font-size: 15px;
	margin: 8px 0 0;
	display: inline-block;
	text-decoration: none;
}

.urgently__all:hover {
	color: #1358d8;
}

@media (max-width: 767px) {
	.average-cost {
		margin: 0 0 30px 0;
		padding-left: 6px;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.average-cost {
		margin: 0 0 35px 0;
		min-height: 224px;
	}
}

@media (min-width: 1200px) {
	.average-cost {
		width: 273px;
		margin: 0 53px 0 0;
	}
}

.average-cost__title {
	color: #222425;
	font-size: 19px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

.average-cost__table {
	width: 273px;
}

.average-cost__table thead th {
	font-weight: normal;
	font-size: 12px;
	border-bottom: solid 1px rgba(34,36,37,0.2);
}

.average-cost__table tbody th {
	font-weight: normal;
	font-size: 15px;
}

.average-cost__table-rooms {
	text-align: left;
}

.average-cost__all {
	color: #345591;
	font-size: 15px;
	margin: 17px 0 0;
	display: inline-block;
	text-decoration: none;
}

.average-cost__all:hover {
	color: #1358d8;
}

.tenant-applications {
	padding-right: 6px;
}

@media (max-width: 767px) {
	.tenant-applications {
		margin: 0 0 30px 0;
		padding-left: 6px;
	}
}

@media (min-width: 1200px) {
	.tenant-applications {
		width: 246px;
	}
}

.tenant-applications__title {
	color: #222425;
	font-size: 19px;
	font-weight: bold;
	margin: 0 0 7px 0;
}

.tenant-applications__link {
	text-decoration: none;
	color: #345591;
	font-size: 15px;
	margin: 0 0 9px 0;
	display: inline-block;
}

.tenant-applications__link:hover {
	color: #1358d8;
}

.tenant-applications__all {
	color: #345591;
	font-size: 15px;
	margin: 26px 0 0;
	display: inline-block;
	text-decoration: none;
}

@media (min-width: 768px) and (max-width: 1199px) {
	.four-block {
		width: 50%;
		margin: 0 0 54px 0;
	}
}

@media (min-width: 1200px) {
	.four-block {
		margin: 0 0 58px 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

.our-advantages {
	margin: 0 0 52px 0;
}

.our-advantages__blocks {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media (max-width: 767px) {
	.our-advantages__blocks {
		overflow-y: hidden;
		position: relative;
		margin-right: -22px;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.our-advantages__blocks {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.our-advantages__img {
	height: 72px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.our-advantages__block {
	margin: 0 2px 2px 0;
	padding: 30px 39px 29px 29px;
}

.our-advantages__block:last-child {
	margin-right: 0px;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.our-advantages__block:last-child {
		border-bottom-right-radius: 5px;
		border-top-right-radius: inherit;
	}
}

.our-advantages__block:first-child {
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.our-advantages__block:first-child {
		border-top-left-radius: 5px;
		border-bottom-left-radius: inherit;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.our-advantages__block:nth-child(2) {
		border-top-right-radius: 5px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.our-advantages__block:nth-child(3) {
		border-bottom-left-radius: 5px;
	}
}

.our-advantages__block--blue {
	background-color: #65c9e9;
}

.our-advantages__block--sky-blue {
	background-color: #4a90e2;
}

.our-advantages__block--yellow {
	background-color: #ffe400;
}

.our-advantages__block--brown {
	background-color: #ff9272;
}

.our-advantages__block--red {
	background-color: #ff6a7e;
}

.our-advantages__block--sapphirine {
	background-color: #61a4ea;
}

.our-advantages__block--orange {
	background-color: #ff9272;
}

.our-advantages__block--green {
	background-color: #7cd4b0;
}

.our-advantages__block--gray {
	background-color: rgba(34,36,37,0.2);
}

.our-advantages__block--purple {
	background-color: #7da7ff;
}

@media (max-width: 767px) {
	.our-advantages__block {
		min-width: 260px;
		padding: 30px 32px 29px 36px;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.our-advantages__block {
		width: 50%;
		margin: 0 0 2px 0;
	}

	.our-advantages__block:nth-child(odd) {
		border-right: 2px solid #ffffff;
	}
}

@media only screen and (min-width: 1200px) {
	.our-advantages__block {
		width: 25%;
	}
}

@media only screen and (min-width: 1200px) {
	.our-advantages__block--width {
		width: 50%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.our-advantages__block--width .our-advantages__img {
		margin-right: 34px;
	}
}

.our-advantages__block--width .our-advantages__text {
	margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
	.our-advantages__block--width {
		min-width: 293px;
	}
}

.our-advantages__title {
	font-size: 30px;
	font-weight: bold;
	margin: 0 0 34px 0;
	color: #222425;
}

@media (max-width: 767px) {
	.our-advantages__title {
		font-size: 19px;
		margin: 0 0 20px 0;
	}
}

.our-advantages__name {
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 4px 0;
	text-transform: uppercase;
}

@media (max-width: 767px) {
	.news {
		display: none;
	}
}

.news__title {
	font-size: 30px;
	font-weight: bold;
	margin: 0 0 13px 0;
}

@media only screen and (max-width: 767px) {
	.news__title {
		font-size: 19px;
	}
}

.news__block {
	margin-right: -24px;
	position: relative;
}

.news__block .slider-block__link {
	right: 106px;
}

.news__href {
	text-decoration: none;
	color: #222425;
}

.news__iteam {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-radius: 5px;
	border: solid 1px rgba(34,36,37,0.2);
	margin: 15px 24px 62px 0;
	width: 564px;
}

.news__iteam:hover {
	-webkit-box-shadow: 0 10px 20px -3px rgba(34,36,37,0.4);
	box-shadow: 0 10px 20px -3px rgba(34,36,37,0.4);
}

.news__img {
	width: 204px;
	max-height: 191px;
}

.news__img img {
	max-width: 100%;
}

.news__info {
	width: 360px;
	padding: 35px 80px 20px 40px;
	min-height: 191px;
}

.news__info--fullwidth {
	width: 100%;
}

@media only screen and (max-width: 767px) {
	.news__info {
		min-height: inherit;
	}
}

.news__name {
	font-size: 15px;
	font-weight: bold;
}

.news__text {
	font-size: 15px;
	margin: 5px 0 10px;
}

.news__info {
	font-size: 12px;
}

.news__date {
	color: rgba(34,36,37,0.4);
}

.partners {
	margin: 0 0 60px 0;
}

.partners__iteam {
	width: 204px;
	text-align: center;
	margin: 10px 12px;
	height: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 0;
}

.partners__iteam:hover {
	-webkit-box-shadow: 0 10px 20px -3px rgba(34,36,37,0.4);
	box-shadow: 0 10px 20px -3px rgba(34,36,37,0.4);
}

.partners__iteam img {
	margin: 0 auto;
	max-width: 100%;
	max-height: 100%;
}

.partners__block {
	margin-left: -24px;
	margin-right: -24px;
}

.payment-popup__spec {
	font-size: 15px;
	margin: 0 0 0 9px;
}

.payment-popup__text {
	font-size: 15px;
}

.payment-popup__logo {
	margin: 70px 0 24px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.spros-base__header {
	margin: 0 0 30px 0;
	line-height: 1;
}

.spros-base__header-title {
	font-size: 30px;
	font-weight: bold;
}

.spros-base__header-subtitle {
	font-size: 15px;
	color: rgba(34,36,37,0.4);
	margin: 0 0 0 16px;
}

.spros-base__head {
	padding: 0 0 13px 0;
	color: #345591;
	font-size: 15px;
}

@media (max-width: 767px) {
	.spros-base__head .row {
		display: none;
	}
}

.spros-base__row {
	border-top: solid 1px rgba(34,36,37,0.2);
	padding: 7px 0 17px;
	font-size: 15px;
	text-decoration: none;
	color: #222425;
	display: block;
	width: 100%;
}

@media (max-width: 767px) {
	.spros-base__row {
		padding: 7px 22px 17px;
	}
}

.spros-base__row .button {
	display: none;
	position: absolute;
	font-size: 15px;
	height: 36px;
	line-height: 36px;
	padding: 0 15px;
}

.newSpros .spros-base__row .button {
	position:relative;
	width:90%;
}
@media screen and (max-width:768px) {
	.newSpros .spros-base__block-btn {
		display:block;
		margin-top:10px;
	}
	.newSpros .spros-base__row .button {
		width:100%;
	}
}
.spros-base__row:hover {
	background-color: rgba(34,36,37,0.03);
}

.newSpros .spros-base__row:hover .button {
	background:rgba(175,27,81,1);
	color:#fff;
}
.newSpros .spros-base__block-btn .button {
	width:90%;
	background:#fff;
	border:1px solid rgba(175,27,81,1);
	color:rgba(175,27,81,1);
	padding:0;
}
.buy-change__row .buttonC {
	display:flex;
	align-items: flex-start;
	padding-top:30px;
}
@media only screen and (max-width:1200px) {
	.newSpros .spros-base__row .button {
		display:flex;
		width:100%;
	}
	.newSpros .spros-base__block-btn {
		display:block;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.spros-base__row--nowrap {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
}

.spros-base__price-rub {
	font-size: 15px;
	font-weight: bold;
}

@media (max-width: 767px) {
	.spros-base__price-usd {
		margin-left: 12px;
	}
}

.spros-base__checkbox {
	position: relative;
	margin-left: 13px;
	min-height:30px;
	min-width:30px;
}

@media (max-width: 767px) {
	.spros-base__checkbox {
		min-height:30px;
		margin-left:0;
	}
}

.spros-base__banner {
	background-color: #7cd4b0;
	padding: 20px 0;
	width: 100%;
}

.spros-base__banner-text {
	color: #ffffff;
	font-weight: bold;
	padding-left: 24px;
}

@media (max-width: 1199px) {
	.spros-base__banner-text {
		font-size: 19px;
		width: 56%;
	}
}

@media (min-width: 1200px) {
	.spros-base__banner-text {
		font-size: 30px;
	}
}

.spros-base__navigation {
	padding-left: 24px;
	margin: 0 0 54px 0;
}

.spros-base__offer {
	text-align: center;
	margin: 0 0 74px 0;
}

@media (max-width: 1199px) {
	.spros-base__block-hide {
		display: none;
	}
}

@media (max-width: 767px) {
	.spros-base__col {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.spros-base__col-date {
		color: rgba(34,36,37,0.4);
		font-size: 12px;
	}
}

@media (max-width: 767px) {
	.spros-base__col-price {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

@media (max-width: 1199px) {
	.spros-base__block-btn {
		margin-top:20px;
	}
}

.spros-base__href {
	text-decoration: none;
	color: #222425;
}

.spros-base__result-btn {
	margin: 0 0 27px 0;
}

.spros-base__result-count {
	font-size: 19px;
	font-weight: bold;
	margin: 0 0 24px 0;
}

@media only screen and (max-width: 767px) {
	.detail-spros .full-card__buttons {
		width: 318px;
		margin-left: -15px;
	}
}

.detail-spros__row {
	margin: 0px 0 63px;
}

@media (min-width: 768px) {
	.detail-spros__row {
		margin: 24px 0 63px;
	}
}

.detail-spros__col-map {
	width: 60%;
}

@media (max-width: 767px) {
	.detail-spros__col-map {
		margin: 18px 0 0;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
}

@media (max-width: 1199px) {
	.detail-spros__col-map {
		width: 100%;
	}
}

.detail-spros__col-info {
	width: 40%;
}

@media (max-width: 767px) {
	.detail-spros__col-info {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
}

@media (max-width: 1199px) {
	.detail-spros__col-info {
		width: 100%;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.detail-spros__info {
		margin: 32px 0 0 0px;
	}
}

@media (min-width: 1200px) {
	.detail-spros__info {
		margin: 0 0 0 42px;
	}
}

.detail-spros__description {
	margin: 0 0 20px 0;
	font-size: 15px;
}

@media (min-width: 768px) and (max-width: 1199px) {
	.detail-spros__description {
		width: 60%;
		margin: 0 23px 20px 28px;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.detail-spros__description-col {
		width: 40%;
	}
}

.detail-spros__district {
	margin: 0 0 5px 0;
	font-size: 15px;
}

.detail-spros__price {
	font-weight: bold;
	margin: 0 0 29px 0;
	font-size: 15px;
}

@media (min-width: 768px) and (max-width: 1199px) {
	.detail-spros__info-row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

@media (max-width: 767px) {
	.detail-spros__map {
		height: 286px;
		overflow: hidden;
	}
}

@media (min-width: 768px) {
	.detail-spros__map {
		height: 480px;
	}
}

.spros-filter {
	background-color: rgba(34,36,37,0.03);
	border: solid 1px rgba(34,36,37,0.2);
	border-radius: 5px;
	padding: 14px 30px 30px 30px;
	margin: 10px 0 56px 0;
}

@media (min-width: 1200px) {
	.spros-filter {
		margin: 22px 0 68px 0;
	}
}

.spros-filter__title {
	font-size: 30px;
	font-weight: bold;
	line-height: 1;
	margin: 0 0 8px 0;
}

.spros-filter__subtitle {
	font-size: 19px;
	line-height: 1.26;
}

@media (max-width: 767px) {
	.spros-filter__subtitle {
		margin: 0 0 26px 0;
	}
}

@media (min-width: 767px) and (max-width: 1199px) {
	.spros-filter__subtitle {
		margin: 0 0 32px 0;
	}
}

.spros-filter__rooms {
	width: 100%;
}

.spros-filter__town {
	width: 100%;
}

@media (max-width: 1199px) {
	.spros-filter__block-element-bottom {
		margin: 0 0 18px 0;
	}
}

.spros-filter__block-element {
	margin: 0 0 18px 0;
}

@media (min-width: 768px) {
	.spros-filter__price-border {
		width: 98px !important;
	}
}

.spros-filter__price-border .price-range__max {
	width: 100%;
	max-height:45px;
}

@media (max-width: 767px) {
	.spros-filter__btn .filter-button {
		width: 100%;
	}
}

@media (min-width: 1200px) {
	.spros-filter__btn {
		text-align: right;
		height: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
}

@media (min-width: 768px) {
	.spros-filter__moblie-room {
		display: none;
	}
}

@media (max-width: 767px) {
	.spros-filter__desctop-room {
		display: none;
	}
}
.spros-filter__row {
	display:flex;
	flex-direction: row;
	justify-content: space-between;
	gap: 30px;
}
@media all and (max-width: 1200px) {
	.spros-filter__row {
		flex-direction: column;
		gap:inherit;
	}
}
.spros-filter__titleBox {
	max-width:340px;
	min-width:340px;
	display:flex;
	flex-direction: column;
	gap:10px;
}
@media all and (max-width: 1200px) {
	.spros-filter__titleBox {
		max-width:100%;
		min-width:100%;
	}
}
.spros-filter__filterContainer {
	width: calc(100% - 20px);
	display:flex;
	flex-wrap: wrap;
	gap:10px;
	align-items: end;
}
@media all and (max-width: 1200px) {
	.spros-filter__filterContainer {
		width:100%;
	}
}
.spros-filter__filterContainer .filter__psychoRadioBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.spros-filter__filterContainer .filter__psychoRadioBox span {
	padding: 11px 15px;
	border: 1px solid var(--c-grey);
	cursor: pointer;
	background: var(--c-white);
	display: block;
	color: var(--c-darkblack);
}
.spros-filter__filterContainer .filter__psychoCheckItem:first-of-type span {
	border-bottom-left-radius: 6px;
	border-top-left-radius: 6px;
}
.spros-filter__filterContainer .filter__psychoCheckItem:last-of-type span {
	border-bottom-right-radius: 6px;
	border-top-right-radius: 6px;
}
.spros-filter__filterContainer .filter__psychoCheckItem:not(:first-of-type) span {
	margin: 0 0 0 -1px;
}
.spros-filter__filterContainer .filter__psychoCheckItem input[type='radio'] {
	display: none;
}

.spros-filter__filterContainer .filter__psychoCheckItem input:checked + span {
	background: var(--c-darkred);
	color: var(--c-white);
	border: 1px solid var(--c-darkred);
}
.spros-filter__filterContainer .spros-filter__input {
	display:flex;
	flex-direction: column;
	gap:5px;
}
.spros-filter__filterContainer .spros-filter__input input {
	background:#fff;
	min-height:45px;
}
.spros-filter__filterContainer .price-range__border input {
	min-height: 45px;
	height: max-content;
	background: transparent;
}
.spros-filter__filterContainer .spros-filter__town {
	max-width:130px;
	max-height: 45px;
}

.spros-filter__filterContainer .spros-filter__town .fake-select__value {
	height:45px;
	line-height: 45px;
	border-radius: 5px;
	font-size:16px;
}
.spros-filter__filterContainer .spros-filter__street {
	min-width: 215px;
}
@media all and (max-width: 1200px) {
	.spros-filter__filterContainer .spros-filter__street {
		min-width: calc(100% - 402px);
	}
}
@media all and (max-width: 576px) {
	.spros-filter__filterContainer .spros-filter__street {
		min-width: calc(100%);
	}
}
.spros-filter__filterContainer .spros-filter__house {
	max-width:95px;
}
.spros-filter__filterContainer .spros-filter__area {
	max-width:95px;
}
.spros-filter__filterContainer .spros-filter__floor {
	max-width:65px;
}
.spros-filter__filterContainer .spros-filter__year {
	max-width:95px;
}
@media all and (max-width: 576px) {
	.spros-filter__filterContainer .spros-filter__price {
		width:calc(100% - 30px);
	}
}

.spros-filter__filterContainer .filter__currencyIcon {
	width: 20px;
	height: 20px;
	bottom: 10px;
	position:relative;
}
.spros-filter__filterContainer .filter__currencyIcon:before {
	content: "";
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNCAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyIDIyLjVDMTcuNTIyOCAyMi41IDIyIDE4LjAyMjggMjIgMTIuNUMyMiA2Ljk3NzE1IDE3LjUyMjggMi41IDEyIDIuNUM2LjQ3NzE1IDIuNSAyIDYuOTc3MTUgMiAxMi41QzIgMTguMDIyOCA2LjQ3NzE1IDIyLjUgMTIgMjIuNVoiIHN0cm9rZT0iI0QzRDNEMyIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTEyIDE2LjVWMTIuNSIgc3Ryb2tlPSIjRDNEM0QzIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNMTIgOC41SDEyLjAxIiBzdHJva2U9IiNEM0QzRDMiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
	display: block;
	height: 20px;
	width: 20px;
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
}
.spros-filter__filterContainer .price-range .price-range__border {
	border-bottom-left-radius: 6px;
	border-top-left-radius: 6px;
	max-height:45px;
}

@media all and (max-width: 769px) {
	.spros-filter__filterContainer .price-range .price-range__border {
		order:inherit;
	}
}

.spros-filter__filterContainer .price-range .filter__currencyItem {
	margin: 0  0 0 -1px;
}

.spros-filter__filterContainer .price-range  .dropDownElement__text {
	border-radius: inherit;
	border-bottom-right-radius: 6px;
	border-top-right-radius: 6px;
	background: #fff;
	max-height:45px;
}
.spros-filter__filterContainer .price-range .dropDownElement,.spros-filter__filterContainer .price-range .filter__currencyItem,.spros-filter__filterContainer .price-range .dropDownElement__text {
	min-width:80px;
	max-width:80px;
}
.spros-filter__filterContainer .price-range {
	max-height:45px;
}

@media all and (max-width: 1200px) {
	.spros-filter__filterContainer  .price-range {
		flex-wrap:nowrap;
	}
}
.spros-filter__filterContainer .price-range .price-range__text {
	background:#fff;
	border: solid 1px rgba(34,36,37,0.2);
	margin-left:0;
	padding:0 15px;
}
.spros-filter__filterContainer .price-range .price-range__text--other-currency,.spros-filter__filterContainer  .price-range__text--current-currency {
	font-size: 16px;
	color: #222425;
	position: relative;
	bottom: 0;
	border: none;
	line-height: initial;
}
.spros-filter__filterContainer  .price-range__max--currency{
	display:none;
}
.spros-filter__filterContainer .filter-button {
	box-shadow:none;
	height:45px;
	font-size:16px;
	text-transform: capitalize;
	letter-spacing: inherit;
}
@media all and (max-width: 576px) {
	.spros-filter__filterContainer .filter-button {
		max-width:calc(50% - 5px);
		min-width:calc(50% - 5px);
	}
}
.spros-filter__filterContainer .filter-button-clear {
	display: flex;
	width: 103px;
	padding: 11px 44px;
	justify-content: center;
	align-items: center;
	gap: 5px;
	background: transparent;
	font-weight: bold;
	text-decoration: none;
	color: #222425;
	border: 1px solid #222425;
	border-radius: 5px;
	box-sizing: border-box;
}
@media all and (max-width: 576px) {
	.spros-filter__filterContainer .filter-button-clear {
		min-width:calc(50% - 5px);
		max-width:calc(50% - 5px);
	}
}
.spros-filter__filterContainer input {
	height:45px;
}
@media only screen and (max-width: 767px) {
	.news-detail-page .news__title {
		line-height: 1;
	}

	.news-detail-page .news__iteam {
		width: 276px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		border: none;
		margin: 15px 24px 20px 0;
	}

	.news-detail-page .news__info {
		padding: 22px 0 0;
	}

	.news-detail-page .slick-arrow {
		top: 99%;
	}

	.news-detail-page .slider-block__link {
		position: absolute;
		margin: 0;
		top: 100%;
	}

	.news-detail-page .news__block {
		margin-bottom: 58px;
	}
}

.drop-down-menu__lessor--td {
	background: url('/html/images/programs/testDriveBg.png') no-repeat right bottom #E0F4FB;
	background-size:contain;
	background-position-x: 130px;
}

.list-no-style,.full-call__links--phones,.full-call__links--networks {
	margin: 0;
	padding: 0;
	list-style: none;
}

.header__top-panel {
	width: 100%;
	height: 47px;
	background-color: #2f3f55;
}

.header__page-panel {
	width: 100%;
	height: 66px;
	background-color: #d13338;
}
.menu-auth-item {
	position:relative;
	width:20px;
	height:20px;
	display:flex;
}
.menu-auth-currect {
	display:block;
	background:white;
	border-radius:50%;
	width:20px;
	color:black;
	line-height:20px;
	text-align:center;
	font-weight:bold;
}
.count-notify {
	color:white;
	background:#AF1B57;
	width:16px;
	height:16px;
	border-radius:50%;
	display:block;
	font-size:10px;
	display:flex;
	align-items:center;
	justify-content:center;
	position: absolute;
	top: -4px;
	right: -7px;
}
.menu-auth-dropdown {
	display:none;
	min-width: 273px;
	background: white;
	position: absolute;
	right: 0;
	top: 47px;
	z-index: 99;
	border-radius:4px;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
}
.menu-auth-dropdown__inner {
	padding:20px 20px;
}
.menu-auth-dropdown__list {
	display:flex;
	flex-direction:column;
	gap:10px 0;
	font-size:19px;
}
.menu-auth-dropdown__list-item {
	color:black;
	position:relative;
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	align-items:center;
}
.menu-auth-dropdown__list-item .count-notify {
	top: 5px;
	right: 30px;
	width: 20px;
	height: 20px;
	font-size: 12px;
}
.menu-auth-dropdown__list-item:last-of-type{
	border-bottom:1px solid #CDCDCD;
	padding-bottom:20px;
}
.menu-auth-dropdown__list-item a {
	color:#222425!important;
	font-size:19px!important;
	font-weight:normal!important;
}
.menu-auth-dropdown__object-show {
	position:absolute;
	right:0;
	color:black!important;
	top:7px;
	right:-8px;
}
.menu-auth-dropdown__objects-container {
	display:none;
	padding:10px 0;
	max-height:200px;
	overflow:auto;
}
.menu-auth-dropdown__objects-container  a {
	font-size:16px!important;
	color:#345591!important;
}
.menu-auth-dropdown__list-column {
	display:flex;
	flex-direction:column;
	gap:5px 0;
}
.menu-auth-dropdown__exit {
	color: #345591!important;
	font-size:19px!important;
	font-weight:normal!important;
	text-align:left;
}
.menu-notificaion-dropdown {
	display:none;
	min-width: 540px;
	background: white;
	position: absolute;
	right: 0;
	top: 47px;
	z-index: 99;
	border-radius:4px;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
	color:black;
	min-height:200px;
}
.menu-notificaion-dropdown__inner {
	padding:20px;
	display:flex;
	flex-direction:column;
	gap:20px 0;
}
.menu-notificaion-dropdown__head {
	display:flex;
	flex-direction:column;
	gap:10px 0;
}
.menu-notificaion-dropdown__head span {
	font-size:30px;
	font-weight:bold;

}
.menu-notificaion-dropdown__list {
	display:flex;
	flex-direction:column;
	gap:20px 0;
}
.menu-notificaion-dropdown__list-date {
	display:flex;
	flex-direction:column;
	gap:15px 0;
}
.menu-notificaion-dropdown__list-date span {
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
}
.menu-notificaion-dropdown__list-item {
	display:flex;
	flex-direction:row;
	width:100%;
	justify-content:space-between;
	border-bottom:1px solid rgba(34, 36, 37, 0.2);
	padding-bottom:15px;
}
.menu-notificaion-dropdown__list-item a {
	text-decoration:none;
	color:#2A55A4!important;
	font-size:15px!important;
	font-weight:normal!important;
}
.menu-notificaion-dropdown__list-item-text {
	width:370px;
	font-size:16px;
}
.menu-notificaion-dropdown__btns {
	display:flex;
	flex-direction:row;
	gap:0 30px;
}
.menu-notificaion-dropdown .tab-transparent-btn {
	font-weight:normal;
	font-size:15px;
	text-transform: inherit;
	letter-spacing:normal;
	padding:0 20px;
	height:35px;
	min-height:35px;
}
.menu-notificaion-dropdown__list {
	max-height:500px;
	overflow:auto;
}
.menu-notificaion-dropdown__list-item-status {
	width: 50px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 7px;
	position:relative;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}


/* Hide the browser's default checkbox */
.notification__status input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.notification__status-show {
	position: absolute;
	left: 0;
	height: 10px;
	width: 10px;
	background-color: white;
	border-radius:50%;
}

.notification__status:hover input[type="checkbox"] ~ .notification__status-show {
	background-color: #ccc;
	cursor:pointer;
}

.notification__status input:checked ~ .notification__status-show {
	background-color: #AF1B57;
}

/* Create the checkmark/indicator (hidden when not checked) */
.notification__status-show:after {
	content: "";
	position: absolute;
	display: none;
}

.notification__status input:checked ~ .notification__status-show:after {
	display: block;
}
.notification__status .notification__status-show:after {
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border-radius:50%;
}
@media screen and (max-width:767px) {
	.menu-notificaion-dropdown {
		position:fixed;
		min-width: auto;
		width: 100%;
		height:100%;
	}
	.menu-notificaion-dropdown__btns {
		flex-direction:column;
		gap:15px 0;
	}
	.menu-notificaion-dropdown__list-item-text {
		width:70%;
		display: flex;
		flex-direction: column;
		gap: 5px 0;
	}
}
@media screen and (max-width:576px) {
	.menu-notificaion-dropdown__list-item-status {
		width:30px;
	}
}

.notification__status-show-all {
	background:#979797!important;
	color:white!important;
}
.text__object-ready {
	color:#AF1B57;
	font-weight:bold;
}
.notification__cost-up:after {
	content:url('../img/icons/price-up.svg');
	display: flex;
	margin-top: 4px;
}
.notification__cost-down:after {
	content:url('../img/icons/price-down.svg');
	display: flex;
	margin-top: 4px;
}
.notification__object-ready:after {
	content:url('../img/icons/object-ready.svg');
	display: flex;
	margin-top: 4px;
}
.notification__object-video:after {
	content:url('../img/icons/object-video.svg');
	display: flex;
	margin-top: 4px;
}
.notification__object-spros:after {
	content:url('../img/icons/object-spros.svg');
	display: flex;
	margin-top: 4px;
}
.status__cost-static {
	font-weight:bold;
}
.status__cost-up {
	color:#D03338;
	font-size:19px;
	font-weight:bold;
}
.status__cost-up:after {
	content:url('../img/icons/cost-up.svg');
	padding-left:2px;
}
.status__cost-down {
	color:#49B78A;
	font-size:19px;
	font-weight:bold;
}
.status__cost-down:after {
	content:url('../img/icons/cost-down.svg');
	padding-left:2px;
}
.top-panel__container {
	height: 100%;
}

.top-panel__row {
	height: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.top-panel__logo {
	padding-right: 0;
}
.mobile-row {
	display:none;
}
.top-menu-mobile__cab-in {
	display:none;
}
.top-panel__menu {
	margin-left: -6px;
	padding: 0;
}
.top-panel__menu-main {
	margin-left: 0;
	display: flex;
	gap: 0 20px;
	align-items: center;
	justify-content: flex-start;
	padding: 0;
	height:47px;
}

.top-panel--main {
	/*background-color: #004d90;*/
	background-color:#2F3F55;
}

.top-panel--main .top-logo__img {
	visibility: hidden;
}

.top-menu__list {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.top-menu__item {
	height: 100%;
	margin-right: 18px;
}

.top-menu__item ul {
	display: none;
	padding-left:15px;
	list-style:none;
}
.dropdown-item {
	display:none;
}
.top-menu__item ul a {
	font-weight:normal;
}
.top-menu__item:last-child {
	margin-right: 0;
}

.top-menu__item.active a,.top-menu__item.page-menu__item:hover a {
	border-top: 4px solid #fff;
}

@media only screen and (min-width: 1200px) {
	.top-menu__item:hover a {
		border-top: 4px solid #fff;
	}
}

.top-menu__item a {
	display: block;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #d5d8dd;
	line-height: 40px;
	height: 100%;
	border-top: 4px solid transparent;
	-webkit-transition: all ease-in 0.15s;
	transition: all ease-in 0.15s;
	white-space: nowrap;
}

.top-logo__row {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}



.top-logo__text {
	font-size: 12px;
	color: #ffe400;
	display: inline-block;
	padding-left: 15px;
	position: absolute;
	margin-top: -8px;
}

.top-logo__text-main {
	color: #d5d8dd;
	margin-top:0;
	padding-left:0;
	font-weight:bold;
	position:relative;
}

.top-logo a {
	text-decoration: none;
	color: #fff;
}

.top-likes {
	display:flex;
	justify-content:flex-end;
	gap:0 20px;
	color: #ff6a7e;
	align-items:center;
	position:relative;
	height:47px;
}

.top-likes a {
	color: rgba(255, 255, 255, 0.8);
	text-decoration: none;
	font-size:12px;
	font-weight:bold;
}

.page-panel__container {
	height: 100%;
}

.page-panel__row {
	height: 100%;
}

.page-logo {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	text-decoration: none;
}

.page-logo__img {
	width: 123px;
}

.page-logo__img--mobile {
	display: none;
}

.page-logo__text {
	font-size: 15px;
	line-height: 1.2;
	color: #fff;
	text-decoration: none;
}

.page-menu {
	height: 100%;
}

.page-menu__list {
	margin: 0;
	padding: 0 0 0 6px;
	height: 100%;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.page-menu__item {
	height: 100%;
	/* position:relative; */
}
.js-account-dropmenu-md {
	position:relative;
}
.page-menu__item.active>a,.page-menu__item:hover>a {
	background-color: #ac2a2e;
}

.page-menu__item>a {
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	height: 100%;
	line-height: 66px;
	padding-left: 12px;
	padding-right: 12px;
	text-decoration: none;
	-webkit-transition: all ease-in 0.15s;
	transition: all ease-in 0.15s;
}

@media (min-width: 1200px) {
	.page-menu__item-sub {
		padding-right: 10px !important;
	}

	.page-menu__item-sub a {
		padding-right: 30px;
		display: inline-block;
	}

	.page-menu__item-sub:after {
		content: ' ';
		display: inline-block;
		width: 9px;
		height: 9px;
		border-left: 1px solid #ffffff;
		border-top: 1px solid #ffffff;
		position: relative;
		top: -2px;
		margin-left: 8px;
		-webkit-transform: rotate(-135deg);
		transform: rotate(-135deg);
	}

	.page-menu__item-hover:hover .drop-down-menu {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
		opacity: 1;
	}
}

.header-contact {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header-contact .icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	font-size: 20px;
	position: absolute;
	left: 0;
	top: 30%;
	margin-top: -10px;
	-webkit-transform: scale(1, -1);
	transform: scale(1, -1);
}
.top-menu__mobile-offices {
	display:none;
}
.header-contact__dropdown {
	position: absolute;
	background: #fff;
	color: #333;
	font-size: 15px;
	top: 66px;
	z-index: 999;
	-webkit-box-shadow: 0px 0px 11px #ababab;
	box-shadow: 0px 0px 11px #ababab;
	border-radius: 3px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 325px;
	padding: 10px 20px;
	left: 50%;
	margin-left: -160px;
	font-size: 12px;
}

.header-contact__dropdown ul.list-phones {
	text-decoration: none;
	list-style: none;
	padding: 0px;
}

.header-contact__dropdown ul.list-phones li a.head-txt {
	color: #2A55A4;
	font-size:15px;
	font-weight:normal;
}
.header-contact__dropdown .full-content__btn {
	width:90px;
}
.header-contact__dropdown ul.list-phones li a.head-ph {
	font-weight: 100;
	color: #333;
	text-decoration: none;
}

.header-contact__dropdown ul.list-phones li a.head-ph:hover {
	color: #6886be;
}

.header-contact__dropdown ul.list-phones li a.head-ph span {
	font-size: 15px;
}

.header-contact__dropdown ul.list-phones li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 5px;
}

.header-contact__dropdown small {
	font-size: 14px;
	color: rgba(34, 36, 37, 0.6);
	font-weight: 100;
	display: inline-block;
	margin-top: 15px;
}

.header-contact__dropdown .call_small {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 15px;
	margin-bottom: 15px;
}

.header-contact__dropdown .list-socials {
	padding: 0;
	margin-top: 15px;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 28px;
	margin-bottom: 10px;
}

.header-contact__dropdown .list-socials li {
	position: relative;
	width: 30px;
	height: 30px;
	margin-right:20px;
}

.header-contact__dropdown .list-socials li a {
	text-decoration: none;
	color: #fff;
	position: absolute;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	left: 0px;
}

.header-contact__dropdown .list-socials li.circle {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #7a7c7c;
}

.header-contact__dropdown .list-socials li.circle:hover {
	background-color: #4b70b2;
}

.header-contact__dropdown .list-socials li.a-hover a:hover {
	color: #4b70b2 !important;
}

.header-contact__phone {
	width: 50%;
	font-weight: bold;
	text-align: right;
	height: auto;
	color: #fff;
	padding-left: 12px;
}

.header-contact__phone--number {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.31;
	color: #fff;
	text-decoration: none;
	position: relative;
	padding-left: 30px;
	white-space: nowrap;
}

.header-contact__phone--number-new {
	padding-left: 0px;
}

.header-contact__phone--text {
	font-size: 12px;
	line-height: 1;
}

.header-contact__phone--text-small {
	font-size: 9px;
	line-height: 1;
}

.header-contact__phone-new.active .header-contact__dropdown,.header-contact__phone-new.page-menu__item:hover .header-contact__dropdown {
	display: block !important;
}

.header-contact__phone-new {
	width: 75%;
	height: 100%;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: left;
	padding-left: 33px;
	padding-right: 30px;
	padding-top: 6px;
	position: relative;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.header-contact__phone-new:hover {
	background-color: #ac2a2e;
}

.header-contact__phone-new:after {
	content: ' ';
	display: inline-block;
	width: 9px;
	height: 9px;
	border-left: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	position: relative;
	top: -21px;
	right: -118px;
	margin-left: 8px;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

@media only screen and (max-width: 1200px) {
	.top-logo__row {
		display:none;
	}
	.menu-header-fixed .white_button {
		display: none;
	}
	.header-contact__phone-new {
		width: auto;
	}

	.header-contact__phone-new:after {
		right: -100px;
	}
	.top-panel__container {
		padding-left:10px!important;
		padding-right:15px!important;
	}
	.mobile-row__container {
		display:flex;
		flex-direction:row;
		gap:0 50px;
		align-items:center;
		height:100%;
	}
	.mobile-row__container .icon {
		color:rgba(255, 255, 255, 0.8);
		-webkit-transform: scale(1,-1);
		transform: scale(1,-1);
		position: absolute;
		margin-left: -27px;
		margin-top:5px;
	}
	.top-menu-mobile-burger {
		position: relative;
		width: 25px;
		height: 30px;
		display: block;
	}
	.top-menu-mobile-burger span, .top-menu-mobile-burger:after, .top-menu-mobile-burger:before{
		height: 3px;
		width: 100%;
		position: absolute;
		background: rgba(255, 255, 255, 0.8);
		margin: 0 auto;
		border-radius:5px;
	}
	.top-menu-mobile-burger span{
		top: 24px;
	}
	.top-menu-mobile-burger:after, .top-menu-mobile-burger:before{
		content: '';
	}
	.top-menu-mobile-burger:after{
		bottom: 13px;
	}
	.top-menu-mobile-burger:before{
		top: 4px;
	}
	.logo-phone__mobile .icon-arrows:after{
		border-right: 2px solid rgba(255, 255, 255, 0.8);
		border-bottom: 2px solid rgba(255, 255, 255, 0.8);
		margin-top:2px;
		margin-left:10px;
	}
	.logo-phone__mobile a {
		color:rgba(255, 255, 255, 0.8);
		text-decoration:none;
	}
	.top-menu-mobile__cab-in {
		display: flex;
		padding:20px 0;
		width:100%;
		justify-content:center;
		text-decoration:none;
		margin-top:30px;
		gap:0 10px;
		align-items:center;
	}
	.top-menu-mobile__cab-in a {
		text-decoration:none;
		color:#2A55A4;
		font-weight:bold;
	}
	.menu-auth-dropdown {
		display:none;
		width:100%;
		background: white;
		position: fixed;
		top: 47px;
	}
	.dropdown-item {
		display:block;
	}
}

@media only screen and (max-width: 768px) {
	.header-contact .header-contact__phone--text-small {
		display: none;
	}

	.header-contact .header-contact__dropdown {
		display: none;
	}

	.header-contact .header-contact__phone--number-new {
		right: -62px;
	}

	.header-contact__phone-new {
		width: auto;
		position: relative;
		top: 0;
		right: -62px;
	}

	.header-contact__phone-new:after {
		display: none;
	}

	.header-contact__phone-new:hover {
		background-color: transparent;
	}

	.header-contact .header-contact__phone-new .icon {
		font-size: 19px;
	}

	.header-contact .header-contact__phone {
		display: none;
	}
}

.header-contact__phone-new.active,.header-contact__phone-new.page-menu__item:hover {
	background-color: #ac2a2e;
}

.header-contact__phone-new .icon {
	font-size: 13px;
	left: -23px;
}

.header-contact__button--wrapper {
	width: 100%;
	padding-left: 30px;
}

.header-contact__button--wrapper .white_button {
	width: 100%;
	letter-spacing: 1.3px;
}

.box {
	height: 20px;
	width: 100%;
	background: #000;
}

.top-info {
	padding-top: 13px;
	padding-bottom: 13px;
}

.top-info__update {
	font-size: 12px;
	line-height: 1;
	color: #222425;
	text-align: right;
}

.top-info__update--date {
	display: inline-block;
	margin-right: 10px;
}

.top-info__update--text {
	display: inline-block;
}

.top-info__update--result {
	position: relative;
	padding-right: 14px;
	display: inline-block;
}

.top-info__update--result:before {
	content: ' ';
	width: 2px;
	height: 100%;
	position: absolute;
	right: 2px;
	top: 0;
}

.top-info__update--result:after {
	content: ' ';
	width: 4px;
	height: 4px;
	position: absolute;
	right: 0;
}

.top-info__update--result.update_up {
	color: #ac1416;
}

.top-info__update--result.update_up:before {
	background-color: #ac1416;
}

.top-info__update--result.update_up:after {
	content: ' ';
	border-top: 2px solid #ac1416;
	border-left: 2px solid #ac1416;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 0;
}

.top-info__update--result.update_down {
	color: #389a12;
}

.top-info__update--result.update_down:before {
	background-color: #389a12;
}

.top-info__update--result.update_down:after {
	content: ' ';
	border-bottom: 2px solid #389a12;
	border-right: 2px solid #389a12;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	bottom: 0;
}

.top-info__currency {
	display: inline-block;
	margin-left: 13px;
}

.top-info__currency--mobile {
	text-align: right;
	margin: 19px 22px 25px 0;
	display: none;
}

@media only screen and (max-width: 767px) {
	.top-info__currency--mobile {
		display: block;
	}
}

.top-info__currency .fake-select {
	width: inherit;
	height: inherit;
}

.top-info__currency .fake-select__value {
	border: none;
	font-size: 12px;
	padding: 0 17px 0 0;
	height: inherit;
	line-height: inherit;
}

.top-info__currency .fake-select__list {
	padding: 8px 0;
}

.top-info__currency .fake-select__list label {
	font-size: 16px;
	padding: 0 8px;
}

.top-info__currency .fake-select__value:after {
	content: ' ';
	border-left: 1px solid rgba(34,36,37,0.8);
	border-top: 1px solid rgba(34,36,37,0.8);
	width: 5px;
	height: 5px;
	right: 2px;
	top: 9px;
}

.breadcrumbs {
	margin: 0;
	padding: 0 6px;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	line-height: 1;
}

.breadcrumbs__item {
	display: block;
	margin-right: 7px;
	line-height: 1;
	height: auto;
	font-size: 12px;
}

.breadcrumbs__item:last-child {
	margin-right: 0;
}

.breadcrumbs__item--link {
	display: inline-block;
	font-size: 12px;
	line-height: 1;
	color: #222425;
	text-decoration: none;
	padding-right: 16px;
	position: relative;
}

.breadcrumbs__item--link:after {
	content: ' ';
	width: 5px;
	height: 5px;
	display: block;
	border-right: 1px solid rgba(34,36,37,0.8);
	border-top: 1px solid rgba(34,36,37,0.8);
	position: absolute;
	right: 3px;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}

.breadcrumbs__item--current {
	font-size: 12px;
	line-height: 1;
	color: #222425;
	display: inline-block;
	padding-right: 16px;
	position: relative;
}

.breadcrumbs__item--current:after {
	content: ' ';
	width: 5px;
	height: 5px;
	display: block;
	border-right: 1px solid rgba(34,36,37,0.8);
	border-top: 1px solid rgba(34,36,37,0.8);
	position: absolute;
	right: 2px;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(135deg);
	transform: translateY(-50%) rotate(135deg);
}

.page__header {
	padding-top: 6px;
	padding-bottom: 11px;
	line-height: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.page__header--title {
	margin: 0;
	padding: 0;
	font-size: 30px;
	font-weight: bold;
	line-height: 30px;
	color: #222425;
}

.page__header--result {
	font-size: 15px;
	line-height: 1;
	color: rgba(34,36,37,0.4);
	margin-left: 11px;
	padding-top: 5px;
}

.page__header--soc {
	gap:20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	margin-bottom:20px;
}

.page__header-sub {
	margin-bottom: 11px;
}

@media only screen and (max-width: 767px) {
	.page__header-sub {
		display: none;
	}
}

.rent__links--item {
	font-size: 15px;
	line-height: 1.4;
	text-decoration: none;
	color: #345591;
	margin-right: 15px;
	margin-bottom: 6px;
	display: inline-block;
}

.rent__links--count {
	font-size: 12px;
	line-height: 1;
	color: rgba(34,36,37,0.4);
}

.rent__links--bottom {
	margin: 0 0 60px 0;
}

.rent__links--district {
	margin-bottom: 20px;
}

.rent__links--subdistrict {
	margin-bottom: 40px;
}

.rent__filter {
	padding-top: 30px;
	padding-bottom: 25px;
	position: relative;
}

.rent__filter .rent__filter--sorting {
	position: absolute !important;
	bottom: -38px;
}

.rent__panel {
	margin-bottom: 3px;
}

.rent__panel--row {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.rent__panel--views {
	list-style: none;
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.rent__panel--views li {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	text-align: center;
	line-height: 36px;
	background: transparent;
	color: #2a55a4;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.rent__panel--views li.active,.rent__panel--views li.page-menu__item:hover {
	background-color: rgba(34,36,37,0.4);
	color: #fff;
}

.rent__panel--views li .icon-map {
	font-size: 16.4px;
}

.rent__panel--sorting {
	max-width: 276px;
	width: 100%;
}

.rent__panel--sorting .fake-select {
	width: 100%;
	height: 34px;
	line-height: 32px;
}

.rent__panel--sorting .fake-select__value {
	width: 279px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	border: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 15px;
	color: #222425;
	line-height: 32px;
	height: 34px;
	padding-left: 0;
}

.rent__panel--sorting .fake-select__value:after {
	position: static;
	display: inline-block;
	margin-top: -5px;
	margin-left: 10px;
}

.rent__panel--sorting .fake-select__list label {
	font-size: 15px;
	padding: 5px 12px;
}

.rent__grid {
	border-top: solid 1px #d3d3d3;
	margin-bottom: 50px;
}

.rent__slider {
	margin-bottom: 60px;
}

.rent__slider .slider-block__box {
	margin-left: -24px;
	margin-right: -24px;
}

.rent__slider .slider-block__header {
	margin-bottom: 16px;
}

.rent__slider .slick-list {
	padding-left: 12px;
}

.rent__slider .slider-block .slick-prev {
	right: 53px;
}

.rent__slider .slider-block .slick-next {
	right: 24px;
}

.rent__slider .slider-block__link {
	right: 106px;
}

.rent__slider .slick-slide {
	margin-top: 12px;
	margin-bottom: 20px;
}

.rent__slider .slick-slide:hover {
	-webkit-box-shadow: 0 10px 20px -3px rgba(34,36,37,0.4);
	box-shadow: 0 10px 20px -3px rgba(34,36,37,0.4);
}

.rent__slider-bottom {
	margin-bottom: 20px;
}

.slick-slide:hover .programs-slider__iteam {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.tile-view__cards {
	padding-top: 16px;
}

.tile-view__cards>.row {
	margin: 0;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.tile-view__map {
	overflow: hidden;
}

.bottom-navigation {
	height: 60px;
	background-color: #2a55a4;
	line-height: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.bottom-navigation__pagination {
	width: 61px;
	height: 100%;
	border-left: 1px solid #fff;
}

.bottom-navigation__showmore {
	width: 100%;
	font-size: 19px;
	color: #ffffff;
	text-decoration: none;
}

.select-place__button {
	width: 204px;
	border: solid 1px rgba(34,36,37,0.2);
	border-radius: 3px;
	height: 48px;
	line-height: 46px;
	text-align: center;
	font-size: 19px;
	color: #222425;
	background-color: #ffffff;
	cursor: pointer;
}

.card-item {
	width: 278px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	position: relative;
}

.card-item__like,.mini-card__like {
	position: absolute;
	top: 8px;
	left: 16px;
	width: 18px;
	height: 18px;
	line-height: 1;
	font-size: 18px;
	text-shadow: 1px 1px 3px rgba(255,255,255,0.8);
	z-index: 2;
	color: rgba(34,36,37,0.6);
	-webkit-transition: color ease-in 0.15s;
	transition: color ease-in 0.15s;
	cursor: pointer;
}

.card-item__like:hover,.mini-card__like:hover {
	color: #ff6a7e;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.8);
}

.card-item__link,.mini-card__link {
	text-decoration: none;
	font-size: 15px;
	line-height: 1.4;
	color: #222425;
}

.card-item__metro {
	line-height: 21px;
	min-height: 26px;
}
@media screen and (max-width: 576px) {
	.card-item__metro {
		min-height:inherit;
	}
}
.card-item__img {
	width: 100%;
	height: 162px;
	overflow: hidden;
	position: relative;
	margin-bottom: 7px;
}

.card-item__img img {
	width: 100%;
	height: auto;
}

.card-item__archive {
	width: 80%;
	height: 77px;
	font-size: 38px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 10px;
	margin-bottom: 15px;
}

.card-item__offer,.list-view .list-view__offer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	height: 21px;
	background-color: #d13338;
	line-height: 21px;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}

.card-item__offer--grey {
	background-color: #9b9b9b;
}

.card-item__offer--blue {
	background-color: #4a90e2;
}

.card-item__offer--green {
	background-color: #4c8b2b;
}

.card-item__offer--darkblue {
	background-color: #2A55A4;
}

.card-item__header,.card-item__price,.mini-card__price,.mini-card__header {
	font-weight: bold;
	line-height: 21px;
	margin-bottom: 3px;
}

.card-item__location {
	line-height: 21px;
}

.card-item__distance {
	line-height: 21px;
}

.card-item__params,.mini-card__params {
	margin: 8px 0 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.card-item__params--flats {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.card-item__params--item,.mini-card__params--item {
	margin-right: 7px;
	color: #4e5051;
	font-size: 16px;
	vertical-align: middle;
}
@media screen and (max-width: 576px) {
	.card-item__params--item,.mini-card__params--item {
		min-height:inherit;
	}
}
.card-item__params .icon-chair,.mini-card__params .icon-chair {
	font-size: 20px;
}

.card-item__params .icon-tv,.mini-card__params .icon-tv {
	font-size: 18px;
}

.card-item__price,.mini-card__price {
	line-height: 24px;
	margin-bottom: 0;
}

.card-item:hover {
	border-radius: 2px;
	background-color: #ffffff;
	-webkit-box-shadow: 0 10px 20px -3px rgba(34,36,37,0.4);
	box-shadow: 0 10px 20px -3px rgba(34,36,37,0.4);
}

.card-item img {
	max-width: 100%;
}

.mini-card {
	width: 216px;
	padding: 12px;
	position: relative;
	-webkit-transition: all ease-in 0.2s;
	transition: all ease-in 0.2s;
}

.mini-card__img {
	width: 100%;
	height: 114px;
	overflow: hidden;
	margin-bottom: 7px;
	position: relative;
}

.mini-card__img img {
	width: 100%;
	height: auto;
}

.mini-card__img-gray {
	width: 100%;
	height: 100%;
	opacity: 0.8;
	background: #4a4a4a;
	position: absolute;
}

.mini-card__like {
	top: 21px;
	left: 23px;
}

.mini-card .card-item__like,.mini-card .mini-card__like {
	top: 21px;
	left: 23px;
}

.mini-card__metro,.card-item__metro {
	position: relative;
	padding-left: 20px;
	margin-bottom: 7px;
}

.mini-card__metro .icon,.card-item__metro .icon {
	position: absolute;
	margin-right: 5px;
	left: 0;
	top: 6px;
}

.mini-card__sales {
	color: #d13338;
	margin-top: 5px;
}

.mini-card__area {
	margin: 5px 0;
}

.list-view__pagination {
	margin-left: -24px;
	padding-left: 24px;
}

.map-view__box {
	overflow: hidden;
	margin-left: -24px;
	margin-right: -24px;
}

.map-view__box img {
	width: 100%;
	height: auto;
}

.bottom-menu {
	margin-bottom: 70px;
}

.bottom-menu__header {
	font-size: 12px;
	line-height: 1;
	font-weight: bold;
	margin-bottom: 10px;
	text-decoration: none;
	color: #222425;
}

.bottom-menu__col {
	width: 160px;
	margin-right: 30px;
	padding-left: 6px;
}

.bottom-menu__list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.bottom-menu__list--item {
	display: block;
	line-height: 1;
	margin-bottom: 10px;
}

.bottom-menu__list--item a {
	font-size: 12px;
	text-decoration: none;
	color: #000;
}

.list-view__description,.list-view__offer {
	display: none;
}

.views__map {
	-webkit-transition: all ease-in 0.2s;
	transition: all ease-in 0.2s;
}

.tile>.row {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.tile .cards-box {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	padding-top: 16px;
}

.tile .cards-box .card-item {
	width: 50%;
	padding: 0 6px;
}

.tile .views__cards {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.tile .bottom-navigation {
	margin-left: -24px;
	padding-left: 24px;
	margin-right: -12px;
}

.tile .views__cards .card-item:hover {
	box-shadow:none;
}

.map-view .views__cards {
	visibility: hidden;
	opacity: 0;
	width: 0;
	height: 0;
	overflow: hidden;
	min-height: 0;
}

.map-view .views__map {
	width: 100%;
}

.map-view .map_box {
	margin-left: -24px;
	width: 100%;
}

.map-view .map_box>div {
	width: 100%;
}

.map-view #mapbase {
	width: 100%;
}

.list-view .views__map {
	visibility: hidden;
	opacity: 0;
	width: 0;
	height: 0;
	overflow: hidden;
	min-height: 0;
}

.list-view .views__cards {
	width: 100%;
}

.list-view__bed {
	margin: 8px 0 0;
}

.list-view .list-view__description {
	display: block;
	font-size: 15px;
	line-height: 1.4;
	color: #222425;
}

.list-view .bottom-navigation {
	margin-left: -24px;
	margin-right: -24px;
	padding-left: 24px;
}

.list-view .cards-box {
	margin-left: -24px;
	margin-right: -24px;
}

.list-view .card-item {
	width: 100%;
	padding-top: 12px;
	border-bottom: solid 1px #d3d3d3;
	padding-left: 18px;
	padding-right: 18px;
	margin-bottom: 0;
	-webkit-transition: background ease-in 0.2s;
	transition: background ease-in 0.2s;
}

.list-view .card-item:hover {
	background: #f8f8f8;
}

.list-view .card-item__link,.list-view .mini-card__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.list-view .card-item__img {
	width: 132px;
	height: 78px;
}

.list-view .card-item__like,.list-view .mini-card__like {
	top: 19px;
	left: 34px;
}

.list-view .list-view__img {
	width: 12.5%;
	padding: 0 6px;
}

.list-view .list-view__header {
	width: 38%;
	padding: 0 6px;
}

.list-view .list-view__location {
	width: 62%;
	padding: 0 6px;
}

.list-view .list-view__description {
	width: 31.25%;
	padding: 0 6px;
}

.list-view .list-view__price {
	width: 12.5%;
	text-align: right;
	padding: 0 6px;
}

.list-view .list-view__params {
	padding: 0 6px;
	width: 12.5%;
}

.list-view .list-view__offer {
	display: block;
}

.list-view .list-view__mobile-col {
	width: 31.25%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.map_box {
	margin-right: -24px;
}

.mobile-likes {
	display: none;
}

.full-card {
	padding-top: 3px;
}

.full-card__images {
	margin-bottom: 60.8px;
}

.full-card__images--box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	overflow: auto;
	-ms-overflow-style: none;
	overflow: -moz-scrollbars-none;
}

.full-card__images--box::-webkit-scrollbar {
	width: 0;
}

.full-card__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

@media only screen and (max-width: 767px) {
	.full-card__top {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

.full-card__top .top-info__currency--mobile {
	margin: 26px 0px 21px;
}

.full-info {
	margin-bottom: 23px;
}

.full-info__offer {
	min-width: 168px;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	line-height: 21px;
	height: 21px;
	border-radius: 2px;
	background-color: #d13338;
	padding: 0 10px;
}

.full-info__offer--blue {
	background-color: #4a90e2;
	cursor: pointer;
}

.full-info__offer--blue:hover {
	-webkit-box-shadow: 0px 0px 1px #333;
	box-shadow: 0px 0px 1px #333;
}

.full-info__offer--green {
	background-color: #4c8b2b;
}

.full-info__offer--darkblue {
	background-color: #2A55A4;
}

.full-info__archive {
	width: 80%;
	height: 77px;
	font-size: 38px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 10px;
	margin-bottom: 15px;
}

.full-info__header {
	margin: 0 0 7px;
	font-size: 30px;
	font-weight: bold;
	line-height: 1;
	color: #222425;
}

.full-info__prices {
	margin-bottom: 10px;
}

.full-info__price {
	display: inline-block;
	font-size: 19px;
	line-height: 1.26;
	color: #222425;
	margin-right: 13px;
}

.full-info__price-usd {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 12px;
	line-height: 1;
	color: rgba(34,36,37,0.4);
}

.full-info__price-usd .icon {
	font-size: 16px;
	margin-left: 4px;
}

.full-info__address {
	font-size: 15px;
	line-height: 1.4;
	color: #345591;
	margin-bottom: 5px;
}

.full-info .mini-card__params {
	margin-top: 0;
}

.full-info__params {
	margin-right: 14px;
}

.full-info__params--box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.full-info__params--text {
	font-size: 15px;
	line-height: 1.4;
	color: #222425;
}

.full-info__href {
	color: #345591;
	text-decoration: none;
}

.full-card__buttons {
	text-align: right;
}


.detailPage__flat {

}
.detailPage__flat .detailPage__flat__priceInfo {
	display:flex;
	flex-direction:column;
	gap:10px 0;
	align-items: flex-end;
	padding-top:0px!important;
}
.detailPage__flat .detailPage__flat__priceInfo--commerce {
	margin-bottom:20px;
}
.detailPage__flat .detailPage__flat__priceBox {
	display:flex;
	flex-direction: row;
	gap:0 10px;
	align-items: baseline;
	margin-bottom:0;
}
.detailPage__flat .detailPage__flat__priceBox--commerce {
	flex-direction: column;
	gap: 10px;
	align-items: flex-end;
	margin-bottom: 0;
}
.detailPage__flat .detailPage__flat__priceInfo .full-info__price {
	margin-right:0;
	font-weight: bold;
}
.detailPage__flat .detailPage__flat__priceInfo .full-info__price-usd {
	font-size:19px;
	align-items:center;
	gap:0 10px;
}
.detailPage__flat .detailPage__flat__priceInfo .full-info__price-usd .price-help {
	margin:0;
}
.detailPage__flat .detailPage__flat__priceInfo .full-info__price-usd .price-help-info {
	right:0;
}
.detailPage__flat .detailPage__flat__priceInfo .full-info__price-usd .price-help-info:before {
	display:none;
}
.detailPage__flat .detailPage__flat__priceInfo .button {
	border: 1px solid #D3D3D3;
	margin-bottom:0!important;
}
.detailPage__flat .detailPage__flat__priceInfo .detailPage__flat__additionalBox {
	display:flex;
	flex-direction:row;
	gap:0 32px;
}
.detailPage__flat .detailPage__flat__priceInfo .detailPage__flat__additionalBox a {
	margin:0;
	display: flex;
	gap: 0 5px;
}
.detailPage__flat .full-info__header {
	line-height:36px;
}
.detailPage__flat .card-item__metro {
	padding-left:0;
}
.detailPage__flat .detailPage__flat__tabsBoxes {
	margin-bottom:10px;
}
.detailPage__flat .detailPage__flat__tabsBoxes .full-info__offer{
	border-radius: 5px;
}
.detailPage__imgMainBlock {
	margin-top:30px;
}


@media screen and (max-width: 768px){
	.detailPage__flat .flex-video-display {
		flex-direction: column;
		gap: 20px 0;
	}
}
@media screen and (max-width: 768px){
	.detailPage__flat .flex-video-mobile-row {
		display: flex!important;
		flex-direction: row!important;
	}
}
@media screen and (max-width: 576px){
	.detailPage__flat .full-card__info-box div {
		width: 100%!important;
	}
}
@media only screen and (max-width: 1200px) {
	.detailPage__flat .detailPage__flat__priceInfo {
		width:100%;
		max-width: 300px;
	}
}
@media only screen and (max-width: 767px) {
	.detailPage__flat .detailPage__flat__priceInfo {
		align-items:flex-start;
		max-width: inherit;
		width:100%;
		padding:0 8px;
	}
	.detailPage__flat .detailPage__flat__priceInfo .detailPage__flat__additionalBox {
		display:none;
	}
	.detailPage__flat .full-info__header {
		font-size:19px;
		line-height:27px;
	}
	.detailPage__flat .back-link-mobile {
		padding-left:20px;
	}
	.detailPage__flat .detailPage__flat__tabsBoxes .full-info__offer {
		min-width:30%;
	}
	.detailPage__flat .detailPage__flat__priceBox--commerce {
		align-items:flex-start;
	}
}

.bannerQuestion {
	width:100%;
	background: #DFC6FF;
	padding:0 50px;
	display:flex;
	flex-direction: row;
	min-height: 109px;
	align-items: center;
	gap:0 20px;
	font-size:19px;
	margin:20px 0;
	position:relative;
}
.bannerQuestion__info {
	width:100%;
	display:flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.bannerQuestion__column {
	display:flex;
	flex-direction: column;
	gap:10px 0;
}
.bannerQuestion__row {
	display:flex;
	flex-direction: row;
	gap:0 5px;
}
.bannerQuestion__phone {
	text-decoration:none;
	color:var(--c-darkblack);
}

@media screen and (max-width: 991px) {
	.bannerQuestion {
		padding: 20px 50px;
	}

	.bannerQuestion__info {
		flex-direction: column;
		gap: 10px 0;
		align-items: flex-start;
	}
}

@media screen and (max-width: 576px) {
	.bannerQuestion {
		padding: 20px;
	}

	.bannerQuestion img {
		position: absolute;
		right: -30px;
		top: 20px;
	}

	.bannerQuestion__info {
		flex-direction: column;
		gap: 10px 0;
	}

	.bannerQuestion__info .bannerQuestion__column {
		gap: 10px 0;
	}

	.bannerQuestion__info .bannerQuestion__row {
		gap: 0 5px;
	}

	.bannerQuestion__info .bannerQuestion__row:last-of-type {
		flex-direction: column;
	}

	.bannerQuestion__info .bannerQuestion__row:first-of-type span {
		max-width: 60%;
	}

	.bannerQuestion__info div {
		width: 100%;
	}

	.bannerQuestion__info .button {
		width: 100%;
	}
}
.full-slider__img {
	margin-right: 3px;
}

.full-content__text {
	font-size: 15px;
	line-height: 1.4;
	color: #222425;
	padding-right: 6.25%;
	margin-bottom: 15px;
}

.full-content__text--date {
	font-size: 15px;
	line-height: 1.4;
	color: #222425;
	margin-bottom: 22px;
}

.full-content__text a {
	color: #345591;
	text-decoration: none;
}

.full-content__params {
	margin: 0 0 11px 0;
	padding: 0 6.25% 0 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media only screen and (max-width: 767px) {
	.full-content__params {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 0;
	}
}

.full-content__area {
	margin: 0 0 11px 0;
	padding: 0 6.25% 0 0;
}

@media only screen and (max-width: 767px) {
	.full-content__area {
		padding: 0;
	}
}

.full-content__info {
	margin-left: 15px;
}

@media only screen and (max-width: 767px) {
	.full-content__info {
		margin-left: 0px;
		display: block;
	}
}

@media only screen and (max-width: 767px) {
	.full-content__li {
		width: 33%;
	}
}

.full-content__value {
	font-weight: bold;
}

.full-content__label {
	color: #a7a7a8;
}

.full-content__video {
	margin-bottom: 22px;
}

.full-content__props {
	margin-bottom: 58px;
}

@media only screen and (max-width: 767px) {
	.full-content__btn {
		margin-bottom: 22px;
	}
}

.full-call {
	max-width: 420px;
	height: auto;
	border-radius: 5px;
	background-color: #ffffff;
	padding: 19px 30px 19px 31px;
	border: solid 1px rgba(34,36,37,0.2);
	color: #222425;
}

.full-call__top {
	font-size: 12px;
	line-height: 1;
	margin-bottom: 2px;
}

.full-call__main {
	font-size: 19px;
	font-weight: bold;
	line-height: 1.26;
}

.full-call__address {
	font-size: 15px;
	line-height: 1.4;
	color: #222425;
}

.full-call__links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 34px;
}

.full-call__links--phones {
	margin-right: 24px;
}

.full-call__links--phones li {
	font-size: 15px;
	line-height: 1;
}

.full-call__links--phones a {
	font-size: 15px;
	line-height: 1.4;
	color: #222425;
	text-decoration: none;
}

.full-call__links--networks li {
	font-size: 15px;
	line-height: 1;
}

.full-call__links--networks a {
	font-size: 15px;
	line-height: 1.4;
	color: #345591;
	text-decoration: none;
	padding-left: 21px;
	position: relative;
}

.full-call__links--networks a .icon {
	position: absolute;
	left: 0;
	top: 2px;
	margin-right: 3px;
	font-size: 16px;
	color: #2a55a4;
}

.full-call__links--networks a .icon.icon-envelope {
	font-size: 18px;
}

.full-call__buttons {
	margin-bottom: 19px;
}

.full-call__img {
	width: 66px;
	height: 54px;
	overflow: hidden;
	border-radius: 4px;
}

.full-call__img img {
	max-width: 100%;
}

.full-call__img-circle {
	border-radius: 50px;
	width: 68px;
	overflow: hidden;
}

.full-call__img-circle img {
	max-width: 100%;
}

.full-call__col {
	position: relative;
}

.full-call__soc a {
	text-decoration: none;
	margin-right: 14px;
}

.full-call__soc .icon {
	color: #222425;
}

.full-pros {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 22px;
}

.full-pros__list {
	margin: 0 49px 0 0;
	padding: 0;
	list-style: none;
}

.full-pros__list:nth-child(2) {
	margin: 0 32px 0 0;
}

.full-pros__list li {
	font-size: 15px;
	line-height: 1.4;
	color: #222425;
	position: relative;
	margin-bottom: 9px;
	padding-left: 21px;
}

.full-pros__list li .icon {
	font-size: 13px;
	display: block;
	width: 13px;
	position: absolute;
	left: 0;
	top: 4px;
	text-align: center;
}

.full-pros__list li .icon.icon-yes {
	color: #4c8b2b;
}

.full-pros__list li .icon.icon-no {
	color: #a7a7a8;
}

.full-pros__youtube {
	width: 700px;
	height: 392px;
	margin: 0px auto 15px;
}

@media only screen and (max-width: 767px) {
	.full-pros__youtube {
		height: 200px;
	}
}

.news-button {
	color: #333 !important;
}

.top-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 11px;
}

.buttons-group {
	padding-top: 8px;
}

.buttons-group .filter-button {
	margin-bottom: 18px;
	line-height: 48px;
}

.buttons-group .button {
	margin-bottom: 18px;
}

.buttons-group__links {
	text-align: right;
}

.buttons-group__links a {
	font-size: 16px;
	line-height: 1;
	text-decoration: none;
	color: #345591;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 44px;
}

.buttons-group__links a .icon {
	font-size: 18px;
	margin-left: 6px;
}

.buttons-group__links a:first-child {
	margin-left: 0px;
}

.full-mini-card {
	border: solid 1px rgba(34,36,37,0.2);
	border-radius: 5px 0 0 5px;
	padding: 42px 35px 44px 37px;
}

@media only screen and (min-width: 1200px) {
	.full-mini-card {
		min-height: 315px;
		max-width:100%;
	}
}
.full-mini-card a[href^="tel:"] {
	display:block;
	margin-top:10px;
	text-decoration:none;
	color:#222425;
}
.full-mini-card__img {
	width: 276px;
	height: 162px;
	border-radius: 2px;
	overflow: hidden;
	margin-bottom: 9px;
}

.full-mini-card__img img {
	max-width: 100%;
	height: auto;
}

.full-mini-card__header {
	font-size: 19px;
	font-weight: bold;
	line-height: 1.26;
	color: #222425;
	margin-bottom: 7px;
}

.full-mini-card__text {
	font-size: 15px;
	line-height: 1.4;
	color: #345591;
	margin-bottom: 10px;
}

.full-mini-card__place {
	margin-bottom: 10px;
}

.full-mini-card__priceBox {
	display:flex;
	flex-direction: row;
	gap:0 20px;
}

.full-mini-card__price {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.4;
	color: #222425;
	margin-bottom: 3px;
}

.full-mini-card__price-usd {
	font-size: 15px;
	line-height: 1.4;
	color: #222425;
}

.full-mini-card .buttons-group {
	padding-top: 20px;
}

.full-mini-card .buttons-group .filter-button {
	width: 100%;
}

.full-mini-card .buttons-group__links {
	text-align: left;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: space-between;
	padding-left: 2px;
	display:flex;
	flex-direction:row;
}

.full-mini-card .buttons-group__links a {
	margin-left: 0;
	margin-right: 0;
}

.full-mini-card .buttons-group__links a .icon {
	margin-left: 0;
	margin-right: 6px;
}

.full-point {
	margin-bottom: 44px;
}

.full-point__map {
	border-radius: 0 5px 5px 0;
	overflow: hidden;
	margin-left: -12px;
}

.full-point__card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.full-point__wraper {
		overflow: hidden;
		overflow-x: scroll;
	}
}

@media only screen and (max-width: 767px) {
	.full-point__wraper {
		overflow: hidden;
		overflow-x: scroll;
	}
}

.full-point__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.full-point__list {
		width: 1200px;
	}
}

@media only screen and (max-width: 767px) {
	.full-point__list {
		width: 1200px;
	}
}

.full-point__href {
	text-decoration: none;
	color: #2a55a4;
}

.full-point__li--active {
	padding-bottom: 10px;
	border-bottom: 3px solid #222425;
}

.full-point__li--active .full-point__href {
	color: #222425;
}

.back-link-mobile {
	display: none;
	font-size: 12px;
	line-height: 1;
	color: #222425;
	padding-left: 12px;
	position: relative;
	text-decoration: none;
	margin-top: 19px;
	margin-bottom: 21px;
}

.back-link-mobile:after {
	content: ' ';
	display: block;
	width: 9px;
	height: 9px;
	border-left: 1px solid #4e5051;
	border-top: 1px solid #4e5051;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
}

.nav-slider .slick-track {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 4px;
}

.nav-slider__item {
	padding: 2px 0;
	height: 40px;
}

.nav-slider .slick-current>div {
	position: relative;
}

.nav-slider .slick-current>div:after {
	content: ' ';
	width: 160%;
	height: 108%;
	display: block;
	border-radius: 2px;
	border: solid 2px #222425;
	position: absolute;
	top: -2px;
	left: 0px;
	padding-left: 2px;
}
.lessor .big-images {
	height:max-content;
	min-height:313px;
}
.lessor .modalNew.open {
	border: 1px solid #D3D3D3;
	border-radius: 5px;
}
.lessor .big-images-item .big-images__header {
	font-size:19px;
}
.lessor .big-images-item .big-images__header--big {
	font-size:30px;
}
.lessor .big-images-item .big-images__text {
	font-size:15px;
}
@media screen and (max-width: 991px) {
	.lessor .lessor__header--title {
		width:100%;
	}
}

/* новые программы и листинги агентов в программах */
.programsNew {

}
@media screen and (max-width: 576px) {
	.programsNew .twodays-hour__counters li {
		flex-direction: column;
	}
}
.programsNew .programs__header .container {
	padding-left:0;
	padding-right:0;
}
.programsNew .top-info {
	padding-left:24px;
	padding-right: 24px;
}
.programsNew .lessor__header {
	padding-left:24px;
	padding-right:24px;
}
.programsNew .lessor__header__row {
	justify-content:space-between;
	padding-bottom:30px;
}
.programsNew .lessor__header--title {
	margin-bottom:20px;
}
.programsNew .b-programs__dry_two__image {
	padding:0;
	height:auto;
	margin-bottom:0;
}
.programsNew .b-programs__dry_two__image .lessor__header {
	margin-bottom:0;
}
.programsNew .b-programs__dry_two__image .lessor__header__row {
	margin-bottom:0;
}
.programsNew .b-programs__dry_two__image .modalNew.open {
	border:0;
}
.programsNew .b-programs__recommendation {
	height:inherit!important;
}
.programsNew .button-w {
	width:inherit!important;
	position: relative!important;
	bottom:inherit!important;
	left:0px!important;
	margin-left:0!important;
}
.programsNew  .programs__dru-specialists .spec-card {
	padding: 5px 20px 15px 20px;
}
.programsNew .programs__header--test-drive {
	background-image:inherit;
	background-color:#F64A3E;
}
.programsNew .programs__header--buy-house {
	background-image:inherit;
}
.programsNew .b-programs__rash-jp {
	background-image: inherit;
}
.programsNew  .b-programs__dry_two__image {
	background-image: inherit;
	background-color:#ffee8e;
}
.programsNew  .b-programs__recommendation {
	background: #86BDCE!important;
}
.programsNew  .b-programs__ravn-vozm {
	background-image: inherit;
}
.programsNew  .b-programs__b-kredit {
	background-image: inherit;
}
@media screen and (max-width:768px) {
	.programsNew .lessor__header--title {
		margin-top:20px;
	}
	.programsNew  .lessor__header {
		padding-left:0;
		padding-right:0;
	}
	.programsNew .lessor__title {
		padding-left:22px;
		padding-right:22px;
	}
	.programsNew .twodays-hour__info-text {
		padding-left:22px;
		padding-right:22px;
	}
	.programsNew .lessor__header__row {
		padding-bottom:0;
		margin-bottom:0px!important;
	}
	.programsNew .lessor__header {
		margin-bottom:0!important;
	}
	.programsNew .programs__header--test-drive {
		background-image: inherit;
		background-color:#F64A3E;
	}
	.programsNew .modalNew.open {
		border:0;
		border-radius:inherit;
	}
	.programsNew .modalNew.open .modalNew__form {
		border-radius: 0;
	}
	.programsNew .programs__header {
		padding-bottom:0;
	}
	.programs .lessor__header__row {
		flex-direction: column!important;
	}
}

.programsNew__moveToNewbuild {
	background: #FFE9E3;
}
.programsNew__baseBuyers {
	background: #E5F6EF;
}
.programsNew__realtorService {
	background: #FFFACC;
}
.programsNew__hotFlats {
	background:#FFE9E3;
}
.programsNew__testDrive {
	background: #F7E8EE;
}
.programsNew__yourVersion {
	background: #E0F4FB;
}
.programsNew__partnerCredit {
	background: #DBE8D5;
}
.programsNew__agentPoNedvij {
	background: #F7E8EE;
}
.programsNew__brokering {
	background: #EBF0FF;
}
.programsNew__expressRent {
	background: #DBE9F9;
}
.programsNew__spaceForBisness {
	background: #EEF4EA;
}

.programsNew__foreignRent {
	background: #E5ECFF;
	position:relative;
}

.programsNew__foreignRent__img {
	position:absolute;
	right: -20px;
	bottom:0;
}

@media screen and (max-width:769px) {
	.programsNew__foreignRent__img {
		position:relative;
		right:0;
	}
	.programsNew__foreignRent__img img{
		display:block;
		width:100%;
	}
}
.programsNew__sprosBuy {
	background:#FFF9BF;
	position: relative;
	margin-bottom:50px!important;
}
.programsNew__standartCommerceImg {
	position:absolute;
	right:0;
	bottom:49px;
}
.programsNew__brokeringBCTCimg {
	position:absolute;
	right:0;
	bottom:0;
}
.programsNew__brokeringBCTCimg img {
	width: 88px !important;
}
.programsNew__expressArenda {
	position: absolute;
	right:0;
	bottom:0;
}
.programsNew__expressArenda img {
	width:88px !important;
}
.programsNew__realtorService.dropBottom {
	margin-bottom:0;
}
.programsNew__realtorService.dropBottom .lessor__header {
	margin-bottom:0;
}
.programsNew__realtorService.dropBottom .lessor__header__row {
	margin-bottom: 0;
}

.programsNew__sprosBuy .programsNew__list {
	list-style: none;
	display:flex;
	flex-direction: column;
	gap:20px;
	padding:0;
	margin:0;
	font-size:16px;
	max-width: 70%;
}

.programsNew__sprosBuy .programsNew__bgTitleBox {
	position:absolute;
	right:0;
	top:-50px;
}
@media screen and (max-width:1200px){
	.programsNew__sprosBuy .programsNew__bgTitleBox {
		position: relative;
		top:0;
		display:flex;
		justify-content: center;
		padding:20px 0 0;
	}
	.programsNew__sprosBuy .programsNew__list {
		padding:0 22px;
	}
}
@media screen and (max-width:576px){
	.programsNew__sprosBuy .programsNew__list {
		max-width:100%;
	}
}
.programsNew__bgTestDrive {
	background: url("/html/images/programs/testDriveBg.png") no-repeat #E0F4FB;
	background-size:contain!important;
	background-position-x: 57%!important;
}
@media screen and (max-width: 1200px) {
	.programsNew__bgTestDrive {
		background:#E0F4FB;
	}
}

.programsNew__bgFirstBlock {
	display:flex;
	justify-content: center;
}
@media screen and (max-width:1200px) {
	.programsNew__bgFirstBlock {
		display:none;
	}
}

.programsNew__stepsBlock {

}
.programsNew__stepsBlock h2 {
	font-size:30px;
	line-height: 39px;
	font-weight: bold;
}

.programsNew__stepsBlock .arrow-container {
	width: 50px;
}

.programsNew__stepsBlock .arrow {
	position: absolute;
	width: 50px;
	height: 10px;
	top: 15px;
}

.programsNew__stepsBlock .arrow__dashed-line {
	color: #d13338;
	width: 40px;
	height: 1px;
	border: 1px dashed #d13338;
}

.programsNew__stepsBlock .arrow__triangle {
	color: #d13338;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #d13338;
	position: absolute;
	right: 5px;
	top: -4px;
}
.programsNew__stepsBlock ul {
	margin: 40px 0 0 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	flex-wrap: wrap;
	gap: 50px 15px;
}

.programsNew__stepsBlock ul li {
	font-size: 19px;
	position: relative;
	line-height: 24px;
	width: 330px;
	display: flex;
	flex-direction: column;
	gap: 20px 0;
}
.programsNew__stepsBlockTitle {
	font-weight: bold;
	font-size:40px;
	color: #D13338;
}
@media only screen and (max-width:1200px) {
	.programsNew__stepsBlock .arrow {
		display: none;
	}
	.programsNew__stepsBlock .arrow-container {
		display:none;
	}
	.programsNew__stepsBlock ul li {
		width:100%;
	}
}
.programsNew__listBlock {
	margin-top:50px;
	margin-bottom: 30px;
}
.programsNew__listBlock h2 {
	margin:0;
	font-weight:bold;
	font-size:30px;
	line-height:39px;
}
.programsNew__listBlock ul {
	list-style:none;
	padding:0;
	display:flex;
	flex-direction: column;
	gap:20px 0;
	margin-top:30px;
	margin-bottom: 25px;
}
.programsNew__listBlock li {
	display:flex;
	gap:0 15px;
	font-size:19px;
	line-height:24.7px;
}
.programsNew__listBlock li:before {
	content:"";
	background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADqSURBVHgB1ZJBDgExFIb/NthJHKEWM3EL5iQcwZ7JFLHGCcQRHEAeN2ArEo5gLabVJiKZMUaZ1XzL9/pev9dXoPRIaomQvGU6zvEjMRQp8AOKMCQ/Csk/Z+UqcMSOZGwk4+hl5Z1Hu2slAb0dt48r/GsUbrweGLoKOvh0xs2Is8jaTIPT1rmRXW2fRCNhAwhjM0LeXemANkV1VKOkDS55Npa3N2KKr8H1TJJYxKrasTafNpWoSwdMg0aMmvkrem/SwsYmwbGJL7yNJoPLVWusTZPO00bCgcytVRiXrwPqtkMRBuTLIXlzlJYHQ3FKg3r7p0kAAAAASUVORK5CYII=');
	height:18px;
	width: 18px;
	min-width: 18px;
	display:block;
}
@media screen and (max-width:1200px) {
	.programsNew__listBlock .row {
		gap: 20px 0;
	}

}
@media screen and (max-width:576px) {
	.programsNew__listBlock img {
		width:100%;
	}
}


/* end */

.detailSprosNew .button {
	gap: 0 5px;
}
.detailSprosNew .spros-base__block-btn .button {
	width:90%;
}
.detailSprosNew  .spros-base__row .button {
	position:relative;
}
.lessor__header {
	margin-bottom: 29px;
}

.lessor__header--title {
	font-size: 36px;
	font-weight: bold;
	line-height: 1;
	color: #222425;
	margin: 0;
}
.lessor__header--desc {
	font-size:19px;
	color: #222425;
	line-height: 27px;
	margin:20px 0;
}

.lessor__header__row {
	position: relative;
	z-index: 2;
}

.lessor__button {
	text-align: right;
}

.lessor__counters {
	padding-top: 30px;
}

.lessor__counters--row {
	margin-bottom: 48px;
}

.lessor__content {
	margin-bottom: 74px;
}

.lessor__content--steps {
	padding-right: 6.25%;
}

.lessor__content--text {
	font-size: 19px;
	line-height: 1.26;
	color: #222425;
	margin-bottom: 21px;
}

.lessor__content--button {
	margin: 40px 0;
}

.lessor__content--link {
	margin-bottom: 20px;
}

.lessor__content--link a {
	font-size: 19px;
	line-height: 1.26;
	color: #2a55a4;
	text-decoration: none;
}

.lessor__content--link .icon {
	font-size: 16px;
	margin-right: 10px;
}

.lessor__contact .full-call__links {
	display: block;
	margin-bottom: 24px;
}

.lessor__contact .full-call__buttons {
	margin-bottom: 8px;
}

.lessor__contact .top-row__text {
	padding-right: 30px;
}

.lessor__contact .full-call__links--phones a {
	line-height: 1.6;
}

.lessor__contact .full-call__links--networks li {
	margin-bottom: 3px;
}

.lessor .filter-button {
	line-height: 48px;
}

.big-images {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	border-radius: 5px;
	overflow: hidden;
	height: 288px;
	margin: 0 -1px 33px;
}

.big-images a {
	text-decoration: none;
}

.big-images__col {
	width: 400px;
	padding: 0 1px;
}

.big-images__col.big-col {
	width: 800px;
}

.big-images__col.last-col {
	width: 354px;
	padding-left: 0;
}

.big-images__col-50 {
	width: 100%;
	padding: 0 1px;
}

@media only screen and (min-width: 1200px) {
	.big-images__col-50 {
		width: 100%;
	}
}

.big-images__col-50.last-col {
	padding-left: 0;
}

.big-images__item {
	width: 100%;
	height: 100%;
	padding: 25px 35% 25px 29px;
	color: #222425;
	position:relative;
}

.big-images__item.clock-bg {
	background: url("/html/images/programs/clock.jpg") no-repeat;
	background-size: cover;
}

.big-images__item.note-bg {
	background: url("/html/images/programs/aaron-burden.png") no-repeat right bottom #65c9e9;;
}

.big-images__item.arenda-viber {
	background: url("/html/images/programs/arenda-viber.jpg") no-repeat;
	background-size: cover;
}

.big-images__item.arenda-corporate {
	background: url("/html/images/programs/arenda-corp.png") no-repeat right top #B8C9C3;
	background-size: cover;
}

.big-images__item.tie-block {
	padding-right: 20%;
}

.big-images__item.tie-block .big-images__pre-header {
	font-size: 15px;
	line-height: 1.4;
	color: #222425;
}

.big-images__item.tie-block .big-images__header {
	font-size: 48px;
	font-weight: bold;
	line-height: 1;
	color: #222425;
	margin-bottom: 25px;
}

.big-images__item.tie-block .big-images__text {
	font-size: 19px;
	line-height: 1.26;
	color: #222425;
}

.big-images__item.big-images__item-block {
	padding-right: 60%;
}

.big-images__item.big-images__item-block .big-images__pre-header {
	font-size: 15px;
	line-height: 1.4;
	color: #222425;
}

.big-images__item.big-images__item-block .big-images__header {
	font-size: 48px;
	font-weight: bold;
	line-height: 1;
	color: #222425;
	margin-bottom: 25px;
}

.big-images__item.big-images__item-block .big-images__text {
	font-size: 19px;
	line-height: 1.26;
	color: #222425;
}

.big-images__pre-header {
	font-size: 12px;
	line-height: 1;
	margin-bottom: 1px;
}

.big-images__header {
	font-size: 30px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 8px;
}

.big-images__text {
	font-size: 19px;
	line-height: 1.26;
	color: #222425;
}
.big-images__text--small {
	font-size:15px;
}
.big-images__item-block--cooperation {
	width: 100%;
	background: url("../images/programs/cooperation.jpg") no-repeat;
	background-size: cover;
}

@media only screen and (max-width: 767px) {
	.big-images__item-block--cooperation {
		background-position: 100%;
	}
}

.image-cards {
	background-color: rgba(34,36,37,0.03);
	height: 100%;
	border-radius: 0 5px 5px 0;
	border-top: 1px solid rgba(34,36,37,0.2);
	border-bottom: 1px solid rgba(34,36,37,0.2);
	border-right: 1px solid rgba(34,36,37,0.2);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.image-cards__item {
	height: 50%;
}

.two-col {
	padding: 0 1px 0 0;
}

.two-col .image-cards {
	border-radius: inherit;
}

.two-col .image-cards__item:first-child {
	margin-bottom: 1px;
}

.big-images-item {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 16px 23px 16px 30px;
	position: relative;
}

.big-images-item__text {
	width: 80%;
	color: #222425;
}

.big-images-item__header {
	font-size: 19px;
	font-weight: bold;
	line-height: 1.26;
}

.big-images-item__subtext {
	font-size: 15px;
	line-height: 1.4;
}

.big-images-item__img {
	width: 40%;
	text-align: right;
	padding-left: 3%;
}

.big-images-item__img img {
	width: 109px;
	height: auto;
}
@media screen and (max-width:1200px) {
	.big-images-item__img img {
		display:none;
	}
}
.big-images-item:last-child {
	border: 0;
}

.counters {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color: #222425;
}

.counters.lessor__counters {
	padding-top: 15px;
	padding-bottom: 30px;
	padding-right: 31.25%;
}

.counters__big {
	font-size: 40px;
	line-height: 1;
	margin-bottom: 4px;
}

.counters__small {
	font-size: 15px;
	line-height: 1.4;
}

.page-steps {
	margin-top: 21px;
	margin-bottom: 51px;
}

.page-steps__header {
	margin-top: 0;
	font-size: 30px;
	font-weight: bold;
	line-height: 1;
	color: #222425;
	margin-bottom: 28px;
}

.steps-item {
	border-bottom: solid 1px rgba(34,36,37,0.2);
}

.steps-item.active .steps-item__body,.steps-item.page-menu__item:hover .steps-item__body {
	display: block;
}

.steps-item.active .steps-item__header--step,.steps-item.page-menu__item:hover .steps-item__header--step {
	display: inline;
}

.steps-item:first-child {
	border-top: solid 1px rgba(34,36,37,0.2);
}

.steps-item__header {
	padding-left: 72px;
	padding-right: 33px;
	position: relative;
	height: 58px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
}

.steps-item__header--title {
	font-size: 19px;
	font-weight: bold;
	line-height: 1.26;
	color: #222425;
}

.steps-item__header--num {
	position: absolute;
	left: 0;
	top: 51%;
	width: 52px;
	text-align: right;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.26;
	letter-spacing: 1.3px;
	color: #222425;
	text-transform: uppercase;
	white-space: nowrap;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.steps-item__header .icon-arrows {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.steps-item__header--step {
	display: none;
}

.steps-item__body {
	display: none;
	padding-left: 72px;
	padding-bottom: 21px;
}

.steps-item__body--row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.steps-item__body--col {
	width: auto;
	padding-right: 12px;
	font-size: 15px;
	line-height: 1.4;
	color: #222425;
	min-width: 276px;
}

.steps-item__body--col.big {
	font-size: 19px;
	line-height: 1.26;
}

.steps-item__body--col:last-child {
	padding-right: 0;
}

.steps-item__body--col p {
	margin: 0 0 25px;
}

.personal {
	margin-bottom: 60px;
}

.personal__slider {
	margin: 0 -6px;
}

.personal .slider-block {
	padding-right: 9.25%;
}

.personal .slider-block .slick-next {
	right: 7px;
}

.personal .slider-block .slick-prev {
	right: 36px;
}

.personal .slider-block__header {
	margin-top: 0;
}

.personal .slider-block__header--buy {
	margin-bottom: 11px;
}

.personal .slick-slide {
	margin: 10px 0;
}

.personal .slick-slide:hover {
	-webkit-box-shadow: 0 10px 20px -3px rgba(34,36,37,0.4);
	box-shadow: 0 10px 20px -3px rgba(34,36,37,0.4);
}

.associate {
	width: 145px;
	padding: 0 6px;
}

.associate__link {
	text-decoration: none;
}

.associate__img {
	width: 133px;
	height: 133px;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 7px;
	position: relative;
}
.associate__img .diamongAgent {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYuOTQyNTEgMS45NDQyMUw3LjI3NjQyIDEuNTU1NjlIMy42MjY0MUwwIDUuNzM3SDMuNjgwNDRMNi45NDI1MSAxLjk0NDIxWk00LjU1NDIgNS43MzcyOEgxMS40NDc4TDkuNTczNyAzLjU1NzQ3TDguMDAxNDEgMS43Mjg4OUw1LjYyNTMzIDQuNDkxNTFMNC41NTQyIDUuNzM3MjhaTTAuMDQ0MTA0NiA2LjM5OTY5TDYuODk3NiAxMy42MTE2TDMuNjIwMTYgNi4zOTk2OUgwLjA0NDEwNDZaTTExLjY1NTQgNi4zOTkxNEgxMS4wNTgxTDguNTQ2OTMgNi4zOTk2OUg0LjM0NjU2TDcuOTc5NSAxNC4zOTMyTDguMDAyODUgMTQuNDQ0MUwxMS40NjQzIDYuODIxMjFMMTEuNjU1NCA2LjM5OTE0Wk05LjExMjY4IDEzLjYwMTNMMTUuOTU1MyA2LjM5OTk4SDEyLjM4MjRMOS4xMTI2OCAxMy42MDEzWk0xNiA1LjczN0wxMi4zNzI0IDEuNTU1NjZIOC43MjQ5OUwxMi4zMjA3IDUuNzM3SDE2WiIgZmlsbD0iI0QxMzMzOCIvPgo8L3N2Zz4K);
	min-width:16px;
	width:16px;
	min-height:16px;
	height:16px;
	position: absolute;
	top:5px;
	left:5px;
}
.associate__img img {
	width: 100%;
	height: auto;
}

.associate__header {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.4;
	color: #222425;
	min-height:44px;
}

.associate__text {
	font-size: 12px;
	line-height: 1.25;
	color: #222425;
}

.hot-line__subheader {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: 1.3px;
	color: #222425;
	text-transform: uppercase;
}

.hot-line__number {
	font-size: 30px;
	font-weight: bold;
	line-height: 1;
	color: #222425;
	text-decoration: none;
	display: block;
	margin-bottom: 13px;
}

.hot-line__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-bottom: 21px;
}

.hot-line__text {
	width: 204px;
	padding-right: 12px;
}

.hot-line__text--name {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.4;
	color: #222425;
	margin-bottom: 2px;
}

.hot-line__text--info {
	font-size: 15px;
	line-height: 1.4;
	color: #222425;
}

.hot-line__img {
	width: 60px;
	height: 60px;
	overflow: hidden;
	border-radius: 50%;
}

.hot-line__img img {
	width: 100%;
	height: auto;
}

.reviews {
	margin-bottom: 61px;
}

.reviews .slider-block__box {
	margin-left: -18px;
	margin-right: -24px;
}

.reviews .reviews-all-button {
	padding-left: 18px;
	padding-top: 0;
	padding-bottom: 0;
}

.reviews .slick-list {
	overflow: visible;
}

.reviews .slider-block__link {
	right: 106px;
}

.review-item {
	padding: 13px 18px 31px;
	width: 300px;
	-webkit-transition: all ease-in 0.2s;
	transition: all ease-in 0.2s;
	background: #fff;
	position: relative;
}

.review-item:hover {
	-webkit-box-shadow: 0 10px 20px -3px rgba(34,36,37,0.4);
	box-shadow: 0 10px 20px -3px rgba(34,36,37,0.4);
	z-index: 3;
}

.review-item__name {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.4;
	color: #222425;
	margin-bottom: 4px;
}

.review-item__rating {
	margin: 0 0 5px;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.review-item__rating.one-star li:first-child {
	color: #ffe400;
}

.review-item__rating.two-stars li:first-child,.review-item__rating.two-stars li:nth-child(2) {
	color: #ffe400;
}

.review-item__rating.three-stars li:first-child,.review-item__rating.three-stars li:nth-child(2),.review-item__rating.three-stars li:nth-child(3) {
	color: #ffe400;
}

.review-item__rating.four-stars li:first-child,.review-item__rating.four-stars li:nth-child(2),.review-item__rating.four-stars li:nth-child(3),.review-item__rating.four-stars li:nth-child(4) {
	color: #ffe400;
}

.review-item__rating.full-stars li {
	color: #ffe400;
}

.review-item__rating li {
	margin: 0 1px;
	font-size: 16px;
	line-height: 1;
	color: rgba(34,36,37,0.2);
}

.review-item__text {
	font-size: 15px;
	line-height: 1.4;
	color: #222425;
	margin-bottom: 6px;
}

.review-item__part {
	font-size: 12px;
	line-height: 1;
	color: rgba(34,36,37,0.4);
}

.twodays-hour__header {
	background: url("../images/programs/bg.jpg") bottom right;
	background-size: cover;
	margin-bottom: 61px;
	height: auto;
}

.twodays-hour__subtitle {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: 1.3px;
	color: #222425;
	text-transform: uppercase;
	margin-top: -2px;
}

.twodays-hour .lessor__header__row {
	margin-bottom: 20px;
}

.twodays-hour .lessor__header--title {
	line-height: 1;
}

.twodays-hour .top-info {
	margin-bottom: 2px;
}

.twodays-hour__info-text {
	font-size: 19px;
	line-height: 1.26;
	color: #222425;
	margin-bottom: 30px;
}

.twodays-hour .twodays-hour__counters.counters {
	padding-right: 0;
	padding-top: 0;
	margin-bottom: 30px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -20px;
	margin-right: -20px;
}

.twodays-hour .twodays-hour__counters.counters li {
	padding: 0 20px;
	margin-bottom: 20px;
}

.twodays-hour__list {
	list-style: none;
	padding: 0 0 0 26px;
	margin: 14px 0 0 0;
	font-size: 19px;
	position: relative;
}

.twodays-hour__list li {
	margin: 0 0 9px 0;
}

.twodays-hour__list i {
	position: absolute;
	color: rgba(34,36,37,0.8);
	left: 0;
}

@media only screen and (max-width: 767px) {
	.twodays-hour__list {
		display: none;
	}
}

.programs__header {
	background-size: cover;
	margin-bottom: 61px;
	height: auto;
	background-position: bottom right;
}

.programs__header--doverenost {
	background-image: url("../images/programs/dover_pr.png");
}

.programs__header--biznes {
	background-image: url("../images/programs/corp-corp_progr.png");
}

.programs__header--payment {
	background-image: url("../images/programs/online.png");
}

.programs__header--v-newbuild {
	background-image: url("../images/programs/big-v-newbuild.jpg");
}

@media only screen and (max-width: 767px) {
	.programs__header--v-newbuild {
		background-position: 74%;
	}
}

.programs__header--p-kredit {
	background-image: url("../images/programs/p-kredit.jpg");
}

.programs__header--compl-project {
	background-image: url("../images/programs/complited-project.png");
}

@media only screen and (max-width: 767px) {
	.programs__header--compl-project {
		background-image: url("../images/programs/complited-project-mobil.png");
	}

	.programs__header--compl-project .lessor__content--link {
		margin-top: 20px;
	}
}

.programs__header--exkursii {
	background-image: url("../images/programs/exkursii.png");
}

@media only screen and (max-width: 767px) {
	.programs__header--exkursii {
		background-image: url("../images/programs/excursii-mobil.png");
	}
}

.programs__header--bonus {
	background-image: url("../images/programs/bonus.png");
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.programs__header--bonus {
		background-position: 85%;
	}
}

@media only screen and (max-width: 767px) {
	.programs__header--bonus {
		background-image: url("../images/programs/bonus-mobil.png");
	}
}

.programs__header--analytical-review {
	background-image: url("../images/programs/analyt-jil-ned.jpg");
	background-color: #7dd4b1;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.programs__header--analytical-review {
		background-size: 100%;
		background-repeat: no-repeat;
	}
}

@media only screen and (max-width: 767px) {
	.programs__header--analytical-review {
		background-size: 150%;
		background-repeat: no-repeat;
	}
}

.programs__header--investment {
	background-image: url("../images/programs/investment.jpg");
	background-color: #2a9ed9;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.programs__header--investment {
		background-size: 100%;
		background-repeat: no-repeat;
	}
}

@media only screen and (max-width: 767px) {
	.programs__header--investment {
		background-size: 150%;
		background-repeat: no-repeat;
	}
}

.programs__header--analytical-comm {
	background-image: url("../images/programs/analyt-com-ned.jpg");
	background-color: #65c9e9;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.programs__header--analytical-comm {
		background-size: 100%;
		background-repeat: no-repeat;
	}
}

@media only screen and (max-width: 767px) {
	.programs__header--analytical-comm {
		background-size: 150%;
		background-repeat: no-repeat;
	}
}

.programs__header--analytical-consulting {
	background-image: url("../images/programs/analyt-consalting.jpg");
	background-color: #d3d3d3;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.programs__header--analytical-consulting {
		background-size: 150%;
		background-repeat: no-repeat;
	}
}

@media only screen and (max-width: 767px) {
	.programs__header--analytical-consulting {
		background-size: 200%;
		background-repeat: no-repeat;
	}
}

.programs__header--market {
	background-image: url("../images/programs/market-price.jpg");
	background-color: #61a4ea;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.programs__header--market {
		background-size: 150%;
		background-repeat: no-repeat;
	}
}

@media only screen and (max-width: 767px) {
	.programs__header--market {
		background-size: 200%;
		background-repeat: no-repeat;
	}
}

.programs__header--reviews {
	background-image: url("../images/programs/reviews.jpg");
	background-color: #f1f1f1;
	background-repeat: no-repeat;
	margin-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.programs__header--reviews {
		background-size: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.programs__header--reviews {
		background-size: 200%;
	}
}

.programs__header--history {
	background-image: url("../images/programs/history.jpg");
	background-color: #7dd4b1;
	background-repeat: no-repeat;
	margin-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.programs__header--history {
		background-position: 69%;
	}

	.programs__header--history .twodays-hour__counters.counters {
		width: auto !important;
	}
}

@media only screen and (max-width: 767px) {
	.programs__header--history {
		background-position: 54%;
	}
}

.programs__header--responsibilyty {
	background-image: url("../images/programs/responsibilyty.jpg");
	background-repeat: no-repeat;
	background-color: #af1b57;
	margin-bottom: 30px;
	margin-top: 1px;
}

.programs__header--responsibilyty .lessor__header--title,.programs__header--responsibilyty .twodays-hour__info-text {
	color: #ffffff;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.programs__header--responsibilyty {
		background-size: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.programs__header--responsibilyty {
		background-size: 150%;
	}
}

.programs__header--rewards {
	background-image: url("../images/programs/rewards.jpg");
	background-color: #fff6b1;
	background-repeat: no-repeat;
	margin-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.programs__header--rewards {
		background-size: 90%;
	}

	.programs__header--rewards .twodays-hour__counters.counters {
		width: auto !important;
	}
}

@media only screen and (max-width: 767px) {
	.programs__header--rewards {
		background-size: 180%;
	}
}

.programs__header--license {
	background-image: url("../images/programs/licenz.jpg");
	background-color: #d0eef8;
	background-repeat: no-repeat;
	margin-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.programs__header--license {
		background-size: 90%;
	}
}

@media only screen and (max-width: 767px) {
	.programs__header--license {
		background-size: 180%;
	}
}

.programs__header--stolich {
	background-image: url("../images/programs/stolich.jpg");
	background-color: #ff9273;
	background-repeat: no-repeat;
	margin-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.programs__header--stolich {
		background-size: 90%;
	}

	.programs__header--stolich .twodays-hour__counters.counters {
		width: auto !important;
	}
}

@media only screen and (max-width: 767px) {
	.programs__header--stolich {
		background-size: 180%;
	}
}

.programs__header--services {
	background-image: url("../images/programs/services.jpg");
	background-color: #2486c3;
	background-repeat: no-repeat;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.programs__header--services {
		background-image: url("../images/programs/servisec-pad.jpg");
	}
}

@media only screen and (max-width: 767px) {
	.programs__header--services {
		background-image: url("../images/programs/servises-mob.jpg");
	}
}

.programs__header--job {
	background: linear-gradient(180deg, #CFE7FC 2.92%, rgba(255, 188, 215, 0.5) 117.65%);
	background-repeat: no-repeat;
	margin-bottom: 33px;
}

@media only screen and (max-width: 769px) {
	.programs__header--job {
		padding-bottom:0px!important;
	}
}

.programs__header--eurogames {
	background-image: url("../images/programs/eurogames.jpg");
	background-color: #f8f8f8;
	background-repeat: no-repeat;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.programs__header--eurogames {
		background-position: 61%;
	}
}

@media only screen and (max-width: 767px) {
	.programs__header--eurogames {
		background-size: 200%;
		background-image: url("../images/programs/eurogames.jpg"),linear-gradient(255deg, #2d9dc4, #1f75a7 49%, #2e667c 73%, #408ca6);
	}
}

.programs__header--eurogames .lessor__header--title {
	color: #ffffff;
}

.programs__header--eurogames .twodays-hour__info-text {
	color: #ffffff;
}

.programs__header--eurogames .counters {
	color: #ffffff;
}

.programs__header--classification {
	background-image: url("../images/programs/classification.jpg");
	background-color: #7cd4b0;
	background-repeat: no-repeat;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.programs__header--classification {
		background-position: 77%;
	}
}

@media only screen and (max-width: 767px) {
	.programs__header--classification {
		background-size: 200%;
	}
}

.programs__header--buy-house {
	background-image: url("../images/programs/buy-in-house.jpg");
	background-repeat: no-repeat;
}

@media only screen and (min-width: 1200px) {
	.programs__header--buy-house {
		min-height: 410px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.programs__header--buy-house {
		background-position: 77%;
	}
}

@media only screen and (max-width: 767px) {
	.programs__header--buy-house {
		background-size: 200%;
	}
}

.programs__subtitle {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 1.3px;
	color: #222425;
	text-transform: uppercase;
	margin-top: -2px;
}

.programs .lessor__header__row {
	margin-bottom: 20px;
}

.programs .lessor__header--title {
	line-height: 1;
}

.programs .top-info {
	margin-bottom: 13px;
}

.programs__info-text {
	font-size: 19px;
	line-height: 1.26;
	color: #222425;
	margin-bottom: 59px;
}

.programs .twodays-hour__counters.counters {
	padding-right: 0;
	padding-top: 0;
	margin-bottom: 30px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -20px;
	margin-right: -20px;
}

.programs .twodays-hour__counters.counters li {
	padding: 0 20px;
	margin-bottom: 20px;
}

.halva__header {
	background-color: #f8f8f8;
	position: relative;
	border-bottom: 1px solid rgba(34,36,37,0.2);
	min-height: 375px;
	margin-bottom: 61px;
}

.halva__header:after {
	content: ' ';
	display: block;
	width: 447px;
	height: 246px;
	background: url("../images/halva/halva-desktop.jpg") no-repeat;
	background-size: cover;
	position: absolute;
	bottom: 0;
	right: 0;
}

.halva__header--subtext {
	font-size: 19px;
	line-height: 1.26;
	color: #222425;
	margin-bottom: 60px;
	position: relative;
	z-index: 3;
}

.halva__header--subtext a {
	color: #2a55a4;
	text-decoration: none;
}

.halva__header--link {
	font-size: 19px;
	line-height: 1.26;
	color: #2a55a4;
	margin-bottom: 67px;
	position: relative;
	z-index: 2;
}

.halva__header--link a {
	color: #2a55a4;
	text-decoration: none;
}

.halva__header--link .icon {
	display: inline-block;
	width: 24px;
	height: 24px;
	font-size: 18px;
	text-align: center;
	margin-right: 6px;
}

.halva .lessor__header {
	margin-bottom: 0;
}

.payment__header {
	background-color: #f8f8f8;
}

.payment__header:after {
	width: 100%;
	height: 100%;
	background: url("../images/programs/online.png") bottom right;
	z-index: 0;
}

.tie-block {
	width: 100%;
	background: url("../images/tenant/bg.jpg") no-repeat;
	background-size: cover;
}

.hidden {
	display: none !important;
}

.show-xs {
	display: none;
}

.mobile-counters {
	display: none;
}

.halva__mobile {
	display: none;
}

.resident label span {
	margin-left: 25px;
	font-size: 14px;
}

.resident {
	margin: 5px 0 10px 0;
}

.resident .fake-select__checkbox:not(checked)+label:before {
	left: 0px;
}

.credit-blocks {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
	.credit-blocks {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.credit-blocks__item {
	width: 100%;
	max-width: 312px;
	-webkit-box-shadow: 0px 0px 4px #d4d4d4;
	box-shadow: 0px 0px 4px #d4d4d4;
	min-height: 224px;
	margin-right: 10px;
	border-radius: 3px;
}

@media only screen and (max-width: 767px) {
	.credit-blocks__item {
		margin-bottom: 15px;
	}
}

.credit-blocks__header {
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 15px;
}

.credit-blocks__flexbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 10px;
	color: #9b9b9b;
	padding: 7px;
	padding-left: 20px;
	padding-right: 20px;
	background: #f7f9fe;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.credit-blocks__flexbox-another {
	background: transparent;
	color: #333;
	font-size: 19px;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-top: 10px;
	position: relative;
}

.credit-blocks__years {
	position: relative;
}

.credit-blocks__years:before {
	content: '';
	background: url(../images/graph.png);
	width: 15px;
	height: 20px;
	position: absolute;
	left: -36px;
	top: 5px;
	cursor: pointer;
}

.credit-blocks__small {
	font-size: 12px;
	color: #4a4a4a;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.credit-blocks__href {
	color: #1a6bca;
	font-size: 10px;
	text-decoration: none;
	padding: 20px;
	width: 100%;
	display: block;
	padding-top: 10px;
	padding-bottom: 0px;
}

.credit-blocks__button {
	margin: 20px;
}

.banner_info-line {
	color: #fff;
	max-width: 665px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 6px;
}

.flex__banner-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.programs__header--test-drive {
	background-image: url(../images/programs/bg-test-drive.png);
	background-repeat: no-repeat;
	background-color: #faf2cc;
}

.flex_test_drive {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	margin-top: 25px;
}

@media only screen and (max-width: 767px) {
	.flex_test_drive {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.flex_test_drive>div {
	margin-left: 20px;
}

@media only screen and (max-width: 767px) {
	.flex_test_drive>div {
		margin-left: 0px;
	}
}

.flex_test_drive>div:first-child {
	margin-left: 0px;
}

.flex_test_drive ul {
	list-style: none;
	font-size: 13px;
}

.flex_test_drive ul li {
	margin-bottom: 6px;
	position: relative;
}

.flex_test_drive ul li:last-child {
	margin-bottom: 0px;
}

.icon-valik:before {
	content: "\e938";
	color: #4e5051;
}

@media screen and (max-width: 768px) {
	.list-view .card-item-new .list-view__img {
		width: auto !important;
	}
}

.list-view .card-item-new .list-view__img {
	width: 14.5%;
	margin-right: 10px;
	position: relative;
}

.card-item__youtube {
	position: absolute;
	right: 15px;
	z-index: 99;
	top: 7px;
}
@media only screen and (max-width: 576px) {
	.card-item__youtube {
		left:15px;
		right:inherit;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.list-view .card-item-new .list-view__img {
		width: auto;
	}
}

@media only screen and (min-width: 1200px) {
	.list-view .card-item-new .list-view__img {
		width: auto;
	}
}

.list-view .card-item-new .card-item__img {
	height: 100px;
	width: 154px;
	position: relative;
}

.list-view .card-item-new .card-item__video {
	position: absolute;
	top: 0px;
	right: 5px;
	top: 5px;
	color: #d13338;
	text-shadow: 0px 0px 2px #fff;
}

.list-view .card-item-new:hover .list-view__connect {
	display: block;
}

@media only screen and (max-width: 767px) {
	.list-view .card-item-new:hover .list-view__connect {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	.list-view .card-item-new .list-view__mobile-col {
		padding-right: 117px;
	}
}

.flex_test_drive ul li:before {
	content: '\2713';
	position: absolute;
	left: -21px;
	top: 0px;
}

.history-main__list {
	padding-right: 15px !important;
}

.dru__button-z a {
	color: #fff !important;
	padding-right: 63px !important;
	padding-left: 63px !important;
	text-transform: uppercase;
}

.menu-header-fixed {
	height: 40px !important;
	position: fixed !important;
	top: 0px;
	z-index: 900 !important;
}

.menu-header-fixed .page-panel__logo,.menu-header-fixed .page-panel__contact {
	display: none;
}

.menu-header-fixed .header-contact__button--wrapper .white_button {
	top: 10px;
}

.menu-header-fixed .header-contact__phone--number {
	top: 10px;
}

.menu-mobile-fixed {
	position: fixed !important;
	top: 0 !important;
}

@media (min-width: 1200px) {
	.mobile_display {
		display: none;
	}

	.mobile-menu-btn {
		display: none;
	}
}

.video__request {
	position: relative;
	background: #81cce1;
	padding: 5px 30px;
	margin-top: 20px;
	border-radius: 3px;
	max-width: 420px;
	margin-bottom: 30px;
}

.video__request__text {
	max-width: 285px;
}

.video__request__submit {
	width: 100%;
	cursor: pointer;
	margin-bottom: 20px;
	margin-top: 20px;
}

.video__request__covid {
	position: absolute;
	right: 21px;
	top: 18px;
}

.video__request.rent {
	width: 100%;
	max-width: none;
	padding-left: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.video__request.rent {
		max-width: -webkit-min-content;
		max-width: -moz-min-content;
		max-width: min-content;
		padding-left: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.video__request.rent {
		max-width: -webkit-min-content;
		max-width: -moz-min-content;
		max-width: min-content;
		padding-left: 30px;
	}
}

.video__request.rent form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.video__request.rent form {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

@media only screen and (max-width: 767px) {
	.video__request.rent form {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

.video__request.rent .video__request__text {
	font-size: 12px;
	max-width: 394px;
	padding-right: 35px;
	margin-top: 3px;
	margin-bottom: 3px;
}

.video__request.rent h3 {
	font-size: 19px;
	margin: 0px;
}

.video__request.rent input {
	margin-right: 15px;
}

.video__request.rent .video__request__submit {
	max-width: 294px;
	margin-left: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.video__request.rent .video__request__submit {
		margin-left: 0px;
	}
}

@media only screen and (max-width: 767px) {
	.video__request.rent .video__request__submit {
		margin-left: 0px;
		font-size: 14px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.video__request-group {
		padding-top: 15px;
		padding-bottom: 15px;
		padding-right: 66px;
	}
}

@media only screen and (max-width: 767px) {
	.video__request-group {
		padding-top: 15px;
		padding-bottom: 15px;
		padding-right: 66px;
	}
}

.video__request.rent .video__request__covid {
	left: 20px;
	width: 62px;
	height: 54px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.video__request.rent .video__request__covid {
		right: 20px;
		left: auto;
	}
}

@media only screen and (max-width: 767px) {
	.video__request.rent .video__request__covid {
		right: 20px;
		left: auto;
	}
}

.list-view__connect {
	display: none;
}

.tippy-box {
	position: relative;
	background-color: #b7b7b7;
	color: #fff;
	border-radius: 4px;
	font-size: 10px;
	line-height: 1.4;
	outline: 0;
	-webkit-transition-property: visibility,opacity,-webkit-transform;
	transition-property: visibility,opacity,-webkit-transform;
	transition-property: transform,visibility,opacity;
	transition-property: transform,visibility,opacity,-webkit-transform;
}

.tippy-arrow {
	width: 16px;
	height: 16px;
	color: #b7b7b7;
}

@media screen and (max-width: 520px) {
	.favorites .connect_form {
		display: none;
	}

	.favorites .card-item__link,.favorites .mini-card__link {
		padding-right: 110px;
	}
}

.favorites .card-item__like.js-add-favorites.ux-favorite,.favorites .js-add-favorites.ux-favorite.mini-card__like {
	color: #ff6a7e;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.8);
}

.favorites .connect_form {
	display: none;
}

.favorites .card-item:hover .connect_form {
	display: block;
}

.favorites .card-item .pl {
	font-size: 14px;
}

.favorites .card-item .item_small {
	opacity: .5;
	display: block;
}

.favorites .card-item .list-view__img {
	margin-right: 15px;
}

@media only screen and (min-width: 768px) {
	.mobile-menu-phone-btn {
		display: none;
	}
}

.obmen .base-obmen {
	font-size: 19px;
}

.obmen .obmen-text {
	max-width: 350px;
}

.obmen .spros-filter-obmen {
	margin-bottom: 10px;
}

.obmen .flex-end {
	margin-top: 20px;
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	width: 100%;
	padding-right: 10px;
}

.obmen .r-close a.close-href {
	height: 20px;
	display: inline-block;
	position: relative;
	height: 48px;
	color: #345591;
	position: relative;
	top: 7px;
	margin-left: 15px;
}

.obmen .r-close .close-icon {
	position: relative;
	top: 10px;
	font-size: 24px;
	color: #345591;
	margin-left: 10px;
}

.obmen .selectize-control.location__input {
	background-color: #fff;
}

.obmen .obmen_image {
	width: 100%;
	height: 64px;
	-o-object-fit: cover;
	object-fit: cover;
}

.obmen .obmen_link {
	color: #345591;
}

@media only screen and (min-width: 1200px) {
	.list-card__connection {
		display: inline-block;
		position: absolute;
		right: 30px;
		bottom: 12px;
		height: 36px;
		border-radius: 5px;
		background-color: #2a55a4;
		line-height: 36px;
		text-decoration: none;
		font-size: 15px;
		text-align: center;
		padding: 0 15px;
		color: #ffffff;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all ease-in 0.15s;
		transition: all ease-in 0.15s;
	}

	.list-card__connection:hover {
		background-color: #224483;
	}

	.list-card:hover .list-card__connection {
		opacity: 1;
		visibility: visible;
	}

	body {
		background: #f2f2f2;
	}

	.page-logo__text {
		display: none;
	}
}

@media only screen and (max-width: 1199px) {
	.hide-mobile {
		display: none;
	}

	.container {
		width: 768px;
	}

	.top-info__breadcrumbs,.top-info__update {
		width: 50%;
	}

	.tile-view__map {
		display: none;
	}

	.tile-view__cards {
		width: 100%;
	}

	.card-item {
		width: 234px;
	}

	.price-range__border {
		width: 262px;
	}

	.inline-form .form-group {
		margin-bottom: 20px;
	}

	.form-button {
		margin-left: 0;
	}

	.inline-form {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.page-panel {
		height: 120px;
		position: relative;
		z-index: 2;
	}

	.page-panel:after {
		content: ' ';
		display: block;
		width: 100%;
		height: 54px;
		background: #ac1416;
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: -1;
	}

	.header-contact__button--wrapper .white_button {
		width: 145px;
		height: 36px;
	}

	.header-contact__button--wrapper {
		width: auto;
	}

	.header-contact__phone {
		width: auto;
	}

	.header-contact {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.page-panel__logo {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		width: 30%;
		height: 66px;
	}

	.top-panel {
		/* height: 100%;
		position: absolute;
		overflow: scroll;
		top: 66px;

		-webkit-transform: scaleY(0);
		transform: scaleY(0);
		-webkit-transform-origin: left top;
		transform-origin: left top;
		opacity: 0;
		-webkit-transition: all ease-in 0.15s;
		transition: all ease-in 0.15s; */
		top:0;
		opacity:1;
		transform: inherit;
		position:relative;
		z-index: 1000;
	}

	.menu-opened .top-panel {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
		opacity: 1;
	}

	.top-logo {
		display: none;
	}

	.top-likes {
		/* display: none; */
	}
	.top-menu {
		width: 100%;
		padding: 20px 10px;
		position: fixed;
		top:0;
		left:0;
		background:white;
		height:100%;
		z-index:9;
	}
	.mobile-row {
		display:block;
	}
	.top-menu__list {
		display:flex;
		flex-direction:column;
		width:100%;
		height:auto;
	}

	.top-panel__menu {
		margin-left: 0;
		display:none;
		overflow:auto;
	}

	.top-menu__item {
		width: 100%;
		height: auto;
		margin-right: 0;
		line-height: 1;
		padding: 10px 0;
		overflow: hidden;
		text-overflow: ellipsis;
		display:flex;
		flex-direction:column;
		position:relative;
		border-bottom:1px solid rgba(34, 36, 37, 0.2);
	}
	.top-menu__item-row {
		display:flex;
		flex-direction:row;
		align-items:center;
		justify-content:space-between;
	}
	.top-menu__item-row .icon-arrows {
		margin-top:2px;
		margin-right:15px;
	}
	.top-menu__item a {
		max-width: 100%;
		display: inline-block;
		width: auto;
		border-top: 0;
		font-size: 16px;
		font-weight: bold;
		color: black;
		line-height: 40px;
		height: 36px;
		padding: 0 16px;
		border-radius: 16px;
	}

	.top-menu__item.active a,.top-menu__item.page-menu__item:hover a,.top-menu__item:hover a {
		border-top: 0;
		height: 36px;
	}

	.page-panel__menu {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		width: 100%;
		background: #ac1416;
		height: 54px;
	}

	.page-menu__item.active a,.page-menu__item:hover a,.page-menu__item:hover a {
		background-color: #8e1012;
	}

	.page-menu__item a {
		line-height: 54px;
		padding-left: 10px;
		padding-right: 15px;
	}

	.page-panel__contact {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		width: 70%;
		height: 66px;
	}

	.page-logo {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.page-logo__img--mobile {
		width: 18px;
		height: auto;
		display: block;
		margin-right: 18px;
	}

	.bottom-menu__row {
		margin-bottom: -40px;
	}

	.bottom-menu__col {
		margin-bottom: 40px;
	}

	.page-logo__text {
		font-size: 19px;
		font-weight: bold;
		color: #ffffff;
		display: block;
	}

	.tile-view__footer {
		margin-right: -24px;
	}

	.card-item__img {
		height: 150px;
	}

	.footer__copyright,.footer__menu--item a {
		font-size: 15px;
	}

	.page-menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.page-menu__list {
		width: 100%;
		overflow-y: hidden;
	}

	.mobile-menu-button {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 18px;
		height: 12px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-right: 6px;
	}

	.mobile-menu-button__line {
		display: block;
		width: 18px;
		height: 2px;
		background: #fff;
	}

	.top-menu-mobile-close {
		display: block;
		width: 30px;
		height: 30px;
		position: relative;
		left: 5px;
		top: 25px;
		margin-bottom:30px;
	}

	.top-menu-mobile-close:before,.top-menu-mobile-close:after {
		content: ' ';
		display: block;
		width: 30px;
		height: 2px;
		background: black;
		position: absolute;
		border-radius: 2px;
	}

	.top-menu-mobile-close:before {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.top-menu-mobile-close:after {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.mobile-likes {
		display: inline-block;
		position: relative;
		padding-left: 20px;
		margin-left: 30px;
		color: #fff;
		text-decoration: none;
	}

	.mobile-likes .icon-heart {
		margin-top: -4px;
		width: 15px;
		height: 15px;
		font-size: 15px;
		-webkit-transform: none;
		transform: none;
	}

	.mobile-likes--main {
		position: absolute;
		top: 23px;
		right: 24px;
	}

	.main-wrapper {
		border: 0;
	}

	.container {
		width: 100%;
	}

	.card-item {
		width: 100%;
	}

	.tile .views__cards {
		width: 100%;
	}

	.tile .views__map {
		display: none;
	}

	.tile .cards-box {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.tile .cards-box .card-item {
		width: 33.33334%;
		max-width: 280px;
	}

	.tile .cards-box .card-item__img {
		height: auto;
	}

	.list-view .list-view__mobile-col {
		display: block;
		width: auto;
	}

	.list-view .list-view__header {
		width: 100%;
	}

	.list-view .list-view__location {
		width: 100%;
	}

	.list-view .list-view__img {
		width: auto;
	}

	.tile .bottom-navigation {
		margin-right: -24px;
	}

	.full-content__text {
		width: 100%;
	}

	.full-content__call {
		width: 100%;
		margin-bottom: 61px;
	}

	.mobile-hide {
		display: none;
	}

	.lessor__header__row {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.lessor__title,.lessor__button {
		width: auto;
	}

	.lessor__content--steps,.lessor__content--contact {
		width: 100%;
	}

	.big-images {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		height: auto;
	}

	.big-images .first-col,.big-images .two-col {
		width: 50%;
		padding-left: 0;
	}

	.big-images .last-col {
		width: 100%;
	}

	.image-cards {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		border-radius: 0 0 5px 5px;
		border-top: 0;
		border-bottom: 1px solid rgba(34,36,37,0.2);
		border-right: 1px solid rgba(34,36,37,0.2);
		border-left: 1px solid rgba(34,36,37,0.2);
	}

	.big-images-item {
		min-height: 144px;
		border-bottom: 0;
	}

	.big-images-item:last-child {
		border-left: 1px solid rgba(34,36,37,0.2);
	}

	.counters.lessor__counters {
		padding-right: 0;
	}

	.twodays-hour__header {
		background: #7cd4b0;
		position: relative;
	}

	.twodays-hour__header:after {
		content: ' ';
		width: 298px;
		height: 263px;
		display: block;
		background: url("../images/programs/clock.jpg") no-repeat;
		background-size: cover;
		position: absolute;
		right: 0;
		bottom: 0;
	}

	.twodays-hour .twodays-hour__counters.counters {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.twodays-hour .twodays-hour__counters.counters li {
		padding: 0 20px;
		margin-bottom: 20px;
	}

	.halva__header--subtext {
		width: 50%;
	}

	.big-images__col.first-col.big-col {
		width: 100%;
	}

	.programs__header--biznes {
		background-position: 63%;
	}
}

@media only screen and (max-width: 1060px) {
	.list-view .list-view__mobile-col {
		width: auto;
	}
}

@media only screen and (max-width: 991px) {
	.tile .cards-box .card-item {
		width: 33.33334%;
	}

	.twodays-hour .twodays-hour__counters.counters {
		margin-bottom: 10px;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 396px;
	}

	.programs .twodays-hour__counters.counters {
		margin-bottom: 10px;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 417px;
	}

	.twodays-hour__header {
		margin-bottom: 48px;
	}

	.programs__header {
		margin-bottom: 48px;
	}

	.twodays-hour .twodays-hour__counters.counters li {
		margin-bottom: 17px;
		min-width: 50%;
	}

	.programs .twodays-hour__counters.counters li {
		margin-bottom: 17px;
		min-width: 50%;
	}

	.halva__header--subtext {
		width: 465px;
		margin-bottom: 56px;
	}

	.halva__header {
		margin-bottom: 52px;
	}

	.halva__header--link {
		margin-bottom: 26px;
	}

	.halva__header:after {
		bottom: 55px;
		width: 263px;
		height: 260px;
		background-image: url("../images/halva/halva-tablet.jpg");
		z-index: 1;
	}

	.payment__header:after {
		background-image: none;
	}

	.halva__header .lessor__header__row {
		margin-bottom: 28px;
		z-index: 2;
		position: relative;
	}
}

@media only screen and (max-width: 980px) {
	.list-view .list-view__description {
		display: none;
	}

	.list-view .card-item__link,.list-view .mini-card__link {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.list-view .list-view__price {
		width: 15%;
	}

	.list-view .list-view__params {
		width: 25%;
	}
}

@media only screen and (max-width: 968px) {
	.personal .col-lg-11 {
		width: 100%;
	}

	.personal .slider-block {
		padding-right: 0;
		margin-bottom: 61px;
	}
}

@media only screen and (max-width: 968px) and (min-width: 710px) {
	.personal .col-lg-5 {
		width: auto;
		display: inline-block;
	}

	.hot-line {
		position: relative;
		padding-left: 80px;
	}

	.hot-line__img {
		position: absolute;
		left: 0;
		top: 5px;
	}

	.hot-line__number {
		display: inline-block;
		margin-left: 9px;
		margin-bottom: 9px;
	}

	.hot-line__text--name {
		margin-right: 8px;
	}

	.hot-line__subheader {
		font-size: 20px;
		font-weight: bold;
		line-height: 1.2;
		letter-spacing: 1.5px;
		color: #222425;
	}

	.hot-line__text {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
	}

	.hot-line__button {
		position: absolute;
		top: 0;
		left: 542px;
	}

	.lessor__content .counters__big {
		font-size: 30px;
		font-weight: bold;
		line-height: 1;
		color: #222425;
	}

	.lessor__content .counters.lessor__counters {
		padding-right: 9.25%;
	}
}

@media only screen and (max-width: 845px) {
	.lessor__header--title {
		width: 276px;
	}

	.twodays-hour__info-text {
		margin-bottom: 16px;
	}
}

@media only screen and (max-width: 767px) {
	.list-view .card-item__link,.list-view .mini-card__link {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.list-view .list-view__mobile-col {
		width: 290px;
	}

	.list-view .list-view__params {
		width: 190px;
	}

	.list-view .list-view__price {
		width: 105px;
	}

	.personal {
		overflow: hidden;
	}

	.tenant .lessor__button {
		width: 50%;
	}

	.tenant .lessor__button .filter-button {
		width: 100%;
	}

	.width100-btn {
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.container {
		padding-left: 22px;
		padding-right: 22px;
		position: relative;
	}

	.rent__filter {
		position: relative;
		padding: 0;
	}

	.rent__filter__box {
		position: absolute;
		width: 320px;
		background: #fff;
		left: 0;
		padding: 60px 22px 36px;
		-webkit-box-shadow: 0 10px 20px -3px rgba(34,36,37,0.4);
		box-shadow: 0 10px 20px -3px rgba(34,36,37,0.4);
		border: 1px solid #f3f3f3;
		border-radius: 10px;
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all ease-in 0.15s;
		transition: all ease-in 0.15s;
		z-index: 10;
	}

	.rent__filter .form-group {
		margin-right: 0;
		width: 100%;
	}

	.rent__filter .fake-select {
		width: 100%;
	}

	.rent__filter .select-place__button {
		width: 100%;
	}

	.filter-opened .rent__filter__box {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
		opacity: 1;
		visibility: visible;
	}

	.mobile-filter-close {
		display: block;
		width: 18px;
		height: 18px;
		position: absolute;
		top: 22px;
		left: 22px;
	}

	.mobile-filter-close:before,.mobile-filter-close:after {
		content: ' ';
		display: block;
		width: 18px;
		height: 2px;
		background-color: #2a55a4;
		position: absolute;
		left: 0;
		top: 50%;
	}

	.mobile-filter-close:before {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.mobile-filter-close:after {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.price-range__text {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		width: 100%;
		margin-left: 0;
		height: auto;
		line-height: 1;
		margin-bottom: 23px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.price-range__text span:first-child {
		margin-right: 15px;
	}

	.price-range__text--current-currency {
		display: inline-block;
		margin-right: 5px;
		line-height: 1;
	}

	.inline-form .form-group {
		margin-bottom: 23px;
	}

	.price-range__text--other-currency {
		position: static;
	}

	.price-range__border {
		width: 100%;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		display: block;
		height: auto;
		border: 0;
		background: transparent;
	}

	.price-range__min {
		margin-bottom: 23px;
	}

	.rent__filter .form-button {
		width: 100%;
		margin-top: 40px;
	}

	.rent__filter--sorting {
		max-width: none;
		width: 272px;
		bottom: 145px;
	}

	.rent__filter .filter-button {
		width: 100%;
	}

	.price-range__min,.price-range__max {
		width: 100%;
		height: 48px;
		border-radius: 3px;
		border: solid 1px rgba(34,36,37,0.2);
		background: #ffffff;
	}

	.price-range__min--price input,.price-range__max--price input {
		width: 100%;
	}

	.price-range__min--text,.price-range__max--text,.price-range__max--text {
		width: auto;
		text-align: left;
	}

	.price-range {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.page-menu__list {
		display: none;
	}

	.header-contact__phone--number span {
		display: none;
	}

	.header-contact__phone--number .icon {
		position: static;
	}

	.header-contact__phone--number {
		padding: 0;
		width: 36px;
		height: 36px;
		border-radius: 5px;
		border: 1px solid #fff;
		position: absolute;
		text-align: center;
		line-height: 36px;
		right: 24px;
		top: 75px;
	}

	.page-panel__logo,.page-panel__contact {
		width: 50%;
	}

	.page-logo__img--mobile {
		margin-right: 12px;
	}

	.top-info {
		display: none;
	}

	.page-logo__text {
		font-size: 16px;
	}

	.page__header {
		display: block;
		margin-top: 14px;
		padding-top: 0;
		margin-bottom: 15px;
	}

	.page__header--title {
		margin-bottom: 5px;
	}

	.page__header--result {
		margin-left: 0;
	}

	.top-menu__item.active,.top-menu__item.page-menu__item:hover {
		background-color: rgba(255,255,255,0.2);
	}

	.header-contact__button--wrapper {
		height: auto;
		margin: 0;
	}

	.main-wrapper .header-contact__button--wrapper .white_button {
		width:auto!important;
		padding:0 10px;
		left: 50%;
		top: 75px;
		margin-left: -73px;
	}

	.tile-view__footer {
		margin-left: -22px;
		padding-left: 22px;
		margin-right: -22px;
	}

	.rent__panel--row>div {
		width: 50%;
	}

	.rent__links {
		margin-bottom: 20px;
	}

	.card-item {
		width: 276px;
	}

	.card-item__img {
		height: 162px;
	}

	.rent__grid {
		border-top: 0;
		margin-bottom: 50px;
	}

	.filter-mobils-button {
		display: block;
		line-height: 36px;
		color: #2a55a4;
		font-size: 17px;
	}

	.tile .cards-box .card-item {
		width: 276px;
		max-width: 276px;
	}

	.bottom-menu {
		display: none;
	}

	.slider-block__header {
		font-size: 19px;
		margin-bottom: 14px;
	}

	.slider-block__link {
		position: static;
		margin-top: 38px;
		margin-left: 22px;
	}

	.rent__slider {
		margin-bottom: 62px;
	}

	.footer {
		height: auto;
	}

	.footer__row {
		display: block;
	}

	.footer__row>.col-lg-5 {
		width: 62%;
		height: 72px;
		padding-top: 13px;
	}

	.footer__row>.col-lg-7 {
		width: 100%;
		background-color: #ac1416;
		height: 120px;
		padding-top: 13px;
	}

	.footer__menu {
		display: block;
	}

	.footer__menu--item {
		margin-left: 0;
		margin-bottom: 12px;
	}

	.footer__menu--item:last-child {
		margin-bottom: 0;
	}

	.footer {
		position: relative;
		z-index: 2;
	}

	.footer:after {
		content: ' ';
		display: block;
		width: 100%;
		height: 120px;
		background-color: #ac1416;
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: -1;
	}

	.list-view .card-item__link,.list-view .mini-card__link {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.back-link-mobile {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.full-card__info {
		width: 100%;
	}

	.full-card__buttons {
		width: 276px;
		margin-bottom: 33px;
	}

	.full-card__buttons .buttons-group__links {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		text-align: left;
		padding-left: 10px;
	}

	.full-card__buttons .buttons-group__links a {
		margin-left: 0;
		margin-right: 31px;
	}

	.full-card__buttons.buttons-group .filter-button {
		margin-bottom: 12px;
		width: 100%;
	}

	.full-slider__img img {
		max-width: 100%;
		height: auto;
	}

	.nav-slider .slick-current>div:after {
		width: 100%;
	}

	.full-card__images {
		margin-bottom: 27px;
	}

	.full-info__params--box {
		display: block;
	}

	.full-pros {
		margin-bottom: 56px;
	}

	.full-point>.row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.full-point__card {
		width: 100%;
	}

	.full-point__map--box {
		width: 100%;
		margin-left: 0;
	}

	.full-point__map {
		margin-left: -22px;
		margin-right: -22px;
		height: 240px;
	}

	.full-point__map #ymaps1530069713133767461 {
		height: 240px !important;
	}

	.full-mini-card {
		border-radius: 0;
		width: auto;
		padding-left: 22px;
		padding-right: 22px;
		margin-left: -22px;
		margin-right: -22px;
	}

	.full-mini-card .buttons-group {
		max-width: 274px;
	}

	.personal .slider-block__link {
		display: none;
	}

	.reviews .slider-block__link {
		position: absolute;
		right: 30px;
		top: -71px;
	}

	.lessor__header {
		padding-top: 14px;
	}

	.lessor__header--title {
		margin-bottom: 29px;
	}

	.lessor__content--steps {
		padding-right: 6px;
	}

	.lessor__content--text {
		font-size: 15px;
		line-height: 1.4;
	}

	.page-steps__header {
		font-size: 19px;
		line-height: 1.26;
		margin-bottom: 25px;
	}

	.steps-item__body--col {
		min-width: 0;
	}

	.halva__header--subtext {
		width: 50%;
	}

	.hidden-mobile {
		display: none;
	}

	.programs__header--biznes {
		background-position: 63%;
	}

	.programs__header--payment {
		background-position: 70%;
	}

	.header-contact__phone--text {
		display: none;
	}

	.w100-mobile-btn {
		width: 100%;
	}
}

@media only screen and (max-width: 730px) {
	.twodays-hour__header {
		padding-bottom: 172px;
		height: auto;
		overflow: hidden;
	}

	.programs__header {
		padding-bottom: 172px;
		height: auto;
		overflow: hidden;
	}

	.twodays-hour__header:after {
		width: 237px;
		height: 172px;
		bottom: -10px;
	}

	.twodays-hour__info-text {
		margin-bottom: 20px;
	}

	.twodays-hour .lessor__header {
		margin-bottom: 3px;
	}

	.twodays-hour .lessor__header .col-lg-10 {
		width: 100%;
	}

	.programs .lessor__header {
		margin-bottom: 3px;
	}

	.programs .lessor__header .col-lg-10 {
		width: 100%;
	}

	.twodays-hour .lessor__header__row {
		margin-bottom: 10px;
	}

	.twodays-hour .lessor__header--title {
		margin-bottom: 0;
	}

	.twodays-hour .lessor__title {
		width: 100%;
		margin-bottom: 10px;
	}

	.twodays-hour .twodays-hour__counters.counters {
		display: none;
	}

	.programs .twodays-hour__counters.counters {
		display: none;
	}

	.twodays-hour .mobile-counters {
		display: block;
	}

	.twodays-hour .mobile-counters .twodays-hour__counters.counters {
		width: 100%;
		height: auto;
		display: block;
	}

	.twodays-hour .mobile-counters .twodays-hour__counters.counters li {
		min-width: 0;
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-bottom: 33px;
	}

	.programs .mobile-counters {
		display: block;
	}

	.programs .mobile-counters .twodays-hour__counters.counters {
		width: 100%;
		height: auto;
		display: block;
	}

	.programs .mobile-counters .twodays-hour__counters.counters li {
		min-width: 0;
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-bottom: 33px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.twodays-hour .twodays-hour__counters.counters .counters__big {
		font-size: 48px;
		line-height: 1;
		margin-bottom: 4px;
	}

	.top-menu__item-submenu.active,.top-menu__item-submenu.page-menu__item:hover {
		background-color: rgba(255,255,255,0.2);
	}
}

@media only screen and (max-width: 710px) {
	.personal .col-lg-5 {
		width: 100%;
	}

	.hot-line__number {
		margin-left: 0;
		font-size: 19px;
		font-weight: bold;
		line-height: 1.26;
		color: #222425;
		margin-bottom: 3px;
	}

	.hot-line__subheader {
		font-size: 19px;
		font-weight: bold;
		line-height: 1.26;
		color: #222425;
	}

	.lessor__counters.counters {
		display: block;
	}

	.lessor__counters.counters li {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-bottom: 37px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.counters__big {
		font-size: 40px;
		margin-right: 13px;
		white-space: nowrap;
	}

	.counters__small {
		max-width: 100%;
	}

	.counters__small--width {
		width: 100%;
		max-width: 100%;
	}
}

@media only screen and (max-width: 718px) {
	.list-view .card-item .card-item__link,.list-view .card-item .mini-card__link {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.list-view .list-view__mobile-col {
		width: auto;
	}

	.list-view .list-view__params {
		width: auto;
	}

	.list-view .list-view__price {
		width: auto;
	}

	.list-view .card-item__like,.list-view .mini-card__like {
		top: auto;
		left: auto;
		bottom: 14px;
		right: 27px;
	}
}

@media only screen and (max-width: 690px) {
	.steps-item__body--row {
		display: block;
	}

	.steps-item__body--col.big {
		font-size: 15px;
		line-height: 1.4;
	}

	.steps-item__body--col.big p {
		margin-bottom: 21px;
	}

	.steps-item__header--num {
		font-size: 12px;
		font-weight: normal;
		text-transform: none;
		padding-right: 10px;
	}

	.steps-item__header {
		padding-left: 45px;
		height: auto;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		min-height: 58px;
	}

	.steps-item__body {
		padding-left: 45px;
	}

	.steps-item__header--title {
		font-size: 15px;
		line-height: 1.4;
		height: auto;
	}
}

@media only screen and (max-width: 655px) {
	.big-images .first-col,.big-images .two-col {
		width: 100%;
	}

	.first-col {
		padding-bottom: 1px;
	}

	.two-col {
		padding-top: 1px;
	}

	.image-cards {
		display: block;
		border-top: 1px solid rgba(34,36,37,0.2);
	}

	.big-images-item {
		height: auto;
		border-bottom: 1px solid rgba(34,36,37,0.2);
		padding-left: 17px;
	}

	.big-images-item__text {
		width: 50%;
	}

	.big-images-item__img {
		width: 50%;
	}

	.big-images-item:last-child {
		border-left: 0;
		border-bottom: 0;
	}
}

@media only screen and (max-width: 650px) {
	.full-pros {
		display: block;
	}

	.full-pros__list {
		margin: 0 !important;
	}
}

@media only screen and (max-width: 540px) {
	.halva__header:after {
		width: 135px;
		height: 135px;
		bottom: 7px;
	}

	.halva__header--subtext {
		width: 100%;
	}

	.tenant .lessor__button {
		text-align: left;
		width: 100%;
	}

	.tenant .lessor__button .filter-button {
		width: 100%;
	}
}

@media only screen and (max-width: 530px) {
	.big-images__item.tie-block {
		padding-right: 30%;
	}

	.big-images__item.tie-block .big-images__header {
		font-size: 30px;
		margin-bottom: 8px;
	}

	.big-images__item.tie-block .big-images__pre-header {
		font-size: 12px;
	}

	.big-images__item.big-images__item-block {
		padding-right: 30%;
	}

	.big-images__item.big-images__item-block .big-images__header {
		font-size: 30px;
		margin-bottom: 8px;
	}

	.big-images__item.big-images__item-block .big-images__pre-header {
		font-size: 12px;
	}
}

@media only screen and (max-width: 520px) {
	.list-view .card-item .card-item__link,.list-view .card-item .mini-card__link {
		display: block;
	}

	.list-view .list-view__price {
		position: absolute;
		right: 22px;
		top: 12px;
	}

	.list-view .list-view__header {
		padding-right: 40%;
		margin-bottom: 11px;
	}

	.list-view .list-view__location {
		margin-bottom: 11px;
	}
}

@media only screen and (max-width: 366px) {
	.rent__filter__box {
		width: 320px;
		left: -22px;
	}
}

@media only screen and (max-width: 480px) {
	.container {
		width: 100%;
	}

	.card-item {
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.show-xs {
		display: inline-block;
	}

	.hide-xs {
		display: none;
	}

	.lessor .filter-button {
		max-width: 100%;
		padding: 0 27px;
	}
}

@media only screen and (max-width: 414px) {
	.halva .lessor__content--button,.halva .lessor__button {
		text-align: center;
		margin-left: -11px;
	}

	.halva__desktop {
		display: none;
	}

	.halva__mobile {
		display: inline-block;
	}
}

@media only screen and (max-width: 420px) {
	.full-call {
		width: auto;
		margin-left: -22px;
		margin-right: -22px;
		border-radius: 0;
		padding-left: 22px;
		padding-right: 22px;
	}
	.programsNew .full-call {
		margin-left: 0px;
		margin-right: 0px;
	}
	.full-content__call {
		margin-bottom: 0;
	}

	.big-images__item {
		padding-right: 16%;
	}

	.twodays-hour .lessor__header__row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		margin-bottom: 10px;
	}

	.twodays-hour .lessor__header--title {
		margin-bottom: 0;
	}

	.twodays-hour .lessor__title {
		width: 100%;
	}

	.twodays-hour .lessor__header {
		padding-top: 30px;
	}

	.twodays-hour .lessor__button,.twodays-hour .lessor__content--button {
		text-align: center;
		margin-bottom: 23px;
	}

	.programs .lessor__header__row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		margin-bottom: 10px;
	}

	.programs .lessor__header--title {
		margin-bottom: 20px;
	}

	.programs .lessor__title {
		width: 100%;
	}

	.programs .lessor__header {
		padding-top: 30px;
	}

	.programs .lessor__button,.programs .lessor__content--button {
		text-align: center;
		margin-bottom: 23px;
	}
}

@media only screen and (max-width: 390px) {
	.twodays-hour .lessor__button,.twodays-hour .lessor__content--button {
		width: 100%;
	}

	.twodays-hour .lessor__button .filter-button,.twodays-hour .lessor__content--button .filter-button {
		padding-left: 5px;
		padding-right: 5px;
		margin-left: -14px;
		margin-right: -14px;
		max-width: none;
	}

	.twodays-hour .lessor__content--button {
		margin-bottom: 39px;
	}

	.programs .lessor__button,.programs .lessor__content--button {
		width: 100%;
	}

	.programs .lessor__button .filter-button,.programs .lessor__content--button .filter-button {
		padding-left: 5px;
		padding-right: 5px;
		margin-left: -14px;
		margin-right: -14px;
		max-width: none;
	}

	.programs .lessor__content--button {
		margin-bottom: 39px;
	}
}

@media only screen and (min-width: 1200px) {
	.sticky {
		position: fixed;
	}

	.stop {
		position: relative;
	}
}

@media only screen and (max-width: 360px) {
	.full-call__links {
		display: block;
	}

	.halva__header:after {
		bottom: 16px;
	}
}

@media only screen and (min-width: 768px) {
	.hidden-planshet {
		display: none;
	}

	.footer_phmob {
		display: none;
	}

	.footer-soc__mobile {
		display: none;
	}
}

@media only screen and (max-width: 768px) {
	.footer__row>.col-lg-7 {
		height: auto;
		position: relative;
	}
	.footer__row>.col-lg-7:after {
		content:"";
		position:absolute;
		z-index: -1;
		left: -16px;
		bottom: -16px;
		top: 0;
		min-width: calc(100% + 32px);
		background:#ac1416;
	}
	.footer:after {
		height: 150px;
	}

	.footer__soc {
		display: none;
	}

	.footer_phmob {
		display: block;
		color: #fff;
		font-size: 18px;
		margin-bottom: 20px;
	}

	.footer_phmob a {
		text-decoration: none;
		color: #fff;
	}

	.footer_phmob b {
		margin-right: 10px;
	}

	.footer_phmob .icon {
		margin-right: 10px;
	}

	.footer__menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.footer__menu--item {
		margin-right: 10px;
		margin-bottom: 5px;
	}

	.footer-soc__mobile {
		margin-top: 15px;
		margin-bottom: 15px;
		display: block;
	}

	.footer-soc__mobile .icon {
		font-size: 20px;
	}

	.footer-soc__mobile a {
		color: #fff;
		text-decoration: none;
		margin-right: 10px;
	}

	.icon-inst-new:before {
		content: "\e933";
	}

	.icon-tel-new:before {
		content: "\e934";
	}

	.icon-face-new:before {
		content: "\e935";
	}

	.icon-vk-new:before {
		content: "\e936";
	}

	.icon-youtube-new:before {
		content: "\e937";
	}
}


.icon-video:before {
	content: "\e92f";
	background-color: #fff;
	border-radius: 50%;
}

.flex-block-organization {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.programs__header--buy-house-ppd {
	background-image: url(../images/programs/ppd.jpg);
	background-repeat: no-repeat;
	background-color: #faf2cd;
}

.flex-block-organization>div {
	max-width: 490px;
	margin-right: 20px;
}

.flex-block-organization>div:last-child {
	margin-left: 0px;
}

.clearfix:after,.clearfix:before,.modal-footer:after,.modal-footer:before,.modal-header:after,.modal-header:before {
	content: " ";
	display: table;
}

.clearfix:after,.modal-footer:after,.modal-header:after {
	clear: both;
}

.card-item img {
	max-width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.list-view .card-item img {
	cursor: default;
}

.list-view .card-item-new .card-item__params--flats {
	margin-top: 0;
}

.list-view .card-item-new .list-view__description {
	width: 31.25%;
	text-align: justify;
}

.list-view .card-item-new .list-view__price {
	width: 13%;
}
.list-view .card-item-new .list-view__price input[type="button"] {
	padding:0 15px;
	display:none;
}
.views.tile .card-item-new .list-view__price input[type="button"] {
	width:100%;
	margin-top:10px;
}




@media screen and (max-width: 576px) {
	.views.tile .card-item-new .list-view__price input[type="button"] {
		display:inline-flex;
	}
	.views.list-view .card-item-new .list-view__price input[type="button"] {
		display:inline-flex;
		top:145px;
	}
	.account-new .views.list-view .card-item-new .list-view__price input[type="button"] {
		top:0px;
	}
}
.tile .card-item-new .single img:last-child {
	display: none;
}

.ndb .list-view .card-item-new .list-view__price {
	width: 18%;
}

.ndb .list-view .card-item-new .list-view__mobile-col {
	width: 19.25%;
}

.list-view__price.connect {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.list-view__price .connect {
	position: absolute;
	bottom:0;
}
.list-view .card-item-new .list-view__params {
	padding: 0 6px;
	width: 19.5%;
}

.list-view .card-item-new .list-view__mobile-col {
	width: 19.25%;
}

@media screen and (max-width: 720px) {
	.list-view .card-item-new .list-view__mobile-col,.list-view .card-item-new .list-view__params,.list-view .card-item-new .list-view__price {
		width: auto;
	}
}

.video__request {
	position: relative;
	background: #81cce1;
	padding: 5px 30px;
	margin-top: 20px;
	border-radius: 3px;
	max-width: 420px;
	margin-bottom: 30px;
}

.video__request__text {
	max-width: 285px;
}

.video__request__submit {
	width: 100%;
	cursor: pointer;
	margin-bottom: 20px;
	margin-top: 20px;
}

.video__request__covid {
	position: absolute;
	right: 21px;
	top: 18px;
}

.full-info__archive {
	width: 80%;
	height: 77px;
	font-size: 38px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 10px;
	margin-bottom: 15px;
}

#r_form {
	width: 1200px;
	margin-left: -600px;
	height: 640px;
	padding:0;
	overflow: hidden;
}

#close_banner {
	font-size: 35px;
	color: #fff;
	opacity: 1;
}

#banner_r_img {
	position: absolute;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: left;
	object-position: left;
}

.banner-r_form {
	max-width: 400px;
	position: absolute;
	bottom: 30px;
	left: 110px;
}

@media only screen and (max-width: 1200px) {
	#r_form {
		width: 100%;
		margin-left: -50%;
		height: 640px;
	}
}

@media only screen and (max-width: 992px) {
	#r_form {
		height: 570px;
	}
}

@media only screen and (max-width: 768px) {
	#r_form {
		margin-left: 0;
	}
}

@media only screen and (min-width: 768px) {
	.hidden-planshet {
		display: none;
	}

	.footer_phmob {
		display: none;
	}

	.footer-soc__mobile {
		display: none;
	}
}

.video__request.rent {
	width: 100%;
	max-width: none;
	padding-left: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.video__request.rent {
		max-width: -webkit-min-content;
		max-width: -moz-min-content;
		max-width: min-content;
		padding-left: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.video__request.rent {
		max-width: -webkit-fit-content;
		max-width: -moz-fit-content;
		max-width: fit-content;
		padding-left: 30px;
	}
}

.video__request.rent form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.video__request.rent form {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

@media only screen and (max-width: 767px) {
	.video__request.rent form {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

.video__request.rent .video__request__text {
	font-size: 12px;
	max-width: 394px;
	padding-right: 35px;
	margin-top: 3px;
	margin-bottom: 3px;
}

.video__request.rent h3 {
	font-size: 19px;
	margin: 0;
}

.video__request.rent input {
	margin-right: 15px;
}

.video__request.rent .video__request__submit {
	max-width: 294px;
	margin-left: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.video__request.rent .video__request__submit {
		margin-left: 0;
	}
}

@media only screen and (max-width: 767px) {
	.video__request.rent .video__request__submit {
		margin-left: 0;
		font-size: 14px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.video__request-group {
		padding-top: 15px;
		padding-bottom: 15px;
		padding-right: 66px;
	}
}

@media only screen and (max-width: 767px) {
	.video__request-group {
		padding-top: 15px;
		padding-bottom: 15px;
		padding-right: 66px;
	}
}

.video__request.rent .video__request__covid {
	left: 20px;
	width: 62px;
	height: 54px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.video__request.rent .video__request__covid {
		right: 20px;
		left: auto;
	}
}

@media only screen and (max-width: 767px) {
	.video__request.rent .video__request__covid {
		right: 20px;
		left: auto;
	}
}

.icon-valik:before {
	content: "\e938";
	color: #4e5051;
}

@media screen and (max-width: 768px) {
	.list-view .card-item-new .list-view__img {
		width: auto !important;
	}
}

.list-view .card-item-new .list-view__img {
	width: 14.5%;
	margin-right: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.list-view .card-item-new .list-view__img {
		width: auto;
	}
}

@media only screen and (min-width: 1200px) {
	.list-view .card-item-new .list-view__img {
		width: auto;
	}
}

.list-view .card-item-new .card-item__img {
	height: 124px;
	width: 186px;
	position: relative;
}

.list-view .card-item-new .single {
	height: 100%;
}

.list-view .card-item-new .single .slick-slide>div {
	height: 100%;
}

.card-item-new .card-item__video {
	position: absolute;
	top: 0;
	right: 10px;
	font-size: 17px;
	top: 5px;
	color: #d13338;
	text-shadow: 0 0 2px #fff;
}

.list-view__connect {
	cursor: pointer;
}

.list-view .card-item-new:hover .list-view__connect {
	display: block;
}

.list-view .card-item-new:hover input[type='button'] {
	display: inline-flex;
}
@media only screen and (max-width: 767px) {
	.list-view .card-item-new:hover .list-view__connect {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	.list-view .card-item-new .list-view__mobile-col {
		padding-right: 122px;
	}
}

@media only screen and (max-width: 520px) {
	.ndb .list-view .card-item-new .list-view__mobile-col {
		padding-right: 0;
		width: 70%;
	}

	.ndb .list-view .card-item-new .list-view__price {
		width: 30%;
	}

	.ndb .list-view .card-item-new .list-view__params {
		padding: 0;
	}

	.ndb .card-item-new .card-item__params.card-item__params--flats,.ndb .card-item-new .card-item__params--flats.mini-card__params {
		width: 190px;
		padding: 0;
	}
}

.list-view__connect {
	display: none;
}

.tippy-box {
	position: relative;
	background-color: #b7b7b7;
	color: #fff;
	border-radius: 4px;
	font-size: 10px;
	line-height: 1.4;
	outline: 0;
	-webkit-transition-property: visibility, opacity, -webkit-transform;
	transition-property: visibility, opacity, -webkit-transform;
	transition-property: transform, visibility, opacity;
	transition-property: transform, visibility, opacity, -webkit-transform;
}

.tippy-arrow {
	width: 16px;
	height: 16px;
	color: #b7b7b7;
}

@media only screen and (min-width: 1200px) {
	.list-card__connection {
		display: inline-block;
		position: absolute;
		right: 30px;
		bottom: 12px;
		height: 36px;
		border-radius: 5px;
		background-color: #d13338;
		line-height: 36px;
		text-decoration: none;
		font-size: 15px;
		text-align: center;
		padding: 0 15px;
		color: #fff;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all ease-in 0.15s;
		transition: all ease-in 0.15s;
	}

	.list-card__connection:hover {
		background-color: #d13338;
	}

	.list-card:hover .list-card__connection {
		opacity: 1;
		visibility: visible;
	}
}

.error-valid-message {
	position: absolute;
	padding-top: 12px;
	padding-bottom: 9px;
	padding-left: 45px;
	padding-right: 25px;
	background: #e83e54;
	left: 0;
	color: #fff;
	font-size: 10px;
	text-align: left;
	margin-top: 10px;
	border-radius: 3px;
	bottom: -52px;
	z-index: 10;
	display: none;
}

.error-valid-message .icon {
	position: absolute;
	left: 14px;
	top: 14px;
	font-size: 14px;
}

.error-valid-message:before {
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 10px solid #e83e54;
	position: absolute;
	content: "";
	top: -10px;
	left: 15px;
}

.icon-warning:before {
	content: "\e93c";
}

@media screen and (max-width: 520px) {
	.favorites .connect_form {
		display: none;
	}

	.favorites .card-item__link,.favorites .mini-card__link,.favorites .mini-card__link {
		padding-right: 110px;
	}
}

.favorites .card-item__like.js-add-favorites.ux-favorite-active,.favorites .js-add-favorites.ux-favorite-active.mini-card__like,.favorites .js-add-favorites.ux-favorite.mini-card__like {
	color: #ff6a7e !important;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.8);
}

.favorites .connect_form {
	display: none;
}

.favorites .card-item:hover .connect_form {
	display: block;
}

.favorites .card-item .pl {
	font-size: 14px;
	white-space: nowrap;
}

.favorites .card-item__header,.favorites .card-item__price,.favorites .mini-card__price,.favorites .mini-card__header {
	margin-right: 30px;
}

.favorites .card-item .item_small {
	opacity: 0.5;
	display: block;
}

.favorites .card-item .list-view__img {
	margin-right: 15px;
}

.single .slick-arrow {
	display: none !important;
}

.single:hover .slick-arrow {
	display: block !important;
}

.list-view .card-item.banner {
	display: none;
}

.ndb .list-view .card-item-new .list-view__description {
	width: 46.25%;
}

@media only screen and (max-width: 520px) {
	.list-view .card-item-new .list-view__price {
		width: 40%;
	}
}

@media only screen and (max-width: 767px) {
	.list-view .card-item-new .card-item__params--flats {
		padding-left: 0;
		padding-right: 30px;
	}
}

.page-menu__item>a {
	display: block;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	height: 100%;
	line-height: 66px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	-webkit-transition: all ease-in 0.15s;
	transition: all ease-in 0.15s;
}

.card-item__archive {
	width: 80%;
	height: 77px;
	font-size: 38px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 10px;
	margin-bottom: 15px;
}

.icon-tour:before {
	content: "\e939";
}

.icon-video-line:before {
	content: "\e93a";
}

.icon-photo:before {
	content: "\e93b";
}

.pages-disable {
	color: #89a0cc;
}

.favorites .card-item__like.js-add-favorites.ux-favorite-active,.favorites .js-add-favorites.ux-favorite-active.mini-card__like,.ux-favorite-active {
	color: #d13338 !important;
}

.card-item__like:hover,.mini-card__like:hover,.mini-card__like:hover {
	color: #d13338 !important;
}

.favorites .card-item__like.js-add-favorites.ux-favorite-active,.favorites .js-add-favorites.ux-favorite-active.mini-card__like,.favorites .js-add-favorites.ux-favorite-active.mini-card__like,.favorites .js-add-favorites.ux-favorite.mini-card__like {
	color: #d13338 !important;
}

.favorites .card-item__price,.favorites .mini-card__price {
	margin-right: 0px;
}

.favorites .card-item__like.js-add-favorites.ux-favorite-active:hover,.favorites .js-add-favorites.ux-favorite-active.mini-card__like:hover {
	color: #696b6a !important;
}

.ux-favorite-active:hover {
	color: #696b6a !important;
}

.mp-filter.map-view {
	display: none;
}

.list-view .card-item-new .wd-100 {
	width: 100%;
}

.modal .mdisp-none {
	display: none;
}

@media screen and (max-width: 1200px) {
	.mobile_display {
		display: contents;
	}
}

@media screen and (min-width: 1200px) {
	.mobile_display {
		display: none;
	}
}

.flex-items__offer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	bottom: 0;
}

.flex-items__offer .card-item__offer,.flex-items__offer .list-view .list-view__offer,.list-view .flex-items__offer .list-view__offer {
	position: relative;
	width: auto;
	padding: 0px 10px;
	border-radius: 3px;
}

.tippy-bg-red .tippy-backdrop {
	background-color: #d13338 !important;
}

.tippy-bg-green .tippy-backdrop {
	background-color: #4c8b2b !important;
}

.tippy-bg-blue .tippy-backdrop {
	background-color: #4a90e2 !important;
}
.buy .full-card__info-box>div:hover img,
.cotteges .full-card__info-box>div:hover img
{
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.buy .full-card__info-box,
.cotteges .full-card__info-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.buy .full-card__info-box .icon,
.cotteges .full-card__info-box .icon
{
	font-size: 28px;
}

.buy .full-card__info-box .full-card__info-box__icon ,
.cotteges .full-card__info-box .full-card__info-box__icon
{
	position: absolute;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.buy .full-card__info-box .full-card__info-box__icon b,
.cotteges .full-card__info-box .full-card__info-box__icon b
{
	margin-top: 5px;
}

.buy .full-card__info-box div,
.cotteges .full-card__info-box div
{
	cursor: pointer;
	background-color: rgba(51,51,51,0.2);
	overflow: hidden;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 95px;
	height: 128px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border: 2px solid #fff;
	position: relative;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin-right: 1px;
	margin-bottom: 1px;
}

.buy .full-card__info-box div:hover,
.cotteges .full-card__info-box div:hover
{
	border: 2px solid #d13338;
}

.buy .full-card__info-box div.active,
.buy .full-card__info-box div.page-menu__item:hover,
.cotteges .full-card__info-box div.active,
.cotteges .full-card__info-box div.page-menu__item:hover
{
	border: 2px solid #d13338;
}

.buy .full-card__info-box div img,
.cotteges .full-card__info-box div img {
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
@media screen and (max-width: 576px) {
	.buy .full-card__info-box div img,
	.cotteges .full-card__info-box div img {
		display:none;
	}
	.buy .full-card__info-box div, .cotteges .full-card__info-box div {
		background-color:#b62f66;
		border:none;
	}
	.buy .full-card__info-box .icon,
	.cotteges .full-card__info-box .icon{
		font-size:50px;
	}
	.full-card__info-box__title {
		display: flex;
		gap: 0 5px;
		font-weight: bold;
		margin-top: 10px;
		font-size: 16px;
	}
	.d-block-mobile {
		display:block!important;
	}
	.preview-hide-md {
		display:none!important;
	}
}

.buy .full-card__nav
{
	margin-left: 96px;
}

@media screen and (max-width: 768px) {
	.buy .full-card__nav {
		margin-left: 0;
	}

	.buy .scrollbar {
		left: 0 !important;
	}
}

.hot-line-rev__img img {
	max-width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top;
	object-position: top;
}

.obmen .selectize-dropdown-content {
	max-height: 240px !important;
}

@media screen and (max-width: 480px) {
	#r_form {
		height:max-content;
		padding:0;
	}
	#banner_r_img {
		position:relative;
	}
}

.td-block-new {
	padding: 60px 0px;
}

.td-block-new ul {
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	list-style: none;
}

.td-block-new ul li {
	max-width: 200px;
	position: relative;
	margin-left: 70px;
	margin-top: 20px;
}

.td-block-new ul li img {
	position: absolute;
	left: -65px;
}

.drop-down-menu__other-title {
	margin: 0 0 10px 0;
	font-size: 19px;
}

.drop-down-menu__link-text a {
	text-decoration: none;
	color: black;
	font-size: 15;
}

.drop-down-menu__lessor--analyt-order {
	background: url(../images/programs/anylyth-order.jpg), no-repeat;
	background-size: cover;
}

.drop-down-menu__lessor--analyt-cost {
	background: url(../images/programs/anylyth-cost.jpg), no-repeat;
	background-size: cover;
}

.d-flex {
	display: flex;
}

.px-0 {
	padding: 0;
}

.hotline-new {
	margin-bottom: 40px;
}

.hotline-new__titles {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 10px 0;
}

.hotline-new__title {
	font-size: 30px;
	font-weight: bold;
}

.hotline-new__subtitle {
	font-size: 15px;
	margin-bottom: 20px;
}

.hotline-new__substitle {
	font-size: 15px;
	font-weight: bold;
	display: flex;
	width: 100%;
	justify-content: flex-end;
}

.hotline-new__agent-item {
	border-radius: 3px;
	position: relative;
	min-height: 330px;
	min-width: 216px;
	max-width: 216px;
}

.hotline-new__agent-item:nth-child(n+1) {
	margin-right: 20px;
}

.hotline-new__agent-item:last-of-type {
	margin: 0;
}

.hotline-new__agent-img-c {
	display: block;
	width: 100%;
	height: 122px;
	overflow: hidden;
}

.hotline-new__agent-img-c .hotline-new__agent-img {
	max-height: 270px;
	object-fit: cover;
	object-position: top;
	width: 100%;
}

.hotline-new__agent-info {
	padding: 10px 0;
}

.hotline-new__agent-name {
	font-size: 16px;
	color: black;
	font-weight: bold;
	min-height: 40px;
}

.hotline-new__agent-desc {
	font-size: 15px;
	color: #4a4a4a;
	line-height: 1.27;
	margin: 10px 0;
	min-height: 57px;
	overflow: hidden;
}

.hotline-new__agent-phone {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.27;
	color: #222425;
	margin-bottom: 10px;
}

.hotline-new__agent-phone a {
	text-decoration: none;
	color: #222425;
	display: flex;
	width: 100%;
	gap: 0 10px;
	align-items: center;
}

.hotline-new__agent-phone i {
	transform: rotate(270deg);
	padding-top: 5px;
}

.hotline-new__agent-button {
	position: absolute;
	bottom: 20px;
	width: 100%;
	padding: 0 15px;
	left: 0;
}


.hotline-new__agent-button .btn-white {
	border-radius: 5px;
	border: solid 1px rgba(34, 36, 37, 0.2);
	background-color: #ffffff;
	color: black;
}

.hotline-new__agent-button .icon-button-blue {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0 10px;
	padding: 0;
}

.hotline-new__agent-button .icon-button-blue .icon {
	position: relative;
	top: inherit;
	left: inherit;
	transform: inherit;
}

.hotline-new__agent-boss-item-title {
	font-size: 16px;
	line-height: 1.26;
	font-weight: bold;
}

.hotline-new__agent-boss-info {
	padding: 15px 15px 40px 15px;
	display: flex;
	flex-direction: column;
	gap: 10px 0;
	background: #F8F8F8;
	position:relative;
}

.overflow-slider {
	overflow: auto;
}

.mobile-repeat {
	display: none;
}

.hotline-new-static__agent-item {
	width: 49%;
	border-radius: 3px;
	background-color: #e9eef5;
	display: flex;
	flex-direction: row;
}

.hotline-new-static__agent-item:first-of-type {
	margin-right: 20px;
}

.hotline-new-static__agent-img-c {
	height: 172px;
	overflow: hidden;
	display: block;
	width: 204px;
	min-width: 204px;
}

.hotline-new-static__agent-img-c .hotline-new__agent-img {
	max-height: 172px;
	object-fit: cover;
	object-position: top;
	width: 100%;
	min-width: 204px;
}

.hotline-new-static__agent-item .hotline-new__agent-name {
	min-height: inherit;
}

.hotline-new-static__agent-item .hotline-new__agent-phone {
	margin: 0;
}

.hotline-new-static__agent-item .d-flex {
	align-items: center;
	justify-content: space-between;
}

.hotline-new-static__agent-item .hotline-new__agent-button {
	position: relative;
	bottom: 0;
	width: 50%;
	padding: 0;
}

.hotline-new-static__agent-item .hotline-new__agent-info {
	padding: 20px;
	width: 100%;
}

.hotline-new-static__agent-item .hotline-new__agent-boss-info {
	flex-direction: row;
}

.hotline-new-static__agent-item .d-flex-column {
	width: 49%;
}

@media screen and (max-width:1200px) {
	.main-wrapper .page-menu__list {
		display:none;
	}
	.main-wrapper .page-panel__contact {
		display:none;
	}
	.main-wrapper .mobile-menu-button {
		display:none;
	}
	.main-wrapper .page-panel__row {
		flex-wrap:nowrap;
	}
	.main-wrapper .page-panel__menu {
		height: 67px;
		background: inherit!important;
		justify-content: flex-end;
	}
	.main-wrapper .mobile-menu-phone-btn {
		display:none;
	}
	.main-wrapper .page-panel {
		height:inherit;
		z-index:inherit;
	}
	.main-wrapperNew .page-menu__list {
		display:none;
	}
	.main-wrapperNew .page-panel__contact {
		display:none;
	}
	.main-wrapperNew .mobile-menu-button {
		display:none;
	}
	.main-wrapperNew .page-panel__row {
		flex-wrap:nowrap;
	}
	.main-wrapperNew .page-panel__menu {
		height: 67px;
		background: inherit!important;
		justify-content: flex-end;
	}
	.main-wrapperNew .mobile-menu-phone-btn {
		display:none;
	}
	.main-wrapperNew .page-panel {
		height:inherit;
		z-index:inherit;
	}
	.top-menu__mobile-offices .header-contact__dropdown {
		top: 47px;
		left: 0;
		margin: 0;
	}
	.flex-wrap {
		flex-wrap: wrap;
		gap: 20px 0;
	}
	.top-menu__item-submenu {
		display: block!important;
		list-style: none;
	}
	.hotline-new-static__agent-item {
		width: 100%;
	}

	.hotline-new-static__agent-item:first-of-type {
		margin: 0;
	}

	.hotline-new__titles {
		margin-bottom: 20px;
	}

	.hotline-new__subtitle {
		margin-bottom: 0;
	}
}

@media screen and (max-width:576px) {
	.menu-notificaion-dropdown__list {
		height: calc(100vh - 300px);
	}

	.hotline-new__agent-boss-info {
		padding: 15px 10px 50px 10px;
	}

	.hotline-new__agent-desc {
		min-height: inherit;
		max-height: inherit;
	}

	.hotline-new__agent-name {
		min-height: inherit;
	}

	.hidden-m {
		display: none;
	}

	.mobile-repeat {
		display: block;
		min-width: 100%;
		margin-top: 20px!important;
		min-height: auto;
	}

	.hotline-new-static__agent-item {
		flex-direction: column;
	}

	.hotline-new-static__agent-img-c {
		height: 240px;
		width: 100%;
	}

	.hotline-new-static__agent-img-c .hotline-new__agent-img {
		max-height: 240px;
	}

	.hotline-new-static__agent-item .d-flex {
		flex-wrap: wrap;
		gap: 10px 0;
	}

	.hotline-new-static__agent-item .hotline-new__agent-boss-info {
		flex-direction: column;
	}

	.hotline-new-static__agent-item .d-flex-column {
		width: 100%;
	}

	.hotline-new-static__agent-item .hotline-new__agent-button {
		width: 100%;
	}
}

.buttons-group .w-100 {
	width: 100%;
}

.rent .full-point {
	margin-bottom: 80px!important;
}

.inv-btn-fixed {
	position: fixed;
	bottom: 0;
	right: 350px;
	z-index: 9999;
	color: white;
	background: #B40B57;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 18px;
	padding: 15px 20px;
}

@media only screen and (max-width:991px) {
	.inv-btn-fixed {
		display: none;
	}
}


.filter-new__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 20px;
}
.filter-new__container form {
	width:100%;
}
.filter-new__row {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	margin-bottom: 20px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.filter-new__more-row {
	width: 100%;
	display: none;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	margin: 0 0 30px 0;
	background: white;
	-webkit-box-shadow: 0 2px 10px -2px rgba(0,0,0,0.29);
	box-shadow: 0 2px 10px -2px rgba(0,0,0,0.29);
}

.filter-new__more-row-inner {
	padding: 20px 10px 0 10px;
}

.filter-new__option-container {
	margin-bottom: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.filter-new__option-container:last-of-type {
	margin-bottom: 0;
}

.filter-new__extra-options {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	font-family: "PT Sans",sans-serif;
	font-size: 19px;
}

.filter-new__extra-options input {
	width: 15px;
	height: 15px;
	margin-right: 10px;
}

.filter-new__extra-option {
	margin-right: 30px;
}

.filter-new__option-container-help {
	background-color: #e9eef5;
	height: 70px;
	width: 100%;
	margin: 20px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 10px;
}

.filter-new__option-container-help-title {
	font-size: 19px;
	font-weight: bold;
	font-family: "PT Sans",sans-serif;
}

.filter-new__option-container-help-btn {
	width: 100%;
	font-family: "PT Sans",sans-serif;
	font-size: 19px;
	border: 0;
	background: transparent;
	outline: none;
	color: #2a55a4;
	cursor: pointer;
}

.filter-new__option {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.filter-new__option-title {
	font-family: "PT Sans",sans-serif;
	font-size: 19px;
	width: 45%;
}

.filter-new__option-subtext {
	font-family: "PT Sans",sans-serif;
	font-size: 19px;
}

.filter-new__inputs {
	border-radius: 5px !important;
	width: 100%;
}

.filter-new__form-button {
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.filter-new__form-btn {
	width: 100%;
}

.filter-new__drop {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
}

.filter-new__drop-btn {
	font-family: "PT Sans",sans-serif;
	font-size: 19px;
	color: #4a4a4a;
	border: 0;
	outline: none;
	background: transparent;
	margin-left: 10px;
	cursor: pointer;
}

.filter-new__info-bank {
	font-family: "PT Sans",sans-serif;
	font-size: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
}

.filter-new__rooms-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: white;
}

.filter-new__room {
	width: 100%;
	height: 48px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #d3d3d3;
	font-family: "PT Sans",sans-serif;
	font-size: 19px;
	position: relative;
	cursor: pointer;
}

.filter-new__room:first-of-type {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.filter-new__room:last-of-type {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.filter-new__room input {
	position: absolute;
	width: 1px;
	height: 1px;
	opacity: 0;
}

.filter-new__room span, .filter-new__room label {
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	width: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.filter-new__address {
	height: 48px;
	border: 1px solid #d3d3d3;
	border-radius: 4px;
	background: white;
	position: relative;
	display: flex;
	align-items: center;
}

.filter-new__address .selectize-dropdown {
	height: auto;
	min-height: 200px;
	padding: 10px;
}

.filter-new__address .selectize-dropdown-content {
	max-height: 200px;
}

.filter-new__address .selectize-input {
	padding: 0;
	height: 100%;
}

.filter-new__address #select-tools-buy-selectized {
	min-height: 46px;
	padding: 0;
}

.filter-new__address .selectize-control.single .selectize-input {
	background: white;
	background-image: none;
	display: flex;
	align-items: center;
	font-size: 15px;
}

.filter-new__address .selectize-control.plugin-remove_button .remove-single {
	text-decoration: none;
	color: #464c4f;
}

.filter-new__address .selectize-control.single .selectize-input:after {
	display: none!important;
}

.filter-new__address-choise {
	height: 100%;
	outline: none;
	border: 0;
	font-family: "PT Sans",sans-serif;
	font-size: 19px;
	width: 55%;
}

.filter-new__address-choise-popup {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	position: absolute;
	right: 15px;
	top: 0;
	height: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: "PT Sans",sans-serif;
	font-size: 15px;
	color: #345591;
	width: 30%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.filter-new__address-choise-popup-item {
	cursor: pointer;
}

.filter-new__currency-choise {
	height: 100%;
	border: 1px solid #d3d3d3;
	font-family: "PT Sans",sans-serif;
	font-size: 19px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-left: 0;
	padding: 0 10px;
}

.filter-new__more-options {
	height: 48px;
	width: 100%;
	position: relative;
	font-family: "PT Sans",sans-serif;
	font-size: 17px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: white;
	border: 1px solid #d3d3d3;
	border-radius: 5px;
	cursor: pointer;
}

.filter-new__mobile-more-options {
	height: 48px;
	width: 100%;
	position: relative;
	font-family: "PT Sans",sans-serif;
	font-size: 17px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: white;
	border: 1px solid #d3d3d3;
	border-radius: 5px;
	cursor: pointer;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: none;
}

.filter-new__more-options-title {
	padding-left: 10px;
}

.filter-new__choised-options {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	gap: 15px;
	flex-wrap: wrap;
}

.filter-new__choise-option {
	height: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 10px;
	background: rgba(2,117,216,0.14);
	border-radius: 5px;
	font-family: "PT Sans",sans-serif;
	font-size: 15px;
	position: relative;
}

.filter-new__choise-option-text {
	margin-right: 10px;
}

.filter-new__choise-option-close {
	position: absolute;
	right: 0;
	border: 0;
	background: transparent;
	opacity: 0.3;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	display: block;
}

.filter-new__choise-option-close:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.filter-new__choise-option-close:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.filter-new__choise-option-close:before,.filter-new__choise-option-close:after {
	position: absolute;
	content: ' ';
	height: 10px;
	width: 3px;
	background-color: #333;
}

.filter-new__choise-option-close:hover {
	opacity: 1;
	cursor: pointer;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.filter-new__address-choise-metro-container {
	position: fixed;
	background-color: rgba(0,0,0,0.3);
	z-index: 200;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	display: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.filter-new__address-choise-metro-container-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 30px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.filter-new__address-choise-metro-inner {
	background: white;
	width: 60%;
	min-height: 50%;
	position: relative;
	padding: 20px;
	border-radius: 7px;
}

.filter-new__address-choise-metro-container-close {
	position: absolute;
	top: 30px;
	right: 35px;
	border: 0;
	background: transparent;
	opacity: 0.3;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.filter-new__address-choise-metro-container-close:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.filter-new__address-choise-metro-container-close:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.filter-new__address-choise-metro-container-close:before,.filter-new__address-choise-metro-container-close:after {
	position: absolute;
	content: ' ';
	height: 25px;
	width: 3px;
	background-color: #333;
}

.filter-new__address-choise-metro-container-close:hover {
	opacity: 1;
	cursor: pointer;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.filter-new__address-choise-metro-info-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	margin-top: 20px;
	color: black;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.filter-new__address-chouse-metro-info-title {
	font-family: "PT Sans",sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: black;
}

.filter-new__address-choise-metro-redline {
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.filter-new__address-choise-metro-blueline {
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.filter-new__address-choise-metro-greenline {
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.filter-new__address-choise-metro-redline-option {
	margin-bottom: 5px;
}

.filter-new__address-choise-metro-redline-option:last-of-type {
	margin-bottom: 0;
}

.filter-new__address-choise-metro-blueline-option {
	margin-bottom: 5px;
}

.filter-new__address-choise-metro-blueline-option:last-of-type {
	margin-bottom: 0;
}

.filter-new__address-choise-metro-greenline-option {
	margin-bottom: 5px;
}

.filter-new__address-choise-metro-greenline-option:last-of-type {
	margin-bottom: 0;
}

.filter-new__checkbox-custom {
	position: relative;
	cursor: pointer;
	margin-right: 10px;
}

.filter-new__checkbox-custom:before {
	content: "";
	display: block;
	position: absolute;
	width: 18px;
	height: 18px;
	bottom: -3px;
	left: 0;
	border: 1px solid rgba(34,36,37,0.4);
	border-radius: 3px;
	background-color: white;
}

.filter-new__checkbox-custom:checked:after {
	content: "✔";
	display: block;
	font-size: 19px;
	position: absolute;
	left: 2px;
	top: -5px;
	color: #0c398a;
}

.filter-new__checkbox-custom-extra {
	position: relative;
	cursor: pointer;
	margin-right: 10px;
}

.filter-new__checkbox-custom-extra:before {
	content: "";
	display: block;
	position: absolute;
	width: 18px;
	height: 18px;
	bottom: -3px;
	left: 0;
	border: 1px solid rgba(34,36,37,0.4);
	border-radius: 3px;
	background-color: white;
}

.filter-new__checkbox-custom-extra:checked:after {
	content: "✔";
	display: block;
	font-size: 19px;
	position: absolute;
	left: 2px;
	top: -3px;
	color: #0c398a;
}

.filter-new__adress-choise-metro-reset {
	margin: 30px 0 20px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.filter-new__adress-choise-metro-reset-btn {
	outline: none;
	border: 0;
	background: transparent;
	font-family: "PT Sans",sans-serif;
	font-size: 19px;
	cursor: pointer;
	margin-left: 5px;
}

.filter-new__address-choise-metro-info-inner-row {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 30px 0;
}

.filter-new__choise-dropdown {
	width: 100%;
	display: inline-block;
	background: white;
	border: solid 1px #d3d3d3;
	border-left: 0;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	position: relative;
	font-size: 14px;
	color: #474747;
	height: 48px;
	text-align: left;
	outline: none;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.filter-new__choise-dropdown .select {
	font-family: "Open Sans", sans-serif;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 10px;
	height: 100%;
	min-width: 76px;
	max-width: 76px;
}

.filter-new__choise-dropdown .select i {
	top: 11px;
	position: absolute;
	right: 12px;
	font-size: 8px;
	color: #888;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	padding: 10px 0;
}

.filter-new__choise-dropdown .select span {
	font-family: "PT Sans",sans-serif;
	font-size: 19px;
	color: black;
}

.filter-new__choise-dropdown:hover {
	-webkit-box-shadow: 0 0 4px #ccc;
	box-shadow: 0 0 4px #ccc;
}

.filter-new__choise-dropdown:active {
	background-color: #f8f8f8;
}

.filter-new__choise-dropdown .active,.filter-new__choise-dropdown .page-menu__item:hover {
	-webkit-box-shadow: 0 0 4px #ccc;
	box-shadow: 0 0 4px #ccc;
	border-radius: 2px 2px 0 0;
	background-color: #f8f8f8;
}

.filter-new__choise-dropdown .active:hover,.filter-new__choise-dropdown .page-menu__item:hover {
	-webkit-box-shadow: 0 0 4px #ccc;
	box-shadow: 0 0 4px #ccc;
	border-radius: 2px 2px 0 0;
	background-color: rgba(2,117,216,0.14);
}

.filter-new__choise-dropdown-menu {
	position: absolute;
	background-color: #fff;
	width: 100%;
	left: 0;
	margin-top: 1px;
	-webkit-box-shadow: 0 1px 2px #ccc;
	box-shadow: 0 1px 2px #ccc;
	border-radius: 0 1px 2px 2px;
	overflow: hidden;
	display: none;
	overflow-y: auto;
	z-index: 9;
	padding: 0;
	list-style: none;
}

.filter-new__choise-dropdown-menu li {
	font-family: "Open Sans", sans-serif;
	padding: 10px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	cursor: pointer;
}

.filter-new__choise-dropdown-menu li:hover {
	background-color: rgba(2,117,216,0.14);
	color: black;
}

.filter-new__choise-dropdown-menu li:active {
	background-color: #e2e2e2;
}

.filter-new__mobile-close {
	display: none;
	width: 100%;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 10px 0;
	background: #F3F4F6;
	margin-bottom: 10px;
}

.filter-new__mobile-text {
	display: none;
}

.filter-new__mobile-close-info {
	font-family: "PT Sans",sans-serif;
	font-size: 15px;
	color: #345591;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.filter-new__mobile-close-info i {
	font-size: 8px;
	margin-right: 5px;
}

.filter-new__mobile-container {
	width: 100%;
}

.filter-new__address-mobile-info {
	display: none;
}

.metro-title {
	font-family: "PT Sans",sans-serif;
	font-size: 19px;
	cursor: pointer;
}

.bold {
	font-weight: bold;
}

.price-range__min--price {
	width: 80%;
	right: 0;
	left: auto;
}

.price-range__max--price {
	width: 80%;
	right: 0;
	left: auto;
}

.filter-new-room-active {
	border: solid 1px #345591;
	background-color: rgba(2,117,216,0.14);
}

.price-range__border {
	border-radius: 0;
}

.price-range__min {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.price-range {
	font-family: "PT Sans",sans-serif;
}

.icon-map-point {
	padding: 0 5px 0 10px;
	color: grey;
}

.px-lg-0 {
	padding: 0 !important;
}

.pr-lg-0 {
	padding-right: 0 !important;
}

.pl-lg-0 {
	padding-left: 0 !important;
}

@media only screen and (max-width: 1200px) {
	.filter-new__row {
		gap: 10px 0;
	}

	.filter-new__address-choise-metro-inner {
		width: 99%;
	}

	.filter-new__address-choise-popup {
		width: 18%;
	}

	.filter-new__currency {
		width: 100%;
		border-left: 1px solid #d3d3d3;
	}

	.price-range {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 10px 0;
	}

	.price-range__border {
		width: 100% !important;
	}

	.pr-md-0 {
		padding-right: 0 !important;
	}

	.pl-md-0 {
		padding-left: 0 !important;
	}

	.px-md-0 {
		padding: 0 !important;
	}

	.pr-md-reset {
		padding-right: 6px !important;
	}

	.pl-md-reset {
		padding-left: 6px !important;
	}
}

@media only screen and (max-width: 576px) {
	.filter-new__container {
		margin-top: 0;
	}
	.filter-new__rooms .rent__panel--row>div:first-of-type {
		width:245px!important;
	}
	.filter-new__rooms .rent__panel--row>div:last-of-type {
		width:120px!important;
	}
	.filter-new__rooms .rent__filter--sorting  {
		width:100%;
	}
	.filter-new__rooms .rent__panel--sorting .fake-select__value {
		max-width:max-content;
		width:100%;
		padding: 0;
	}

	.filter-new__mobile-more-options {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.filter-new__address-choise-metro-info-inner .set-filter-popup-button {
		width:180px;
	}
	.filter-new__mobile-container {
		display: none;
		position: fixed;
		top: 45px;
		z-index: 9999;
		background: white;
		width: 100%;
		height: 100%;
		left: 0;
		overflow: auto;
	}

	.filter-new__mobile-container-padding {
		padding: 0 20px;
	}

	.filter-new__mobile-close {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.filter-new__choised-options {
		display: none;
	}

	.filter-new__address-choise-popup {
		width: 30%;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.filter-new__address-choise-popup-item:first-of-type {
		margin-right: 10px;
	}

	.filter-new__option-container {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.filter-new__more-options {
		display: none;
	}

	.filter-new__more-row {
		display: block;
		-webkit-box-shadow: none;
		box-shadow: none;
		margin: 0;
	}

	.filter-new__more-row-inner {
		padding: 0;
	}

	.filter-new__option {
		-webkit-box-align: baseline;
		-ms-flex-align: baseline;
		align-items: baseline;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.filter-new__option-title {
		font-size: 16px;
	}

	.filter-new__option-subtext {
		display: none;
	}

	.filter-new__info-bank {
		display: none;
	}

	.filter-new__inputs {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}

	.filter-new__option-container-help {
		display: none;
	}

	.filter-new__extra-options {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.filter-new__extra-option {
		margin-right: 0;
		width: 100%;
	}

	.filter-new__extra-option label {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		width: 100%;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.filter-new__rooms-container {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 10px 0;
	}

	.filter-new__room {
		border-radius: 5px;
	}

	.filter-new__drop {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: 0 0 20px 0;
	}

	.filter-new__rooms-line-mobile {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}

	.filter-new__room-mobile {
		border-radius: 0 !important;
	}

	.filter-new__mobile-text {
		display: block;
		font-family: "PT Sans",sans-serif;
		font-size: 16px;
	}

	.filter-new__address-choise-metro-container-close {
		top: auto;
	}

	.filter-new__address-chouse-metro-info-title {
		font-size: 19px;
	}

	.filter-new__address-mobile-info {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		position: relative;
		height: 40px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 10px;
	}

	.filter-new__address-mobile-info i {
		position: absolute;
		right: 12px;
		font-size: 10px;
	}

	.filter-new__address-choise-metro-info {
		display: none;
	}

	.filter-new__address-choise-metro-info-inner-row {
		gap: 0;
	}

	.price-range__min {
		margin-bottom: 10px !important;
	}

	.rent__panel .rent__panel--sorting .fake-select__value {
		width:fit-content;
		padding:0;
		margin:0;
	}
	.rent__filter--sorting {
		width:auto;
	}
}

@media only screen and (max-width: 360px) {
	.filter-new__address-choise {
		width: 48%;
	}
}

.p-relative {
	position:relative;
}
.mask_phone-container {
	position: absolute;
	top: 2px;
	right: 8px;
	cursor:pointer;
	z-index:999;
}
.mask_phone-container select {
	height: 45px;
	border: 0;
	background:transparent;
}
.other-country {
	display:none;
	margin:30px 0 0;
}
.other-country .list-socials {
	list-style:none;
	display:flex;
	flex-direction:row;
	gap:0 15px;
	margin:10px 0;
	padding:0;
}
.other-country .list-socials .circle {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #7a7c7c;
}
.other-country .list-socials .circle a {
	text-decoration:none;
	color:white;
	height:100%;
	width:100%;
	display:flex;
	align-items:center;
	justify-content:center;
}
.other-country .list-socials .circle .icon-vk {
	font-size:11px;
}


.question_block_info {
	display:flex;
	flex-direction:row;
	justify-content: center;
	align-items: center;
	height:110px;
	background: #7CD4B0;
	color:white;
	font-family: "PT Sans",sans-serif;
	font-weight:bold;
	font-size:30px;
}
.full-point__wraper {
	overflow: auto;
}
.full-point__list {
	display: flex;
	flex-direction: row;
	list-style: none;
	margin: 0 0 15px 0;
	padding: 0;
	overflow-x: auto;
	justify-content: flex-start;
}
.full-point__list::-webkit-scrollbar {
	overflow: auto;
	-ms-overflow-style: none; /* IE 11 */
	scrollbar-width: none; /* Firefox 64 */
}
.recommendations .b-programs__recommendation {
	background: url(../images/programs/bg-rec.jpg);
	background-size: cover;
	padding: 30px;
	padding-top: 50px;
	background-position: right;
	height: 430px;
}
.recommendations .twodays-hour__info-text {
	width:57%;
	display: flex;
	flex-direction: column;
	line-height: 35px;
}
.recommendations .questions-block {
	margin:50px 0;
	display:flex;
	flex-direction:row;
	justify-content: space-between;
}
.recommendations .question-block__img {
	background: rgba(205, 234, 244, 0.8);
	display: flex;
	flex-direction: column;
	padding:15px 15px 50px 15px;
	align-items: center;
	justify-content: center;
	gap:10px 0;
}
.recommendations .question-block__img-info {
	background: #F9F020;
	padding:20px;
	width: 100%;
}
.recommendations .question-block__img-info a {
	font-size:24px;
	font-weight: bold;
	text-decoration: none;
	color:black;
	display: block;
	width: 100%;
}
.recommendations .slider-block__header-new  {
	width:60%;
}
.recommendations .rent__slider {
	margin-top:60px;
}
.recommendations .slider-block__box-new .slick-arrow {
	top:-70px;
}
.recommendations .slider-block__box-new .slider-block__link {
	top:-66px;
}
.recommendations .programs-slider__img {
	min-height:147px;
}
.recommendations .programs-slider__iteam {
	width:369px;
	min-height: 434px;
	max-height: 434px;
	overflow: hidden;
}
.recommendations .programs-slider__title {
	font-size:16px;
	color:#979797;
}
.recommendations .programs-slider__name {
	font-size:28px;
}
.recommendations .programs-slider__description {
	margin-top:10px;
	max-height: 187px;
	overflow: hidden;
}
.recommendations .steps-item__header {
	height:auto;
	padding-top:20px;
	padding-bottom:20px;
}
.recommendations .steps-item__header--num {
	top:32px;
}

@media screen and (max-width:1200px) {
	.recommendations .steps-item__header--num {
		top:31px;
	}
	.recommendations .questions-block {
		flex-wrap: wrap;
	}
}
@media screen and (max-width:991px) {
	.recommendations .b-programs__recommendation {
		background:#FBADBA;
		height: auto;
	}
	.recommendations .twodays-hour__info-text {
		width:100%;
	}
}
@media screen and (max-width:768px) {
	.recommendations .question_block_info {
		padding:30px;
		height:auto;
	}
	.recommendations .question-block__img {
		padding:15px;
	}
	.recommendations .slider-block__box-new .slider-block__link {
		top: 0;
		position: relative;
		right: 0;
		margin-top: 0;
	}
	.recommendations .slider-block__box-new .slick-arrow {
		display: none!important;
	}
	.recommendations .slider-block__header-new {
		width: 100%;
	}
	.recommendations .steps-item__header--num {
		top: 29px;
	}
}



.your-version .b-programs__recommendation {
	background: url("../images/programs/bg-your-choise.png");
	background-size: cover;
	background-position: right;
	height: 430px;
}
.your-version .your-version__services {
	background: rgba(34, 36, 37, 0.03);
	border: 1px solid rgba(34, 36, 37, 0.2);
	box-sizing: border-box;
	border-radius: 5px;
	height:150px;
	display:flex;
	align-items:center;
	padding:20px;
}
.your-version__services-title {
	font-weight: bold;
	font-size: 30px;
	line-height: 30px;
	color: #000000;
}
.your-version .your-version__services a {
	width:100%;
}
.your-version .our-advantages__block {
	display:flex;
	gap:10px 0;
	flex-direction:column;
}
.your-version .our-advantages__block-this {
	display:flex;
	padding: 25px 20px;
	margin: 0;
}
.your-version .our-advantages__block-this:nth-of-type(1){
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.your-version .our-advantages__block-this:nth-of-type(2){
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.your-version .our-advantages__block-this .our-advantages__img {
	margin-right:20px;
}
.your-version .our-advantages {
	margin:40px 0;
}
.your-version .buy-info {
	margin: 0 0 27px;
	display:flex;
	flex-direction:row;
	align-items:center;
	padding:30px 0;
	justify-content:center;
	background-color: rgba(124, 212, 176, 0.6);
}

.your-version .buy-info__title {
	font-size: 30px;
	font-weight: bold;
}

.your-version .buy-info__text {
	font-size: 15px;
	font-weight: normal;
	color: #222425;
}
.your-version .buy-info__row {
	display:flex;
	flex-direction:row;
	gap:0 30px;
}
.your-version .buy-info__column{
	display:flex;
	flex-direction:column;
}

.your-version .question-line{
	display: flex;
	flex-direction: column;
}

.your-version .question-line {
	display: flex;
	flex-direction: row;
	gap: 0 15px;
}
.your-version .question-line span {
	font-weight:bold;
}
.your-version .question-line {
	background: #7cd4b0;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 70px;
	padding-top: 20px;
	padding-bottom: 20px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 30px;
	margin-bottom: 25px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.your-version .steps-item__header {
	height:auto;
	padding-top:20px;
	padding-bottom:20px;
}
.your-version .steps-item__header--num {
	top:32px;
}
@media only screen and (max-width: 1199px){
	.your-version .lessor__header__row {
		gap:30px 0;
	}
	.your-version .b-programs__recommendation {
		background:#86BDCE;
		height:auto;
	}
	.your-version .lessor__header__row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		margin-bottom: 30px;
	}
	.your-version .lessor__button {
		text-align:left;
	}
}
@media only screen and (max-width: 768px){
	.your-version .programs__header {
		padding:0;
	}
	.your-version__services {
		flex-wrap:wrap;
		gap:20px 0;
		height:auto;
	}
	.your-version .our-advantages__img {
		display:block;
	}
	.your-version .our-advantages__blocks {
		overflow-y: hidden;
		position: relative;
		flex-direction:row;
	}
	.your-version .our-advantages__block {
		flex-direction: column;
		min-width: 270px;
	}
	.your-version .buy-info {
		padding:20px;
	}
	.your-version .buy-info__row {
		flex-direction:column;
		gap:10px 0;
	}
	.your-version .buy-info__row img {
		width:74px;
	}
	.your-version .buy-info__column .buy-info__title {
		margin-bottom:10px;
	}
	.your-version .question-line {
		flex-direction:column;
		gap:10px 0;
		padding:20px;
	}
	.your-version .question-line div {
		width:100%;
	}
	.your-version .question-line a {
		width:100%;
	}
	.your-version .your-version__services {
		height:auto;
	}
	.mobile-column {
		flex-direction:column!important;
	}

}
@media only screen and (max-width: 576px){
	.your-version .mobile-column img {
		width:50px;
	}
	.your-version .slider-block__header-new {
		width: 100%;
	}
	.your-version .steps-item__header--num {
		top: 29px;
	}
	.your-version .lessor__button {
		margin-bottom:0;
	}
	.your-version .filter-button {
		margin:0!important;
	}
}
.header-contact__dropdown .little-title {
	font-size:15px;
	font-weight:bold;
	color:#222425;
}
.header-contact__dropdown .list-phoness {
	padding:0;
	list-style:none;

	font-size:15px;
	margin: 10px 0 5px 0;
}
.header-contact__dropdown .list-phoness li {
	display:flex;
	margin-bottom:10px;
}
.header-contact__dropdown .list-phoness li img {
	margin-right:5px;
}
.header-contact__dropdown .list-phoness li a {
	color:#222425;
	text-decoration:none;
	font-weight:normal;
}
.header-contact__dropdown .list-phoness li a b {
	font-weight:bold;
}
.header-contact__dropdown .middle-title {
	font-size:19px;
	font-weight:bold;
}

.seo-blok-active {
	position:relative;
}

/* New Programs Block */
.programsBlockPage {
	display:flex;
	flex-direction: row;
	margin-bottom:30px;
	overflow:hidden;
	gap:0 2px;
}
.programsBlockPage--newbuild {
	max-height:313px;
	height:313px;
}
.programsBlockPage--newbuild .modalNew.open .Title {
	font-size:19px;
	margin-bottom:10px;
	margin-top:0;
}
.programsBlockPage--newbuild .modalNew.open .modalNew__form {
	max-height: 313px;
	min-height: 313px;
	border: 1px solid #D3D3D3;
	padding: 5px 30px 20px 30px;
}
.programsBlockPage--newbuild .modalNew.open .modalNew__formBody {
	width:100%;
}
.programsBlockPage a {
	text-decoration: none;
	color:var(--c-darkblack);
}
.programsBlockPage__Col {
	display:flex;
	flex-direction:column;
	gap:3px 0;
}
.programsBlockPage__firstCol--newbuild {
	width:470px;
	min-width:470px;
}
.programsBlockPage__secondCol--newbuild {
	width:314px;
	min-width:314px;
}
.programsBlockPage__lastCol--newbuild {
	width:352px;
	min-width:352px;
}
.programsBlockPage__item {
	max-height:155px;
	height:155px;
	min-height:155px;
	background: #c3ebfc;
	position:relative;
	overflow: hidden;
}
.programsBlockPage__itemInner {
	padding:20px 100px 15px 20px;
	display:flex;
	flex-direction: column;
	max-height:155px;
}
.programsBlockPage__itemPreHeader {
	font-size: 15px;
}
.programsBlockPage__itemHeader {
	font-size:19px;
	font-weight: bold;
	margin-bottom: 10px;
	max-height: 27px;
}
.programsBlockPage__itemDesc {
	max-height:63px;
	font-size: 16px;
	overflow: hidden;
}
.programsBlockPage__imgCard {
	position:absolute;
	right:-30px;
	top: 30px;
}
.programsBlockPage__itemCard {
	background-color: transparent;
	border-radius: 0 5px 5px 0;
	border-top: 1px solid rgba(34,36,37,0.2);
	border-bottom: 1px solid rgba(34,36,37,0.2);
	border-right: 1px solid rgba(34,36,37,0.2);
}
@media screen and (max-width:1200px) {
	.programsBlockPage__imgCard {
		display:none;
	}
}
.programsBlockPage__itemFlat {
	height:100%;
	display:flex;
	flex-direction: column;
	gap:10px 0;
	padding:50px 30px;
	background: #F5F7F9;
	border-radius: 5px;
}
.programsBlockPage__itemFlatTitle {
	color: var(--c-darkblack);
	font-weight:bold;
	font-size: 19px;
}
@media screen and (max-width:1200px) {
	.programsBlockPage {
		flex-wrap:wrap;
		gap:2px 2px;
	}
	.programsBlockPage--newbuild {
		max-height:inherit;
		height:inherit;
	}
	.programsBlockPage__firstCol--newbuild, .programsBlockPage__secondCol--newbuild {
		width:49%;
		min-width:49%;
	}
	.programsBlockPage__lastCol--newbuild {
		width:100%;
		min-width: 100%;
	}
	.programsBlockPage--newbuild .modalNew.open .modalNew__form, .programsBlockPage--newbuild .modalNew.open {
		width:100%;
	}
}
@media screen and (max-width:991px) {
	.programsBlockPage__firstCol--newbuild, .programsBlockPage__secondCol--newbuild {
		width:100%;
		min-width:100%;
	}
	.programsBlockPage__item {
		height:inherit;
		max-height:inherit;
	}
	.programsBlockPage__itemInner {
		height:100%;
	}
	.programsBlockPage__itemInner, .programsBlockPage__itemHeader, .programsBlockPage__itemDesc {
		max-height:inherit;
	}
}
@media screen and (max-width:576px) {
	.programsBlockPage__itemInner {
		padding:20px;
	}
}

.programsNew .programsNewContainer .lessor__header {
	padding-left:0;
	padding-right:0;
}
@media screen and (max-width: 576px) {
	.programsNew .programsNewContainer {
		padding-left:0;
		padding-right:0;
	}
	.programsNew .programsNewContainer .programsBlockPage__Col:not(:last-of-type) {
		padding-left:22px;
		padding-right: 22px;
	}
}


/*Заглушки стилей под след задачи*/
.research.pagination-items a.button {
	padding:0 15px;
	height:inherit;
	font-size:16px;
}
.full-content__btn.button--small {
	height: 36px;
	line-height: 34px;
	font-size: 15px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #ffffff;
	color: #222425;
	border: solid 1px rgba(34,36,37,0.2);
}

@media screen and (max-width: 710px) {
	.cotteges .rent__grid .card-item__like {
		position:relative;
		left:0;
		top:0;
	}
}

.newbuildingBanner {
	background: #F5F7F9;
	padding:30px;
	display:flex;
	flex-direction: row;
	border-radius: 5px;
	margin:40px 0;
}
@media screen and (max-width: 1200px) {
	.newbuildingBanner {
		margin:40px 0 0 0;
	}
}
@media screen and (max-width: 576px) {
	.newbuildingBanner {
		flex-direction: column;
		padding: 0 0 30px 0;
	}
}
.newbuildingBanner__row {
	display:flex;
	flex-direction: row;
}
@media screen and (max-width: 576px) {
	.newbuildingBanner__row {
		flex-direction: column-reverse;
		align-items: center;
	}
}
.newbuildingBanner__column {
	display:flex;
	flex-direction: column;
	gap:30px 0;
	position: relative;
}
.newbuildingBanner__title {
	font-size:19px;
	font-weight: bold;
	color:var(--c-darkblack);
	max-width:264px;
}
.newbuildingBanner__btn{
	max-width:264px;
}
.newbuildingBanner__btn .modalButton {
	width:100%;
}
.newbuildingBanner__img {
	position:absolute;
	top:-20px;
	left:0px;
}
@media screen and (max-width: 576px) {
	.newbuildingBanner__img {
		position:relative;
		top: 0;
		left: 0px;
		width: 132px;
	}
}
@media screen and (max-width: 576px) {
	.sortBuild .row {
		flex-wrap:nowrap;
	}
	.sortBuild .row>div {
		width:100%;
	}
	.sortBuild .fake-select {
		width:100%;
	}
	.sortBuild .rent__filter--sorting {
		width:max-content;
	}
}


.rentFlatAdd {

}

.rentFlatAdd .modalNew.open {
	width:100%;
}
.rentFlatAdd .modalNew.open .modalNew__form, .rentFlatAdd .modalNew.open .modalNew__formBody {
	width:100%;
	padding:0;
	max-height: initial;
}
.rentFlatAdd .rentFlatAdd__block {
	width:850px;
	border-radius: 5px;
	padding:20px 30px;
}
.rentFlatAdd__blockLinks {
	position: absolute;
	right: 0;
	top: 285px;
	width: 25%;
	display: flex;
	flex-direction: column;
	gap: 10px 0;
}
.rentFlatAdd__blockLinks h2 {
	margin:0;
	font-size: 19px;
}
.rentFlatAdd__blockLinks a {
	font-size:15px;
	color:#2A55A4;
	text-decoration: none;
	max-width: 75%;
}
.rentFlatAdd .rentFlatAdd__block .rentFlatAdd__blockFull .textInputContainer {
	width:500px;
}
.rentFlatAdd .rentFlatAdd__block .rentFlatAdd__blockRow {
	display:flex;
	flex-direction: row;
	gap:0 20px;
	position: relative;
}
.rentFlatAdd .rentFlatAdd__block .rentFlatAdd__blockColumn {
	display:flex;
	flex-direction: column;
	gap:10px 0;
	width: 100%;
}
.rentFlatAdd .rentFlatAdd__file {
	display: flex;
	flex-direction: column-reverse;
}
.rentFlatAdd .file-input {
	display: flex;
	gap: 10px 0;
	flex-direction: column-reverse;
}
.rentFlatAdd .webform-field-upload-list {
	display: flex;
	flex-direction: row;
	gap: 10px;
	margin: 20px 0 20px 0;
	flex-wrap:wrap;
}
.rentFlatAdd  .webform-field-upload-notice {
	display:none;
}
.rentFlatAdd .webform-field-upload {
	height:48px;
	width:258px;
}
.rentFlatAdd .rentFlatAdd__block .rentFlatAdd__blockRow .textInputContainer.dropDownElement{
	min-width:440px;
}
.rentFlatAdd .rentFlatAdd__block .rentFlatAdd__blockRow .streetWidth{
	min-width:440px;
}
.rentFlatAdd .rentFlatAdd__subTitle {
	font-size:15px;
	color:#797A7B;
}
.rentFlatAdd .rentFlatAdd__rooms {
	display: flex;
	flex-direction: row;
	gap:0 10px;
	margin-bottom: 20px;
}
.rentFlatAdd .rentFlatAdd__rooms input[type='radio'] {
	display:none;
}
.rentFlatAdd .rentFlatAdd__rooms span {
	display:flex;
	align-items: center;
	justify-content: center;
	width:63px;
	height:48px;
	border-radius: 5px;
	border: 1px solid #D3D3D3;
	color:var(--c-darkblack);
	font-weight: bold;
	cursor: pointer;
}
.rentFlatAdd .rentFlatAdd__rooms input[type='radio']:checked + span {
	background: #AF1B57;
	border: 1px solid #AF1B57;
	color:white;
}
.rentFlatAdd .rentFlatAdd__file .webform-field-upload span {
	background: #FFFFFF;
	border: 1px solid #D3D3D3;
	border-radius: 5px;
	min-width:254px;
	height:48px;
	display:flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.rentFlatAdd .webform-field-upload-list.webform-field-upload-list-single {
	display: flex;
	flex-direction: row;
	gap: 20px;
	flex-wrap: wrap;
	margin: 20px 0;
}
.rentFlatAdd .webform-field-upload-list li {
	white-space: nowrap;
	width: 150px;
	overflow: hidden;
	background: #D3D3D3;
	border-radius: 5px;
	height: 55px;
}

.rentFlatAdd .webform-field-upload-list li.error {
	background: #d02929;
}


.rentFlatAdd .webform-field-upload-list li div.webform-field-item-wrap {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: flex-start;
	margin: 0 0 3px 0;
	color: #888;
	white-space: nowrap;
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 5px 15px;
}
.rentFlatAdd  .webform-field-upload-list li .upload-file-name {
	padding: 0 5px 0 0;
	display: inline-block;
	max-width: 100px;
	overflow: hidden;
	margin:0;
}
.rentFlatAdd  .webform-field-upload-list del {
	display: inline-block;
	margin: 0 3px 0 6px;
	width: 16px;
	height: 16px;
	border-radius: 30px;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	-webkit-transition: background .3s,color .3s;
	transition: background .3s,color .3s;
	text-decoration: none;
	outline: 0;
	cursor: pointer;
	position: absolute;
	right: 5px;
	top: 10px;
	font-size: 30px;
}
.rentFlatAdd textarea {
	min-height: 136px;
}
.rentFlatAdd  .modalNew__info {
	margin-top:20px;
}
.rentFlatAdd .button {
	margin:20px 0;
}
.rentFlatAdd .rentFlatAdd__title {
	font-weight:bold;
	margin:0 0 20px 0;

}
.rentFlatAdd .rentFlatAdd__title:not(:first-of-type) {
	margin:20px 0 20px 0;
}
.rentFlatAdd .rentFlatAdd__fileDesc {
	color:#8E8F90;
	line-height: 20px;
	position: absolute;
	right: 0;
	width: 440px;
}
@media screen and (max-width: 1200px) {
	.rentFlatAdd__blockLinks {
		display:none;
	}
}
@media screen and (max-width:768px) {
	.rentFlatAdd .rentFlatAdd__block {
		width:100%;
	}
	.rentFlatAdd .rentFlatAdd__block .rentFlatAdd__blockRow {
		flex-direction: column;
		gap:10px;
	}
	.rentFlatAdd .rentFlatAdd__block .rentFlatAdd__blockFull .textInputContainer {
		width:100%;
		min-width: 100%!important;
	}
	.rentFlatAdd .rentFlatAdd__block .rentFlatAdd__blockRow.houseInputs .textInputContainer {
		max-width:100%;
	}
	.rentFlatAdd .rentFlatAdd__block .rentFlatAdd__blockRow .streetWidth {
		min-width:100%;
	}
	.rentFlatAdd h1 {
		font-size:19px;
		margin-top:20px;
	}
	.rentFlatAdd .rentFlatAdd__fileDesc {
		position:relative;
	}
}
@media screen and (max-width:576px) {
	.rentFlatAdd .rentFlatAdd__block {
		padding:20px 10px;
	}
	.rentFlatAdd .rentFlatAdd__rooms label {
		width:20%;
	}
	.rentFlatAdd .rentFlatAdd__rooms span {
		width:100%;
	}
}

.last-col--commerce .modalNew.open .modalNew__form {
	max-height: 484px;
}

.graph__price-block {
	display:flex;
	justify-content: space-between;
	padding-right:30px;
	gap:0 30px;
}
@media screen and (max-width:576px) {
	.graph__price-block {
		flex-direction: column;
	}
}
@media screen and (max-width:767px) {
	.mobileCounter {
		display:flex;
		flex-direction:column;
	}
	.mobileCounter li:not(:last-of-type){
		margin-bottom:33px;
	}
	.mobileCounter li {
		display:flex;
		flex-direction: row;
		align-items: center;
	}
}

.subsend {
	background: #f8f8f8;
	padding: 20px 30px;
	border-radius: 5px;
	margin: 0 0 40px 0;
	font-weight: normal;
}

.cookies {
	position:fixed;
	bottom:0;
	z-index:999;
	background: #AF1B57;
	color:white;
	left:50%;
	transform: translateX(-50%);
	padding:20px 30px;
	font-size:16px;
	display:flex;
	flex-direction: row;
	gap:0 20px;
	align-items: center;
	width:max-content;
}
@media screen and (max-width:991px) {
	.cookies {
		gap: 15px 0;
		width:100%;
		top: 0;
		bottom: inherit;
		z-index: 99999;
		padding:20px 20px;
		left:50%;
		transform: translate(-50%, -50%);
		top:50%;
		flex-wrap: wrap;
	}
}
.cookies.hidden {
	display:none;
}
.cookies button {
	border:none;
	outline:none;
	background:white;
	color: #AF1B57;
	font-weight: bold;
	min-width: 133px;
	text-align: center;
	padding: 15px 0;
	border-radius: 6px;
	cursor: pointer;
}
@media screen and (max-width:991px) {
	.cookies button {
		width:100%;
		padding:7px 0;
	}
	.cookies button:first-of-type {
		float:left;
		width:48.2%;
		margin-right:10px;
	}
	.cookies button:last-of-type {
		float:right;
		width:48.2%;
	}
}
.cookies a {
	color:white;
}
.infoTel {
	margin-bottom:15px;
}
.form-group .invalid-feedback {
	display:none;
}
.form-group.has-error.has-danger .invalid-feedback {
	display:block;
	color:#d13338;
}

.page.spros.newSpros .rent__filter {
	padding:0 25px;
}

.page.spros.newSpros .spros-filter {
	margin:0 0 50px 0;
	border-radius: 5px;
	background: #F5F7F9;
	border:none;
}
@media all and (max-width:576px) {
	.page.spros.newSpros .spros-filter {
		padding:14px 10px;
	}
}
.page.spros.newSpros .bottom-navigation {
	background:#F5F7F9;
	margin:0;
}
.page.spros.newSpros .bottom-navigation__showmore, .pagination-dropdown__current {
	color: #2A55A4;
}
.page.spros.newSpros .pagination-dropdown__current--text:after {
	border-left: 1px solid #2A55A4;
	border-bottom: 1px solid #2A55A4;
}
.page.spros.newSpros .bottom-navigation__pagination {
	border-left:none;
}
.newSpros .ddk-buyer-base__abs {
	background:#F3F4F5;
}
@media screen and (max-width:769px) {
	.newSpros .ddk-buyer-base__abs .ddk-buyer-base__flex-abs .button {
		position: fixed;
		bottom: 32px;
		z-index:999;
		min-width: calc(100% - 120px);
		max-width: calc(100% - 120px);
	}
}
.lk-box-sevices .container {
	background:#F7F7F7;
}
.programm-seller__title {
	font-size:30px;
	font-weight: bold;
	margin-bottom:20px;
	display:block;
}
.programm-seller__list {
	display:flex;
	gap:50px;
	overflow: auto;
	padding-bottom: 40px;
}
.programm-seller__list__item {
	min-width:348px;
	min-height: 144px;
	font-size:19px;
	font-weight: bold;
	color:#222425;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding:0 20px;
	position: relative;
	text-decoration:none;
}
.programm-seller__list__item img {
	position:absolute;
	right:0;
	bottom:0;
}
.programm-seller__list__item--consult {
	background: #CEF3C6;
}
.programm-seller__list__item--sells {
	background: #E0F4FB;
}
.programm-seller__list__item--test {
	background: #FFE9E3;
}

.mobileFixedBtn {
	display:none;
}

@media screen and (max-width:769px) {
	.mobileFixedBtn {
		position: fixed;
		bottom: 32px;
		left: 20px;
		padding: 8px 20px;
		z-index: 99;
		display: block;
		background: rgba(175, 27, 87, 1);
		color: #fff;
		text-decoration: none;
		border-radius: 5px;
		min-width: calc(100% - 120px);
		max-width: calc(100% - 120px);
		text-align: center;
	}
}
@media screen and (max-width:576px) {
	.slider-block.slider-block__with-text.rent__slider.programs-slider .slick-prev,
	.slider-block.slider-block__with-text.rent__slider.programs-slider .slick-next {
		display:none!important;
	}
}


.us-popap-sec-review__links {
	display:flex;
	gap:20px;
}
.google-icon , .yandex-ru {
	max-width:150px;
}