html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.db {
  display: block;
}

.dib {
  display: inline-block;
}

.fl_l {
  float: left;
}

.fl_r {
  float: right;
}

.center {
  overflow: hidden;
}

.tac {
  text-align: center;
}

.nav {
  list-style: none;
}

strong,
b {
  font-weight: 700;
}

button,
textarea,
input[type=email],
input[type=password],
input[type=text],
input[type=button],
input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}

/* clears the 'X' from Internet Explorer */

input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the 'X' from Chrome */

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/

/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}
*/

/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of SCSS

@include sprites($spritesheet-sprites);
*/

svg * {
  transition: all 0.2s ease-in-out;
}

textarea,
input {
  font-family: "Inter", sans-serif;
  -webkit-appearance: none;
  border-radius: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
input[type="tel"]::webkit-inner-spin-button,
input[type="tel"]::webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
  -webkit-text-fill-color: white !important;
  transition: background-color 9999s ease-in-out 0s !important;
}



.house-info_right input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #E6E7EA inset !important;
  -webkit-text-fill-color: black;
}

.drop {
  display: none;
}

.offices-list .tab-menu,
.team-list .tab-menu {
  color: #24262B;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  text-align: center;
  margin: 0 0 40px;
}

.offices-list .tab-menu li,
.team-list .tab-menu li {
  color: inherit;
  display: inline-block;
  margin: 0 18px;
  padding: 0 0 12px;
  vertical-align: top;
  border-bottom: 3px solid transparent;
  cursor: pointer;
}

.offices-list .tab-menu li:hover,
.team-list .tab-menu li:hover {
  border-bottom: 3px solid #2D888E;
}

.offices-list .tab-menu .active,
.team-list .tab-menu .active {
  border-bottom: 3px solid #2D888E;
}

.text-in ul,
.text-in ol,
.text-in p {
  margin: 0 0 20px;
}

.text-in a {
  color: indianred;
  text-decoration: underline;
}

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

.text-in li {
  padding: 0 0 0 25px;
  position: relative;
}

.text-in ul li:after {
  top: 13px;
  width: 5px;
  left: 0;
  height: 5px;
  border-radius: 100%;
  content: "";
  position: absolute;
  background: #2D888E;
}

.text-in ol {
  counter-reset: li;
}

.text-in ol li {
  counter-increment: li;
}

.text-in ol li:after {
  position: absolute;
  color: #2D888E;
  left: 0;
  top: 0;
  content: counter(li);
}

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

* {
  outline: none;
  box-sizing: border-box;
}

body {
  font: 400 20px/28px "Inter", sans-serif;
  min-width: 375px;
  position: relative;
  color: #24262B;
  background: #EDEEF0;
}

.wrapper {
  margin: 0 auto;
  position: relative;
  z-index: 5;
  width: 100%;
  padding: 0 40px;
  max-width: 1920px;
  box-sizing: border-box;
}

.wrapper:after {
  content: "";
  display: table;
  clear: both;
}

.btn {
  padding: 0;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  box-sizing: border-box;
  background: none;
  border: none;
}

h1 {
  font: 400 100px/1.2 "Forum", serif;
  color: inherit;
  margin: 0 0 30px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

h2 {
  font: 400 130px/156px "Forum", serif;
  color: inherit;
  margin: 0 0 30px;
  letter-spacing: 2.6px;
  text-transform: uppercase;
}

.title-item,
h3 {
  font: 400 80px/1.2 "Forum", serif;
  color: inherit;
  letter-spacing: 1.6px;
  margin: 0 0 30px;
  text-transform: uppercase;
}

h4 {
  font: 400 60px/1.2 "Forum", serif;
  color: inherit;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

h5 {
  font: 400 34px/40px "Forum", serif;
  color: inherit;
  letter-spacing: 1.02px;
  text-transform: uppercase;
}

.small-title,
.text-l,
.content-error,
.house-info_right .cash,
.catalog-list_map_info .cash .actual,
.content-callback-small {
  color: rgba(36, 38, 43, 0.6);
  font-size: 34px;
  font-weight: 400;
  line-height: 48px;
}

.text-m,
.contacts-info_table,
.house-info_in,
.house-info_right .last-cash,
.house-info_right .article {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
}

.text-s,
.footer_bottom,
.house-info_right input,
.house-info_right,
.catalog-list_map_info .item,
.all-filter_in input,
.all-filter_in .before,
.all-filter_in .form-item:after,
.catalog-filter_drop_in input,
.catalog-filter_drop_in .before,
.catalog-filter_drop_in .form-item:after,
.news-list .date,
.select-list-type .select2-selection__rendered,
.select2-selection.search .select2-selection__rendered {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.text-xs {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.bottom-l {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}

.all-filter .select2-selection__choice__remove,
.all-filter li + .select2-search--inline {
  display: none !important;
}
.all-filter .select2-selection__rendered li:first-child:before{
  display: none !important;
}
.all-filter .select2-selection__rendered li:before{
  content: " ,";
}
.all-filter .select2-selection__rendered .select2-search{
  width: 100%;
}
.all-filter .select2-selection__rendered li{
  display: inline-block;
  vertical-align: top;
}
.all-filter .select-list-type input[type=search]{
  width: 100% !important;
  padding: 0;
  background: none;
  border: none;
  height: 22px;
}

.bottom-m,
.house-info_in .tab-menu li,
.house-info_right .social,
.drop--city li,
.radio-list-type span,
.currency-toggle span,
.all-filter_in .label,
.catalog-filter_search .drop li,
.select2-dropdown input {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.btn-white,
.btn-color,
.btn-empty,
.btn-empty-white {
  border-radius: 100px;
  background: #FFF;
  padding: 16px 25px 16px 30px;
  color: #24262B;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  transition: all 0.2s ease-in-out;
}

.btn-white svg,
.btn-color svg,
.btn-empty svg,
.btn-empty-white svg,
.btn-white img,
.btn-color img,
.btn-empty img,
.btn-empty-white img {
  float: right;
  margin: 0 0 0 20px;
}

.btn-white:active,
.btn-color:active,
.btn-empty:active,
.btn-empty-white:active,
.btn-white:hover,
.btn-color:hover,
.btn-empty:hover,
.btn-empty-white:hover {
  background: #CACED7;
}

.btn-white:disabled,
.btn-color:disabled,
.btn-empty:disabled,
.btn-empty-white:disabled {
  background: #E6E7EA;
  color: rgba(36, 38, 43, 0.3);
}

.btn-white:disabled svg,
.btn-color:disabled svg,
.btn-empty:disabled svg,
.btn-empty-white:disabled svg,
.btn-white:disabled img,
.btn-color:disabled img,
.btn-empty:disabled img,
.btn-empty-white:disabled img {
  opacity: 0.3;
}

.btn-empty-white {
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
}

.btn-empty-white:active,
.btn-empty-white:hover {
  color: #fff;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.4);
}

.btn-empty-white:disabled {
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: none;
  opacity: 1;
  color: rgba(255, 255, 255, 0.4);
}

.btn-empty {
  background: none;
  padding: 16px 25px 16px 30px;
  border: 1px solid #CACED7;
}

.btn-empty:active,
.btn-empty:hover {
  border: 1px solid #24262B;
  background: none;
}

.btn-empty:disabled {
  border: 1px solid rgba(36, 38, 43, 0.6);
  background: none;
  opacity: 1;
  color: rgba(36, 38, 43, 0.3);
}

.btn-empty:disabled path {
  opacity: 1;
  stroke: rgba(36, 38, 43, 0.3);
}

.btn-color {
  color: #fff;
  padding: 17px 25px 17px 30px;
  background: #2D888E;
}

.btn-color:active,
.btn-color:hover {
  background: #236C70;
}

.btn-color:disabled {
  background: #9CBABD;
  color: rgba(255, 255, 255, 0.4);
}

.btn-color:disabled svg,
.btn-color:disabled img {
  opacity: 0.4;
}

.small-title,
.title-item {
  text-align: center;
}

.small-title {
  margin: 0 0 80px;
}

.wow {
  visibility: hidden;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

@keyframes bounce {
  0%, 100%, 20%, 53%, 80% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }

  40%, 43% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100px, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  animation-name: zoomIn;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: rgb(30, 30, 30);
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}

/* Caption */

.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}

/* Transition effects */

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */

@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}

/* Share */

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  background: rgba(0, 0, 0, 0.1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */

@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.select2-hidden-accessible {
  visibility: hidden;
  opacity: 0;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
  display: none;
}

.select2-container {
  z-index: 10000;
}

.select2-search--dropdown {
  display: none !important;
}

.select2 {
  display: block;
  text-align: left;
  min-width: 140px;
}

.select2-selection {
  display: block;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  border-radius: 2px;
  height: 30px;
  cursor: pointer;
}

.select2-selection__rendered {
  padding: 0 40px 0 15px;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}

.select2-selection__arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 100%;
}

.select2-selection__arrow b {
  position: absolute;
  right: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background: url(../images/svg/arr-nav-dark.svg) no-repeat;
}

.select2-dropdown {
  border: 2px solid #cccccc;
  display: block;
  box-sizing: border-box;
  border-top: none;
  background: #ffffff;
}

.select2-results__option {
  line-height: 1.5em;
  color: #333;
  cursor: pointer;
  padding: 0 0 0 17px;
}

.select2-results__option[aria-selected=true] {
  color: #ffffff;
}

.select2 {
  width: 100% !important;
}

.select2-dropdown {
  border: 1px solid #CACED7;
  margin: 19px 0 0 0;
  white-space: nowrap;
  background: #EDEEF0;
  box-shadow: 0px 2px 12px 0px rgba(147, 153, 165, 0.3);
}

.select2-dropdown ul {
  padding: 20px 0;
}

.select2-dropdown li {
  color: #24262B;
  font-size: 18px;
  font-weight: 500;
  padding: 10px 20px;
  line-height: 26px;
  position: relative;
}

.select2-dropdown.radio-type {
  margin-left: -51px;
}

.select2-dropdown.radio-type li {
  padding: 10px 20px 10px 54px;
}

.select2-dropdown.radio-type li:after {
  left: 25px;
  content: "";
  position: absolute;
  top: 15px;
  border: 4px solid #EDEEF0;
  background: transparent;
  box-shadow: 0 0 0 2px #24262B;
  width: 6px;
  transition: all 0.2s ease-in-out;
  height: 6px;
  border-radius: 100%;
}

.select2-dropdown.search {
  margin-top: 0;
}

.select2-dropdown.search .select2-search {
  display: block !important;
}

.select2-dropdown input {
  width: 100%;
  background: url(../images/svg/search-dark.svg) no-repeat left center;
  height: 30px;
  padding: 4px 0 4px 28px;
  border: none;
  font-family: "Inter", sans-serif;
  color: #24262B;
}

.select2-dropdown li:hover {
  color: #24262B;
  background: #E6E7EA;
}

.select2-results__option[aria-selected=true] {
  color: #24262B;
}

.select2-results__option[aria-selected=true]:after {
  background: #24262B !important;
}

.select2-container--open .select2-selection__arrow {
  transform: scale(1, -1);
}

.select2-selection.search {
  background: url(../images/svg/search-dark.svg) no-repeat left center;
  color: rgba(36, 38, 43, 0.6);
  border: none;
  height: 30px;
  border-bottom: 1px solid #CACED7;
}

.select2-selection.search .select2-selection__arrow {
  display: none;
}

.select2-selection.search .select2-selection__rendered {
  padding: 4px 0 4px 28px;
}

.header {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease-in-out;
}

.header:not(.show-header) .mobile__btns .mobile__btn:first-child path{
  fill: transparent;
  stroke: #fff;
}
.header:not(.show-header) .mobile__btns path{
  fill: #fff;
}


.open-mega-menu .header .mobile__btns path{
  fill: #24262B;
}
.open-mega-menu .header .mobile__btns .mobile__btn:first-child path{
  fill: transparent;
  stroke: #24262B;
}


.header .mobile__btns{
  display: none;
}

.header.show-header .burger span{
  background: #24262B;
}

.header.show-header .logo svg path{
  fill: #24262B;
}

.hide-header {
  transform: translateY(-100%);
  opacity: 0;
}

.show-header {
  transform: translateY(0);
  background: #EDEEF0;
  border-bottom: 1px solid #CACED7;
  opacity: 1;
}

.logo {
  float: left;
  padding: 26px 40px 21px;
}
.header_wh,.header_tg{
  float: right;
  cursor: pointer;
  position: relative;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding: 42px 39px 37px 40px;
  transition: all 0.2s linear;
}
.header--white .header_wh,.header--white .header_tg{
  border-color: #CACED7;
}
.header.is-fix .header_wh,.header.is-fix .header_tg{
  padding: 23px 39px 22px 40px;
  border-color: #CACED7;
}
.logo img,
.logo svg {
  transition: all 0.2s linear;
  display: block;
  height: 56px;
}

.header_nav {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  overflow: hidden;
  padding: 0 0 0 39px;
}

.header_nav li {
  display: inline-block;
  margin: 0 34px 0 0;
  vertical-align: top;
}

.header_nav a {
  color: #FFF;
  padding: 45px 0 32px;
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  position: relative;
  transition: all 0.2s linear;
}

.header_nav a:after {
  content: "";
  transition: all 0.2s ease-in-out;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  position: absolute;
  background: #2D888E;
  height: 2px;
  display: inline-block;
}

.header_nav a:hover:after {
  opacity: 1;
}

.header_nav i {
  transition: all 0.2s linear;
  margin: 46px 0 0;
  display: inline-block;
  vertical-align: middle;
  float: right;
  width: 24px;
  height: 24px;
  background: url(../images/svg/arr-nav.svg);
}

.header_nav .active > a:after {
  opacity: 1;
}

.header_nav .has-child > a {
  padding-right: 29px;
}

.header_nav .has-child > i {
  display: inline-block;
}

.header_nav .has-child.open-menu > i {
  transform: scale(-1);
}

.header_nav .has-child.open-menu > .drop-menu {
  display: block !important;
}

.header_nav i {
  display: none;
}

.burger {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  float: right;
  position: relative;
  height: 103px;
  padding: 38px 45px 53px;
  cursor: pointer;
  transition: all 0.2s linear;
}

.burger:hover span {
  background: #2D888E;
}

.burger span {
  transition: transform 0.2s ease-in-out;
  width: 29px;
  height: 1px;
  background: #fff;
  margin: 10px 0;
  display: block;
  position: relative;
}

.burger.open span {
  transform: rotate(45deg);
  margin: 0 0 15px;
  top: 0;
}

.burger.open span:first-child {
  transform: rotate(-45deg);
  top: 16px;
}

.header_search,
.header_favorite {
  transition: all 0.2s linear;
  float: right;
  cursor: pointer;
  position: relative;
  border: none;
  background: none;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding: 42px 39px 37px 40px;
}

.header_search svg,
.header_favorite svg,
.header_search img,
.header_favorite img {
  display: block;
  transition: all 0.2s ease-in-out;
}

.header_search:hover path,
.header_favorite:hover path {
  stroke: #2D888E;
}

.header_search.open:after,
.open.header_favorite:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  background: #EDEEF0 url(../images/svg/close-dark.svg) no-repeat center;
  height: 100%;
}

.header_favorite span {
  border-radius: 100px;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  transition: all 0.2s linear;
  line-height: 20px;
  width: 20px;
  height: 20px;
  top: 20%;
  right: 22%;
  background: #2D888E;
  position: absolute;
}

.header_tel {
  transition: all 0.2s linear;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  float: right;
  padding: 25px 40px 25px;
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.drop-menu {
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.4);
  top: 104px;
  z-index: -1;
  left: 0;
  right: 0;
}

.drop-menu b {
  font: 400 20px/1.4 "Inter", sans-serif;
  margin: 0 0 0 -3px;
  color: rgba(36, 38, 43, 0.3);
  display: inline-block;
  vertical-align: top;
}

.drop-menu li {
  margin: 0;
  position: relative;
  display: block;
  float: none;
}

.drop-menu li:after {
  background: #2D888E;
  border-radius: 100%;
  position: absolute;
  top: calc(50% - 6px);
  left: 0;
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
}

.drop-menu li:first-child {
  border-top: 1px solid #CACED7;
}

.drop-menu a {
  font: 400 80px/1.2 "Forum", serif;
  color: rgba(36, 38, 43, 0.3) !important;
  background: url(../images/svg/arr-dark-big.svg) no-repeat right center;
  letter-spacing: 1.6px;
  border-bottom: 1px solid #CACED7;
  text-transform: uppercase;
  display: block;
  padding: 50px 100px 49px 15.6%;
  position: relative;
}

.drop-menu a:after {
  display: none;
}

.drop-menu a:hover {
  color: #2D888E !important;
}

.drop-menu a:hover b {
  color: rgba(36, 38, 43, 0.6);
}

.drop-menu a:hover img {
  opacity: 1;
  visibility: visible;
}

.drop-menu img {
  right: 225px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transition: all 0.2s ease-in-out;
  transform: translateY(-50%);
  visibility: hidden;
}

.drop-menu_in {
  background: #EDEEF0;
  overflow: auto;
  padding: 119px 40px;
  max-height: calc(100vh - 101px);
  box-shadow: 0 999px 0 999px rgba(0, 0, 0, 0.4);
}

.open-mega-menu .header,
.header.is-fix,
.header--open-nav,
.header--white {
  background: #EDEEF0;
  border-bottom: 1px solid #CACED7;
}

.open-mega-menu .header .header_tel,
.open-mega-menu .header .header_nav a,
.header.is-fix .header_tel,
.header.is-fix .header_nav a,
.header--open-nav .header_tel,
.header--open-nav .header_nav a,
.header--white .header_tel,
.header--white .header_nav a {
  color: #24262B;
}

.open-mega-menu .header .burger span,
.header.is-fix .burger span,
.header--open-nav .burger span,
.header--white .burger span {
  background: #24262B;
}

.open-mega-menu .header .header_search path,
.open-mega-menu .header .header_favorite path,
.header.is-fix .header_search path,
.header.is-fix .header_favorite path,
.header--open-nav .header_search path,
.header--open-nav .header_favorite path,
.header--white .header_search path,
.header--white .header_favorite path {
  stroke: #24262B;
}

.open-mega-menu .header .header_nav i,
.header.is-fix .header_nav i,
.header--open-nav .header_nav i,
.header--white .header_nav i {
  background: url(../images/svg/arr-nav-dark.svg);
}

.open-mega-menu .header .header_tel,
.open-mega-menu .header .header_search,
.open-mega-menu .header .header_favorite,
.open-mega-menu .header .burger,
.open-mega-menu .header .header_nav,
.header.is-fix .header_tel,
.header.is-fix .header_search,
.header.is-fix .header_favorite,
.header.is-fix .burger,
.header.is-fix .header_nav,
.header--open-nav .header_tel,
.header--open-nav .header_search,
.header--open-nav .header_favorite,
.header--open-nav .burger,
.header--open-nav .header_nav,
.header--white .header_tel,
.header--white .header_search,
.header--white .header_favorite,
.header--white .burger,
.header--white .header_nav {
  border-color: #CACED7;
}

.open-mega-menu .header .logo [fill],
.header.is-fix .logo [fill],
.header--open-nav .logo [fill],
.header--white .logo [fill] {
  fill: #24262B;
}

.mega-menu,
.big-search {
  background: #EDEEF0;
  text-align: center;
  position: fixed;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  top: 104px;
  bottom: 0;
  left: 0;
  width: 100%;
  transition: all 0.2s ease-in-out;
}

.mega-menu.open,
.open.big-search {
  opacity: 1;
  visibility: visible;
}

.mega-menu a{
  font: 400 60px/72px "Forum", serif;
  color: rgba(36, 38, 43, 0.6);
  display: block;
  padding: 10px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}

.big-search a {
  font: 400 80px/96px "Forum", serif;
  color: rgba(36, 38, 43, 0.6);
  display: block;
  padding: 10px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}

.mega-menu a:hover,
.big-search a:hover {
  color: #2D888E;
}

.mega-menu .active a,
.big-search .active a {
  color: #2D888E;
}

.mega-menu_in_bottom path{
  stroke: currentColor;
}
.mega-menu_in_bottom {
  border-top: 1px solid #CACED7;
  background: #EDEEF0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.mega-menu_in_bottom .item {
  float: left;
  width: 25%;
  border-left: 1px solid #CACED7;
}

.mega-menu_in_bottom .item:first-child {
  border-left: none;
}

.mega-menu_in_bottom a {
  font: 400 34px/40px "Forum", serif;
  color: #2D888E;
  padding: 43px 10px;
  text-align: center;
  letter-spacing: 1.02px;
  text-transform: uppercase;
}

.mega-menu_in {
  height: 100%;
  overflow: auto;
  position: relative;
  padding: 85px 0 226px;
}

.mega-menu_in li {
  /*margin: 0 0 20px;*/
}

.big-search {
  text-align: left;
}

.big-search .form-item {
  position: relative;
  margin: 0 0 42px;
}

.big-search .clear {
  background: #EDEEF0;
  position: absolute;
  padding: 20px 0 19px;
  right: 0;
  top: 0;
  bottom: 1px;
  display: none;
}

.big-search input {
  color: #24262B;
  font-size: 20px;
  font-weight: 400;
  padding: 20px 40px 20px 0;
  line-height: 28px;
  display: block;
  border: none;
  background: url(../images/svg/search-dark.svg) no-repeat right center;
  border-bottom: 1px solid #CACED7;
  width: 100%;
}

.big-search input::-webkit-input-placeholder {
  color: rgba(36, 38, 43, 0.6);
}

.big-search input::-moz-placeholder {
  color: rgba(36, 38, 43, 0.6);
}

.big-search input:-moz-placeholder {
  color: rgba(36, 38, 43, 0.6);
}

.big-search input:-ms-input-placeholder {
  color: rgba(36, 38, 43, 0.6);
}

.big-search input:focus {
  border-bottom: 1px solid #24262B;
}

.big-search form {
  max-width: 900px;
  margin: 0 auto;
  display: block;
}

.big-search h4 {
  margin: 0 0 28px;
}

.big-search .has-text .clear {
  display: block;
}

.big-search_in {
  padding: 100px;
  height: 100%;
  overflow: auto;
  position: relative;
}

.drop-autocomplite {
  display: none;
}

.drop-autocomplite a {
  font: 400 20px/1.4 "Inter", sans-serif;
  transition: all 0.2s ease-in-out;
  color: #24262B;
  letter-spacing: normal;
  text-transform: none;
  padding: 20px 34px;
}

.drop-autocomplite a:hover {
  color: #24262B;
  background: #E6E7EA;
}

.drop-autocomplite span {
  padding: 9px 14px 7px;
  border: 1px solid #CACED7;
  margin: 10px 5px 0 0;
  display: inline-block;
  border-radius: 20px;
  vertical-align: top;
  letter-spacing: normal;
  color: rgba(36, 38, 43, 0.6);
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.drop-autocomplite .label {
  margin: 0 0 10px;
  color: rgba(36, 38, 43, 0.6);
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.drop-autocomplite .label svg,
.drop-autocomplite .label img {
  float: left;
  margin: 0 10px 0 0;
}

.drop-autocomplite .item {
  margin: 0 0 41px;
}

.content {
  overflow: hidden;
}

.content > * {
  overflow: hidden;
}

.masthead {
  background: linear-gradient(0deg, rgba(18, 77, 103, 0.4) 0%, rgba(18, 77, 103, 0) 38.38%), linear-gradient(180deg, rgba(18, 77, 103, 0.5) 0%, rgba(18, 77, 103, 0) 62.45%), linear-gradient(0deg, rgba(24, 45, 58, 0.4) 0%, rgba(24, 45, 58, 0.4) 100%);
  background-blend-mode: multiply, multiply, multiply, normal;
  min-height: 100vh;
  position: relative;
  padding: 100px 0;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
  text-align: center;
  overflow: hidden;
  font-size: 34px;
  font-weight: 400;
  line-height: 48px;
}

.masthead .wrapper {
  position: static;
}

.masthead h1 {
  display: block;
  margin: 0 auto 30px;
  max-width: 1291px;
}

.masthead video {
  filter: brightness(.5);
}
.masthead .scroll {
  z-index: 2;
  position: absolute;
  bottom: 73px;
  white-space: nowrap;
  left: 50%;
  transform: translateX(-50%);
  color: #FFF;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  /* 120% */
}

.masthead .scroll svg {
  float: left;
  margin: 0 10px 0 0;
  position: relative;
  animation: bounce 3s infinite;
}

.masthead .btn-white,
.masthead .btn-empty-white,
.masthead .btn-empty,
.masthead .btn-color {
  position: absolute;
  bottom: 51px;
  padding: 17px 49px 17px 54px;
  left: 39px;
}

.bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.group-masthead.catalog-news .bg{
  filter: brightness(.5);
}
.about-info-small + .content-big-nav{
  padding-top: 0;
}
.about-info-small {
  overflow: hidden;
  padding: 150px 0;
  text-align: center;
}

.about-info-small .title-item i {
  color: #2D888E;
}

.about-info-small b {
  font: 400 130px/1.2 "Forum", serif;
  display: block;
  margin: 0 0 10px;
  color: #24262B;
  letter-spacing: 2.6px;
  text-transform: uppercase;
}

.about-info-small li {
  display: inline-block;
  color: rgba(36, 38, 43, 0.6);
  vertical-align: top;
  width: 30%;
}

.about-info-small p {
  max-width: 510px;
  margin: 0 auto;
}

.content-search {
  overflow: hidden;
  text-align: center;
  color: #fff;
  padding-bottom:111px;
}

.content-search .in {
  position: relative;
  overflow: hidden;
  padding: 100px 0 105px;
}

.content-search .small-title {
  color: #fff;
}

.content-search .title-item {
  max-width: 776px;
  margin: 0 auto 30px;
}

.content-search .form-item {
  width: 100%;
  position: relative;
  margin: 0 0 29px;
}

.content-search .btn {
  width: 100%;
}

.content-search .tab-menu {
  color: #FFF;
  font-size: 18px;
  margin: 0 0 79px;
  font-weight: 500;
  line-height: 26px;
}

.content-search .tab-menu li {
  display: inline-block;
  vertical-align: top;
  border-bottom: 3px solid transparent;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  padding: 0 0 12px;
  margin: 0 18px;
}

.content-search .tab-menu li:hover {
  border-bottom: 3px solid #2D888E;
}

.content-search .tab-menu .active {
  border-bottom: 3px solid #2D888E;
}

.content-search form {
  max-width: 49%;
  margin: 0 auto;
  display: block;
}

.content-search input {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  padding: 20px 65px 20px 0;
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  background: url(../images/svg/search.svg) no-repeat right center;
}

.content-search input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.content-search input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.content-search input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.content-search input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.content-search a {
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  display: inline-block;
  vertical-align: top;
  padding: 9px 20px 7px;
  color: #FFF;
  font-size: 16px;
  margin: 0 5px 10px;
  font-weight: 400;
  line-height: 22px;
  transition: all 0.2s ease-in-out;
}

.content-search a:hover {
  border: 1px solid #fff;
}

.content-search .btn {
  margin: 50px 0 0;
}

.content-search .btn svg {
  margin: -5px 0 -5px 20px;
  float: none;
}

.maybe-favorite-list {
  padding: 149px 0 0;
  overflow: hidden;
  text-align: center;
}

.maybe-favorite-list .bg {
  opacity: 0;
  transition: all 0.2s ease-in-out;
}

.maybe-favorite-list .in {
  overflow: hidden;
  text-align: left;
  margin: 0 -20px -40px;
}

.maybe-favorite-list .item {
  float: left;
  display: block;
  width: 33.3%;
  padding: 0 20px 40px;
  position: relative;
  z-index: 2;
}

.maybe-favorite-list .item:nth-child(odd) {
  clear: left;
}

.maybe-favorite-list .item:nth-child(19),
.maybe-favorite-list .item:nth-child(15),
.maybe-favorite-list .item:nth-child(11),
.maybe-favorite-list .item:nth-child(7),
.maybe-favorite-list .item:nth-child(3) {
  margin-left: 33.3%;
}

.maybe-favorite-list .item:first-child {
  margin-left: 0;
}

.maybe-favorite-list .item:hover .bg {
  opacity: 1;
}

.maybe-favorite-list .item:hover a {
  color: #fff;
}

.maybe-favorite-list .item:hover path {
  stroke: #fff;
}

.maybe-favorite-list .item:hover span {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.maybe-favorite-list p {
  max-width: 290px;
  margin-bottom:20px;
}
.prew_pic{
  margin-bottom: 30px;
}

.maybe-favorite-list span {
  padding: 24px 0 29px;
  transition: all 0.2s ease-in-out;
  position: absolute;
  bottom: 0;
  left: 50px;
  text-align: right;
  right: 50px;
  border-top: 1px solid #CACED7;
}

.maybe-favorite-list span svg {
  margin-right: -10px;
}

.maybe-favorite-list a {
  font: 400 34px/40px "Forum", serif;
  color: #24262B;
  border: 1px solid #2D888E;
  letter-spacing: 1.02px;
  text-transform: uppercase;
  height: auto;
  padding: 49px;
  padding-bottom: 20px;
  display: block;
  position: relative;
}

.about-agency-colums {
  overflow: hidden;
  text-align: center;
  padding: 150px 0 0;
}

.about-agency-colums .title-item {
  max-width: 1187px;
  margin: 0 auto 30px;
}

.about-agency-colums .small-title {
  max-width: 1049px;
  margin: 0 auto 80px;
}

.about-agency-colums .in {
  color: rgba(36, 38, 43, 0.6);
  margin: 0 -20px;
  text-align: left;
  display: -ms-flexbox;
  display: flex;
}

.about-agency-colums .col {
  padding: 0 20px;
  width: 25%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  float: left;
}

.about-agency-colums .col:first-child img {
  margin-top: auto;
}

.about-agency-colums .col-long {
  width: 50%;
}

.about-agency-colums .col-long img {
  min-height: 800px;
  height: 100%;
}

.about-agency-colums .btn {
  margin-top: auto;
}

.about-agency-colums img {
  object-fit: cover;
  width: 100%;
}

.about-agency-colums img:first-child {
  margin: 0 0 30px;
}

.about-agency-colums img:last-child {
  margin: auto 0 0;
}

.content-big-nav {
  padding: 150px 0 0;
  position: relative;
  z-index: 5;
  overflow: visible;
}

.content-big-nav b {
  font: 400 20px/1.4 "Inter", sans-serif;
  margin: 0 0 0 -20px;
  color: rgba(36, 38, 43, 0.3);
  display: inline-block;
  vertical-align: top;
}

.content-big-nav li {
  position: relative;
}

.content-big-nav li:after {
  background: #2D888E;
  border-radius: 100%;
  position: absolute;
  top: calc(50% - 6px);
  left: 0;
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
}

.content-big-nav li:first-child {
  border-top: 1px solid #CACED7;
}

.content-big-nav a {
  font: 400 130px/1.2 "Forum", serif;
  color: rgba(36, 38, 43, 0.3);
  background: url(../images/svg/arr-dark-big.svg) no-repeat right center;
  letter-spacing: 2.6px;
  border-bottom: 1px solid #CACED7;
  text-transform: uppercase;
  display: block;
  padding: 50px 100px 49px 25.6%;
  position: relative;
}

.content-big-nav a:hover {
  color: #2D888E;
}

.content-big-nav a:hover b {
  color: rgba(36, 38, 43, 0.6);
}

.content-big-nav a:hover img {
  opacity: 1;
  visibility: visible;
}

.content-big-nav img {
  right: 100px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transition: all 0.2s ease-in-out;
  transform: translateY(-50%);
  visibility: hidden;
}

.faq {
  overflow: hidden;
  padding: 150px 0 0;
}

.faq .small-title {
  max-width: 1072px;
  margin: 0 auto 80px;
}

.faq .accordion {
  border-top: 1px solid #CACED7;
}

.faq .accordion-item {
  border-bottom: 1px solid #CACED7;
  position: relative;
  overflow: hidden;
  padding: 40px 100px 40px 25.6%;
}

.faq .accordion-item:hover .accordion-title:after {
  border-color: #24262B;
}

.faq .drop {
  color: rgba(36, 38, 43, 0.6);
  padding: 19px 0 33px;
  max-width: 1020px;
}

.faq + .content-callback{
  padding-top: 80px;
}
.faq .drop .btn {
  width: auto;
  margin: 40px 0 0;
  display: inline-block;
}

.faq .btn {
  margin: 80px auto 0 auto;
  display: block;
  width: 25%;
}

.faq .btn svg {
  display: inline-block;
  float: none;
  margin: -4px 0 -6px 20px;
}

.faq .accordion-title {
  color: #24262B;
  position: relative;
  cursor: pointer;
}

.faq .accordion-title:after {
  transition: all 0.2s ease-in-out;
  content: "+";
  width: 45px;
  height: 45px;
  border-radius: 100px;
  border: 1px solid #CACED7;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -100px;
  line-height: 37px;
  text-align: center;
  display: inline-block;
  font-weight: 100;
  font-size: 50px;
  color: rgba(36, 38, 43, 0.6);
}

.faq .active .accordion-title:after {
  line-height: 38px;
  font-size: 70px;
  content: "-";
}

.faq h5 {
  max-width: 1020px;
}

.faq img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  max-height: 90%;
  height: auto;
  max-width: 20%;
}

.faq p {
  margin: 0 0 20px;
}

.faq p:last-child {
  margin: 0;
}

.faq li {
  padding: 0 0 0 15px;
  position: relative;
}

.faq li:after {
  background: currentColor;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 100%;
  position: absolute;
  top: 11px;
  left: 0;
}

.content-callback {
  overflow: hidden;
  text-align: center;
  padding: 150px 0;
}

.content-callback .left {
  padding: 134px 30px;
  float: left;
  min-height: 808px;
  background: #fff;
  width: 50%;
}

.content-callback .right {
  position: relative;
  overflow: hidden;
  text-align: center;
  z-index: 2;
  color: #fff;
  padding: 223px 30px 0;
  min-height: 808px;
}

.content-callback .small-title {
  color: #fff;
}

.content-callback + .project-list-small {
  padding-top: 0;
}

.content-callback p {
  color: rgba(36, 38, 43, 0.6);
}

.content-callback img {
  display: block;
  margin: 0 auto 80px;
}

.content-callback h5 {
  margin: 0 0 20px;
}

.project-list-small {
  padding: 150px 0 0;
  overflow: hidden;
}

.project-list-small .in {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.project-list-small .item {
  float: left;
  text-align: center;
  width: 50%;
  padding: 0 20px 20px;
}

.project-list-small a {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  padding: 224px 40px 258px;
  display: block;
}

.project-list-small a:hover img {
  transform: scale(1.1);
}

.project-list-small p {
  max-width: 596px;
  margin: 0 auto;
}

.project-list-small a {
  color: #fff;
}

.project-list-small .bg {
  transition: all 0.2s ease-in-out;
}

.news-list {
  color: #24262B;
  padding: 130px 0 0;
  overflow: hidden;
}

.news-list .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 60px;
  height: 60px;
  opacity: 0;
  cursor: pointer;
  border-radius: 100%;
  background: #24262B;
  border: none;
  margin: 0 20px 0 60px;
  transition: all 0.2s ease-in-out;
  z-index: 10;
}

.news-list .slick-arrow path {
  stroke: #fff;
}

.news-list .slick-arrow:hover {
  background: #595D66;
}

.news-list .slick-next {
  left: auto;
  right: 0;
}

.news-list .slick-current .item {
  border-left: 1px solid transparent;
}

.news-list .in {
  overflow: auto;
  margin: 0 -40px 0 -80px;
  position: relative;
}

.news-list .in:hover .slick-arrow:not(.slick-disabled) {
  opacity: 1;
}

.news-list .item {
  display: inline-block;
  padding: 0 80px;
  vertical-align: top;
  border-left: 1px solid #CACED7;
  white-space: normal;
  width: 676px !important;
}

.news-list .small-title {
  color: #24262B;
}

.news-list .text,
.news-list h5 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-list .text {
  height: 56px;
}

.news-list .link {
  display: inline-block;
  color: #24262B;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  margin: 60px 0 0;
}

.news-list .link svg {
  margin-left: 5px;
  float: right;
}

.news-list .date {
  border-radius: 20px;
  padding: 9px 21px 7px 30px;
  border: 1px solid #CACED7;
  position: absolute;
  top: 0;
  left: 0;
}

.news-list .date:after {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  content: "";
  position: absolute;
  display: inline-block;
  background: #2D888E;
  top: 15px;
  left: 13px;
}

.news-list h5 {
  margin: 0 0 30px;
  transition: all 0.2s ease-in-out;
  height: 80px;
  color: #24262B;
}

.news-list a {
  padding: 200px 0 0;
  position: relative;
  display: block;
  color: rgba(36, 38, 43, 0.6);
}

.news-list a:hover h5 {
  color: #2D888E;
}

.point-estate-preview {
  padding: 142px 0 0;
  position: relative;
}

.point-estate-preview img {
  width: 100%;
  height: auto;
  display: block;
}

.point-estate-preview .title-item {
  margin: 0;
  position: absolute;
  letter-spacing: 20px;
  line-height: 1;
  bottom: -64px;
  font-size: 255px;
  color: #EDEEF0;
  left: 0;
  width: 100%;
}

.content-social-list {
  padding: 150px 0 151px;
  overflow: hidden;
}

.content-social-list a {
  font: normal 400 130px/156px "Forum", serif;
  color: #24262B;
  transition: all 0.2s ease-in-out;
  /* 120% */
  letter-spacing: 2.6px;
  text-transform: uppercase;
  display: block;
  padding: 31px 0 27px;
  background: url(../images/svg/arr-social.svg) no-repeat center right;
}

.content-social-list a:hover {
  color: #2D888E;
}

.content-social-list svg {
  float: right;
}

.content-social-list ul {
  border-top: 1px solid #CACED7;
}

.content-social-list li {
  border-bottom: 1px solid #CACED7;
}

.crumbs {
  padding: 143px 0 0;
}

.crumbs li {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 5px 0;
  padding: 0 34px 0 0;
  position: relative;
}

.crumbs li:after {
  background: url(../images/svg/arr-crumbs.svg) no-repeat right center;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  content: "";
}

.crumbs li:last-child {
  background: none;
  padding: 0;
}

.crumbs li:last-child:after {
  display: none;
}

.crumbs li:last-child a {
  color: #24262B;
}

.crumbs span,
.crumbs a {
  color: #24262B;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  transition: all 0.2s ease-in-out;
}

.crumbs a:hover {
  opacity: .55;
}

.crumbs ul {
  margin: 0 0 72px;
}

.crumbs h1 {
  font-size: 80px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  text-align: center;
}

.crumbs .back {
  margin: 0 0 38px;
  position: relative;
  color: rgba(36, 38, 43, 0.6);
  font-size: 16px;
  display: block;
  font-weight: 500;
  padding: 0 0 0 34px;
  line-height: 24px;
}

.crumbs .back:after {
  background: url(../images/svg/arr-crumbs.svg) no-repeat right center;
  width: 24px;
  height: 24px;
  position: absolute;
  content: "";
  left: 0;
  transform: scale(-1, 1);
  top: -1px;
}

.favorites-list_nav,
.news-list-nav {
  color: #24262B;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  text-align: center;
  margin: 0 0 40px;
}

.favorites-list_nav a,
.news-list-nav a {
  color: inherit;
  display: inline-block;
  margin: 0 18px;
  padding: 0 0 12px;
  vertical-align: top;
  border-bottom: 3px solid transparent;
}

.favorites-list_nav a:hover,
.news-list-nav a:hover {
  border-bottom: 3px solid #2D888E;
}

.favorites-list_nav .active,
.news-list-nav .active {
  border-bottom: 3px solid #2D888E;
}

.favorites-list {
  padding: 0 0 100px;
}

.favorites-list .item {
  margin: 0 0 10px;
}

.favorites-list .text-l,
.favorites-list .content-error,
.favorites-list .house-info_right .cash,
.house-info_right .favorites-list .cash,
.favorites-list .catalog-list_map_info .cash .actual,
.catalog-list_map_info .cash .favorites-list .actual,
.favorites-list .content-callback-small {
  margin: 40px 0 20px;
  color: #24262B;
}

.favorite-item {
  display: block;
  transform: scale(1);
  position: relative;
  background: #E6E7EA;
  overflow: hidden;
  margin: 0 0 10px;
  padding: 30px;
  color: rgba(36, 38, 43, 0.6);
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.favorite-item:hover h5 {
  color: #2D888E;
}

.favorite-item .article {
  color: #2D888E;
  text-align: right;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  position: fixed;
  top: 30px;
  right: 30px;
}

.favorite-preview {
  padding: 0 84px 0 0;
  border-right: 1px solid #CACED7;
  float: left;
  margin: 0 84px 0 0;
}

.favorite-preview img {
  width: 380px;
  height: 240px;
  object-fit: cover;
  display: block;
}

.favorite-info {
  color: #24262B;
  position: relative;
  font-size: 20px;
  font-weight: 400;
  width: 504px;
  float: left;
  line-height: 28px;
  min-height: 240px;
  margin: 0 84px 0 0;
  border-right: 1px solid #CACED7;
  padding: 0 84px 80px 0;
}

.favorite-info h5 {
  transition: all 0.2s ease-in-out;
  margin: 0 0 6px;
  color: #24262B;
}

.favorite-info .last-cash {
  font-size: 20px;
  color: rgba(36, 38, 43, 0.6);
  line-height: 28px;
  text-decoration: line-through;
}

.favorite-info .cash span {
  display: block;
  white-space: nowrap;
  color: #24262B;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}
.favorite-info .cash p{
  color: rgba(36, 38, 43, 0.6);
  font-size: 16px;
  line-height: 22px;
  font-family: "Inter";

}
.favorite-info .cash .item{
  display: inline-block;
  width: 50%;
}
.favorite-info .cash {
  color: #24262B;
  font-size: 34px;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  margin: 2px 0 0;
  line-height: 48px;
}

.favorite-info .bottom {
  position: absolute;
  bottom: 0;
  left: 0;
}

.favorite-param {
  min-height: 240px;
  float: left;
  position: relative;
  margin: 0 84px 0 0;
  border-right: 1px solid #CACED7;
  padding: 0 84px 110px 0;
  width: 440px;
}

.favorite-param p {
  margin: 0 0 6px;
}

.favorite-param ul:first-child{
  position: static;
}
.favorite-param ul {
  position: absolute;
  bottom: 0;
  left: 0;
}

.favorite-param li svg{
  margin: 0 10px 0 0;
}
.favorite-param li {
  display: inline-flex;
  padding: 8px 13px;
  align-items: center;
  margin: 10px 5px 0 0;
  vertical-align: top;
  border-radius: 20px;
  border: 1px solid #CACED7;
  color: rgba(36, 38, 43, 0.6);
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  /* 137.5% */
}


.favorite-info .icon,
.favorite-info .icon.active,
.id-icon {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: url(../images/svg/is-favorite.svg) no-repeat;
  width: 60px;
  height: 60px;
}
.favorite-info .icon{
  background: url(../images/svg/is-favorite-default.svg) no-repeat;
}
.about-pluses {
  padding: 75px 0 0;
}

.about-pluses table {
  margin: 79px 0 0;
  border-top: 1px solid #CACED7;
  width: 100%;
}

.about-pluses td {
  vertical-align: top;
  color: rgba(36, 38, 43, 0.6);
  font-size: 20px;
  font-weight: 400;
  padding: 50px 0 50px 50px;
  line-height: 28px;
  border-bottom: 1px solid #CACED7;
  position: relative;
}

.about-pluses td:first-child {
  font: 400 34px/40px "Forum", serif;
  color: #2D888E;
  letter-spacing: 1.02px;
  text-transform: uppercase;
  padding-left: 470px;
}

.about-pluses td:first-child:after {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #2D888E;
  position: absolute;
  content: "";
  top: 60px;
  left: 0;
}

.team-list {
  padding: 150px 0 0;
}

.team-list .tab-menu {
  margin: 0 0 80px;
}

.team-list .small-title {
  max-width: 1320px;
  margin: 0 auto 30px;
}

.tab-item,
.carousel-item {
  position: relative;
//display: none;
}
.tab-item:not(.active){
  display: none;
}

.tab-item:first-child,
.carousel-item:first-child {
  display: block;
}

.team-list_carousel {
  margin: 0 -20px;
  color: rgba(36, 38, 43, 0.6);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
}

.team-list_carousel img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
}

.team-list_carousel h5 {
  margin: 0 0 10px;
  color: #24262B;
}

.team-list_carousel .photo {
  position: relative;
  padding: 116% 0 0;
  margin: 0 0 39px;
}

.team-list_carousel .carousel-item {
  padding: 0 20px;
}

.team-list_carousel .slick-dots {
  padding: 30px 0 0;
  text-align: center;
}

.team-list_carousel .slick-dots li {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
}

.team-list_carousel .slick-dots button {
  width: 10px;
  height: 10px;
  cursor: pointer;
  background: #CACED7;
  font-size: 0;
  padding: 0;
  border-radius: 200%;
  border: 0;
  transition: all 0.2s ease-in-out;
}

.team-list_carousel .slick-dots button:hover {
  background: #2D888E;
}

.team-list_carousel .slick-dots .slick-active button {
  background: #2D888E;
}

.offices-list {
  padding: 0 0 50px;
}

.offices-list .tab-menu {
  margin: 0 0 80px;
}

.offices-list_carousel {
  color: #24262B;
  font-size: 34px;
  font-weight: 400;
  line-height: 48px;
  padding: 0 0 78px;
}

.offices-list_carousel .big {
  height: 694px;
  width: 100%;
  position: relative;
}

.offices-list_carousel .small {
  height: 266px;
  right: 200px;
  top: 0;
  position: absolute;
  width: 230px;
}

.offices-list_carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.offices-list_carousel .carousel-item {
  padding: 0 510px 0 0;
}

.offices-list_carousel .bottom {
  position: absolute;
  bottom: 0;
  width: 470px;
  right: 0;
}

.offices-list_carousel .slick-arrow {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  background: none;
  cursor: pointer;
  height: 60px;
  transition: all 0.2s ease-in-out;
  border-radius: 500px;
  border: 1px solid #CACED7;
}

.offices-list_carousel .slick-arrow svg {
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
}

.offices-list_carousel .slick-arrow:hover {
  border: 1px solid #24262B;
}

.offices-list_carousel .slick-next {
  left: 80px;
}

.about-people {
  padding: 100px 0 50px;
}

.about-people_carousel {
  padding: 51px 0 90px;
}

.about-people_carousel .slick-arrow {
  position: absolute;
  bottom: 0;
  right: 80px;
  width: 60px;
  background: none;
  cursor: pointer;
  height: 60px;
  transition: all 0.2s ease-in-out;
  border-radius: 500px;
  border: 1px solid #CACED7;
}

.about-people_carousel .slick-arrow svg {
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
}

.about-people_carousel .slick-arrow:hover {
  border: 1px solid #24262B;
}

.about-people_carousel .slick-next {
  left: 80px;
}

.about-people_carousel .preview {
  position: absolute;
  left: 470px;
  top: 0;
  right: 0;
  height: 100%;
  bottom: 0;
}

.about-people_carousel .in {
  margin: 0 40px 0 0;
  min-height: 694px;
  width: 430px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.about-people_carousel h5 {
  margin-bottom: auto;
}

.about-people_carousel p {
  margin: 20px 0 0;
}

.about-people_carousel img {
  width: 100%;
  display: block;
}

.vacancy-list {
  padding: 100px 0;
  text-align: center;
}

.vacancy-list .small-title {
  margin: 0 auto 30px;
  max-width: 685px;
}

.vacancy-list .in {
  margin: 79px 0 81px;
  border-top: 1px solid #CACED7;
}

.vacancy-list .item {
  font: 400 34px/40px "Forum", serif;
  text-align: left;
  border-bottom: 1px solid #CACED7;
  position: relative;
  padding: 40px 250px 40px 0;
  color: #24262B;
  letter-spacing: 1.02px;
  text-transform: uppercase;
  display: block;
}

.vacancy-list .item .btn {
  top: 40px;
  right: 0;
  position: absolute;
}

.vacancy-list span {
  font-family: "Inter", sans-serif;
  text-transform: none;
}

.vacancy-list span:not(.btn) {
  display: inline-block;
  padding: 8px 13px;
  margin: 29px 0 0;
  letter-spacing: 0;
  border-radius: 20px;
  border: 1px solid #CACED7;
  color: rgba(36, 38, 43, 0.6);
  font-size: 16px;
  line-height: 22px;
}

.about-pluses--style table {
  table-layout: fixed;
}

.about-pluses--style td:first-child {
  width: 60%;
  padding-right: 11%;
}

.news-list-full {
  text-align: center;
  padding: 0 0 100px;
}

.news-list-full .btn {
  width: 280px;
}

.news-list-full_in {
  text-align: left;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 28px 0 0;
  margin: 0 -20px 23px;
}

.news-list-full_in .item {
  margin: 0 0 70px;
  width: 25%;
  padding: 0 20px;
  color: rgba(36, 38, 43, 0.6);
}

.news-list-full_in .item:hover .name {
  color: #2D888E;
}

.news-list-full_in .item:hover img {
  transform: scale(1.1);
}

.news-list-full_in .item--long {
  width: 50%;
}

.news-list-full_in .item--long .preview {
  margin: 0 0 41px;
  height: 562px;
}

.news-list-full_in .preview {
  overflow: hidden;
  margin: 0 0 31px;
  height: 458px;
  display: block;
}

.news-list-full_in .date {
  margin: 0 0 20px;
  display: block;
}

.news-list-full_in .name {
  font: 400 34px/40px "Forum", serif;
  transition: all 0.2s ease-in-out;
  color: #24262B;
  letter-spacing: 1.02px;
  text-transform: uppercase;
  margin: 0 0 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-list-full_in .text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-list-full_in img {
  transition: all 0.2s ease-in-out;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-item-detail {
  color: rgba(36, 38, 43, 0.6);
  padding: 6px 0 100px;
}

.news-item-detail .wrapper {
  max-width: 979px;
}

.news-item-detail .preview {
  margin: 0 0 80px;
}

.news-item-detail .preview img {
  display: block;
  width: 100%;
}

.news-item-detail h1,
.news-item-detail h2,
.news-item-detail h3,
.news-item-detail h4,
.news-item-detail h5 {
  color: #24262B;
  margin: 40px 0;
}

.news-item-detail h1:first-child,
.news-item-detail h2:first-child,
.news-item-detail h3:first-child,
.news-item-detail h4:first-child,
.news-item-detail h5:first-child {
  margin-top: 0;
}

.news-item-detail_nav {
  overflow: hidden;
  margin: 79px 0 0;
  padding: 40px 0 0;
  border-top: 1px solid #CACED7;
}

.news-item-detail_nav a {
  max-width: 40%;
  text-align: right;
  float: right;
}

.news-item-detail_nav a:hover .name {
  color: #2D888E;
}

.news-item-detail_nav a:hover path {
  stroke: #2D888E;
}

.news-item-detail_nav a:first-child {
  text-align: left;
  float: left;
}

.news-item-detail_nav a:first-child svg {
  margin: 0 19px 15px 0;
  float: left;
}

.news-item-detail_nav svg {
  float: right;
  margin: 0 0 15px 19px;
}

.news-item-detail_nav .name {
  transition: all 0.2s ease-in-out;
  color: #24262B;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-item-detail_nav .date {
  margin: 10px 0 0;
  display: block;
  color: rgba(36, 38, 43, 0.6);
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  /* 140% */
}

.catalog-list {
  position: relative;
  padding: 10px 0 0;
}

.catalog-filter {
  padding: 19px 0;
  border-top: 1px solid #CACED7;
  border-bottom: 1px solid #CACED7;
}

.catalog-filter:after {
  content: "";
  display: table;
  clear: both;
}

.catalog-filter .label {
  color: #24262B;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  cursor: pointer;
  padding: 17px 30px 17px 0;
  display: block;
  position: relative;
}

.catalog-filter .label:after {
  content: "";
  width: 24px;
  height: 24px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  position: absolute;
  background: url(../images/svg/arr-nav-dark.svg);
}

.catalog-filter_type,
.catalog-filter_buy,
.catalog-filter_type0 {
  float: left;
  width: 296px;
  z-index: 10;
  position: relative;
  padding: 0 20px;
  border-right: 1px solid #CACED7;
}

.catalog-filter_type:hover .label:after,
.catalog-filter_buy:hover .label:after,
.catalog-filter_type0:hover .label:after {
  transform: translateY(-50%) scale(-1);
}

.catalog-filter_type:hover .drop,
.catalog-filter_buy:hover .drop,
.catalog-filter_type0:hover .drop {
  display: block;
}

.catalog-filter_type:first-child .catalog-filter_drop_in,
.catalog-filter_buy:first-child .catalog-filter_drop_in,
.catalog-filter_type0:first-child .catalog-filter_drop_in {
  left: 40px;
  margin: 0;
}

.catalog-filter_drop_in {
  position: absolute;
  top: 100%;
  width: 398px;
  left: 50%;
  margin-left: -200px;
  padding: 20px 10px 10px 20px;
  border: 1px solid #CACED7;
  background: #EDEEF0;
  box-shadow: 0px 2px 12px 0px rgba(147, 153, 165, 0.3);
}
.catalog-filter > form > div > .catalog-filter_drop_in{
  left: 50px;
  margin: 0;
}
.catalog-filter_all—adaptive.fz0{
  font-size: 0;
  padding-right: 13px;
}

.catalog-filter_drop_in .row {
  overflow: hidden;
  margin: 0 2px 8px -8px;
}

.catalog-filter_drop_in .row .before {
  margin: 0 8px;
}

.catalog-filter_drop_in .row .form-item {
  float: left;
  width: 50%;
  padding: 0 8px;
}

.catalog-filter_drop_in .row .form-item:after {
  right: 8px;
}

.catalog-filter_drop_in .form-item {
  position: relative;
}

.catalog-filter_drop_in .form-item:after {
  content: attr(data-text);
  position: absolute;
  right: 0;
  bottom: 3px;
  color: rgba(36, 38, 43, 0.6);
}

.catalog-filter_drop_in .currency-toggle {
  display: inline-block;
  position: static;
  padding: 4px 6px 5px;
  margin: 0 0 15px;
}

.catalog-filter_drop_in .before {
  position: absolute;
  font-family: "Inter", sans-serif;
  left: 0;
  color: rgba(36, 38, 43, 0.6);
  bottom: 3px;
}

.catalog-filter_drop_in .radio-list-type span,
.catalog-filter_drop_in .currency-toggle span {
  min-width: 1px;
}

.catalog-filter_drop_in input {
  color: #24262B;
  border: none;
  height: 32px;
  border-bottom: 1px solid #CACED7;
  display: block;
  width: 100%;
  background: none;
  font-family: "Inter", sans-serif;
  padding: 4px 20px 4px 25px;
}

.catalog-filter_drop_in input[type=search] {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  height: 26px;
  background: url(../images/svg/search-dark.svg) no-repeat left center;
  background-size: 20px auto;
  padding: 4px 0 4px 28px;
}

.catalog-filter_drop_in input::-webkit-input-placeholder {
  color: rgba(36, 38, 43, 0.6);
}

.catalog-filter_drop_in input::-moz-placeholder {
  color: rgba(36, 38, 43, 0.6);
}

.catalog-filter_drop_in input:-moz-placeholder {
  color: rgba(36, 38, 43, 0.6);
}

.catalog-filter_drop_in input:-ms-input-placeholder {
  color: rgba(36, 38, 43, 0.6);
}

.catalog-filter_drop_in input:focus {
  border-color: #8D919B;
}

.catalog-filter_drop_in input:focus + .clear {
  opacity: 1;
  visibility: visible;
}

.catalog-filter_cash {
  width: 260px;
  z-index: 10;
  position: relative;
  border-right: 1px solid #CACED7;
  float: left;
  padding: 0 20px;
}

.catalog-filter_cash:hover .label:after {
  transform: translateY(-50%) scale(-1);
}

.catalog-filter_cash:hover .drop {
  display: block;
}

.catalog-filter_cash .catalog-filter_drop_in {
  width: 368px;
  left: 50%;
  margin-left: -184px;
}

.catalog-filter_all {
  float: right;
  border-left: 1px solid #CACED7;
  padding: 18px 40px 18px 31px;
  color: #24262B;
  font-size: 18px;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
  line-height: 24px;
  cursor: pointer;
}

.catalog-filter_all.active i {
  display: inline-block;
}

.catalog-filter_all i {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #2D888E;
  margin: 2px 12px 0 -20px;
  vertical-align: top;
  display: inline-block;
}

.catalog-filter_all svg {
  transition: all 0.2s ease-in-out;
  float: left;
  margin: 0 16px 0 0;
}

.catalog-filter_all:hover {
  color: rgba(36, 38, 43, 0.6);
}

.catalog-filter_all:hover svg {
  opacity: 0.6;
}

.catalog-filter_currency {
  width: 135px;
  float: right;
  z-index: 10;
  position: relative;
  border-left: 1px solid #CACED7;
  padding: 0 30px 0 31px;
}

.catalog-filter_currency:hover .label:after {
  transform: translateY(-50%) scale(-1);
}

.catalog-filter_currency:hover .drop {
  display: block;
}

.catalog-filter_currency .catalog-filter_drop_in {
  width: 280px;
  left: 50%;
  margin-left: -140px;
}

.catalog-filter_currency .currency-toggle span {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.catalog-filter_search {
  padding: 0 31px;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 10;
}

.catalog-filter_search .form-item {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
}

.catalog-filter_search .clear {
  position: absolute;
  top: 50%;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  transform: translateY(-50%);
  right: -27px;
}

.catalog-filter_search .clear svg {
  display: block;
}

.catalog-filter_search .clear:hover {
  transform: translateY(-50%) scale(1.1);
}

.content-search .drop ul,
.catalog-filter_search .drop ul{
  border: 1px solid #CACED7;
  padding: 20px 0;
  background: #EDEEF0;
  display: block;
  box-shadow: 0px 2px 12px 0px rgba(147, 153, 165, 0.3);

}
.content-search .drop ,
.catalog-filter_search .drop {
  position: absolute;
  top: 100%;
  text-align: left;
  left: 0;
  width: 100%;
}

.content-search .drop ul ,
.catalog-filter_search .drop ul {
  max-height: 276px;
  overflow: auto;
}

.content-search .drop li ,
.catalog-filter_search .drop li {
  cursor: pointer;
  color: #24262B;
  white-space: nowrap;
  padding: 10px 19px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
}

.content-search .drop li:hover ,
.catalog-filter_search .drop li:hover {
  background: #E6E7EA;
}

.content-search .drop .active ,
.catalog-filter_search .drop .active {
  background: #CACED7 !important;
}

.content-search .drop .title ,
.catalog-filter_search .drop .title {
  cursor: pointer;
  color: rgba(36, 38, 43, 0.6);
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  background: none !important;
  padding: 11px 8px;
}

.content-search .drop .title svg ,
.catalog-filter_search .drop .title svg {
  margin: 0 10px 0 0;
  float: left;
}

.catalog-filter_search input {
  font: 500 18px/26px "Inter", sans-serif;
  display: block;
  padding: 17px 0 17px 30px;
  transition: all 0.2s ease-in-out;
  color: #24262B;
  border: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  background: url(../images/svg/search-dark.svg) no-repeat left center;
}

.content-search input:focus + .clear{
  opacity: 1;
  transition: all 0.2s linear;
}
.content-search .clear:hover{
  transform: scale(1.1);
}
.content-search .clear{
  position: absolute;
  top: 22px;
  cursor: pointer;
  right: 30px;
  opacity: 0;
  transition: all 0.2s linear .5s;
}

.catalog-filter_search input::-webkit-input-placeholder {
  color: #24262B;
}

.catalog-filter_search input::-moz-placeholder {
  color: #24262B;
}

.catalog-filter_search input:-moz-placeholder {
  color: #24262B;
}

.catalog-filter_search input:-ms-input-placeholder {
  color: #24262B;
}

.catalog-filter_search input:focus {
  color: #24262B;
}

.catalog-filter_search input:focus + .clear,
.catalog-filter_search input:focus + .clear + .drop {
  /*display: block;*/
  opacity: 1;
  visibility: visible;
  transition: all 0.2s linear;
}


.catalog-filter_search input:hover {
  color: rgba(36, 38, 43, 0.6);
}

.catalog-filter_search input:hover::-webkit-input-placeholder {
  color: rgba(36, 38, 43, 0.6);
}

.catalog-filter_search input:hover::-moz-placeholder {
  color: rgba(36, 38, 43, 0.6);
}

.catalog-filter_search input:hover:-moz-placeholder {
  color: rgba(36, 38, 43, 0.6);
}

.catalog-filter_search input:hover:-ms-input-placeholder {
  color: rgba(36, 38, 43, 0.6);
}

.catalog-sort {
  margin: 0 0 34px;
  overflow: hidden;
  padding: 20px 40px;
}

.catalog-sort_tag {
  float: left;
  margin-bottom: 10px;
}

.catalog-sort_tag a {
  padding: 8px 19px;
  border-radius: 100px;
  border: 1px solid #CACED7;
  color: rgba(36, 38, 43, 0.6);
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.catalog-sort_tag li {
  margin: 0 4px 5px 0;
  display: inline-block;
}

.catalog-sort_view {
  float: right;
  margin: 0 0 0 40px;
  padding: 5px;
  border-radius: 100px;
  border: 1px solid #CACED7;
}

.catalog-sort_view a {
  color: #24262B;
  float: left;
  font-size: 16px;
  font-weight: 400;
  display: block;
  border-radius: 99px;
  transition: all 0.2s ease-in-out;
  line-height: 24px;
  padding: 2px 14px 2px 7px;
  margin: 0 0 0 5px;
}

.catalog-sort_view a:first-child {
  margin: 0;
}

.catalog-sort_view svg {
  float: left;
  margin: 0 4px 0 0;
}

.catalog-sort_view a:hover,
.catalog-sort_view .active {
  background: #24262B;
  color: #fff;
}

.catalog-sort_view a:hover path,
.catalog-sort_view .active path {
  stroke: #fff;
}

.catalog-sort_price {
  float: right;
  position: relative;
  padding: 7px 0 0;
  font-size: 18px;
}

.catalog-sort_price .select2 {
  min-width: 200px;
}

.catalog-sort_price .select2-selection {
  border: none;
  height: 24px;
}

.catalog-sort_price .select2-selection:hover{
  opacity: .55;
}
.catalog-sort_price .select2-selection__rendered {
  padding: 0 29px 0 0;
  color: #24262B;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.catalog-item {
  text-align: left;
  display: block;
  padding: 30px;
  transform: scale(1);
  overflow: hidden;
  position: relative;
  color: rgba(36, 38, 43, 0.6);
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin: 0 0 10px;
  z-index: 2;
}

.catalog-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #E6E7EA;
  z-index: -1;
  box-sizing: border-box;
  border: 1px solid #E6E7EA;
  transition: all 0.2s linear;
}


.catalog-list_map .second-link:hover,
.catalog-item a:hover,
.catalog-item a:hover h5,
.catalog-item .second-link:hover{
  color: #2D888E;
}

.catalog-list_map .second-link,
.catalog-item .second-link {
  color: inherit;
  transition: all 0.2s linear;
}
/*.catalog-item:hover h5 + p{*/
/*  color: #2D888E;*/
/*  transition: all 0.2s linear;*/
/*}*/
.catalog-item:hover > .info > h5 {
  color: #2D888E;
  transition: all 0.2s linear;
}
.catalog-item:hover:after {
  border: 1px solid #2D888E;
}

.catalog-item .preview {
  display: block;
  padding: 0 84px 0 0;
  float: left;
  margin: 0 84px 0 0;
  min-height: 240px;
  border-right: 1px solid #CACED7;
}

.catalog-item .preview img {
  width: 380px;
  height: 240px;
  object-fit: cover;
  display: block;
}

.catalog-item .info {
  padding: 0 84px 70px 0;
  min-height: 240px;
  float: left;
  width: 504px;
  position: relative;
  border-right: 1px solid #CACED7;
  margin: 0 84px 0 0;
}

.catalog-item .params {
  overflow: hidden;
  min-height: 240px;
  border-right: 1px solid #CACED7;
  padding: 0 84px 0 0;
  margin: 0 300px 0 0;
  width: 440px;
}

.catalog-item .params span {
  padding: 6px 13px;
  display: inline-flex;
  line-height: 24px;
  align-items: center;
  vertical-align: top;
  border-radius: 20px;
  gap: 10px;
  border: 1px solid #CACED7;
  margin: 0 5px 11px 0;
}

.catalog-item .params--bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.catalog-item .bottom {
  margin: auto 0 -8px;
}

.catalog-item .article {
  position: fixed;
  top: 0;
  right: 0;
  margin: 30px;
  color: #2D888E;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}

.catalog-item .metro {
  position: relative;
  padding: 1px 0 5px 27px;
}

.catalog-item .metro i {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  position: absolute;
  top: 6px;
  left: 3px;
  background: #3AA63A;
  display: inline-block;
}

.house-info_right .icon-favorite,
.catalog-item .icon {
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: #EDEEF0 url(../images/svg/is-favorite-default.svg) no-repeat;
  overflow: hidden;
  border-radius: 100%;
}

.house-info_right .icon-favorite{
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background-size: contain !important;
}

.house-info_right .icon-favorite:hover ,
.catalog-item .icon:hover {
  background: url(../images/svg/is-favorite.svg) no-repeat;
}

.house-info_right .icon-favorite.active ,
.catalog-item .icon.active {
  background: url(../images/svg/is-favorite.svg) no-repeat;
}

.catalog-item .cash {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 84px;
}

.catalog-item .cash .item {
  display: inline-block;
  width: 50%;
  margin-right: -5px;
}


.catalog-item .cash .item:last-child {
  width: auto;
}
.catalog-item .cash .item + .item,
.catalog-item .cash .item + .item:last-child {
  width: 50%;
}

.catalog-item .cash .last-cash {
  color: rgba(36, 38, 43, 0.6);
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: line-through;
}

.catalog-item .cash span {
  display: block;
  white-space: nowrap;
  color: #24262B;
  /*font-size: 20px;*/
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  /* 140% */
}

.catalog-item h5 {
  transition: all 0.2s ease-in-out;
  margin: 0 0 8px;
  color: #24262B;
}

.content-callback-small {
  text-align: left;
  position: relative;
  overflow: hidden;
  padding: 56px 450px 56px 310px;
  color: rgba(255, 255, 255, 0.6);
  margin: 0 0 10px;
}

.content-callback-small .btn {
  position: absolute;
  right: 85px;
  top: 50%;
  padding-left: 0;
  padding-right: 0;
  width: 315px;
  transform: translateY(-50%);
}

.content-callback-small .btn svg {
  display: inline-block;
  vertical-align: middle;
  float: none;
  margin-left: 15px;
}

.content-callback-small .photo {
  width: 190px;
  position: absolute;
  height: 190px;
  left: 80px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 100%;
  overflow: hidden;
}

.content-callback-small img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.content-callback-small p {
  max-width: 630px;
}

.content-callback-small h4 {
  color: #fff;
  margin: 0 0 20px;
}

.content-callback-small--not-photo {
  padding: 81px 450px 80px 80px;
}

.content-callback-small--not-photo h5 {
  margin: 0 0 19px;
}

.content-callback-small--not-photo p {
  max-width: none;
}

.catalog-list_in {
  text-align: center;
}

.catalog-list_in .btn-load-more {
  width: 280px;
  margin: 60px 0 0;
}

.content-callback + .content-social-list {
  padding-top: 0;
}

.all-filter {
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  width: 100%;
  z-index: 1000;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  padding: 0 0 100px;
}

.all-filter.open {
  opacity: 1;
  visibility: visible;
}

.all-filter.open .all-filter_bottom,
.all-filter.open .all-filter_in {
  transform: translateX(0);
}

.all-filter_in {
  height: 100%;
  overflow: auto;
  margin: 0 0 0 auto;
  padding: 40px 40px 30px;
  transition: all 0.2s ease-in-out;
  background: #EDEEF0;
  position: relative;
  width: 100%;
  max-width: 800px;
  transform: translateX(100%);
}

.all-filter_in .close {
  position: absolute;
  top: 0;
  padding: 20px;
  right: 0;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.all-filter_in .close:hover {
  transform: scale(1.1);
}

.all-filter_in .label {
  margin: 0 0 10px;
}

.all-filter_in .item {
  position: relative;
  margin: 0 0 28px;
}

.all-filter_in .item:last-child {
  margin: 0;
}

.all-filter_in .line {
  margin: 49px 0;
  height: 1px;
  background: #CACED7;
  display: none;
}

.all-filter_in .row {
  overflow: hidden;
  margin: 0 -8px;
}

.all-filter_in .row .before {
  margin: 0 8px;
}

.all-filter_in .row .form-item {
  float: left;
  width: 50%;
  padding: 0 8px;
}

.all-filter_in .row .form-item:after {
  right: 8px;
}

.all-filter_in .form-item {
  position: relative;
}

.all-filter_in .form-item:after {
  content: attr(data-text);
  position: absolute;
  right: 0;
  bottom: 3px;
  color: rgba(36, 38, 43, 0.6);
}

.all-filter_in .clear {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
}

.all-filter_in .before {
  position: absolute;
  font-family: "Inter", sans-serif;
  left: 0;
  color: rgba(36, 38, 43, 0.6);
  bottom: 3px;
}

.all-filter_in input {
  color: #24262B;
  border: none;
  height: 32px;
  border-bottom: 1px solid #CACED7;
  display: block;
  width: 100%;
  background: none;
  font-family: "Inter", sans-serif;
  padding: 4px 20px 0px 25px;
}

.all-filter_in input[type=search] {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  height: 26px;
  background: url(../images/svg/search-dark.svg) no-repeat left center;
  background-size: 20px auto;
  padding: 4px 30px 4px 28px;
}

.all-filter_in input::-webkit-input-placeholder {
  color: rgba(36, 38, 43, 0.6);
}

.all-filter_in input::-moz-placeholder {
  color: rgba(36, 38, 43, 0.6);
}

.all-filter_in input:-moz-placeholder {
  color: rgba(36, 38, 43, 0.6);
}

.all-filter_in input:-ms-input-placeholder {
  color: rgba(36, 38, 43, 0.6);
}

.all-filter_in input:focus {
  border-color: #8D919B;
}

.all-filter_in input:focus + .clear + .drop,
.all-filter_in input:focus + .clear {
  opacity: 1;
  display: block;
  visibility: visible;
}

.all-filter_in h5 {
  margin: 0 0 30px;
}

.all-filter_bottom {
  border-top: 1px solid #CACED7;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 40px;
  position: absolute;
  gap: 10px;
  bottom: 0;
  right: 0;
  transition: all 0.2s ease-in-out;
  background: #EDEEF0;
  height: 100px;
  width: 100%;
  max-width: 800px;
  transform: translateX(100%);
}

.all-filter_bottom .btn {
  -ms-flex: auto 1 1;
  flex: auto 1 1;
}

.all-filter_bottom img,
.all-filter_bottom svg {
  float: none;
  margin: 0 0 -6px 5px;
}

.radio-list-type label,
.currency-toggle label {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0 5px 10px 0;
  overflow: hidden;
  cursor: pointer;
}

.radio-list-type input,
.currency-toggle input {
  position: absolute;
  bottom: 100%;
  right: 100%;
  opacity: 0;
  visibility: hidden;
}

.radio-list-type input:checked + span,
.currency-toggle input:checked + span {
  background: #24262B;
  border-color: #24262B;
  color: #fff;
}

.radio-list-type span,
.currency-toggle span {
  text-align: center;
  min-width: 100px;
  border-radius: 30px;
  border: 1px solid #CACED7;
  padding: 6px 17px;
  display: block;
  transition: all 0.2s ease-in-out;
}

.radio-list-type span:hover,
.currency-toggle span:hover {
  border: 1px solid #CACED7;
  background: #E6E7EA;
}

.drop--city {
  position: absolute;
  max-width: 100%;
  margin-top: -1px;
  top: 100%;
  z-index: 10;
  left: 0;
  border: 1px solid #CACED7;
  background: #EDEEF0;
  padding: 20px 0;
  box-shadow: 0px 2px 12px 0px rgba(147, 153, 165, 0.3);
}

.drop--city ul {
  max-height: 184px;
  overflow: auto;
}

.drop--city li {
  padding: 10px 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  display: block;
}

.drop--city li:hover {
  background: #E6E7EA;
}

.drop--city .active {
  background: #CACED7 !important;
}

.currency-toggle {
  position: absolute;
  top: -8px;
  z-index: 5;
  right: 0;
  border-radius: 100px;
  border: 1px solid #CACED7;
  padding: 6px 6px 5px;
}

.currency-toggle span {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  min-width: 1px;
  padding: 3px 14px;
  border: 1px solid transparent;
}

.currency-toggle span:hover {
  border: 1px solid #CACED7;
}

.currency-toggle label {
  margin: 0;
}

.radio-list-type--scroll {
  margin: 0 -40px;
}

.radio-list-type--scroll .radio-list-type_wrap {
  white-space: nowrap;
  overflow: scroll;
  padding: 0 40px;
  margin-bottom: -20px;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
}

.radio-list-type--scroll .radio-list-type_wrap::-webkit-scrollbar {
  width: 0;
}

.catalog-list_map {
  margin: 0 0 20px;
  height: 800px;
}

.catalog-list_map .map {
  overflow: hidden;
  height: 100%;
}

.catalog-list_map_info {
  float: left;
  padding: 10px 3px 0 10px;
  border: 1px solid #CACED7;
  background: #EDEEF0;
  width: 430px;
  height: 100%;
  text-align: left;
  overflow: hidden;
  overflow-y: scroll;
}

.catalog-list_map_info::-webkit-scrollbar {
  width: 7px;
}

.catalog-list_map_info::-webkit-scrollbar-track {
  background: #EDEEF0;
}

.catalog-list_map_info::-webkit-scrollbar-thumb {
  background: #24262B;
  width: 4px;
  margin: 0 auto;
  border-radius: 4px;
}

.catalog-list_map_info .in {
  overflow: auto;
}

.catalog-list_map_info .item {
  position: relative;
  margin: 0 0 10px;
  padding: 20px 20px 9px;
  z-index: 2;
  display: block;
  color: rgba(36, 38, 43, 0.6);
}

.catalog-list_map_info .item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #E6E7EA;
  border: 1px solid #E6E7EA;
  transition: all 0.2s linear;
  display: inline-block;
  z-index: -1;
}

.catalog-list_map_info .item:hover:after {
  border: 1px solid #2D888E;
}

.catalog-list_map_info .preview {
  width: 100%;
  height: 234px;
  display: block;
}

.catalog-list_map_info .line {
  background: #CACED7;
  display: block;
  height: 1px;
  margin: 18px 0 20px;
}

.catalog-list_map_info .icon {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: #EDEEF0 url(../images/svg/is-favorite-default.svg) no-repeat;
  overflow: hidden;
  border-radius: 100%;
}

.catalog-list_map_info .icon:hover {
  background: url(../images/svg/is-favorite.svg) no-repeat;
}

.catalog-list_map_info .icon.active {
  background: url(../images/svg/is-favorite.svg) no-repeat;
}

.catalog-list_map_info .top {
  position: relative;
}

.catalog-list_map_info .article {
  color: #2D888E;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  margin: 35px 0;
}

.catalog-list_map_info .metro {
  position: relative;
  padding: 1px 0 5px 27px;
  display: block;
}

.catalog-list_map_info .metro i {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  position: absolute;
  top: 6px;
  left: 3px;
  background: #3AA63A;
  display: inline-block;
}

.catalog-list_map_info .cash {
  padding: 13px 0 0;
}

.catalog-list_map_info .cash span {
  line-height: 28px;
  margin: 0 10px 0 0;
  float: left;
  clear: left;
}

.catalog-list_map_info .cash p {
  color: #24262B;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.catalog-list_map_info .cash .last-cash {
  color: rgba(36, 38, 43, 0.6);
  text-decoration: line-through;
  font-size: 20px;
  margin: 17px 0 0;
  font-weight: 400;
  line-height: 28px;
  /* 140% */
}

.catalog-list_map_info .cash .actual {
  color: #24262B;
  margin-top: 0 !important;
}

.catalog-list_map_info .cash .actual:first-child {
  margin-top: 17px !important;
}

.catalog-list_map_info p {
  margin: 0 0 6px;
}

.catalog-list_map_info li {
  padding: 8px 13px;
  display: inline-block;
  border-radius: 20px;
  border: 1px solid #CACED7;
  margin: 0 5px 11px 0;
}

.catalog-list_map_info ul {
  margin-top: 20px;
}

.catalog-list_map_info h5 {
  margin: 0 70px 7px 0;
  color: #24262B;
}

.catalog-list_map_info img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.catalog-filter_type0 {
  width: 210px;
  padding: 0 20px 0 25px;
}

.catalog-filter_type0 .catalog-filter_drop_in {
  left: 40px;
  margin: 0;
}

.group-masthead {
  background: rgba(0,0,0, 0.2);
  padding: 39px 0;
  position: relative;
  margin: -18px 0 30px;
  overflow: hidden;
  text-align: center;
  min-height: 577px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.group-masthead a {
  display: inline-flex;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 0 19px;
  min-height: 40px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  margin: 0 0 5px;
  vertical-align: top;
  transition: all 0.2s ease-in-out;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.group-masthead a:hover {
  border-color: #fff;
}

.group-masthead .tag-list-alt > span {
  display: flex;
  border-radius: 100px;
  margin: 0 0 5px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 8px 19px;
  vertical-align: top;
  transition: all 0.2s ease-in-out;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.group-masthead .tag-list-alt span{
  color: #FFF;
}


.group-masthead br {
  display: none;
}

.group-masthead h1 {
  font-size: 80px;
  margin: 0 0 30px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.group-masthead .text-l,
.group-masthead .content-error,
.group-masthead .house-info_right .cash,
.house-info_right .group-masthead .cash,
.group-masthead .content-callback-small,
.group-masthead .catalog-list_map_info .cash .actual,
.catalog-list_map_info .cash .group-masthead .actual {
  color: #fff;
}

.group-masthead .tag-list {
  margin: 86px 0 0;
}

.catalog-item--style .info {
  color: #24262B;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.catalog-item--style .cash {
  color: #24262B;
  font-size: 34px;
  font-weight: 400;
  line-height: 48px;
  /* 141.176% */
}

.area-carousel {
  padding: 154px 0 0;
}

.area-carousel .text {
  float: left;
  width: 850px;
  margin: 0 90px 0 0;
  color: rgba(36, 38, 43, 0.6);
}

.area-carousel h5,
.area-carousel .title-item {
  color: #24262B;
  text-align: left;
}

.area-carousel .metro {
  font-size: 16px;
  line-height: 22px;
  position: relative;
  display: inline-block;
  margin: 0 25px 0 0;
  vertical-align: top;
  padding: 1px 0 5px 27px;
}

.area-carousel .metro i {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  position: absolute;
  top: 5px;
  left: 5px;
  background: #3AA63A;
  display: inline-block;
}

.area-carousel .info {
  margin: 13px 0 22px;
  color: rgba(36, 38, 43, 0.6);
}

.area-carousel .info b {
  font-weight: 400;
  color: #24262B;
}

.area-carousel .info p {
  display: inline-block;
  vertical-align: top;
  margin: 0 45px 0 0;
}

.area-carousel li {
  line-height: 24px;
  font-size: 16px;
  display: inline-block;
  margin: 0 5px 10px 0;
  border-radius: 20px;
  border: 1px solid #CACED7;
  padding: 6px 14px 7px 13px;
  vertical-align: top;
  color: rgba(36, 38, 43, 0.6);
}

.area-carousel svg {
  float: left;
  margin: 0 11px 0 0;
}

.area-carousel h5 {
  margin: 0 0 20px;
}

.area-carousel ul {
  max-width: 739px;
  margin: 0 0 20px;
}

.area-carousel p {
  max-width: 739px;
}

.area-carousel .slick-arrow {
  position: absolute;
  bottom: 0;
  right: 80px;
  width: 60px;
  background: none;
  cursor: pointer;
  height: 60px;
  transition: all 0.2s ease-in-out;
  border-radius: 500px;
  border: 1px solid #CACED7;
}

.area-carousel .slick-arrow svg {
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
}

.area-carousel .slick-arrow:hover {
  border: 1px solid #24262B;
}

.area-carousel .slick-next {
  right: 0;
}

.area-carousel .load-more {
  cursor: pointer;
  color: #2D888E;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  margin: 45px 0 0;
  transition: all 0.2s ease-in-out;
}

.area-carousel .load-more:hover {
  color: #236C70;
}


.area-carousel .has-drop {
  position: relative;
  max-height: 270px;
  transition: all 0.2s ease-in-out;
  min-height: 150px;
  overflow: hidden;
}

.area-carousel .has-drop:after {
  background: linear-gradient(0deg, #EDEEF0 0%, rgba(237, 238, 240, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 67px;
  content: "";
  display: inline-block;
}

.area-carousel .has-drop.all {
  max-height: 100000000000000000px;
}

.area-carousel .has-drop.all:after {
  display: none;
}

.area-carousel .has-drop p {
  max-width: 795px;
  margin: 0 0 21px;
}

.area-carousel_in {
  padding: 0 0 83px;
  overflow: hidden;
}

.area-carousel_in .carousel-item{
  padding-top: 66.66%; /* 3:2 Aspect Ratio */
}

.area-carousel_in img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  display: block;
}

.area-map {
  padding: 150px 0;
}

.area-map .map {
  margin: 80px 0 40px;
  overflow: hidden;
  height: 800px;
}

.area-map img {
  display: block;
}

.area-map p {
  color: rgba(36, 38, 43, 0.6);
}

.content-callback-full_in {
  max-width: 100% !important;
  padding: 99px 50px 163px;
  width: 100% !important;
  overflow: hidden;
  display: block !important;
}

.faq--color .drop {
  color: rgba(36, 38, 43, 0.6);
}

.catalog-filter_buy {
  width: 224px;
}

.catalog-filter_buy .catalog-filter_drop_in {
  width: 292px;
}

.catalog-filter_buy + .catalog-filter_type .catalog-filter_drop_in,
.catalog-filter_buy + .catalog-filter_type0 .catalog-filter_drop_in,
.catalog-filter_buy + .catalog-filter_buy .catalog-filter_drop_in {
  left: 50%;
  transform: translateX(-50%);
}

.house-info {
  padding: 0 0 120px;
  margin: -18px 0 0;
}

.house-info h1 {
  color: #24262B;
  font-size: 34px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 1.02px;
  text-transform: uppercase;
}

.house-info_gallery {
  width: 60.9%;
  float: left;
  margin: 0 40px 0 0;
  position: relative;
}

.house-info_gallery .slick-arrow {
  width: 60px;
  height: 60px;
  border: none;
  position: absolute;
  cursor: pointer;
  border-radius: 500px;
  background: #24262B;
  top: 50%;
  overflow: hidden;
  transform: translateY(-50%);
  z-index: 10;
  margin: 0 10px;
  transition: all 0.2s ease-in-out;
  font-size-adjust: none;
  left: 0;
  font-size: 0;
}

.house-info_gallery .slick-arrow:hover {
  background: #595D66;
}

.house-info_gallery .slick-arrow:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/svg/prev-white.svg) no-repeat center;
  display: inline-block;
}

.house-info_gallery .slick-next {
  left: auto;
  right: 0;
}

.house-info_gallery .slick-next:after {
  transform: scale(-1);
}

.house-info_right {
  display: flex;
  flex-direction: column;
  color: rgba(36, 38, 43, 0.6);
  position: relative;
  padding: 0 0 80px;
  min-height: 767px;
}

.house-info_right .article {
  color: #2D888E;
  margin: 0 0 11px;
  line-height: 40px;
}

.house-info_right .top {
  position: relative;
  padding: 0 230px 0 0;
  margin: 0 0 11px;
}

.house-info_right .last-cash {
  display: inline-block;
  vertical-align: middle;
  text-decoration: line-through;
}

.house-info_right .cash {
  display: inline-block;
  margin: 0 20px 0 0;
  vertical-align: middle;
  color: #24262B;
}

.house-info_right .currency-toggle {
  position: absolute;
  top: 4px;
  right: 0;
  padding: 5px;
}

.house-info_right .social {
  color: #24262B;
  line-height: 40px;
  padding: 30px 0 0;
}

.house-info_right .social p {
  margin-right: 0;
  display: inline-block;
  vertical-align: top;
}

.house-info_right .social a {
  width: 40px;
  height: 40px;
  border: 1px solid #CACED7;
  border-radius: 100%;
  display: inline-block;
  margin: 0 -11px 0 16px;
  vertical-align: top;
  position: relative;
  transition: all 0.2s ease-in-out;
}

.house-info_right .social a:hover {
  border-color: #24262B;
}

.house-info_right .social img,
.house-info_right .social svg {
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
}

.house-info_right .bottom {
  position: absolute;
  bottom: 0;
  right: -5px;
  left: -5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.house-info_right .bottom svg {
  float: none;
  vertical-align: middle;
  margin: -2px 10px;
}

.house-info_right .bottom a {
  margin: 0 5px;
  -ms-flex: auto 1 1;
  flex: auto 1 1;
}

.house-info_right .form-item {
  margin: 0 0 26px;
}

.house-info_right .metro {
  position: relative;
  padding: 1px 0 5px 27px;
  display: block;
}

.house-info_right .metro i {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  position: absolute;
  top: 6px;
  left: 3px;
  background: #3AA63A;
  display: inline-block;
}

.house-info_right form {
  margin: 30px 0 0;
  color: #24262B;
  background: #E6E7EA;
  padding: 30px;
}

.house-info_right form .text-m,
.house-info_right form .contacts-info_table,
.house-info_right form .house-info_in,
.house-info_right form .article,
.house-info_right form .last-cash {
  margin: 0 0 15px;
}

.house-info_right form .btn {
  width: 100%;
  margin: -6px 0 23px;
}

.house-info_right form .btn svg {
  float: none;
  margin: 0px -18px -6px 18px;
}

.house-info_right input {
  height: 30px;
  width: 100%;
  border: none;
  color: #24262B;
  background: none;
  font-family: "Inter", sans-serif;
  border-bottom: 1px solid #CACED7;
}

.house-info_right input::-webkit-input-placeholder {
  color: rgba(36, 38, 43, 0.6);
}

.house-info_right input::-moz-placeholder {
  color: rgba(36, 38, 43, 0.6);
}

.house-info_right input:-moz-placeholder {
  color: rgba(36, 38, 43, 0.6);
}

.house-info_right input:-ms-input-placeholder {
  color: rgba(36, 38, 43, 0.6);
}

.house-info_right input:focus {
  border-color: #8D919B;
}

.house-info_right li {
  display: inline-block;
  vertical-align: top;
  padding: 7px 16px 7px 14px;
  border-radius: 40px;
  line-height: 24px;
  border: 1px solid #CACED7;
  margin: 0 5px 10px 0;
}

.house-info_right li svg {
  float: left;
  margin: 0 10px 0 0;
}

.house-info_right p {
  margin: 0 240px 5px 0;
}

.house-info_right ul {
  padding: 15px 240px 15px 0;
}

.house-info_gallery_big .carousel-item{
  padding-top: 66.66%; /* 3:2 Aspect Ratio */
}
.house-info_gallery_big {
  margin: 0 0 10px;
}

.house-info_gallery_big img {
  width: 100%;
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.house-info_gallery_small {
  margin: 0 0 0 -10px;
}

.house-info_gallery_small .slick-slide {
  padding: 0 10px;
}

.house-info_gallery_small .slick-slide .carousel-item {
  display: block !important;
}

.house-info_gallery_small .slick-list {
  padding-right: 170px;
}

.house-info_gallery_small .slick-current img {
  opacity: 1;
}

.house-info_gallery_small .slick-current .carousel-item:after {
  opacity: 1;
}

.house-info_gallery_small .carousel-item {
  cursor: pointer;
  position: relative;
  padding: 66.6% 0 0;
}

.house-info_gallery_small .carousel-item:hover img {
  opacity: 1;
}

.house-info_gallery_small .carousel-item:after {
  border: 1px solid #2D888E;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  content: "";
  z-index: 10;
  position: absolute;
}

.house-info_gallery_small img {
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.2s ease-in-out;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.house-info_in {
  clear: both;
  overflow: hidden;
  padding: 75px 0 0;
}

.house-info_in .tab-menu {
  border-bottom: 1px solid #CACED7;
  margin: 0 0 39px;
}

.house-info_in .tab-menu li {
  cursor: pointer;
  color: #24262B;
  margin: 0 40px 0 0;
  padding: 0 0 10px;
  display: inline-block;
  vertical-align: top;
  transition: all 0.2s ease-in-out;
  border-bottom: 3px solid transparent;
}

.house-info_in .tab-menu li:hover {
  border-color: #2D888E;
}

.house-info_in .tab-menu .active {
  border-color: #2D888E;
}

.house-info_in .text-l,
.house-info_in .content-error,
.house-info_in .content-callback-small,
.house-info_in .catalog-list_map_info .cash .actual,
.catalog-list_map_info .cash .house-info_in .actual,
.house-info_in .house-info_right .cash,
.house-info_right .house-info_in .cash {
  color: #24262B;
  margin: 0 0 40px;
}

.house-info_in .has-more {
  position: relative;
  max-height: 650px;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
}

.house-info_in .has-more:after {
  background: linear-gradient(0deg, #EDEEF0 0%, rgba(237, 238, 240, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 67px;
  content: "";
  display: inline-block;
}

.house-info_in .has-more.all {
  max-height: 10000000000000px;
}

.house-info_in .has-more.all:after {
  display: none;
}

.house-info_in .load-more {
  cursor: pointer;
  color: #2D888E;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  margin: 45px 0 0;
  transition: all 0.2s ease-in-out;
}

.house-info_in .load-more:hover {
  color: #236C70;
}

.house-info_in .area-map {
  clear: both;
  padding: 80px 0 0;
}

.house-info_in .area-map .map {
  margin-top: 0;
}

.house-info_in_text {
  width: 60.9%;
  float: left;
  margin: 0 40px 0 0;
  color: rgba(36, 38, 43, 0.6);
}

.house-info_in_text b {
  font-weight: 400;
  color: #24262B;
}

.house-info_in_param {
  overflow: hidden;
}

.house-info_in_param table {
  width: 100%;
}

.house-info_in_param th {
  padding: 40px 0 15px;
  color: #24262B;
  text-align: left;
}

.house-info_in_param tr:first-child th {
  padding-top: 0;
}

.house-info_in_param td {
  padding: 5px 0;
  color: rgba(36, 38, 43, 0.6);
}

.house-info_in_param td[colspan] {
  border-bottom: 1px solid #CACED7;
  padding: 0 0 34px !important;
}

.house-info_in_param td:last-child {
  text-align: right;
  padding: 0 0 0 10px;
  color: #24262B;
}

.house-info_in_about {
  overflow: hidden;
  color: rgba(36, 38, 43, 0.6);
  padding: 49px;
  border: 1px solid #CACED7;
}

.house-info_in_about h5 {
  margin: 0 0 21px;
  color: #24262B;
}

.house-info_in_about .btn {
  margin: 90px 0 0;
}

.catalog-list .title-item {
  margin: 0 0 80px;
}

.house-info_gallery .social {
  display: none;
  color: #24262B;
  padding: 10px 8px 0 0;
  font-size: 18px;
  line-height: 40px;
}

.house-info_gallery .social p {
  display: inline-block;
  vertical-align: top;
  margin-right: auto;
}

.house-info_gallery .social a {
  width: 40px;
  height: 40px;
  border: 1px solid #CACED7;
  border-radius: 100%;
  display: inline-block;
  margin: 0 -11px 0 21px;
  vertical-align: top;
  position: relative;
  transition: all 0.2s ease-in-out;
}

.house-info_gallery .social a:hover {
  border-color: #24262B;
}

.house-info_gallery .social img,
.house-info_gallery .social svg {
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
}

.house-info_gallery .bottom {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: none;
  margin: 31px -5px 10px;
}

.house-info_gallery .bottom svg {
  float: none;
  vertical-align: middle;
  margin: -2px 4px -2px 5px;
}

.house-info_gallery .bottom a {
  padding: 16px 25px 16px 24px;
  margin: 0 5px;
}

.column-text {
  color: rgba(36, 38, 43, 0.6);
  padding: 59px 0 0;
}

.column-text .item {
  float: left;
  width: 50%;
  padding: 0 0 18px 40px;
}

.column-text .item:first-child {
  padding-left: 0;
}

.column-text .center {
  border-bottom: 1px solid #CACED7;
}

.column-text .row {
  padding: 39px 0 0;
  border-top: 1px solid #CACED7;
}

.column-text h5 {
  margin: 0 40px 0 0;
  float: left;
  width: 23.3%;
  color: #24262B;
}

.column-text p {
  margin: 0 0 22px;
}

.contacts-info {
  padding: 0 0 151px;
}

.contacts-info .small-title {
  color: #24262B;
}

.contacts-info .map {
  height: 628px;
}

.contacts-info_top {
  color: rgba(36, 38, 43, 0.6);
  margin: 0 -126px 81px 0;
}

.contacts-info_top .item {
  display: inline-block;
  vertical-align: top;
  padding: 0 126px 0 0;
}

.contacts-info_top a {
  font: 400 34px/40px "Forum", serif;
  color: #2D888E;
  letter-spacing: 1.02px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  margin: 20px 60px 0 0;
  transition: all 0.2s ease-in-out;
}

.contacts-info_top a:active,
.contacts-info_top a:hover {
  color: #236C70;
}

.contacts-info_table {
  color: rgba(36, 38, 43, 0.6);
  border-top: 1px solid #CACED7;
  margin: 0 0 80px;
}

.contacts-info_table .row {
  overflow: hidden;
  padding: 50px 0;
  border-bottom: 1px solid #CACED7;
}

.contacts-info_table .item:nth-child(odd){
  width: 230px;
  margin: 0;
}
.contacts-info_table .item {
  display: flex;
  width: 432px;
  flex-direction: column;
  margin-left: auto;

}

.contacts-info_table h5 {
  float: left;
  width: 51%;
  color: #24262B;
}

.contacts-info_table img {
  max-width: 100%;
  /*width: 230px;*/
  display: block;
  height: auto;
  width: 100%;
  object-fit: cover;
  margin: 0 0 40px;
}

.contacts-info_table img:last-child {
  margin: 0;
}

.content-error {
  text-align: center;
  padding: 347px 0 242px;
}

.content-error .btn {
  margin: 81px 0 0;
  padding-left: 70px;
  padding-right: 70px;
}

.content-error h3 {
  color: #24262B;
}

.footer {
  background: #24262B;
  overflow: hidden;
}

.footer_top {
  font: 320px/1 "Forum", serif;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 7px;
  padding: 26px 0 5px;
  white-space: nowrap;
  color: #323439;
  border-bottom: 1px solid #45484E;
}

.footer_nav {
  border-bottom: 1px solid #45484E;
  display: -ms-flexbox;
  display: flex;
}

.footer_nav p {
  color: #FFF;
  margin: 0 0 14px;
}

.footer_nav li {
  margin: 0 0 4px;
}

.footer_nav a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  transition: all 0.2s ease-in-out;
}

.footer_nav a:hover {
  color: #fff;
}

.footer_nav span {
  min-height: 44px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.footer-nav-1 {
  float: left;
  width: 385px;
  -ms-flex: 385px 0 0px;
  flex: 385px 0 0;
  padding: 38px 20px 38px 41px;
}

.footer-nav-2 {
  width: 384px;
  -ms-flex: 384px 0 0px;
  flex: 384px 0 0;
  padding: 38px 20px 38px 41px;
  float: left;
  border-left: 1px solid #45484E;
}

.footer_nav_contacts {
  overflow: hidden;
  -ms-flex: auto 1 1;
  flex: auto 1 1;
  display: -ms-flexbox;
  display: flex;
}

.footer_nav_contacts .item {
  display: -ms-flexbox;
  display: flex;
  min-height: 272px;
  padding: 38px 20px 38px 41px;
  border-left: 1px solid #45484E;
  width: 33.3%;
  -ms-flex-direction: column;
  flex-direction: column;
}

.btn.btn-color {
  margin-top: auto;
}

.footer_social svg *{
  transition: none;
}
.footer_social {
  overflow: hidden;
  border-bottom: 1px solid #45484E;
}

.footer_social .item {
  float: left;
  text-align: center;
  padding: 43px 20px;
  width: 25%;
  border-left: 1px solid #45484E;
}

.footer_social .item:first-child {
  border-left: none;
}

.footer_social svg {
  vertical-align: middle;
  transition: all 0.2s ease-in-out;
  position: relative;
  left: 0;
  top: -4px;
}

.footer_social a {
  font: 400 34px/40px "Forum", serif;
  color: #FFF;
  letter-spacing: 1.02px;
  text-transform: uppercase;
}

.footer_social a:hover {
  color: #2D888E;
}

.footer_social a:hover path {
  stroke: #2D888E;
}

.footer_bottom {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  overflow: hidden;
}

.footer_bottom .item {
  float: left;
  padding: 23px 40px;
  width: 50%;
  border-left: 1px solid #45484E;
}

.footer_bottom .item:first-child {
  border-left: none;
}

.footer_bottom a {
  transition: all 0.2s ease-in-out;
  color: inherit;
}

.footer_bottom a:hover {
  color: #2D888E;
}

.popup,
.content-callback-full_in {
  display: none;
  background: url(../images/bg-content-search.jpeg) no-repeat center bottom;
  background-size: cover;
  color: #fff;
  width: 1200px;
  padding: 129px 50px 132px;
}

.popup .small-title,
.content-callback-full_in .small-title {
  max-width: 763px;
  margin: 0 auto 79px;
  color: #fff;
}

.popup .small-title:last-child,
.content-callback-full_in .small-title:last-child {
  margin-bottom: 0;
}

.popup .btn,
.content-callback-full_in .btn {
  clear: both;
  width: 100%;
}

.popup .btn svg,
.content-callback-full_in .btn svg {
  float: none;
  vertical-align: middle;
}

.popup .polit,
.content-callback-full_in .polit {
  display: block;
  margin: 40px 0 0;
}

.popup .form-item,
.content-callback-full_in .form-item {
  float: left;
  width: 50%;
  padding: 0 0 0 20px;
  margin: 0 0 40px;
}

.popup .form-item:nth-child(odd),
.content-callback-full_in .form-item:nth-child(odd) {
  padding: 0 20px 0 0;
}

.popup form,
.content-callback-full_in form {
  max-width: 899px;
  display: block;
  margin: 0 auto;
}

.popup textarea,
.popup input,
.content-callback-full_in input {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  padding: 20px 0;
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  background: transparent;
}

.popup textarea:-webkit-autofill ,
.content-callback-full_in input:-webkit-autofill ,
.popup input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
  -webkit-text-fill-color: white !important;
  transition: background-color 9999s ease-in-out 0s !important;
}

.popup textarea::-webkit-input-placeholder,
.popup input::-webkit-input-placeholder,
.content-callback-full_in input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.popup textarea::-moz-placeholder,
.popup input::-moz-placeholder,
.content-callback-full_in input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.popup textarea:-moz-placeholder,
.popup input:-moz-placeholder,
.content-callback-full_in input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.popup textarea:-ms-input-placeholder,
.popup input:-ms-input-placeholder,
.content-callback-full_in input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.popup textarea{
  height: 68px;
  max-width: 100%;
  min-width: 100%;
  min-height: 68px;
}
.popup .checkbox span,
.content-callback-full_in .checkbox span {
  opacity: 0.5;
  color: rgba(255, 255, 255);
}

.checkbox input {
  position: absolute;
  bottom: 100%;
  right: 100%;
  opacity: 0;
  visibility: hidden;
}

.checkbox input:checked + .icon path {
  opacity: 1;
}

.checkbox label {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: block;
}

.checkbox span {
  display: block;
  overflow: hidden;
  color: rgba(36, 38, 43, 0.6);
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}

.checkbox a {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: inherit;
}

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

.checkbox path {
  opacity: 0;
}

.checkbox svg {
  display: block;
}

.checkbox .icon {
  margin: -3px 15px 0 0;
  float: left;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 2px;
  right: 10px;
  top: 9px;
}

.error input {
  border-color: red;
}

.error .icon [stroke] {
  stroke: red;
  stroke-opacity: 1;
}

#thank {
  padding-top: 261px;
  padding-bottom: 182px;
}

.only-tab,
.only-mobile {
  display: none;
}

/*.radio-list-type_wrap {*/
/*  white-space: nowrap;*/
/*  overflow: auto;*/
/*  padding: 0 40px 40px;*/
/*  margin: 0 -40px -40px;*/
/*}*/

.radio-list-type{
  overflow: hidden;
  margin-left: -40px;
  margin-right: -40px;
  padding-left: 40px;
  padding-right: 40px;
}
.radio-list-type .swiper-slide{
  width: fit-content;
  padding-right: 5px;
}

.faq .col-text{
  font-size: 20px;
  font-weight: 400;
  overflow: hidden;
  padding: 10px 3px 19px;
  line-height: 28px;
  text-align: left;
  color: #24262B;
  opacity: .6;

}
.faq .col-text p{
  margin: 0 0 15px;
}
.faq .col:first-child{
  padding: 0 25px 0 0 ;
}
.faq .col{
  float: left;
  width: 50%;
  padding: 0 0 0 30px;
}


.favorite-send{
  text-align: center;
  margin: -38px 0 26px;
}

.favorite-send .text-l{
  margin: 40px 0 24px;
}
.favorite-send form{
  position: relative;
  padding: 0 302px 0 0;
  display: inline-block;
  overflow: hidden;
  border-radius: 999px;
  width: 604px;
}
.favorite-send .btn{
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 0;
  width: 302px;
  text-align: center;
  top: 0;
  right: 0;
  border-radius: 0;
}
.favorite-send input{
  border: 1px solid #caced7;
  border-right: none;
  border-radius: 1000px 0 0 1000px;
  padding: 19px 16px;
  width: 100%;
  background: none;
  height: 60px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;

}
.favorite-send .form-item{
  width: 100%;
}


.catalog-filter_drop_select{
  max-height: 366px;
  overflow: auto;
}
.catalog-filter_drop_select li{
  margin: 0 0 20px;
}
.catalog-filter_drop_select .icon{
  border: 1px solid #8D919B;
  width: 18px;
  height: 18px;
  margin: 4px 13px 0 2px ;
  border-radius: 2px;
  float: left;
}
.catalog-filter_drop_select .icon:after{}
.catalog-filter_drop_select li input{
  position: absolute;
  bottom: 100%;
  right: 100%;
  opacity: 0;
  visibility: hidden;
}
.catalog-filter_drop_select li input:checked + span{
  background: #24262B url(../images/svg/check.svg) no-repeat center;
  border-color: #24262B;
}
.catalog-filter_drop_select span{
  color: #24262B;
  font-size: 18px;
  font-weight: 500;
  display: block;
  overflow: hidden;
  line-height: 26px;
  text-align: left;
}
.catalog-filter_drop_select label{
  position: relative;
  overflow: hidden;
  display: block;
  cursor: pointer;
}
.catalog-filter_drop_select .search-select{
  margin: 0 0 20px;
}
.catalog-filter_drop_select .search-select input{
  font-size: 16px;
  background: url(../images/svg/search-dark.svg) no-repeat left center;
  font-weight: 400;
  line-height: 22px;
  padding: 0 0 0 25px;
  background-size: 18px auto;
}
.catalog-filter_drop_select .search-select input::-webkit-input-placeholder {color: rgba(36, 38, 43, 0.6);}
.catalog-filter_drop_select .search-select input::-moz-placeholder          {color: rgba(36, 38, 43, 0.6);}
.catalog-filter_drop_select .search-select input:-moz-placeholder           {color: rgba(36, 38, 43, 0.6);}
.catalog-filter_drop_select .search-select input:-ms-input-placeholder      {color: rgba(36, 38, 43, 0.6);}
.catalog-filter_type0-road {
  width: 260px;
}
.catalog-filter_type0-road .catalog-filter_drop_select{
  padding: 28px 10px 8px 20px;
  width: auto;
  left: -23px;
  right: -22px;
}

.catalog-filter_type0-road .label span{
  background: #2D888E;
  border-radius: 100%;
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  font-size: 14px;
  vertical-align: middle;
  color: #fff;
}

.faq--without-picture.faq .accordion-item{
  padding-left: 0 !important;
}


.select-list-type .select2-selection__rendered {
  padding: 8px 50px 8px 17px;

}
.select-list-type .select2-selection__arrow b {
  right: 8px;
  top: 6px;
}
.select-list-type .select2-selection {
  min-width: 100px;
  border-radius: 30px;
  border: 1px solid #CACED7;
  display: block;
  transition: all 0.2s ease-in-out;
  height: 40px;
}


.drop-full .select2-results__option[aria-selected=true] {
  color: #ffffff;
  background: #24262b;
}
.drop-full .select2-results__options{
  max-height: 300px;
  overflow: auto;
  padding: 0;
}
.drop-full.select2-dropdown--above{
  margin: -10px 0 0;
}

#vacancy .drop ol {
  counter-reset: li;
}
#vacancy .drop ol   li {
  padding: 0 0 20px 49px;
  counter-increment: li;
  position: relative;

}
#vacancy .drop ol li:after{
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #CACED7;
  border-radius: 100%;
  color: #24262B;
  font-size: 14px;
  font-weight: 400;
  width: 27px;
  height: 26px;
  line-height: 25px;
  text-align: center;
  content: counter(li);
  background: none;
}

.catalog-filter_all—adaptive{
  /*padding-right: 10px;*/
  /*font-size: 0;*/
  border-left: none
}

.catalog-filter_search--icon svg{
  display: block;
}
.catalog-filter_search--icon{
  float: right;
  z-index: 10;
  width: auto !important;
  position: static ;
  border-right: 1px solid #CACED7;
  padding: 18px 20px;
}
.catalog-filter_search--icon .form-item{
  display: none;
  top: 19px;
  z-index: 10;
  padding: 0 0 0 34px;
  width: auto;
  position: absolute;
  border-right: 1px solid #CACED7;
  right: 84px;
  left: 0;
  background: #EDEEF0;
}
.catalog-filter_search--icon.open .clear{
  opacity: 1 !important;
  visibility: visible !important;
}
.catalog-filter_search--icon.open .form-item{
  display: block;
}
.catalog-filter_search--icon input {
  padding-right: 50px;
}
.catalog-filter_search--icon .clear {
  right: 15px;
}
.catalog-filter_search--icon{}
.catalog-filter_search--icon{}

.catalog-filter_type0:first-child{
  padding-left: 25px;
}
.catalog-filter_type0{
  width: 180px;
  padding: 0 20px;

}
.catalog-filter_type0-road{
  width: 220px;
}
.catalog-filter_cash {
  width: 250px;
}

.catalog-filter_cash--w1{
  width: 220px;
}
.catalog-filter_cash--w2{
  width: 240px;
}


.new-filter .catalog-filter_all{
  order: 999;
  white-space: nowrap;
  flex: auto 0 0 !important;
}
.new-filter > div{
  flex: 1;
}
.new-filter .catalog-filter_search--icon{
  flex: 0;
  max-width: 65px;
}
.new-filter{
  display: flex;
  justify-content: space-between;

}
.new-filter > div:nth-child(6){
  flex: 8% 1 1;

}
.catalog-filter_search .drop{
  min-width: 320px;
}

.catalog-filter_drop_in.drop6 {
  min-width: 200px;
  left: 50% !important;
  transform: translateX(-50%);
  width: auto;
  margin: 0;
  text-align: center;
}
.catalog-filter_drop_select{
  min-width: 220px;
}

.catalog-filter_search-1280 .icon-search{
  display: none;
}


.catalog-filter_type0:first-child .catalog-filter_drop_select{
  min-width: 280px;
}

.footer_nav_contacts .btn-color {
  padding: 15px 15px 15px 15px!important;
}

.catalog-sort__update-block{
  display: flex;
  justify-content: space-between;
}

.date_update{
  opacity: .8;
}

.worktime .btn svg{
  margin: 0 0 0 20px !important;
  width: 24px;
  height: 24px;
}
.worktime .btn{
  padding: 12px 21px 12px 25px;
  min-height: 1px;
  height: auto;
  font-size: 16px;
}
.worktime{
  display: flex;
  align-items: center;
  justify-content: space-between;
}



.catalog-sort--flex .date_update,
.catalog-sort--flex .catalog-sort__update-block{
  font-weight: 500;
  font-size: 18px;
  display: flex;
  align-items: center;
  margin: 0;
  line-height: 26px;
  color: rgba(36, 38, 43, 0.6);
}
.catalog-sort--flex .js-catalog-sort-items-count{
  color: #24262B;
}
.catalog-sort{
  margin: 0;
}
.catalog-sort--flex{
  margin: 0 0 20px;
  display: flex;
  justify-content: space-between;
}

.property-footer .active > div,
.property-footer .soc_fv:hover{
  border: 1px solid #2D888E;
  background-color: #fff;
}


.faq-legal .col-text .col{
  padding-left: 0;
}
.faq-legal .col-text .col:first-child p{
  color: #24262B !important;
}
.faq-legal .col-text .col:first-child {
  font-weight: 400;
  color: #24262B !important;
  width:  25.6%;
  font-family: "Forum", serif;
  font-size: 34px;
  line-height: 40px;
  text-transform: uppercase;
}

.middle-banner-legal .wrapper{
  display: flex;
}
.middle-banner-legal .title-item:before{
  content: "";
  width: 333px;
  margin: 0 0 27px;
  height: 33px;
  background: url(../images/q.svg) no-repeat;
  display: block;
}
.middle-banner-legal .title-item{
  font-weight: 400;
  text-align: left;
  font-size: 34px;
  line-height: 40px;
  text-transform: uppercase;

}
.middle-banner-legal .small-title {
  font-weight: 400;
  text-align: left;
  font-size: 20px;
  line-height: 28px;

}
.middle-banner-legal .right {
  text-align: left;
  z-index: 2;
  color: #fff;
  flex: 50% 1 1;
  padding: 174px 101px 0 113px;
  min-height: 808px;
}

.middle-banner-legal .left{
  margin: 0 !important;
}

.cookie-consent {
  left: 50%;
  transform: translateX(-50%);
  max-width: 929px;
  width: 100%;
  background-color: #fff;
  backdrop-filter: blur(15px);
  height: 120px;
  border-radius: 35px;
  padding-left: 40px;
  padding-right: 40px;
  position: fixed;
  bottom: 20px;
  color: #000;
  z-index: 1000;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cookie-consent p {
  font-size: 16px;
}
.cookie-consent a{
  color:#000;
  cursor:pointer;
  text-decoration: underline;
}

.cookie-consent button {
  cursor:pointer;
  width: 146px;
  height: 60px;
  border-radius: 30px;
  font-size: 20px;
  margin-left: 15px;
  padding: 5px 10px;
  background-color: #009688;
  color: #fff;
  border: none;
}

.cookie-consent button:hover {
  background-color: #00796b;
}

@media screen and (min-width: 1279px) {
  #vacancy .drop h5{
    font-size: 26px;
    line-height: 32px;
    margin: 0 0 30px;
  }

}
@media screen and (max-width: 1919px) {
  .drop-menu a,
  .content-big-nav a {
    padding-left: 13%;
  }

  .point-estate-preview .title-item {
    width: auto;
    left: -100px;
    right: -100px;
  }

  .catalog-item .info,
  .favorite-info {
    width: 420px;
  }

  .catalog-item .params,
  .favorite-param {
    width: 400px;
  }

  .catalog-item .preview,
  .catalog-item .params,
  .catalog-item .info,
  .favorite-info,
  .favorite-preview,
  .favorite-param {
    padding-right: 40px;
    margin-right: 40px;
  }

  .about-pluses td:first-child {
    padding-left: 350px;
  }

  .content-callback:not(.middle-banner-legal) .title-item {
    font-size: 70px;
  }

  .house-info_in_text,
  .house-info_gallery {
    width: 55%;
  }

  .contacts-info_top .item {
    padding: 0 90px 0 0;
  }

  .faq .col-text{
    padding: 21px 3px 38px;
    font-size: 16px;
    line-height: 22px;
  }
  .faq .col p{
    margin: 0;
  }
  .faq .col {
    padding: 0 0 0 15px;
  }
  .faq li:after {
    top: 7px;
  }

  .area-carousel .text{
    width: 50%;
  }
}

@media screen and (max-width: 1850px) {
  .catalog-filter_all—adaptive{
    padding-right: 10px;
    font-size: 0;
    border-left: none
  }

  .catalog-filter_search--icon .form-item {
    right: 81px;
  }
}

@media screen and (max-width: 1720px) {
  /*.catalog-filter .label {*/
  /*  font-size: 16px;*/
  /*}*/
  .catalog-filter_cash {
    width: 200px;
  }

  .footer_nav_contacts .btn-color {
    font-size: 16px!important;
  }
}

@media screen and (min-width: 1640px) {
  .header.is-fix .header_nav > ul > li > a {
    padding: 22px 0 21px;
  }

  .header.is-fix .header_nav > ul > li i {
    margin-top: 23px;
  }

  .header.is-fix .header_nav > ul > li.has-child > a {
    padding-right: 29px;
  }

  .header.is-fix .burger {
    padding: 19px 45px 18px;
    height: auto;
  }

  .header.is-fix .header_search,
  .header.is-fix .header_favorite{
    padding: 23px 39px 22px 40px;
  }

  .header.is-fix .header_tel {
    padding: 8px 40px 8px;
  }

  .header.is-fix .logo {
    padding: 11px 30px 13px;
  }

  .header.is-fix .logo img,
  .header.is-fix .logo svg {
    height: 45px;
  }

  .header.is-fix .header_favorite span {
  //top: 5px;
  }

  .header-is-fix .drop-menu,
  .header-is-fix .mega-menu,
  .header-is-fix .big-search {
    top: 70px;
  }


}

@media screen and (max-width: 1639px) {

  .catalog-filter_drop_select span{
    font-size: 16px;
  }

  .select2-dropdown.radio-type li {
    font-size: 16px;
  }

  .cookie-consent{
    height: auto !important;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .cookie-consent p {
    font-size: 16px!important;
  }

  .cookie-consent button{
    height: 50px!important;
    font-size: 18px!important;
  }

  .house-info_right form .text-m{
    font-size: 18px!important;
  }

  .house-info_right .attribute{
    font-size: 14px!important;
    padding: 3px 10px;
  }

  .catalog-sort_price .select2-selection__rendered{
    font-size: 16px;
  }
  .catalog-sort .date_update{
    font-size: 16px!important;
  }
  .btn-white,
  .btn-color,
  .btn-empty,
  .btn-empty-white {
    font-size: 16px;
  }
  .catalog-filter_search—adaptive:not(.catalog-filter_search--icon){
    display: none !important;
  }
  .catalog-filter_all—adaptive{
    font-size: 0 !important;
    padding-right: 0 !important;
  }
  .content-big-nav a {
    font-size: 80px;
  }
  .prew_pic div.prew_pic_bg {
    height: 75px;
  }
  .content-big-nav img {
    max-width: 295px;
  }

  .point-estate-preview .title-item {
    font-size: 184px;
    bottom: -30px;
  }

  .footer_top {
    font-size: 220px;
  }

  .footer-nav-1 {
    width: 280px;
    -ms-flex: 280px 0 0px;
    flex: 280px 0 0;
  }

  .footer-nav-2 {
    width: 350px;
    -ms-flex: 350px 0 0px;
    flex: 350px 0 0;
  }

  .mega-menu_in_bottom a,
  .footer_social a {
    font-size: 30px;
  }

  .catalog-item .preview,
  .catalog-item .params,
  .catalog-item .info,
  .favorite-info,
  .favorite-preview,
  .favorite-param {
    padding-right: 30px;
    margin-right: 30px;
  }

  .catalog-item .preview,
  .favorite-preview {
    padding: 0;
  }

  .catalog-item .preview img,
  .favorite-preview img {
    width: 320px;
  }

  .catalog-item .params,
  .favorite-param {
    width: 380px;
  }

  .catalog-item .info {
    width: 420px;
  }

  .favorite-info {
    width: 400px;
  }

  .about-pluses td:first-child {
    padding-left: 225px;
  }

  .content-callback-small {
    padding: 56px 450px 56px 280px;
  }

  .content-callback-small .photo {
    left: 50px;
  }

  .content-callback-small--not-photo {
    padding: 80px 450px 80px 80px;
  }

  .catalog-filter_type,
  .catalog-filter_type0,
  .catalog-filter_buy {
    width: 300px;
  }

  .catalog-filter_buy {
    width: 180px;
  }

  .catalog-filter_cash {
    width: 200px;
  }

  .column-text h5 {
    float: none;
    text-align: center;
    margin: 0 0 40px;
    width: 100%;
  }

  .contacts-info_top .item {
    padding: 0 20px 0 0;
  }

  .contacts-info_table h5 {
    width: 35%;
  }

  body {
    font-size: 16px;
    line-height: 22px;
  }

  h1 {
    font-size: 76px;
    line-height: 1.3;
    letter-spacing: 1.52px;
  }

  h2 {
    color: inherit;
    font-size: 130px;
    font-family: "Forum", serif;
    font-weight: 400;
    line-height: 156px;
    margin: 0 0 30px;
    letter-spacing: 2.6px;
    text-transform: uppercase;
  }

  .title-item {
    font-size: 60px;
    line-height: 72px;
    letter-spacing: 1.2px;
    margin: 0 0 20px;
  }

  h3 {
    margin: 0 0 20px;
    font-size: 60px;
    line-height: 72px;
    letter-spacing: 1.2px;
  }

  h4 {
    font-size: 60px;
    line-height: 1.2;
    letter-spacing: 1.8px;
  }

  h5 {
    font-size: 26px;
    line-height: 32px;
    letter-spacing: 0.78px;
  }

  .small-title {
    margin: 0 0 60px;
  }

  .small-title,
  .text-l,
  .content-callback-small,
  .catalog-list_map_info .cash .actual,
  .house-info_right .cash,
  .content-error {
    font-size: 30px;
    line-height: 1.4;
  }

  .text-m,
  .house-info_right .article,
  .house-info_right .last-cash,
  .house-info_in,
  .contacts-info_table {
    font-size: 20px;
    line-height: 1.4;
  }

  .text-s,
  .select-list-type .select2-selection__rendered,
  .select2-selection.search .select2-selection__rendered,
  .news-list .date,
  .catalog-filter_drop_in .form-item:after,
  .catalog-filter_drop_in .before,
  .catalog-filter_drop_in input,
  .all-filter_in .form-item:after,
  .all-filter_in .before,
  .all-filter_in input,
  .catalog-list_map_info .item,
  .house-info_right,
  .house-info_right input,
  .footer_bottom {
    font-size: 16px;
    line-height: 22px;
  }

  .text-xs {
    font-size: 14px;
    line-height: 20px;
  }

  .bottom-l {
    font-size: 20px;
    line-height: 1.2;
  }

  .bottom-m,
  .select2-dropdown input,
  .content-search .drop li,
  .catalog-filter_search .drop li,
  .all-filter_in .label,
  .radio-list-type span,
  .drop--city li,
  .currency-toggle span,
  .house-info_right .social,
  .house-info_in .tab-menu li {
    font-size: 16px;
    line-height: 26px;
  }

  .logo {
    padding: 12px 24px 10px;
  }

  .logo svg {
    height: 49px;
  }

  .header_nav {
    padding: 0 0 0 29px;
  }

  .header_nav a {
    font-size: 16px;
    line-height: 22px;
    padding: 26px 0 23px;
    font-weight: 500;
  }

  .header_nav li {
    margin: 0 24px 0 0;
  }

  .header_nav i {
    margin: 24px 0 0;
  }

  .burger {
    height: 71px;
    padding: 20px 35px 38px;
  }

  .header_search,
  .header_favorite,.header_wh, .header_tg {
    padding: 25px 29px 22px 30px;
  }
  .header.is-fix .header_wh,.header.is-fix .header_tg{
    padding: 23px 29px 22px 30px;
  }
  .header_tel {
    font-size: 16px;
    padding: 10px 30px 10px;
  }

  .header_favorite span {
  //top: 10px;
  //right: 10px;
  }

  .masthead {
    font-size: 30px;
    line-height: 1.4;
  }

  .masthead h1 {
    max-width: 1091px;
    margin: 0 auto 20px;
  }

  .masthead .btn-white,
  .masthead .btn-empty-white,
  .masthead .btn-empty,
  .masthead .btn-color {
    bottom: 30px;
    left: 29px;
  }

  .masthead .scroll {
    bottom: 47px;
  }

  .about-info-small {
    padding: 120px 0;
    font-size: 16px;
    line-height: 22px;
  }

  .about-info-small b {
    font-size: 98px;
    font-weight: 400;
    line-height: 118px;
    letter-spacing: 1.96px;
  }

  .about-info-small li {
    padding: 0 20px;
  }

  .wrapper {
    padding: 0 30px;
  }

  .content-search .in {
    padding: 81px 0 80px;
  }

  .content-search .title-item {
    margin: 0 auto 19px;
  }

  .content-search .form-item {
    margin: 0 0 19px;
  }

  .content-search .btn {
    margin: 30px 0 0;
  }

  .content-search form {
    padding: 0 8px;
  }

  .drop-menu,
  .content-big-nav {
    padding: 119px 0 0;
  }

  .drop-menu a,
  .content-big-nav a {
    font-size: 83px;
    padding: 31px 0 28px 95px;
    line-height: 118px;
    letter-spacing: 1.96px;
  }

  .drop-menu img{
    right: 105px;
  }

  .drop-menu b,
  .content-big-nav b {
    font-size: 16px;
    line-height: 22px;
    /* 137.5% */
  }

  .drop-menu img,
  .content-big-nav img {
    max-width: 265px;
  }

  .maybe-favorite-list {
    padding: 120px 0 0;
  }

  .maybe-favorite-list .in {
    margin: 0 -15px;
  }

  .maybe-favorite-list .item {
    padding: 0 15px 30px;
  }

  .maybe-favorite-list span {
    padding: 18px 0 9px;
    left: 36px;
    right: 36px;
  }

  .maybe-favorite-list a {
    font-size: 26px;
    line-height: 32px;
    height: auto;
    padding: 35px 35px 10px;

    letter-spacing: 0.78px;
  }

  .about-agency-colums {
    padding: 90px 0 0;
  }

  .about-agency-colums .title-item {
    max-width: 890px;
    margin: 0 auto 20px;
  }

  .about-agency-colums .small-title {
    max-width: 786px;
    margin: 0 auto 60px;
  }

  .about-agency-colums .in {
    margin: 0 -15px;
  }

  .about-agency-colums .col {
    padding: 0 15px;
  }

  .about-agency-colums .col-long img {
    min-height: 682px;
  }

  .about-agency-colums img:first-child {
    margin: 0 0 21px;
  }

  .about-agency-colums img:last-child {
    margin: 0;
  }

  .faq {
    padding: 120px 0 0;
  }

  .faq .small-title {
    max-width: 872px;
    margin: 0 auto 59px;
  }

  .faq .drop {
    padding: 31px 0 0;
  }

  .faq .btn {
    margin: 40px auto 0 auto;
  }

  .content-callback {
    padding: 120px 0 60px;
  }

  .content-callback:not(.middle-banner-legal) .title-item {
    font-size: 60px;
    line-height: 1.2;
    letter-spacing: 1.2px;
  }

  .content-callback .small-title {
    margin: 0 0 41px;
  }

  .content-callback .right {
    min-height: 606px;
    padding: 168px 30px 0;
  }

  .faq + .content-callback{
    padding-top: 40px;
  }

  .content-callback .left {
    min-height: 606px;
    padding: 100px 30px;
  }

  .content-callback .left img {
    width: 233px;
    margin: 0 auto 60px;
  }

  .content-callback + .project-list-small {
    padding-top: 60px;
  }

  .project-list-small {
    padding: 61px 0 0;
  }

  .project-list-small .in {
    margin: 0 -15px;
  }

  .project-list-small .item {
    padding: 0 15px 30px;
  }

  .project-list-small h3 {
    margin: 0 0 29px;
  }

  .project-list-small a {
    font-size: 30px;
    line-height: 1.4;
    padding: 171px 70px;
  }

  .news-list {
    padding: 90px 0 0;
  }

  .news-list .small-title {
    display: none;
  }

  .news-list .in {
    padding: 40px 0 0;
  }

  .news-list .item {
    width: 535px !important;
  }

  .news-list .text {
    height: 44px;
  }

  .news-list a {
    padding: 160px 0 0;
  }

  .news-list h5 {
    height: 64px;
  }

  .point-estate-preview {
    padding: 104px 0 0;
  }

  .point-estate-preview .title-item {
    bottom: -35px;
    font-size: 184px;
  }

  .content-social-list {
    padding: 120px 0 121px;
  }

  .content-social-list a {
    font-size: 98px;
    font-weight: 400;
    line-height: 118px;
    letter-spacing: 1.96px;
  }

  .footer_top {
    font-size: 240px;
    padding: 20px 0 4px;
  }

  .footer_nav p {
    margin: 0 0 20px;
  }

  .footer_nav li {
    margin: 0 0 10px;
  }

  .footer-nav-1 {
    width: 288px;
    -ms-flex: 288px 0 0px;
    flex: 288px 0 0;
    padding: 30px 20px 20px 30px;
  }

  .footer-nav-2 {
    -ms-flex: 288px 0 0px;
    flex: 288px 0 0;
    width: 288px;
    padding: 30px 10px 20px 30px;
  }

  .footer_nav_contacts .item {
    min-height: 228px;
    padding: 30px 20px 28px 30px;
  }

  .footer_social a {
    font-size: 26px;
    line-height: 32px;
    /* 123.077% */
  }

  .footer_social .item {
    padding: 30px 20px 26px;
  }

  .drop-menu,
  .mega-menu,
  .big-search {
    top: 72px;
  }

  .drop-menu {
    padding: 0;
  }

  .crumbs {
    padding: 93px 0 0;
  }

  .crumbs ul {
    margin: 0 0 59px;
  }

  .crumbs span,
  .crumbs a {
    font-size: 16px;
    line-height: 22px;
  }

  .crumbs h1 {
    font-size: 60px;
    line-height: 1.2;
  }

  .catalog-list {
    padding: 95px 0 0;
  }

  .catalog-filter {
    padding: 9px 0 8px;
  }

  .catalog-filter .label {
    font-size: 18px;
    line-height: 26px;
    padding: 17px 27px 17px 0;
  }

  .catalog-filter_type,
  .catalog-filter_type0,
  .catalog-filter_buy {
    width: 297px;
    padding: 0 30px;
  }
  .footer_nav_contacts button.btn-color{
    padding: 10px;
    font-size: 12px;
  }
  .catalog-filter_cash {
    width: 304px;
    padding: 0 20px;
  }

  .catalog-filter_all {
    padding: 18px 29px 18px 19px;
  }

  .catalog-filter_all svg {
    margin: 0 16px 0 0;
  }

  .catalog-filter_currency {
    width: 111px;
    padding: 0 18px;
  }

  .catalog-filter_search {
    padding: 0 19px;
  }
  div.develop{
    position: relative;
    width: 150px;
  }
  .catalog-sort {
    margin: 0 0 15px;
    padding: 20px 30px;
  }

  .catalog-sort_view {
    margin: 0 0 0 20px;
  }

  .catalog-item {
    padding: 20px;
    font-size: 14px;
    line-height: 20px;
  }

  .catalog-item .preview {
    min-height: 182px;
    margin: 0 44px 0 0;
    padding: 0 45px 0 0;
  }

  .catalog-item .preview img {
    height: 182px;
    width: 288px;
  }

  .catalog-item .article {
    font-size: 16px;
    line-height: 22px;
    margin: 20px;
  }

  .catalog-item .params {
    min-height: 182px;
    width: 399px;
  }

  .catalog-item .params p {
    margin: 0 0 6px;
  }

  .catalog-item .params span {
    padding: 10px 13px 8px;
  }

  .catalog-item .params .bottom {
    font-size: 16px;
  }

  .catalog-item .icon {
    bottom: 20px;
    right: 20px;
  }

  .catalog-item .info {
    width: 386px;
    margin: 0 43px 0 0;
    font-size: 16px;
    min-height: 182px;
    line-height: 22px;
  }

  .catalog-item .cash {
    font-size: 30px;
    line-height: 1.4;
  }

  .catalog-item .cash .last-cash {
    font-size: 16px;
    line-height: 22px;
  }

  .content-callback-small {
    padding: 36px 450px 33px 244px;
  }

  .content-callback-small h4 {
    margin: 0 0 15px;
    font-size: 46px;
    line-height: 54px;
  }

  .content-callback-small .btn {
    right: 60px;
  }

  .content-callback-small .photo {
    width: 144px;
    left: 59px;
    height: 144px;
  }

  .content-callback-small--not-photo {
    padding: 56px 450px 55px 59px;
  }

  .catalog-list_in .btn-load-more {
    margin: 30px 0 0;
  }

  .content-callback + .content-social-list {
    padding-top: 60px;
  }

  .catalog-filter_type .drop,
  .catalog-filter_type0 .drop,
  .catalog-filter_buy .drop {
    left: 0;
  }

  .catalog-filter_search input {
    padding-right: 30px;
  }

  .catalog-filter_search .clear {
    right: 0;
  }

  .catalog-list_map_info {
    width: 326px;
    padding: 7px;
  }

  .catalog-list_map_info::-webkit-scrollbar {
    width: 4px;
  }

  .catalog-list_map_info .item {
    font-size: 12px;
    line-height: 16px;
    padding: 17px 14px 9px;
  }

  .catalog-list_map_info .preview {
    height: 172px;
  }

  .catalog-list_map_info .article {
    font-size: 16px;
    margin: 30px 0;
    line-height: 22px;
  }

  .catalog-list_map_info .cash {
    font-size: 30px;
    line-height: 42px;
    padding: 10px 0 0;
  }

  .catalog-list_map_info .cash .last-cash {
    font-size: 16px;
    margin: 0;
    line-height: 22px;
  }

  .catalog-list_map_info .line {
    margin: 10px 0 10px;
  }

  .catalog-list_map_info ul {
    font-size: 14px;
    line-height: 20px;
    margin: 16px 0 0;
  }

  .catalog-list_map_info li {
    padding: 4px 9px;
    margin: 0 3px 6px 0;
  }

  .catalog-list_map_info h5 {
    margin: 0 70px 11px 0;
  }

  .catalog-list_map_info h5 + p {
    font-size: 16px;
    line-height: 22px;
  }

  .catalog-list_map {
    height: 601px;
  }

  .house-info {
    padding: 0 0 4px;
    margin: -27px 0 0;
  }

  .house-info h1 {
    font-size: 26px;
    line-height: 32px;
  }

  .house-info_in_text,
  .house-info_gallery {
    width: 61%;
    margin: 0 28px 0 0;
  }

  .house-info_gallery .bottom {
    display: -ms-flexbox;
    display: flex;
  }

  .house-info_right {
    font-size: 14px;
    position: static;
    line-height: 20px;
    min-height: 1px;
    padding: 0;
    display: block;
    overflow: hidden;
  }
  .house-info_right .icon-favorite{
    float: right;
    position: static;
  }


  .house-info_right .last-cash,
  .house-info_right .article {
    font-size: 16px;
    line-height: 22px;
  }

  .house-info_right .article{
    line-height: 40px !important;
  }
  .house-info_right .cash {
    margin: 5px 20px 0 0;
  }

  .house-info_right .top {
    margin: 0 0 16px;
  }

  .house-info_right .form-item {
    margin: 0 0 17px;
  }

  .house-info_right .checkbox .icon {
    margin: 0 8px 0 0;
  }

  .house-info_right .bottom {
    display: none;
  }

  .house-info_right .social {
    padding: 32px 0 0;
  }

  .house-info_right .social p {
    line-height: 40px;
  }

  .house-info_right ul {
    padding: 4px 250px 5px 0;
  }

  .house-info_right li {
    font-size: 16px;
    line-height: 22px;
  }

  .house-info_right form {
    padding: 21px 30px 21px;
  }

  .house-info_right form .text-m,
  .house-info_right form .article,
  .house-info_right form .last-cash,
  .house-info_right form .house-info_in,
  .house-info_right form .contacts-info_table {
    font-size: 16px;
    line-height: 22px;
  }

  .house-info_right form .btn {
    margin: 2px 0 20px;
  }

  .currency-toggle span {
    font-size: 16px;
    line-height: 22px;
    padding: 3px 14px;
  }


  .house-info_gallery_small {
    margin: 0 -6px 0 -8px;
  }

  .house-info_gallery_small .slick-slide {
    padding: 0 8px;
  }

  .house-info_in {
    clear: both;
    overflow: hidden;
    padding: 51px 0 0;
  }

  .house-info_in .text-l,
  .house-info_in .content-callback-small,
  .house-info_in .catalog-list_map_info .cash .actual,
  .catalog-list_map_info .cash .house-info_in .actual,
  .house-info_in .house-info_right .cash,
  .house-info_right .house-info_in .cash,
  .house-info_in .content-error {
    margin: 0 0 31px;
  }

  .house-info_in_text {
    font-size: 16px;
    line-height: 22px;
  }

  .house-info_in_text b {
    font-size: 20px;
    line-height: 28px;
  }

  .house-info_in_param {
    font-size: 16px;
    line-height: 22px;
  }

  .house-info_in_param th {
    font-size: 20px;
    padding: 30px 0 15px;
    line-height: 28px;
  }

  .house-info_in_param td[colspan] {
    padding: 0 0 24px !important;
  }

  .catalog-list .title-item {
    margin: 0 0 61px;
  }

  .catalog-item .cash .item span {
    font-size: 18px;
    line-height: 1.3;
  }

  .catalog-item .cash .item p {
    font-size: 14px;
    line-height: 1.2;
  }

  .catalog-item .cash {
    right: 30px;
  }

  .news-list .in {
    margin: 0 -40px;
  }

  .news-list .slick-arrow {
    margin: 0 30px 0;
  }

  .news-list .item {
    padding: 0 40px;
  }

  .content-search .tab-menu {
    margin: 0 0 61px;
  }

  .catalog-filter_type,
  .catalog-filter_type0,
  .catalog-filter_buy {
    width: 250px;
    padding: 0 19px;
  }

  .catalog-filter_type0 {
    width: 175px;
    padding: 0 20px 0 25px;
  }

  .catalog-filter_cash {
    width: 215px;
  }


  .catalog-sort_price.js-catalog-sort-items-count{
    margin-top: 3px !important;
    font-size: 16px;
  }

  .catalog-filter_type0-road .catalog-filter_drop_select{
    left: -20px;
    right: -20px;
  }

  .house-info_right ul {
    padding: 4px 0 5px 0;
  }

  .catalog-filter_all {
    border-left: none;
    padding: 18px 19px;
  }
  .catalog-filter .label {
    font-size: 16px;
  }

  .catalog-filter_type0 {
    width: 172px;
    padding: 0 20px 0 20px;
  }

  .catalog-filter_search--icon{
    padding-top: 18px !important;
    padding-bottom: 18px !important;
  }
  .catalog-filter_cash {
    width: 199px;
  }


  .catalog-filter_search--icon .form-item {
    top: 10px;
    right: 54px;
  }
  .catalog-filter_search--icon input {
    padding-right: 50px;
  }
  .catalog-filter_search--icon .clear {
    right: 15px;
  }
  .catalog-sort_tag a {
    padding: 3px 19px;
    line-height: 21px;
    font-size: 14px;
  }

  .catalog-sort_view a{
    font-size: 14px;
  }

  .catalog-filter_all + .catalog-filter_search {
    border-right: 1px solid #CACED7;
  }

  .contacts-info_table .center{
    max-width: 800px;
    margin-left: auto;
  }
}

@media screen and (max-width: 1439px) {

  .catalog-filter_drop_select span{
    font-size: 14px;
  }

  .select2-dropdown.radio-type li {
    font-size: 14px;
  }

  .footer_nav_contacts .btn-color {
    padding: 10px!important;
    font-size: 12px!important;
  }

  .house-info_right form .text-m{
    font-size: 16px!important;
  }

  .house-info_right .attribute {
    font-size: 12px !important;
  }

  .house-info_right .metro{
    font-size: 12px;
  }

  .house-info_right .address{
    font-size: 12px;
  }

  .catalog-sort_tag a {
    font-size: 12px;
  }

  .header_nav a {
    font-size: 14px;
  }

  .crumbs span, .crumbs a {
    font-size: 14px;
  }

  .catalog-sort_price .select2-selection__rendered {
    font-size: 14px;
  }

  .catalog-sort_view a{
    font-size: 12px;
  }

  .catalog-sort_price.js-catalog-sort-items-count {
    font-size: 14px;
  }

  .catalog-filter .label {
    font-size: 14px;
  }

  .btn-white, .btn-color, .btn-empty, .btn-empty-white {
    font-size: 14px!important;
  }

  .btn-color{
    padding: 10px 20px 10px 20px!important;
  }

  .catalog-sort .date_update {
    font-size: 14px !important;
  }

  .catalog-filter_type0:nth-child(7) .catalog-filter_drop_in{
    left: auto;
    right: 0;
  }


  .faq .col:first-child {
    padding: 0 15px 0 0;
  }

  .faq .col {
    padding: 0 0 0 15px;
  }
  .catalog-item .preview {
    overflow: hidden;
  }

  .header_search,
  .header_favorite,.header_wh, .header_tg {
    padding: 40px 25px 39px;
  }
  .logo {
    padding: 10px 27px 9px;
  }

  .logo svg,
  .logo img {
    height: 44px;
    width: auto;
  }

  .burger {
    padding: 33px 25px 34px;
  }

  .header_nav {
    padding-left: 25px;
  }

  .header_nav li {
    margin: 0 17px 0 0;
  }

  .header_nav a {
    padding: 22px 0 21px;
    /*font-size: 14.222px;*/
    line-height: 19.556px;
    /* 137.5% */
  }

  .header_nav i {
    margin: 20px 0 0;
  }

  .header_tel {
    font-size: 14px;
    padding: 7px 28px 4px;
  }

  .burger {
    height: 63px;
    padding: 17px 31px 23px;
  }

  .burger span {
    width: 25px;
  }

  .header_search,
  .header_favorite,.header_wh, .header_tg {
    padding: 20px 25px 19px;
  }
  .header.is-fix .header_wh,.header.is-fix .header_tg{
    padding: 20px 25px 19px;
  }
  .text-m,
  .house-info_right .article,
  .house-info_right .last-cash,
  .house-info_in,
  .contacts-info_table,
  body {
    font-size: 16px;
    line-height: 1.2;
  }

  h1 {
    font-size: 76px;
    line-height: 98px;
    letter-spacing: 1.52px;
  }

  .about-info-small b,
  h2 {
    font-size: 100px;
    line-height: 1.2;
  }

  .crumbs h1,
  .content-social-list a,
  .content-big-nav a,
  .title-item,
  h3 {
    font-size: 60px;
  }

  h4 {
    font-size: 40px;
  }

  .favorite-info .cash,
  .mega-menu_in_bottom a,
  h5 {
    font-size: 26px;
    line-height: 32px;
    letter-spacing: 0.78px;
  }

  .maybe-favorite-list a,
  .masthead,
  .small-title,
  .text-l,
  .content-callback-small,
  .catalog-list_map_info .cash .actual,
  .house-info_right .cash,
  .content-error {
    font-size: 30px;
    line-height: 1.4;
  }

  body,
  .favorite-param li,
  .favorite-item,
  .text-s,
  .select-list-type .select2-selection__rendered,
  .select2-selection.search .select2-selection__rendered,
  .news-list .date,
  .catalog-filter_drop_in .form-item:after,
  .catalog-filter_drop_in .before,
  .catalog-filter_drop_in input,
  .all-filter_in .form-item:after,
  .all-filter_in .before,
  .all-filter_in input,
  .catalog-list_map_info .item,
  .house-info_right,
  .house-info_right input,
  .footer_bottom {
    font-size: 16px;
    line-height: 22px;
  }

  .favorite-param {
    width: 330px;
  }

  .footer_bottom,
  .footer_nav_contacts span,
  .footer_nav a,
  .text-xs {
    font-size: 14px;
    line-height: 20px;
  }

  .news-list-full_in .name,
  .about-pluses td:first-child {
    font-size: 28px;
    line-height: 1.4;
  }

  .about-pluses td,
  .favorite-info .last-cash,
  .content-search input,
  .bottom-l {
    font-size: 18px;
    line-height: 1.2;
  }
  .prew_pic div.prew_pic_bg {
    height: 60px;
  }
  .favorite-item .article,
  .favorite-info,
  .favorites-list_nav,
  .news-list-nav,
  .bottom-m,
  .select2-dropdown input,
  .content-search .drop li,
  .catalog-filter_search .drop li,
  .all-filter_in .label,
  .radio-list-type span,
  .drop--city li,
  .currency-toggle span,
  .house-info_right .social,
  .house-info_in .tab-menu li {
    font-size: 14px;
    line-height: 1.2;
  }

  .team-list_carousel h5 {
    margin: 0;
  }

  .drop-menu a,
  .content-big-nav a {
    padding-left: 8%;
  }

  .content-big-nav b {
    margin-left: 0;
  }

  .about-agency-colums .in {
    margin: 0 -10px;
  }

  .about-agency-colums .col {
    padding: 0 10px;
    width: 30%;
  }

  .about-agency-colums .col-long {
    width: 40%;
  }

  .content-social-list a {
    line-height: 1.2;
  }

  .footer-nav-1 {
    -ms-flex: 20% 0 0px;
    flex: 20% 0 0;
    width: 20%;
  }

  .footer-nav-2 {
    -ms-flex: 20% 0 0px;
    flex: 20% 0 0;
    width: 20%;
  }

  .footer_nav_contacts .item {
    min-height: 211px;
  }

  .popup,
  .content-callback-full_in {
    width: 1085px;
  }

  .news-list h5 {
    height: 68px;
  }

  .catalog-item .preview img,
  .favorite-preview img {
    width: 240px;
  }

  .crumbs ul {
    margin-bottom: 50px;
  }

  .catalog-item .info,
  .favorite-info {
    width: 335px;
  }

  .catalog-item .params,
  .favorite-param {
    width: 325px;
  }

  .catalog-item .preview,
  .catalog-item .params,
  .catalog-item .info,
  .favorite-info,
  .favorite-preview,
  .favorite-param {
    padding-right: 25px;
    margin-right: 25px;
  }

  .catalog-item .preview,
  .favorite-preview {
    padding-right: 0;
  }

  .catalog-item .info {
    padding-bottom: 120px;
  }

  .about-pluses {
    padding: 100px 0 0;
  }

  .team-list_carousel .photo {
    margin-bottom: 20px;
  }

  .offices-list_carousel .big {
    height: 600px;
  }

  .header_favorite span {
    right: 10%;
  }

  .team-list .small-title {
    max-width: 920px;
  }

  .news-list-full_in .item {
    margin: 0 0 40px;
    width: 33.3%;
    -ms-flex: 33.3% 1 1;
    flex: 33.3% 1 1;
  }

  .news-list-full_in .item--long {
    width: 66.6%;
    -ms-flex: 66.6% 1 1;
    flex: 66.6% 1 1;
  }

  .news-list-full_in .item--long .preview {
    height: 485px;
  }

  .catalog-filter_type,
  .catalog-filter_type0,
  .catalog-filter_buy {
    width: 300px;
  }

  .catalog-filter_cash {
    width: 200px;
  }

  .group-masthead {
    padding: 39px 0 39px;
  }

  .area-carousel .text {
    margin: 0 40px 0 0;
    width: 640px;
  }

  .area-carousel {
    padding: 100px 0 0;
  }

  .area-map {
    padding: 100px 0;
  }

  .catalog-list_map_info .article {
    margin: 25px 0;
  }

  .catalog-list_map_info .cash .actual:first-child,
  .catalog-list_map_info .cash .last-cash {
    margin-top: 10px !important;
  }

  .house-info_right .bottom a {
    font-size: 15px;
    padding-left: 0;
    padding-right: 0;
  }

  .house-info_in_text {
    width: 60%;
  }

  .house-info_in_about {
    padding: 30px;
  }

  .house-info_in_about .btn {
    margin: 40px 0 0;
  }

  .house-info_right .social {
    line-height: 40px;
  }

  .catalog-filter_type,
  .catalog-filter_type0,
  .catalog-filter_buy {
    width: 280px;
  }

  .catalog-filter_cash,
  .catalog-filter_buy {
    width: 180px;
  }

  .contacts-info_top {
    margin: 0 -126px 40px 0;
  }

  .contacts-info_top .item {
    padding: 0 20px 40px 0;
  }

  .contacts-info {
    padding: 0 0 100px;
  }

  .contacts-info .map {
    height: 400px;
  }

  .masthead .btn {
    bottom: 40px;
  }

  .masthead .scroll {
    bottom: 57px;
  }

  .about-info-small {
    padding: 110px 0 108px;
  }

  .about-info-small li {
    padding: 0;
  }

  .content-search .in {
    padding: 60px 0;
  }

  .content-search .tab-menu {
    margin: 0 0 66px;
  }

  .content-search form {
    max-width: 56%;
  }

  .drop-menu,
  .content-big-nav {
    padding: 110px 0 0;
  }

  .drop-menu a,
  .content-big-nav a {
    font-size: 90px;
    line-height: 118px;
    letter-spacing: 1.96px;
    padding-left: 27%;
  }

  .drop-menu li:after,
  .content-big-nav li:after {
    top: calc(50% - 6px);
  }

  .drop-menu {
    padding: 0;
  }

  .drop-menu a {
    padding-left: 90px;
  }
  .drop-menu img {
    right: 100px;
  }

  .maybe-favorite-list {
    padding: 110px 0 0;
  }

  .maybe-favorite-list a {
    font-size: 26px;
    line-height: 32px;
    letter-spacing: 0.78px;
  }

  .maybe-favorite-list span {
    padding: 1px 0 5px;
  }

  .about-agency-colums {
    padding: 80px 0 0;
  }

  .about-agency-colums .col {
    width: 25%;
  }

  .about-agency-colums .col-long {
    width: 50%;
  }

  .about-agency-colums .col-long img {
    min-height: 576px;
  }

  .about-agency-colums .btn svg {
    display: none;
  }

  .faq {
    padding: 110px 0 0;
  }

  .faq .accordion-item {
    padding: 40px 85px 40px 25.6%;
  }

  .faq .accordion-title:after {
    right: -84px;
  }

  .content-callback {
    padding: 109px 0 60px;
  }

  .content-callback .right {
    padding: 132px 30px 0;
    min-height: 538px;
  }

  .content-callback .left {
    min-height: 538px;
    padding: 70px 30px;
  }

  .content-callback + .project-list-small {
    padding-top: 50px;
  }

  .project-list-small {
    padding: 50px 0 0;
  }

  .project-list-small a {
    padding: 136px 70px;
  }

  .news-list {
    padding: 80px 0 0;
  }

  .news-list h5 {
    margin: 0 0 26px;
  }

  .news-list .link {
    margin: 60px 0 0;
  }

  .point-estate-preview {
    padding: 93px 0 0;
  }

  .point-estate-preview .title-item {
    font-size: 158px;
  }

  .content-social-list {
    padding: 111px 0;
  }

  .content-social-list .small-title {
    margin: 0 0 58px;
  }

  .content-social-list a {
    font-size: 98px;
    padding: 21px 0 18px;
    line-height: 118px;
    letter-spacing: 1.96px;
  }

  .footer_top {
    font-size: 210px;
    padding: 16px 0 4px;
  }

  .footer_nav {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .footer_nav li {
    margin: 0 0 8px;
  }

  .drop-menu,
  .mega-menu,
  .big-search {
    top: 64px;
  }

  .crumbs {
    padding: 85px 0 0;
  }

  .crumbs ul {
    margin: 0 0 59px;
  }

  .catalog-list {
    padding: 10px 0 0;
  }

  .catalog-filter .label {
    padding: 12px 30px 12px 0;
  }

  .catalog-filter_all {
    padding: 12px 29px 14px 19px;
  }

  .catalog-filter_cash,
  .catalog-filter_buy {
    width: 285px;
  }

  .catalog-filter_search input {
    padding: 11px 0 11px 30px;
  }

  .catalog-sort {
    margin: 0 0 25px;
  }

  .catalog-item .preview {
    min-height: 170px;
    padding-right: 25px;
  }

  .catalog-item .preview img {
    height: auto;
    min-height: 100%;
    width: 270px;
  }

  .catalog-item .params {
    width: 355px;
    min-height: 170px;
  }

  .catalog-item .params span {
    margin: -3px 5px 11px 0;
  }

  .catalog-item .info {
    min-height: 170px;
    width: 365px;
    padding-bottom: 80px;
  }

  .content-callback-small {
    padding: 29px 450px 28px 199px;
  }

  .content-callback-small .photo {
    width: 124px;
    height: 124px;
  }

  .content-callback-small .btn {
    right: 40px;
    width: 328px;
  }

  .content-callback-small--not-photo {
    padding: 49px 340px 50px 39px;
  }

  .content-callback-small--not-photo .btn {
    width: 281px;
  }

  .catalog-list_map_info .article {
    margin: 31px 0;
  }

  .catalog-list_map_info .cash .actual:first-child,
  .catalog-list_map_info .cash .last-cash {
    margin-top: 0 !important;
  }

  .catalog-list_map_info .item {
    font-size: 12px;
    line-height: 16px;
  }

  .catalog-list_map {
    height: 535px;
  }

  .house-info {
    margin: -33px 0 0;
    padding: 0 0 80px;
  }

  .house-info h1 {
    margin: 0 0 16px;
  }

  .house-info_gallery .bottom {
    margin: 64px -5px 10px;
  }

  .house-info_gallery_big {
    margin: 0 0 5px;
  }

  .house-info_gallery_small .slick-list {
    padding: 0 110px 0 0;
  }

  .house-info_in_text,
  .house-info_gallery {
    width: 61%;
    margin: 0 26px 0 0;
  }

  .house-info_right {
    font-size: 14px;
    line-height: 20px;
  }

  .house-info_right .cash {
    margin: 7px 0 1px;
  }

  .house-info_right .currency-toggle {
    top: 8px;
  }

  .house-info_right li {
    padding: 8px 16px 6px 14px;
  }

  .house-info_right form {
    padding: 21px 19px 21px;
  }

  .house-info_right .social {
    padding: 14px 0 0;
  }

  .house-info_right .social p {
    max-width: 200px;
    line-height: 26px;
  }

  .house-info_right .social a {
    margin: 6px 11px 0 -6px;
  }

  .currency-toggle span {
    padding: 3px 13px;
  }

  .house-info_in .tab-menu li {
    font-size: 14px;
    margin: 0 35px 0 0;
    line-height: 26px;
  }

  .catalog-item .params span {
    margin: 0 5px 8px 0;
  }

  .catalog-filter_all {
    padding: 12px 30px 14px 14px;
  }

  .catalog-filter_currency {
    width: 104px;
  }

  .catalog-filter_cash {
    width: 172px;
  }

  .catalog-filter_type,
  .catalog-filter_type0,
  .catalog-filter_buy {
    padding: 0 15px;
    width: 238px;
  }

  .catalog-filter_type0 {
    padding: 0 16px 0 30px;
    width: 183px;
  }

  .faq .col-text{
    padding: 20px 0 39px;
    font-size: 14px;
    line-height: 20px;
  }
  .faq .col p{
    margin: 0;
  }
  .faq .col {
    padding: 0 0 0 15px;
  }
  .faq li:after {
    top: 7px;
  }
  .drop-menu img, .content-big-nav img {
    max-width: 220px;
  }
  .drop-menu a, .content-big-nav a {
    font-size: 75px;
  }

  .offices-list_carousel{
    font-size: 24px;
    line-height: 1.4;
  }


  .house-info_right .article{
    line-height: 40px;
  }

  .catalog-filter_type0 {
    padding-left: 20px;
    width: 172px;
  }


  .catalog-filter_all.fix-1280{
    font-size: 0;
    padding-right: 0 !important;
    flex: 0 !important;
  }
  .catalog-filter_search-1280 .icon-search{
    display: block;
  }
  .catalog-filter_search--icon {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }

  .catalog-filter_search-1280 input{
    padding-right: 46px;
  }
  .catalog-filter_search-1280 .clear {
    right: 10px;
  }

  .catalog-filter_search-1280 .form-item {
    display: none;
    top: 8px;
    z-index: 10;
    padding: 0 0 0 34px;
    width: auto;
    position: absolute;
    border-right: 1px solid #CACED7;
    right: 54px;
    left: 0;
    background: #EDEEF0;
  }

  .new-filter .catalog-filter_search-1280 {
    position: static;
    flex: 0;
    max-width: 65px;
    padding: 13px 19px 0;

  }


  .catalog-filter_search-1280.open .clear{
    opacity: 1 !important;
    visibility: visible !important;
  }
  .catalog-filter_search-1280.open .form-item{
    display: block;
  }


  .middle-banner-legal .right {
    padding: 132px 30px;
  }
}

@media screen and (max-width: 1279px) {
  .header_nav {
    display: none;
  }


  .content-search .drop, .catalog-filter_search .drop {
    right: 0;
    left: auto;
  }

  .catalog-filter_all + .catalog-filter_search{
    border-right: none;
  }

  .catalog-filter .catalog-filter_all—adaptive{
    font-size: 17px !important;
  }
  /*.header_tel,*/
  /*.header_nav a {*/
  /*  font-size: 16px;*/
  /*}*/

  .logo {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    padding: 5px 31px 2px;
  }

  .logo svg,
  .logo img {
    height: 48px;
  }

  .header_nav {
    padding-left: 20px;
  }

  .header_nav li:last-child {
    margin-right: 0;
  }

  .header_tel {
    padding: 2px 31px 2px;
  }

  .header_search,
  .header_favorite,.header_wh, .header_tg {
    padding: 16px 29px 15px;
  }
  .header.is-fix .header_wh,.header.is-fix .header_tg{
    padding: 16px 29px 15px;
  }
  .burger {
    height: 55px;
    padding: 12px 37px 23px;
  }

  .wrapper {
    padding: 0 20px;
  }

  h1 {
    font-size: 54px;
    line-height: 64px;
    letter-spacing: 1.08px;
  }

  .drop-menu_in,
  .mega-menu_in,
  .vacancy-list,
  .about-people {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .news-list,
  .offices-list {
    padding: 60px 0 0;
  }

  .content-search .in {
    padding: 53px 0 52px;
  }

  .content-search .tab-menu {
    margin: 0 0 40px;
  }

  .content-search .title-item {
    margin: 0 auto 15px;
  }

  .content-search .form-item {
    margin: 0 0 21px;
  }

  .content-search form {
    max-width: 50%;
    padding: 5px 5px 0;
  }

  .small-title {
    margin-bottom: 40px !important;
  }

  .about-agency-colums svg {
    display: none;
  }

  .content-callback .left {
    width: 40%;
  }

  .project-list-small a {
    padding: 120px 30px;
  }

  .point-estate-preview .title-item {
    letter-spacing: 15px;
  }

  .footer_top {
    font-size: 168px;
    padding: 10px 0 0px;
  }

  .drop-menu a {
    font-size: 80px;
  }

  .drop-menu img {
    right: 100px;
  }

  .mega-menu_in_bottom a {
    padding: 17px 10px;
    font-size: 18px;
  }

  .mega-menu_in a {
    font-size: 60px;
    line-height: 1.3;
  }

  .mega-menu_in li {
    margin: 0;
  }

  .popup,
  .content-callback-full_in {
    width: 800px;
  }

  .footer_social .item {
    padding: 20px;
  }

  .footer_nav_contacts .item {
    min-height: 230px;
  }

  .drop-menu b,
  .content-big-nav b {
    font-size: 14px;
  }

  .favorite-item .article {
    position: static;
    text-align: left;
  }

  .catalog-item .params,
  .favorite-param {
    float: none;
    width: auto;
    padding-right: 0;
    border: none;
    margin-right: 0;
    overflow: hidden;
  }
  .favorite-info .icon,
  .favorite-info .icon.active,
  .id-icon {
    top: 40px;
    bottom: auto;
    right: auto;
    left: 40px;
  }

  .header_favorite span {
    width: 20px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
  }

  .about-pluses td:first-child {
    padding-left: 125px;
  }

  .about-people_carousel .in {
    min-height: 300px;
  }

  .news-list-full_in {
    margin: 0 -10px;
  }

  .news-list-full_in .item {
    padding: 0 10px;
  }

  .news-list-full_in .date {
    margin: 0 0 10px;
  }

  .news-list-full_in .preview {
    height: 300px;
  }

  .news-list-full_in .item--long .preview {
    height: 345px;
  }

  .catalog-filter_all {
    padding: 18px 20px;
  }

  .catalog-sort_price {
    float: left;
  }

  .content-callback-small {
    padding: 56px 450px 56px 220px;
  }

  .content-callback-small .btn {
    right: 50px;
  }

  .content-callback-small .photo {
    width: 150px;
    left: 30px;
    height: 150px;
  }

  .content-callback-small--not-photo {
    padding: 50px 450px 50px 50px;
  }

  .content-callback + .content-social-list {
    padding-top: 75px;
  }

  .area-carousel .title-item {
    text-align: left;
  }

  .area-carousel .text {
    width: 540px;
  }

  .area-map .map {
    margin: 0 0 30px;
  }

  .catalog-item .bottom {
    margin-bottom: -10px;
  }

  .area-carousel .text {
    width: 470px;
  }

  .catalog-list_map_info .article {
    font-size: 18px;
  }

  .catalog-list_map_info .cash .last-cash {
    font-size: 14px;
  }

  .catalog-list_map_info .cash .actual {
    font-size: 20px;
  }

  .catalog-list_map_info .cash .actual:first-child,
  .catalog-list_map_info .cash .last-cash {
    margin-top: 0 !important;
  }

  .house-info_right form {
    padding: 30px 30px 20px;
  }

  .house-info_right {
    padding-bottom: 116px;
  }

  .house-info_right form {
    margin: 0;
  }

  .house-info_right .social {
    padding: 9px 0 0;
  }

  .house-info_right .bottom a {
    margin: 5px;
    padding: 10px 0;
  }

  .catalog-list .title-item {
    margin: 0 0 30px;
  }

  .header_nav {
    display: none;
  }

  .masthead {
    font-size: 18px;
    line-height: 26px;
  }

  .masthead h1 {
    max-width: 791px;
    margin: 0 auto 20px;
  }

  .masthead .btn {
    bottom: 48px;
    left: 19px;
    padding: 17px 26px 17px 31px;
  }

  .masthead .scroll {
    bottom: 65px;
    padding: 0;
    left: auto;
    right: 16px;
    transform: none;
  }

  .about-info-small b,
  h2 {
    font-size: 70px;
    line-height: 84px;
    letter-spacing: 1.4px;
  }

  .crumbs h1,
  .content-big-nav a,
  .title-item,
  h3 {
    font-size: 42px;
    line-height: 50px;
    letter-spacing: 0.84px;
  }

  .title-item {
    margin: 0 0 16px;
  }

  .project-list-small a,
  .maybe-favorite-list a,
  .masthead,
  .small-title,
  .text-l,
  .content-callback-small,
  .catalog-list_map_info .cash .actual,
  .house-info_right .cash,
  .content-error {
    font-size: 18px;
    line-height: 26px;
  }

  .news-list a,
  .about-agency-colums,
  .about-info-small,
  .faq .accordion-item,
  .footer_bottom,
  .content-callback .left,
  .footer_nav_contacts span,
  .footer_nav a,
  .text-xs {
    font-size: 14px;
    line-height: 20px;
  }

  .favorite-info .cash,
  .mega-menu_in_bottom a,
  h5 {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.54px;
  }

  .about-info-small {
    padding: 81px 0 80px;
  }

  .about-info-small li {
    padding: 0 25px;
  }

  .about-info-small b {
    margin: 0 0 7px;
  }

  .drop-menu,
  .content-big-nav {
    padding: 79px 0 0;
  }

  .drop-menu li:after{
    top: 30px;
  }

  .drop-menu a,
  .content-big-nav a {
    font-size: 70px;
    font-weight: 400;
    line-height: 84px;
    padding: 20px 0 19px 27%;
    letter-spacing: 1.4px;
  }

  .drop-menu {
    padding: 0;
  }

  .maybe-favorite-list {
    padding: 80px 0 0;
  }

  .maybe-favorite-list .in {
    margin: 0 -11px 0 -10px;
  }

  .maybe-favorite-list .item {
    padding: 0 11px 21px 10px;
  }

  .maybe-favorite-list a {
    height: auto;
    line-height: 22px;
    padding: 24px 25px 24px;
    letter-spacing: 0.54px;
  }

  .maybe-favorite-list span {
    left: 26px;
    padding: 12px 0 5px;
    right: 26px;
  }

  .maybe-favorite-list span svg {
    width: 32px;
    margin-right: -6px;
    height: 32px;
  }

  .about-agency-colums {
    padding: 60px 0 0;
  }

  .about-agency-colums .title-item {
    max-width: 690px;
    margin: 0 auto 16px;
  }

  .about-agency-colums .small-title {
    max-width: 686px;
  }

  .about-agency-colums .btn {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
  }

  .faq {
    padding: 82px 0 0;
  }

  .faq .small-title {
    max-width: 570px;
    margin: 0 auto 38px !important;
  }

  .faq .accordion-item {
    padding: 34px 85px 39px 25.6%;
  }

  .faq .drop {
    padding: 36px 0 0;
  }

  .content-callback {
    padding: 80px 0 0;
  }

  .content-callback .left {
    padding: 68px 30px 0;
    min-height: 430px;
    width: 50%;
    margin: 0 auto 39px;
  }

  .content-callback .left img {
    width: 169px;
    margin: 0 auto 39px;
  }

  .content-callback:not(.middle-banner-legal) .title-item {
    font-size: 42px;
    line-height: 50px;
    letter-spacing: 0.84px;
  }

  .content-callback .right {
    min-height: 430px;
    padding: 112px 30px 0;
  }

  .content-callback + .project-list-small {
    padding-top: 41px;
  }

  .content-callback h5 {
    margin: 0 0 11px;
  }

  .project-list-small {
    padding: 41px 0 0;
  }

  .project-list-small .in {
    margin: 0 -10px;
  }

  .project-list-small .item {
    padding: 0 10px 20px;
  }

  .project-list-small a {
    padding: 129px 85px;
  }

  .project-list-small h3 {
    margin: 0 0 16px;
  }

  .news-list {
    padding: 60px 0 17px;
  }

  .news-list .in {
    padding: 24px 0 0;
    margin-left: -30px;
    margin-right: -30px;
  }

  .news-list .item {
    padding: 0 30px;
    width: 390px !important;
  }

  .news-list .link {
    margin: 21px 0 0;
  }

  .news-list a {
    padding: 99px 0 0;
  }

  .news-list h5 {
    height: 44px;
    margin: 0 0 16px;
  }

  .news-list .text {
    -webkit-line-clamp: 3;
    height: 60px;
  }

  .point-estate-preview {
    padding: 63px 0 0;
  }

  .point-estate-preview .title-item {
    font-size: 135px;
  }

  .content-social-list {
    padding: 81px 0;
  }

  .content-social-list a {
    font-size: 70px;
    line-height: 1.2;
    padding: 19px 0;
    background-size: 32px auto;
    letter-spacing: 1.4px;
  }

  .footer_nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer_nav p {
    margin: 0 0 19px;
  }

  .footer-nav-2,
  .footer-nav-1 {
    width: 50%;
    -ms-flex: 50% 0 0px;
    flex: 50% 0 0;
    padding: 30px 20px 20px 20px;
  }

  .footer_nav_contacts {
    border-top: 1px solid #45484E;
  }

  .footer_nav_contacts .item {
    padding: 30px 20px 28px 19px;
    min-height: 1px;
  }

  .footer_nav_contacts span {
    margin: -9px 0 0;
  }

  .footer_social .item {
    padding: 13px 20px;
  }

  .footer_social a {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0.54px;
  }

  .footer_bottom .item {
    padding: 23px 20px;
  }

  .drop-menu,
  .mega-menu,
  .big-search {
    top: 56px;
  }

  .mega-menu .header_nav,
  .big-search .header_nav,
  .mega-menu .only-tab,
  .big-search .only-tab {
    display: block;
  }

  .mega-menu .header_nav,
  .big-search .header_nav {
    display: block;
  }

  .mega-menu_in {
    text-align: left;
  }

  .mega-menu_in a {
    font-size: 22px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.66px;
    padding: 10px 16px;
    text-transform: uppercase;
  }

  .drop-menu {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 15;
    right: 0;
  }

  .drop-menu li:after {
    display: none;
  }

  .drop-menu b {
    margin: 0 0 0 2px;
  }

  .drop-menu_in {
    height: 100%;
    padding: 65px 16px 100px;
    max-height: 100%;
  }

  .open-mega-menu {
    overflow: hidden;
  }

  .open-second .mega-menu_in {
    position: static;
    overflow: hidden;
  }

  .header_nav {
    margin: 0 16px 10px;
    border-top: 1px solid #CACED7;
    padding: 0;
  }

  .header_nav li {
    float: none;
    display: block;
    border-bottom: 1px solid #CACED7;
  }

  .header_nav a {
    font-size: 30px;
    padding: 26px 30px 25px 0;
    font-weight: 400;
    border: none;
    line-height: 1.2;
    background: url(../images/svg/arr-small-dark.svg) no-repeat right center;
    letter-spacing: 0.6px;
    text-transform: uppercase;
  }

  .header_nav .has-child > i {
    background: url(../images/svg/arr-small-dark.svg) no-repeat;
    width: 24px;
    margin: 32px 0 0;
    position: relative;
    float: right;
    z-index: -1;
    height: 24px;
  }

  .header_nav .back {
    color: #24262B;
    font-size: 18px;
    position: absolute;
    top: 0;
    border-bottom: 1px solid #CACED7;
    z-index: 100s;
    left: 16px;
    right: 16px;
    padding: 20px 0 19px 32px;
    font-weight: 500;
    background: #EDEEF0 url(../images/svg/arr-small-left-dark.svg) no-repeat left center;
    overflow: hidden;
    line-height: 26px;
  }

  .header_nav img {
    display: none !important;
  }

  .header_nav .has-child:hover > i {
    transform: none;
  }

  .header_nav .has-child.open > .drop-menu {
    display: block !important;
  }

  .mega-menu_in_bottom a {
    line-height: 30px;
  }

  .mega-menu_in_bottom svg {
    vertical-align: middle;
    margin-top: -5px;
    display: inline-block;
  }

  .mega-menu_in_bottom svg {
    vertical-align: middle;
    position: relative;
    margin: -5px 0 0;
  }

  .mega-menu_in_bottom a {
    background: none;
    letter-spacing: 0.48px;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #2D888E !important;
    border: none;
    padding: 10px 0;
  }

  .content-big-nav a {
    background-size: 32px auto;
  }

  .crumbs {
    padding: 77px 0 0;
  }

  .crumbs ul {
    margin: 0 0 45px;
  }

  .catalog-list {
    padding: 1px 0 0;
  }

  .catalog-filter {
    position: relative;
    padding: 9px 0 9px;
    z-index: 10;
  }

  .catalog-filter .catalog-filter_all {
    position: absolute;
    margin: 2px 0 0;
    left: 0;
    top: 100%;
  }

  /*.catalog-sort_price {*/
  /*  position: absolute;*/
  /*  right: 282px;*/
  /*  top: 11px;*/
  /*}*/
  .catalog-sort.catalog-sort-flex .date_update{
    line-height: 29px;
  }
  .catalog-sort.catalog-sort-flex .date_update:after{
    top:12px;
  }
  .catalog-sort {
    padding: 61px 20px 11px 20px;
    position: relative;
    margin: 0 0 24px;
  }

  .catalog-sort_view {
    position: absolute;
    top: 10px;
    right: 20px;
  }

  .catalog-item {
    padding: 15px 15px 19px 408px;
  }

  .catalog-item .icon {
    bottom: 16px;
  }

  .catalog-item .preview {
    position: absolute;
    top: 20px;
    width: 356px;
    padding: 0 33px 0 0;
    bottom: 19px;
    margin: 0;
    left: 20px;
    min-height: 1px;
  }

  .catalog-item .preview img {
    width: 100%;
  }

  .catalog-item .info {
    float: none;
    font-size: 14px;
    line-height: 20px;
    min-height: 1px;
    position: static;
    padding: 5px 30px 11px 0;
    width: auto;
    margin: 0 127px 0 0;
  }

  .catalog-item .params {
    float: none;
    min-height: 1px;
    width: auto;
    padding: 0 30px 39px 0;
    border-right: 1px solid #CACED7;
    margin: 0 127px 0 0;
  }

  .catalog-item .params .bottom {
    position: static;
    margin: 7px 0 0;
  }

  .catalog-item .params span {
    font-size: 14px;
    line-height: 20px;
    padding: 3px 9px 4px;
  }

  .catalog-item .cash {
    left: 409px;
    bottom: 27px;
    font-size: 18px;
    line-height: 26px;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .catalog-item .last-cash {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 0 10px;
  }

  .catalog-item h5 {
    margin: 0 0 6px;
  }

  .catalog-sort_tag {
    clear: both;
  }

  .catalog-sort_tag a {
    padding: 3px 19px 2px;
  }

  .content-callback-small {
    font-size: 18px;
    line-height: 26px;
    padding: 80px 450px 79px 170px;
  }

  .content-callback-small h4 {
    margin: 0 0 15px;
    font-size: 38px;
    line-height: 44px;
  }

  .content-callback-small .photo {
    width: 100px;
    height: 100px;
  }

  .content-callback-small .btn {
    right: 39px;
    width: 330px;
  }

  .content-callback-small--not-photo {
    padding: 93px 450px 92px 40px;
  }

  .content-callback-small--not-photo .btn {
    width: 248px;
  }

  .catalog-list_map_info {
    width: 297px;
    padding: 7px;
  }

  .catalog-list_map_info .item {
    font-size: 12px;
    line-height: 16px;
  }

  .catalog-list_map_info .article {
    margin: 23px 0;
    font-size: 14px;
    line-height: 20px;
  }

  .catalog-list_map_info .preview {
    height: 158px;
  }

  .catalog-list_map_info .cash {
    padding: 9px 0 0;
  }

  .catalog-list_map_info .icon {
    width: 44px;
    height: 44px;
    border: 1px solid #caced7;
    border-radius: 100%;
    background-position: center center;
  }

  .catalog-list_map_info h5 + p {
    font-size: 14px;
    line-height: 20px;
  }

  .catalog-list_map {
    margin: 0 0 11px;
    height: 427px;
  }

  .house-info {
    margin: -29px 0 0;
    padding: 0 0 59px;
  }

  .house-info_gallery .social {
    display: -ms-flexbox;
    display: flex;
  }

  .house-info_gallery .bottom {
    margin: 38px -5px 10px;
  }

  .house-info_gallery .bottom a {
    padding: 16px 12px 16px;
  }

  .house-info_gallery_small {
    margin: 0 -4px;
  }

  .house-info_gallery_small .slick-list {
    padding: 0 100px 0 0;
  }

  .house-info_gallery_small .slick-slide {
    padding: 0 4px;
  }

  .house-info_in_text,
  .house-info_gallery {
    width: 55%;
    margin: 0 23px 0 0;
  }

  .house-info_right {
    padding: 0;
  }

  .house-info_right .social {
    display: none;
  }

  .house-info_right ul {
    padding: 50px 0 10px;
  }

  .house-info_right li {
    font-size: 14px;
    padding: 3px 9px 0px 8px;
    line-height: 20px;
  }

  .house-info_right form {
    padding: 22px 20px 20px;
  }

  .house-info_right .checkbox span {
    font-size: 12px;
    line-height: 16px;
  }

  .house-info_in {
    padding: 40px 0 0;
  }

  .house-info_in .tab-menu {
    margin: 0 0 41px;
  }

  .house-info_in .text-l,
  .house-info_in .content-callback-small,
  .house-info_in .catalog-list_map_info .cash .actual,
  .catalog-list_map_info .cash .house-info_in .actual,
  .house-info_in .house-info_right .cash,
  .house-info_right .house-info_in .cash,
  .house-info_in .content-error {
    margin: 0 0 20px;
  }

  .house-info_in_text {
    font-size: 14px;
    line-height: 20px;
  }

  .house-info_in_text b {
    font-size: 16px;
    line-height: 22px;
  }

  .house-info_in_param {
    font-size: 14px;
    line-height: 20px;
  }

  .house-info_in_param th {
    font-size: 16px;
    padding: 20px 0 15px;
    line-height: 22px;
  }

  .house-info_in_param td[colspan] {
    padding: 0 0 15px !important;
  }

  .catalog-list .title-item {
    margin: 0 0 59px;
  }

  .catalog-item .cash .item {
    margin-right: 10px;
    margin-bottom: -10px;
  }

  .catalog-filter_type0 {
    padding: 0 16px 0 19px;
    width: 173px;
  }

  .catalog-filter_cash {
    padding: 0 15px;
    width: 164px;
  }

  .catalog-filter_currency {
    padding: 0 15px;
    width: 107px;
  }

  .catalog-filter_search {
    padding: 0 15px;
  }

  .group-masthead {
    min-height: 440px;
  }

  .about-pluses--style td:first-child {
    width: auto;
    padding-right: 30px;
  }


  .faq .col {
    width: 100% !important;
    padding: 0 0 40px !important;
  }
  .faq .col-text {
    padding: 23px 0 0;
    margin-bottom: -1px;
  }


  .catalog-sort_price.js-catalog-sort-items-count{
    margin: -4px 20px 0 0 !important;
    position: static;
  }

  .catalog-sort_view + .catalog-sort_view{
    position: relative;
  }

  .catalog-filter .new-filter .label{
    font-size: 14px;
  }
  .catalog-filter_search--icon {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    border-right: none !important;
  }
  .catalog-filter_search--icon .form-item {
    top: 10px;
    right: 54px;
  }

  .catalog-filter_type0 {
    padding: 0 16px;
  }
  .catalog-filter_cash--w1{
    width: 100px;
  }


  .catalog-filter_all.fix-1280 {
    font-size: 14px !important;
    line-height: 26px !important;
  }

  .catalog-filter .label{
    font-size: 14px;
  }

}

@media screen and (min-width: 1280px) {
  .select2-dropdown:not(.drop-full) {
    width: auto !important;
  }

  .body-has-filter .catalog-list,
  .body-has-filter .content {
    overflow: visible;
  }

  .catalog-filter {
    position: sticky;
    top: 69px;
    background: #EDEEF0;
    z-index: 10;
  }

  .catalog-sort {
    transition: all 0.2s linear;
    position: sticky;
    background: #EDEEF0;
    z-index: 9;
    top: -100px;
    /*top: 20px;*/
  }

  .catalog-sort.scroll-up {
    top: 168px;
  }

  .catalog-filter.view-small {
    padding: 0;
    margin-bottom: 38px;
  }

  .catalog-sort.view-small {
    padding-top: 16px;
    padding-bottom: 13px;
    margin-bottom: 45px;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1640px) {
  .catalog-filter.view-small {
    margin-bottom: 17px;
  }

  .catalog-sort.view-small {
    padding-top: 16px;
    padding-bottom: 13px;
    margin-bottom: 26px;
  }

  .catalog-sort.scroll-up {
    top: 148px;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .catalog-filter {
    top: 62px;
  }

  .catalog-sort.view-small {
    padding-top: 16px;
    padding-bottom: 13px;
    margin-bottom: 26px;
  }

  .catalog-sort.scroll-up {
    top: 129px;
  }
}

@media screen and (max-width: 1180px) {
  .header_nav{
    display: none;
  }
  .select2-dropdown.radio-type{
    white-space: normal;
  }


  .contacts-info_table .item {
    width: 365px;
  }

}
@media screen and (max-width: 1180px) and (min-width: 769px) {
  .select2-dropdown.radio-type{
    margin-left: 0 !important;
    white-space: normal;
    width: auto !important;
    max-width: 280px;
  }

}
@media screen and (max-width: 1023px) {
  .breadcrumb-box button {
    font-size: 16px;
  }

  .text-m,
  .house-info_right .article,
  .house-info_right .last-cash,
  .house-info_in,
  .contacts-info_table,
  body {
    font-size: 16px;
    line-height: 22px;
  }

  .group-masthead h1,
  h1 {
    font-size: 40px;
    line-height: 1.2;
  }

  .about-info-small b,
  h2 {
    font-size: 48px;
    line-height: 58px;
  }

  .content-social-list a,
  .content-callback:not(.middle-banner-legal) .title-item,
  .content-big-nav a,
  .title-item,
  h3 {
    font-size: 30px;
    line-height: 1.2;
  }

  h4 {
    font-size: 22px;
    line-height: 26px;
    /* 118.182% */
  }

  .mega-menu_in_bottom a,
  h5 {
    letter-spacing: 0.54px;
    font-size: 18px;
    line-height: 22px;
  }

  .maybe-favorite-list a,
  .masthead,
  .small-title,
  .text-l,
  .content-callback-small,
  .catalog-list_map_info .cash .actual,
  .house-info_right .cash,
  .content-error {
    font-size: 20px;
    line-height: 1.5;
  }

  .news-item-detail_nav .name,
  .team-list_carousel,
  .crumbs span,
  .crumbs a,
  .text-s,
  .select-list-type .select2-selection__rendered,
  .select2-selection.search .select2-selection__rendered,
  .news-list .date,
  .catalog-filter_drop_in .form-item:after,
  .catalog-filter_drop_in .before,
  .catalog-filter_drop_in input,
  .all-filter_in .form-item:after,
  .all-filter_in .before,
  .all-filter_in input,
  .catalog-list_map_info .item,
  .house-info_right,
  .house-info_right input,
  .footer_bottom {
    line-height: 1.2;
  }

  .news-item-detail_nav .date,
  .text-xs {
    font-size: 14px;
    line-height: 20px;
  }

  .content-search input,
  .bottom-l {
    font-size: 18px;
    line-height: 1.2;
  }

  .bottom-m,
  .select2-dropdown input,
  .content-search .drop li,
  .catalog-filter_search .drop li,
  .all-filter_in .label,
  .radio-list-type span,
  .drop--city li,
  .currency-toggle span,
  .house-info_right .social,
  .house-info_in .tab-menu li {
    font-size: 16px;
    line-height: 1.2;
  }

  .masthead .btn-white,
  .masthead .btn-empty-white,
  .masthead .btn-empty,
  .masthead .btn-color {
    padding: 17px 30px 17px;
  }

  .burger,
  .header_search,
  .header_favorite,.header_wh, .header_tg{
    padding: 20px;
    height: 66px;
  }
  .header_tel {
    padding: 8px 31px 6px;
    height: 66px;
  }
  .burger {
    padding-top: 17px;
  }

  .logo {
    padding: 10px 25px;
  }

  .logo svg {
    height: 40px;
    width: auto;
  }

  .mega-menu,
  .big-search {
    top: 67px;
  }

  .content-big-nav,
  .content-social-list,
  .drop-menu_in,
  .mega-menu_in,
  .about-info-small {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .faq,
  .content-callback,
  .project-list-small,
  .about-agency-colums,
  .news-list,
  .point-estate-preview,
  .team-list,
  .maybe-favorite-list {
    padding: 50px 0 0;
  }

  .mega-menu_in_bottom {
    border: none;
  }

  .mega-menu_in_bottom .item {
    width: 50%;
    border-top: 1px solid #CACED7;
  }

  .mega-menu_in_bottom .item:nth-child(odd) {
    border-left: none;
  }

  .mega-menu_in {
    padding-bottom: 120px;
  }

  .title-item {
    margin-bottom: 10px !important;
  }

  .small-title {
    margin-bottom: 20px !important;
  }

  .content-search form {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-search .wrapper {
    padding: 0;
  }

  .content-big-nav a {
    padding: 25px 50px 25px 40px;
    position: relative;
  }

  .content-big-nav img {
    display: none;
  }

  .content-big-nav li:after {
  //top: 36px;
    width: 10px;
    height: 10px;
  }

  .maybe-favorite-list a {
    padding: 20px;
  }

  .maybe-favorite-list span {
    left: 20px;
    right: 20px;
  }
  .faq + .content-callback{
    padding-top: 20px;
  }
  .faq img {
    max-height: none;
    position: static;
    transform: none;
    margin: 30px 0 0;
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .faq .drop {
    padding-bottom: 20px;
  }

  .faq .btn {
    margin-top: 20px;
  }

  .content-callback .right,
  .content-callback .left {
    min-height: 500px;
  }

  .content-callback .right {
    padding-top: 150px;
  }

  .content-callback .left {
    padding: 65px 30px 0;
  }

  .content-callback .left img {
    max-width: 80%;
  }

  .project-list-small .in {
    margin-left: -10px;
    margin-right: -10px;
  }

  .project-list-small .item {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }

  .news-list .date {
    line-height: 22px;
  }

  .news-list .text {
    height: 52px;
  }

  .news-list .link {
    margin: 40px 0 0;
  }

  .news-list a {
    font-size: 18px;
    line-height: 26px;
    padding: 82px 0 0;
  }

  .news-list h5 {
    height: 44px;
    margin-bottom: 10px;
  }

  .point-estate-preview .title-item {
    font-size: 95px;
  }

  .footer_top {
    font-size: 110px;
  }

  .only-tab {
    display: block;
  }

  .big-search h4 {
    margin: 0 0 17px;
  }

  .big-search .back {
    color: #24262B;
    font-size: 18px;
    position: absolute;
    top: 0;
    z-index: 10;
    left: 16px;
    right: 16px;
    padding: 24px 0 19px 32px;
    font-weight: 500;
    background: #EDEEF0 url(../images/svg/arr-small-left-dark.svg) no-repeat left center;
    overflow: hidden;
    line-height: 26px;
  }

  .big-search input {
    font-size: 20px;
  }

  .big-search .form-item {
    margin: 0 0 32px;
  }

  .big-search_in {
    padding: 70px 16px 100px;
  }

  .drop-autocomplite .item {
    margin: 0 0 32px;
  }

  .drop-autocomplite a {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 144.444% */
    padding: 10px 0;
  }

  .drop-autocomplite a span {
    display: none !important;
  }

  .favorite-preview {
    float: none;
    width: 100%;
    margin: 0 0 30px;
  }

  .favorite-preview img {
    width: 100%;
  }

  .about-pluses table {
    margin: 20px 0 0;
  }

  .about-pluses td:first-child {
    padding-left: 75px;
  }

  .offices-list_carousel .small {
    display: none;
  }

  .offices-list_carousel .carousel-item {
    padding: 0;
    text-align: center;
  }

  .offices-list_carousel .big {
    height: auto;
  }

  .offices-list_carousel .bottom {
    position: static;
    width: 100%;
    padding: 10px 0 0;
  }

  .offices-list_carousel .bottom br {
    display: none;
  }

  .news-list-full_in .preview {
    height: 265px;
  }

  .news-list-full_in .date {
    margin-bottom: 5px;
  }

  .crumbs {
    padding: 100px 0 0;
  }

  .news-item-detail .preview {
    margin: 0 0 20px;
  }

  .news-item-detail h1,
  .news-item-detail h2,
  .news-item-detail h3,
  .news-item-detail h4,
  .news-item-detail h5 {
    margin: 40px 0 20px;
  }

  .catalog-filter_search {
    clear: both;
    border-top: 1px solid #CACED7;
  }

  .catalog-filter {
    padding-bottom: 0;
  }

  .catalog-filter_type,
  .catalog-filter_type0,
  .catalog-filter_buy {
    margin-bottom: 9px;
  }

  .select2-dropdown.radio-type {
    margin-left: 0;
  }

  .catalog-filter_cash,
  .catalog-filter_type,
  .catalog-filter_type0,
  .catalog-filter_buy {
    z-index: 15;
  }

  .select2-dropdown li {
    white-space: normal;
  }

  .content-callback-small h4 {
    font-size: 30px;
  }

  .content-callback-small {
    padding-right: 30px;
  }

  .content-callback-small .btn {
    transform: none;
    margin-top: 10px;
    position: static;
  }

  .area-carousel .text {
    float: none;
    width: 100%;
    margin: 0 0 30px;
  }

  .area-map .map {
    height: 400px;
  }

  .content-callback-full_in {
    padding: 100px 50px;
  }

  .catalog-list_map_info {
    width: 370px;
  }

  .catalog-list_map_info .cash {
    font-size: 14px;
  }

  .catalog-list_map_info .cash p {
    font-size: 18px;
    line-height: 24px;
  }

  .catalog-list_map {
    height: 650px;
  }

  .catalog-filter_cash {
    border-right: none;
  }

  .catalog-sort_tag + .catalog-sort_price {
    width: 100%;
  }

  .catalog-filter_cash {
    width: 260px;
  }

  .header_favorite span {
    top: 9px;
    right: 9px;
  }

  .house-info_gallery {
    width: 100%;
    float: none;
    margin: 0 0 20px;
  }

  .house-info_right {
    min-height: 1px;
    padding-bottom: 80px;
  }

  .house-info_right .social {
    line-height: 40px;
    padding: 30px 0 0;
  }

  .house-info_in_text {
    margin: 0 30px 0 0;
    width: 55%;
  }

  .catalog-list .title-item {
    margin-bottom: 30px !important;
  }

  .house-info {
    padding: 0 0 100px;
  }

  .catalog-filter_buy {
    display: none;
  }

  .column-text {
    padding: 40px 0 0;
  }

  .faq li:after {
    top: 9px;
  }

  .contacts-info_table img {
    margin: 0 0 20px;
  }

  .content-error {
    padding: 200px 0 100px;
  }

  .content-error .btn {
    margin: 40px 0 0;
  }

  .content-error h3 {
    margin: 0 0 11px;
  }

  .footer_social {
    border-bottom: none;
  }

  .footer_social .item {
    width: 50%;
    border-bottom: 1px solid #45484E;
  }

  .catalog-item {
    padding: 15px 15px 19px 300px;
  }

  .catalog-item .preview {
    width: 255px;
  }

  .catalog-item .cash {
    left: 306px;
  }

  .content-callback .left {
    width: 43%;
  }

  .house-info_right li {
    padding: 3px 9px 3px 8px;
    line-height: 23px;
  }

  .house-info_gallery .social,
  .house-info_gallery .bottom {
    display: none;
  }

  .house-info_right {
    padding-bottom: 0;
  }

  .house-info_right .social {
    display: -ms-flexbox;
    display: flex;
  }

  .house-info_right .social p {
    margin-right: auto;
    max-width: none;
    line-height: 40px;
  }

  .house-info_right .social a {
    margin-top: 0;
    min-width: 40px;
  }

  .house-info_right .bottom {
    position: static;
    display: -ms-flexbox;
    display: flex;
  }

  .checkbox .icon {
    min-width: 24px;
  }

  .checkbox label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }

  .catalog-item .cash .item span {
    font-size: 16px;
  }

  .news-list .slick-arrow {
    display: none !important;
  }

  .catalog-filter_cash {
    width: 245px;
  }

  .faq .col{
    padding: 0 0 10px !important;
  }
  .faq .col-text {
    padding: 14px 0 30px;
    font-size: 14px;
  }

  .faq--style .title-item{
    text-align: left;
    font-size: 38px;
    line-height: 44px;
  }
  .faq--style img {
    max-width: 343px;
  }
  .faq--style .accordion-item {
    padding: 34px 85px 39px 0;
  }


  .faq img{
    max-width: 100%;
  }

  .catalog-sort_price .select2-selection__rendered {
    max-width: 240px;
  }

  .catalog-filter_type0-road{
    display: none !important;
    border-left: 1px solid #CACED7;
    border-right: none;
  }


  .all-filter .select2-selection__rendered li {
    padding: 2px 0;
  }
  .all-filter .select2-selection__rendered .select2-search--inline {
    padding: 0;
  }


  .new-filter{
    margin-bottom: 9px;
    display: block;
  }

  .new-filter .catalog-filter_search-1280,
  .new-filter .catalog-filter_search--icon{
    display: none !important;
    border-top: none !important;
  }

  .new-filter > div{
    border-right: 1px solid #CACED7;
    margin: 0;
    flex: 1 !important;
  }
  .new-filter .catalog-filter_all{
    border: none !important;
  }
  .catalog-filter_type{
    width: 200px;
  }
  .catalog-filter_all.fix-1280 {
    font-size: 18px;
    padding: 12px 14px !important;
  }


  .new-filter > div {
    margin: 0 0 9px;
  }

  .contacts-info_table .item:nth-child(odd) {
    width: calc(50% - 40px);
  }
  .contacts-info_table .item{
    width: 50%;
  }
  .worktime{
    gap: 15px;
    flex-direction: column;
    text-align: center;
  }

  .faq-legal .col-text .col:first-child {
    font-size: 18px;
    line-height: 1.3;
  }
}

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

  .header{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .header .mobile__btns{
    display: flex;
    gap: 10px;
    width: 100%;
    justify-content: end;
    margin-right: 20px;
  }

  .header .mobile__btn{
    width: 24px;
    height: 24px;
  }

  .header .mobile__btn svg{
    width: 100%;
    height: 100%;
  }

  .select2-dropdown.radio-type li {
    font-size: 16px;
  }

  .new-filter .catalog-filter_all ,
  .fix-1280.catalog-filter_all {
    font-size: 16px !important;
    border-right: 1px solid #CACED7 !important;
    padding: 8px 16px !important;
    border-left: none;
  }



  .catalog-sort_view a {
    padding: 13px;
  }



  .only-mobile {
    display: block;
  }

  .hide-mobile {
    display: none;
  }

  .small-title {
    margin-bottom: 40px !important;
  }

  .wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  div.header_tel,
  .header_search,
  .header_favorite,.header_wh, .header_tg{
    display: none;
  }

  .logo {
    padding: 10px 16px 9px;
  }

  .logo svg {
    height: 50px;
  }

  .burger {
    padding: 19px 23px 0;
    height: 69px;
  }

  .catalog-sort_price:last-child {
    width: 100%;
  }

  .content-search .in,
  .content-social-list,
  .drop-menu_in,
  .mega-menu_in,
  .about-info-small {
    padding-top: 50px;
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 0px;
  }

  .content-search .in li,
  .content-social-list li,
  .drop-menu_in li,
  .mega-menu_in li,
  .about-info-small li {
    padding: 0;
    width: 100%;
    float: none;
    margin: 0 0 28px;
  }

  .content-search .in b,
  .content-social-list b,
  .drop-menu_in b,
  .mega-menu_in b,
  .about-info-small b {
    margin: 0 0 11px;
  }

  .content-search form {
    max-width: 100%;
    padding: 4px 16px 0;
  }

  .content-search input {
    font-size: 20px;
  }

  .content-search .form-item {
    margin: 0 0 19px;
  }

  .content-search .btn {
    margin: 14px 0 0;
  }

  .content-search .tags-list {
    margin: 0 -16px;
    overflow: hidden;
    height: 66px;
  }

  .content-search .tags-list a {
    margin-right: 0;
  }

  .content-search .tags-list_in {
    height: 100px;
    white-space: nowrap;
    overflow: auto;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
    padding: 0 11px;
  }

  .content-search .tags-list_in::-webkit-scrollbar {
    width: 0;
  }

  .content-search .in {
    padding: 94px 0 100px;
  }

  .content-search .tab-menu {
    overflow: hidden;
    height: 40px;
  }

  .content-search .tab-menu ul {
    overflow: auto;
    height: 60px;
    padding: 0 0 0 16px;
    white-space: nowrap;
  }

  .content-search .tab-menu li {
    width: auto;
    vertical-align: top;
    padding: 0 0 11px;
    display: inline-block;
    margin: 0 15px 0 0;
  }

  .content-big-nav li:after {
  //top: 20px;
    width: 12px;
    height: 12px;
  }

  .content-big-nav a {
    color: #2D888E;
    font-size: 40px;
    font-weight: 400;
    padding: 20px 50px 19px 22px;
    line-height: 48px;
    letter-spacing: 0.8px;
    background: url(../images/svg/arr-small-dark.svg) no-repeat right 22px bottom 20px;
    text-transform: uppercase;
  }

  .content-big-nav b {
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    margin: 10px 0 0;
  }

  .faq,
  .content-callback,
  .project-list-small,
  .about-agency-colums,
  .news-list,
  .point-estate-preview,
  .content-big-nav,
  .maybe-favorite-list {
    padding: 50px 0 0;
  }

  .maybe-favorite-list .in {
    margin: 0 -16px -16px;
    white-space: nowrap;
    overflow: -moz-scrollbars-none;
    overflow: auto;
    -ms-overflow-style: none;
    padding: 0 12px 0 4px;
  }

  .maybe-favorite-list .in::-webkit-scrollbar {
    width: 0;
  }

  .maybe-favorite-list .item {
    white-space: normal;
    display: inline-block;
    width: 312px;
    animation-delay: 0s !important;
    visibility: visible !important;
    animation: none !important;
    padding: 0 0 20px 12px;
    float: none;
    vertical-align: top;
    margin: 0 !important;
  }

  .maybe-favorite-list a {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    height: 300px;
    padding: 19px;
    letter-spacing: 0.54px;
  }

  .maybe-favorite-list span {
    background: url(../images/svg/arr-small-dark.svg) no-repeat right center;
    padding: 35px;
  }

  .maybe-favorite-list span svg {
    display: none;
  }

  .about-agency-colums {
    font-size: 18px;
    line-height: 26px;
    /* 144.444% */
  }

  .about-agency-colums .in {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about-agency-colums .col {
    float: none;
    width: 100%;
  }

  .about-agency-colums .col-long {
    margin: 0 0 30px;
    -ms-flex-order: -1;
    order: -1;
  }

  .about-agency-colums .col-long img {
    min-height: 1px;
    display: block;
  }

  .about-agency-colums .btn {
    margin: 20px 0 0;
  }
  .catalog-sort.catalog-sort-flex .date_update{
    display: none;
  }
  .about-agency-colums .btn svg {
    display: inline-block;
    margin: -3px 0 0 27px;
    float: none;
    vertical-align: middle;
  }

  .about-agency-colums p {
    margin: 0 0 20px;
  }

  .about-agency-colums img {
    width: 100%;
    display: none;
  }

  .faq .accordion-item {
    padding: 25px 0;
  }

  .faq .drop {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    padding: 22px 0 0 0;
  }

  .faq .drop .btn {
    width: 100%;
    margin: 30px 0 0;
  }

  .faq .accordion-title {
    padding-right: 72px;
  }

  .faq .accordion-title:after {
    right: 0;
  }

  .faq .btn {
    margin: 41px auto 0 auto;
    width: 100%;
  }

  .faq h5 {
    letter-spacing: 0.54px;
  }

  .faq img {
    margin: 9px 0 0;
  }

  .content-callback .wrapper {
    padding: 0;
  }

  .content-callback .left {
    float: none;
    min-height: 1px;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    padding: 55px 35px 54px;
    width: 100%;
    margin-bottom: 0;
  }

  .content-callback .left img {
    width: 100%;
    max-width: none;
    margin: 0 auto 39px;
  }

  .content-callback .right {
    min-height: 1px;
    padding: 187px 16px 189px;
  }

  .content-callback .btn {
    width: 100%;
  }

  .content-callback .btn svg {
    float: none;
    display: inline-block;
    margin: -7px 0 -8px 20px;
    vertical-align: middle;
  }

  .content-callback h5 {
    margin: 0 0 11px;
  }

  .project-list-small .in {
    display: block;
    margin: 0 -16px -15px;
    padding-left: 2px;
    white-space: nowrap;
    overflow: auto;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
  }

  .project-list-small .in::-webkit-scrollbar {
    width: 0;
  }

  .project-list-small .item {
    float: none;
    width: 314px;
    padding: 0 0 0 14px;
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    margin: 0;
    animation: none !important;
    visibility: visible;
  }

  .project-list-small h3 {
    letter-spacing: 0.6px;
    margin: 0 0 10px;
  }

  .project-list-small h3 br {
    display: none;
  }

  .project-list-small a {
    height: 410px;
    padding: 137px 16px 0;
    font-size: 20px;
    line-height: 30px;
    /* 150% */
  }

  .news-list .item {
    padding: 0 20px;
    width: 315px !important;
  }

  .news-list .text {
    -webkit-line-clamp: 4;
    height: 104px;
  }

  .news-list a {
    padding: 99px 0 0;
  }

  .point-estate-preview {
    padding: 100px 0 0;
  }

  .point-estate-preview .title-item {
    font-size: 108px;
    letter-spacing: 0;
    bottom: -29px;
    line-height: 0.85;
    left: 0;
    right: 0;
  }

  .point-estate-preview img {
    min-height: 434px;
    object-fit: cover;
  }

  .content-social-list a {
    font-size: 48px;
    padding: 20px 0 18px;
    font-style: normal;
    background: url(../images/svg/arr-small-dark.svg) no-repeat right center;
    font-weight: 400;
    letter-spacing: 0.96px;
    line-height: 58px;
  }

  .footer_top {
    font-size: 62px;
    letter-spacing: 0;
    padding: 35px 0 27px;
  }

  .footer-nav-2,
  .footer-nav-1 {
    -ms-flex: 50% 0 0px;
    flex: 50% 0 0;
    padding: 24px 16px 13px 16px;
    width: 50%;
  }

  .footer_nav {
    border-bottom: none;
  }

  .footer_nav p {
    margin: 0 0 21px;
    font-size: 18px;
  }

  .footer_nav li {
    margin: 0 0 20px;
  }

  .footer_nav_contacts {
    display: block;
    clear: both;
    border-bottom: none;
  }

  .footer_nav_contacts .item {
    padding: 23px 20px 18px 15px;
    border: none;
    border-bottom: 1px solid #45484E;
    width: 100%;
    min-height: 1px;
  }

  .footer_nav_contacts p {
    margin: 0 0 31px;
  }

  .footer_nav_contacts span {
    min-height: 1px;
    font-size: 16px;
    line-height: 22px;
  }

  .footer_social {
    border-top: none;
  }

  .footer_social .item {
    text-align: left;
    padding: 20px 20px 19px 16px;
    width: 100%;
    border: none !important;
    border-bottom: 1px solid #45484E !important;
  }

  .footer_social a {
    text-align: left;
    display: block;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.54px;
  }

  .footer_social svg {
    float: right;
    margin: -2px 0 -9px;
  }

  .footer_bottom .item {
    width: 100%;
    padding: 22px 16px 20px;
    border: none;
    border-top: 1px solid #45484E !important;
  }

  .footer_bottom .item:first-child {
    border-top: none !important;
  }

  .fancybox-slide--html {
    padding: 0;
  }

  .popup,
  .content-callback-full_in {
    padding: 150px 16px;
    min-height: 100vh;
  }

  .popup .form-item,
  .content-callback-full_in .form-item {
    padding: 0 !important;
    width: 100%;
    margin: 0 0 30px;
  }

  .popup .polit,
  .content-callback-full_in .polit {
    margin: 20px 0 0;
  }

  .popup .btn,
  .content-callback-full_in .btn {
    margin: 18px 0 0;
  }

  .popup input,
  .content-callback-full_in input {
    padding: 12px 0 20px 0;
    font-size: 18px;
  }

  .fancybox-slide--html .fancybox-close-small {
    right: 1px;
    top: 1px;
  }

  .mega-menu .search,
  .big-search .search,
  .mega-menu .favorite,
  .big-search .favorite {
    width: 50%;
    float: left;
    font-family: "Inter", sans-serif;
    position: absolute;
    top: 0;
    text-align: center;
    padding: 18px 0 14px;
    left: 50%;
    text-transform: none;
    color: #24262B;
    font-size: 16px;
    border-bottom: 1px solid #CACED7;
    border-left: 1px solid #CACED7;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
  }

  .mega-menu .search:first-child,
  .big-search .search:first-child,
  .mega-menu .favorite:first-child,
  .big-search .favorite:first-child {
    border-left: none;
    left: 0;
  }

  .mega-menu .search svg,
  .big-search .search svg,
  .mega-menu .favorite svg,
  .big-search .favorite svg {
    vertical-align: middle;
    margin: -2px 6px 0 -2px;
  }

  .mega-menu_in {
    padding-top: 76px;
    padding-bottom: 100px;
  }

  .drop-menu_in {
    padding-top: 65px;
  }

  .crumbs {
    padding: 92px 0 0;
  }

  .crumbs ul {
    margin: 0 0 38px;
  }

  .crumbs li {
    background: none;
  }

  .crumbs h1 {
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0.6px;
  }

  .favorites-list_nav,
  .news-list-nav {
    white-space: nowrap;
    margin: 0 -16px -26px;
    overflow: auto;
    padding: 0 8px;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
  }

  .favorites-list_nav::-webkit-scrollbar,
  .news-list-nav::-webkit-scrollbar {
    width: 0;
  }

  .favorites-list_nav a,
  .news-list-nav a {
    font-size: 18px;
    line-height: 26px;
    margin: 0 8px;
  }

  .favorite-item {
    padding: 16px;
  }

  .favorite-item .article {
    font-size: 18px;
    margin: 0 0 19px;
  }

  .favorite-item h5 {
    margin-right: 50px;
  }

  .catalog-item .preview img,
  .favorite-preview img {
    height: auto;
  }

  .catalog-item .info,
  .favorite-info {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    /* 144.444% */
    min-height: 1px;
    width: 100%;
    float: none;
    border: none;
    padding: 0 0 15px;
    margin: 0 0 16px;
    border-bottom: 1px solid #CACED7;
  }

  .catalog-item .info .bottom,
  .favorite-info .bottom {
    position: static;
    padding: 21px 0 0;
  }

  .catalog-item .info .last-cash,
  .favorite-info .last-cash {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    float: right;
  }

  .faq + .content-callback{
    padding-top: 40px;
  }

  .catalog-item .info .cash,
  .favorite-info .cash {
    font-size: 20px;
    font-weight: 400;
    margin: 0;
    line-height: 30px;
  }

  .catalog-item .params,
  .favorite-param {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    min-height: 1px;
    padding: 0;
    margin: 0;
  }

  .catalog-item .params ul,
  .favorite-param ul {
    position: static;
    padding: 14px 0 0;
  }

  .catalog-item .params li,
  .favorite-param li {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    /* 137.5% */
  }
  .favorite-info .icon,
  .favorite-info .icon.active,
  .catalog-item .icon,
  .id-icon {
    position: absolute;
    top: -13px;
    right: 0;
    left: auto;
    bottom: auto;
    width: 44px;
    height: 44px;
    background-position: center center !important;
    border-radius: 100px;
    border: 1px solid #CACED7;
  }

  .masthead {
    display: block;
    padding: 132px 0 140px 0;
  }

  .masthead .btn-white,
  .masthead .btn-empty-white,
  .masthead .btn-empty,
  .masthead .btn-color {
    position: static;
    margin: 60px 0 0;
    padding: 17px 35px 17px;
  }

  .masthead .scroll {
    display: none;
  }

  .masthead h1 {
    margin: 0 auto 30px;
  }

  .masthead ul {
    padding: 16px 16px 20px;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    bottom: 0;
    gap: 10px;
    left: 0;
    display: -ms-flexbox;
    display: flex;
  }

  .masthead li {
    -ms-flex: auto 1 1;
    flex: auto 1 1;
  }

  .masthead a {
    width: 100%;
    display: block;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    padding: 9px 20px 7px;
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.4);
  }

  .title-item {
    letter-spacing: 0.6px;
  }

  .about-info-small li {
    padding: 0;
  }

  .about-pluses table {
    margin: 38px 0 0;
    display: block;
  }

  .about-pluses tr,
  .about-pluses td,
  .about-pluses tbody {
    display: block;
  }

  .about-pluses tr {
    padding: 20px 0 19px;
    border-bottom: 1px solid #CACED7;
  }

  .about-pluses td {
    border: none;
    font-size: 16px;
    padding: 0;
    line-height: 22px;
  }

  .about-pluses td:first-child {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    padding: 0 0 10px 22px;
    letter-spacing: 0.54px;
  }

  .about-pluses td:first-child:after {
    top: 4px;
    width: 12px;
    height: 12px;
  }

  .team-list {
    padding: 100px 0 0;
  }

  .team-list .title-item {
    margin-bottom: 30px !important;
  }

  .team-list .small-title {
    margin: 0 auto 30px !important;
  }

  .team-list .tab-menu {
    white-space: nowrap;
    margin: 0 -16px 24px;
    overflow: auto;
    padding: 0 8px;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
  }

  .team-list .tab-menu::-webkit-scrollbar {
    width: 0;
  }

  .team-list_carousel {
    margin: 0 -16px;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
  }

  .team-list_carousel h5 {
    font-size: 34px;
    line-height: 40px;
    letter-spacing: 1.02px;
    margin: 0 0 10px;
  }

  .team-list_carousel .slick-dots {
    display: none !important;
  }

  .team-list_carousel .photo {
    margin: 0 0 40px;
  }

  .team-list_carousel .slick-list {
    padding: 0 80px 0 0;
  }

  .team-list_carousel .carousel-item {
    padding: 0 0 0 16px;
  }

  .offices-list {
    padding: 100px 0 0;
  }

  .offices-list .tab-menu {
    margin: 30px 0 40px;
  }

  .offices-list_carousel {
    margin: 0 -16px;
    font-size: 20px;
    padding: 0;
    font-weight: 400;
    line-height: 30px;
  }

  .offices-list_carousel .slick-arrow {
    display: none !important;
  }

  .offices-list_carousel .carousel-item {
    padding: 0 0 0 16px;
  }

  .offices-list_carousel .slick-list {
    padding: 0 30px 0 0;
  }

  .offices-list_carousel .bottom {
    text-align: left;
    padding: 21px 0 0;
  }

  .about-people {
    padding: 99px 0 0;
  }

  .about-people .slick-arrow {
    display: none !important;
  }

  .about-people_carousel {
    padding: 30px 0 0;
    margin: 0 -16px;
  }

  .about-people_carousel .slick-list {
    padding-right: 30px;
  }

  .about-people_carousel .carousel-item {
    padding: 0 0 0 16px;
  }

  .about-people_carousel .in {
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    min-height: 1px;
    width: 100%;
    margin: 0 0 39px;
  }

  .about-people_carousel .preview {
    position: static;
    height: auto;
  }

  .about-people_carousel .slick-current p,
  .about-people_carousel .slick-current h5 {
    opacity: 1;
    visibility: visible;
  }

  .about-people_carousel p,
  .about-people_carousel h5 {
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-in-out;
  }

  .about-people_carousel p {
    margin: 11px 0 0;
  }

  .vacancy-list {
    padding: 100px 0;
  }

  .vacancy-list .title-item {
    margin-bottom: 29px !important;
  }

  .vacancy-list .in {
    margin: 40px 0 39px;
  }

  .vacancy-list .item {
    padding: 20px 0 19px;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.54px;
  }

  .vacancy-list .item .btn {
    position: relative;
    top: 0;
    left: 0;
    margin: 38px 0 0;
    bottom: 0;
    right: 0;
  }

  .vacancy-list span:not(.btn) {
    margin: 20px 5px -10px 0;
    font-size: 16px;
    line-height: 22px;
  }

  .header_favorite span {
    top: 5px;
    right: 5px;
  }

  .news-list-full {
    margin: -10px 0 0;
  }

  .news-list-full_in {
    padding: 30px 0 0;
    margin: 0 -8px 14px;
  }

  .news-list-full_in .item {
    width: 50%;
    font-size: 16px;
    margin: 0 0 24px;
    padding: 0 8px;
    font-weight: 400;
    line-height: 22px;
  }

  .news-list-full_in .item--long {
    width: 100%;
    -ms-flex: 100% 1 1;
    flex: 100% 1 1;
  }

  .news-list-full_in .item--long .preview {
    height: auto;
    margin: 0 0 21px;
  }

  .news-list-full_in .item--long img {
    height: auto;
  }

  .news-list-full_in .name {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.54px;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    margin: 0 0 11px;
  }

  .news-list-full_in .name:last-child {
    margin: 0;
  }

  .news-list-full_in .text {
    -webkit-line-clamp: 5;
  }

  .news-list-full_in .preview {
    height: 173px;
    margin: 0 0 22px;
  }

  .news-list-full_in .date {
    font-size: 18px;
    margin: 0 0 9px;
    line-height: 26px;
  }

  .news-list-full_in img {
    display: block;
  }

  .news-item-detail {
    padding: 0 0 79px;
    font-size: 18px;
    line-height: 26px;
  }

  .news-item-detail .preview {
    margin: 0 0 40px;
  }

  .news-item-detail h1,
  .news-item-detail h2,
  .news-item-detail h3,
  .news-item-detail h4,
  .news-item-detail h5 {
    margin: 40px 0 11px;
  }

  .news-item-detail_nav {
    border: none;
    margin: 39px 0 0;
    padding: 0;
  }

  .news-item-detail_nav svg {
    margin: 0 0 15px 47px;
  }

  .news-item-detail_nav a {
    border-top: 1px solid #CACED7;
    padding: 20px 0;
    width: 100%;
    max-width: 100%;
  }

  .news-item-detail_nav a:first-child svg {
    margin: 0 47px 15px 0;
  }

  .news-item-detail_nav .name {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
  }

  .news-item-detail_nav .date {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
  }

  .catalog-filter_search,
  .catalog-filter_cash,
  .catalog-filter_type,
  .catalog-filter_type0,
  .catalog-filter_buy {
    display: none;
  }

  .catalog-filter {
    padding: 9px 0;
  }

  .catalog-filter_all {
    font-size: 16px;
    float: left;
    border-right: 1px solid #CACED7;
    width: 50%;
    padding: 8px 16px;
    border-left: none;
  }

  .catalog-sort {
    padding: 0;
    position: static;
    margin: 0 0 40px;
  }

  .catalog-sort_view {
    position: absolute;
    top: 10px;
    border: none;
    margin: 0;
    right: 0;
    width: 50%;
    text-align: center;
  }

  .catalog-sort_view .active {
    display: none;
  }

  .catalog-sort_view svg {
    margin: 0 8px 0 0;
  }

  .catalog-sort_view a {
    padding: 13px;
    display: inline-block;
    margin: 0;
    float: none;
    font-weight: 500;
    font-size: 16px;
  }

  .catalog-sort_price {
    border-bottom: 1px solid #CACED7;
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .select-list-type .select2-selection ,
  .catalog-sort_price .select2-selection {
    height: 43px;
  }

  .select-list-type .select2-selection__rendered ,
  .catalog-sort_price .select2-selection__rendered {
    font-size: 16px;
    padding: 9px 29px 9px 16px;
    max-width: none;
  }

  .select-list-type .select2-selection__arrow b ,
  .catalog-sort_price .select2-selection__arrow b {
    right: 16px;
    top: 10px;
  }

  .catalog-item {
    padding: 16px;
  }

  .catalog-item .preview {
    border: none;
    min-height: 1px;
    border-bottom: 1px solid #CACED7;
    padding-bottom: 16px;
    margin: 0 0 26px;
  }

  .catalog-item .info {
    font-size: 16px;
    line-height: 22px;
    padding: 0 0 3px;
  }

  .catalog-item .info .cash {
    font-size: 16px;
    line-height: 22px;
    position: static;
    padding: 22px 0 0;
  }

  .catalog-item .info .cash .item {
    width: 100%;
    margin: 0 0 14px;
  }

  .catalog-item .info .cash p {
    float: left;
    margin: 0 10px 0 0;
  }

  .catalog-item .info .cash span {
    display: block;
    overflow: hidden;
    font-size: 16px;
    line-height: 22px;
  }

  .catalog-item .params {
    margin: 0 0 -10px;
  }

  .catalog-item .params span {
    margin: 0 5px 10px 0;
  }

  .catalog-item h5 {
    margin: 0 50px 22px 0;
  }

  .all-filter_in .currency-toggle{
    width: 207px;
    position: relative;
    margin-left: auto;
    float: right;
  }
  .all-filter_in {
    padding: 30px 16px;
  }

  .all-filter_in .label {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    /* 144.444% */
  }

  .all-filter_in .item {
    margin: 0 0 27px;
  }

  .all-filter_in .item:after {
    bottom: 6px;
  }

  .all-filter_in .row {
    clear: both;
    margin: 21px -8px 0;
  }

  .all-filter_in .line {
    margin: 29px 0;
  }


  .all-filter_in h5 {
    margin: 0 0 21px;
  }

  .radio-list-type,
  .currency-toggle {
    height: 40px;
    margin: 0 -16px;
  }

  .radio-list-type{
    height: auto;
    padding-left: 16px;
    padding-right: 16px;
  }

  .radio-list-type span,
  .currency-toggle span {
    font-size: 18px;
    line-height: 25px;
  }

  .currency-toggle {
    margin-right: 0;
    padding: 5px 6px;
  }

  .currency-toggle span {
    font-size: 16px;
    line-height: 22px;
  }

  /*.radio-list-type_wrap {*/
  /*  white-space: nowrap;*/
  /*  overflow: auto;*/
  /*  padding: 0 16px;*/
  /*  margin: 0;*/
  /*}*/


  .all-filter_bottom {
    padding: 20px 16px;
  }

  .all-filter_bottom .btn {
    padding-left: 0;
    padding-right: 0;
  }

  .select2-dropdown {
    margin: -1px 0;
  }

  .group-masthead {
    margin: 0 0 30px;
    padding: 204px 0 30px;
  }

  .group-masthead h1 {
    font-size: 30px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0.6px;
  }

  .group-masthead .tag-list {
    margin: 150px -5px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .group-masthead .tag-list a {
    -ms-flex: auto 1 1;
    flex: auto 1 1;
    margin: 10px 5px 0;
  }

  .group-masthead .tag-list.tag-list-alt span {
    -ms-flex: auto 1 1;
    flex: auto 1 1;
    margin: 10px 5px 0;
  }

  .catalog-item--style .preview {
    margin: 0 0 12px;
  }

  .catalog-item--style .article {
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 21px;
  }

  .catalog-item--style .info {
    font-size: 18px;
    line-height: 26px;
    padding: 0 0 15px;
  }

  .catalog-item--style .info .cash {
    font-size: 20px;
    padding: 20px 0 0;
    font-weight: 400;
    line-height: 30px;
  }

  .catalog-item--style .bottom {
    margin: 24px 0 0;
  }

  .catalog-item--style h5 {
    margin: 0 50px 7px 0;
  }

  .content-callback-small .bg{
    display: none !important;
  }
  .content-callback-small {
    margin: 0 -16px 10px;
    text-align: center;
    padding: 55px 16px;
    background: url(../images/bg-content-callback-small-m.jpg) no-repeat center;
    background-size: cover;
  }

  .content-callback-small .btn {
    width: 100%;
  }

  .content-callback-small .photo {
    float: none;
    margin: 0 auto 45px;
    width: 140px;
    height: 140px;
    position: static;
    transform: none;
  }

  .content-callback-small h4 {
    margin: 0 0 15px;
    letter-spacing: 0;
  }

  .content-callback-small .btn {
    margin: 30px 0 0;
  }

  .content-callback-small--not-photo {
    padding: 233px 16px;
  }

  .area-carousel .title-item {
    text-align: center;
  }

  .area-carousel .red,
  .area-carousel .orange,
  .area-carousel .green {
    margin: 0 25px 4px 0;
  }

  .area-carousel .text {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    margin: 0 0 40px;
  }

  .area-carousel .info {
    margin: 11px 0 10px;
    font-size: 18px;
    line-height: 26px;
  }

  .area-carousel .info p {
    margin: 0 20px 10px 0;
  }

  .area-carousel + .faq {
    padding-top: 33px;
  }

  .area-carousel ul {
    margin: 0 -16px 5px;
    padding: 0 1px 0 16px;
    overflow: auto;
    white-space: nowrap;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
  }

  .area-carousel ul::-webkit-scrollbar {
    width: 0;
  }

  .area-carousel ul li {
    display: inline-block;
    vertical-align: top;
  }

  .area-carousel h5 {
    margin: 30px 0 20px;
  }

  .area-carousel_in .slick-slide{
    padding-left: 16px;
  }
  .area-carousel_in {
    margin: 0 -16px;
    padding: 0;
  }


  .area-carousel_in .slick-list {
    padding-right: 28px;
  }

  .area-carousel_in .slick-arrow {
    display: none !important;
  }

  .area-map {
    font-size: 20px;
    line-height: 28px;
  }

  .area-map .map {
    margin: 20px -16px 21px;
    height: 540px;
  }

  .content-callback-full .wrapper {
    padding: 0;
  }

  .content-callback-full_in {
    padding: 100px 16px;
    min-height: 1px;
  }

  .catalog-filter_all.mobile-full {
    border: none;
    width: 100%;
    text-align: center;
  }

  .catalog-filter_all.mobile-full svg {
    float: none;
    display: inline-block;
    vertical-align: middle;
  }

  .catalog-list_map {
    height: 707px;
    margin: -40px -16px 16px;
    position: relative;
    padding: 0;
  }

  .catalog-list_map .close {
    position: absolute;
    top: 11px;
    right: 3px;
  }

  .catalog-list_map h5 {
    margin: 0 50px 19px 0;
  }

  .catalog-list_map_info {
    display: none;
    position: absolute;
    border: none;
    bottom: 0;
    left: 0;
    padding: 31px 9px 0 16px;
    width: 100%;
    margin: 0;
    top: 64px;
    height: auto;
  }

  .catalog-list_map_info.hide {
    display: none;
  }

  .catalog-list_map_info .item {
    padding: 16px 16px 9px;
  }

  .catalog-list_map_info .item h5 {
    margin: 0 50px 0 0;
  }

  .catalog-list_map_info .line {
    margin: 15px 0 26px;
  }

  .catalog-list_map_info .preview {
    height: 198px;
  }

  .catalog-list_map_info .icon {
    width: 44px;
    height: 44px;
    background-position: center center;
    border: 1px solid #CACED7;
    overflow: hidden;
  }

  .catalog-list_map_info .cash span {
    font-size: 16px;
    line-height: 22px;
  }

  .catalog-list_map_info .cash p {
    font-size: 18px;
    line-height: 26px;
  }

  .catalog-list_map_info .top {
    padding-bottom: 10px;
    padding-top: 10px;
    margin-top: -10px;
  }

  .catalog-list_map_info li {
    padding: 9px 13px;
  }

  .catalog-list_map_info ul {
    margin: 0;
    padding-top: 10px;
  }

  .catalog-list_map_info .orange:last-of-type,
  .catalog-list_map_info .red:last-of-type,
  .catalog-list_map_info .green:last-of-type {
    margin-bottom: 0;
  }

  .catalog-list_map_info .cash p {
    line-height: 22px;
  }

  .catalog-list_map_info .cash .last-cash {
    display: inline-block;
  }

  .catalog-list_map_info .cash .actual {
    float: left;
    margin: 0 10px 0 0;
  }

  .catalog-list_map_info .cash {
    overflow: hidden;
  }

  .only-map .crumbs,
  .only-map .footer,
  .only-map .catalog-sort_price,
  .only-map .content-callback-small,
  .only-map .content > *,
  .only-map .header {
    display: none;
  }

  .only-map .catalog-list {
    padding: 0;
    display: block;
  }

  .only-map .catalog-filter {
    border-top: none;
  }

  .only-map .catalog-sort {
    margin: 0;
  }

  .only-map .catalog-sort_view {
    top: -2px;
  }

  .catalog-list_map {
    margin-top: 0;
    margin-bottom: 0;
    height: calc(100vh - 59px);
  }

  .house-info {
    margin: 0;
    padding: 0 0 85px;
  }

  .house-info h1 {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.54px;
    text-transform: uppercase;
    margin: 0 0 20px;
  }

  .house-info_gallery_big .slick-arrow,
  .house-info_gallery_small {
    display: none !important;
  }

  .house-info_gallery {
    margin: 0 0 15px;
  }

  .house-info_gallery_big {
    margin: 0 -16px;
  }

  .house-info_gallery_big .slick-list {
    padding: 0 40px 0 0;
  }

  .house-info_gallery_big .carousel-item {
    padding: 0 0 0 16px;
  }

  .house-info_right {
    overflow: visible;
  }

  .house-info_right .article {
    font-size: 18px;
    line-height: 26px;
    /* 144.444% */
  }

  .house-info_right .top {
    padding: 0 0 58px;
    margin: 0 0 13px;
  }

  .house-info_right .cash {
    margin: 0 17px 0 0;
  }

  .house-info_right .last-cash {
    font-size: 18px;
  }

  .house-info_right .currency-toggle {
    padding: 4px 5px 6px;
    right: auto;
    top: auto;
    bottom: 0;
    left: 0;
    width: auto;
    margin: 0;
  }

  .house-info_right .social {
    display: -ms-flexbox;
    display: flex;
    padding: 30px 0 7px;
  }

  .house-info_right .social a {
    margin: 3px 10px 0 0;
    float: left;
    min-width: 40px;
    -ms-flex: 40px 1 1;
    flex: 40px 0 0 ;
  }

  .house-info_right .social p {
    padding-left: 20px;
    font-size: 16px;
    line-height: 22px;
    -ms-flex-order: 100;
    order: 100;
  }

  .house-info_right .bottom a {
    padding: 16px 0;
    font-size: 18px;
  }

  .house-info_right .form-item {
    margin: 0 0 27px;
  }

  .house-info_right p {
    margin: 0 0 9px;
  }

  .house-info_right form {
    padding: 25px 16px 23px;
  }

  .house-info_right form .text-m,
  .house-info_right form .article,
  .house-info_right form .last-cash,
  .house-info_right form .house-info_in,
  .house-info_right form .contacts-info_table {
    font-size: 18px;
    line-height: 26px;
    /* 144.444% */
  }

  .house-info_right form .btn {
    margin: -7px 0 20px;
  }

  .house-info_right .checkbox span {
    font-size: 14px;
    line-height: 20px;
  }

  .house-info_right ul {
    white-space: nowrap;
    overflow: scroll;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
    padding: 11px 10px 3px 16px;
    margin: 0 -16px;
  }

  .house-info_right ul::-webkit-scrollbar {
    width: 0;
  }

  .house-info_right ul li {
    display: inline-block;
    font-size: 16px;
    line-height: 22px;
    vertical-align: top;
    padding: 7px 15px 7px 13px;
  }

  .checkbox label {
    display: block;
  }

  .house-info_in {
    padding: 36px 0 0;
  }

  .house-info_in .tab-menu li {
    margin: 0 16px 0 0;
    font-size: 18px;
    line-height: 26px;
    /* 144.444% */
  }

  .house-info_in .text-l,
  .house-info_in .content-callback-small,
  .house-info_in .catalog-list_map_info .cash .actual,
  .catalog-list_map_info .cash .house-info_in .actual,
  .house-info_in .house-info_right .cash,
  .house-info_right .house-info_in .cash,
  .house-info_in .content-error {
    margin: 0 0 10px;
  }

  .house-info_in_text {
    font-size: 18px;
    line-height: 26px;
    float: none;
    width: 100%;
    margin: 0 0 40px;
  }

  .house-info_in_param th {
    font-size: 18px;
    padding: 30px 0 15px;
    line-height: 26px;
  }

  .house-info_in_param td {
    font-size: 16px;
    line-height: 22px;
  }

  .house-info_in_param td[colspan] {
    padding: 0 0 24px !important;
  }

  .house-info_in_param tr:first-child th {
    padding-top: 18px;
  }

  .catalog-list .title-item {
    margin-bottom: 40px !important;
  }

  .house-info_in_about {
    padding: 27px 15px 28px;
    font-size: 18px;
    line-height: 26px;
  }

  .house-info_in_about h5 {
    margin: 0 0 11px;
  }

  .house-info_in_about .btn {
    margin: 29px 0 0;
  }

  .house-info_in .area-map {
    padding: 40px 0 0;
  }

  .group-masthead-inner {
    margin: -12px 0 30px;
    min-height: 440px;
    padding: 30px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }

  .group-masthead-inner br {
    display: none;
  }

  .group-masthead-inner h1 {
    margin: 0 0 10px;
  }

  .column-text {
    padding: 9px 0 0;
    font-size: 18px;
    line-height: 26px;
  }

  .column-text h5 {
    text-align: left;
    margin: 0 0 22px;
  }

  .column-text p {
    margin: 0 0 20px;
  }

  .column-text .center {
    padding: 0 0 18px;
  }

  .column-text .item {
    width: 100%;
    float: none;
    padding: 0;
  }

  .contacts-info {
    margin: -20px 0 0;
  }

  .contacts-info .map {
    margin: 0 -16px;
    height: 540px;
  }

  .contacts-info_top {
    margin: 0 0 29px;
  }

  .contacts-info_top .text-m,
  .contacts-info_top .house-info_right .article,
  .house-info_right .contacts-info_top .article,
  .contacts-info_top .house-info_right .last-cash,
  .house-info_right .contacts-info_top .last-cash,
  .contacts-info_top .house-info_in,
  .contacts-info_top .contacts-info_table {
    font-size: 18px;
    line-height: 26px;
    /* 144.444% */
  }

  .contacts-info_top .item {
    width: 100%;
    padding: 0 0 10px;
  }

  .contacts-info_top a {
    margin: 10px 0 20px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 122.222% */
    letter-spacing: 0.54px;
    display: block;
  }

  .contacts-info_table {
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 59px;
  }

  .contacts-info_table .row {
    padding: 20px 0 0;
  }

  .contacts-info_table .item {
    width: 100%;
    float: none;
    padding: 0 0 20px;
  }

  .contacts-info_table img {
    width: 100%;
  }

  .contacts-info_table h5 {
    float: none;
    margin: 0 0 20px;
    width: 100%;
  }

  .content-error {
    padding: 150px 0 100px;
  }

  .catalog-list {
    padding: 10px 0 0;
  }

  .catalog-sort_tag,
  .catalog-filter_currency {
    margin-top: 20px;
  }

  .catalog-filter {
    padding: 9px 0 7px;
    position: static;
  }

  .catalog-filter .catalog-filter_all {
    position: static;
  }

  .catalog-sort_price {
    position: static;
  }

  .catalog-item {
    padding: 16px 16px 15px;
  }

  .catalog-item .preview {
    float: none;
    width: 100%;
    padding: 0;
    position: static;
  }

  .catalog-item .info {
    padding: 16px 0 15px;
    position: relative;
    clear: both;
  }

  .catalog-item .icon {
    top: 4px;
  }

  .catalog-item .params {
    border: none;
  }

  .catalog-item .params span {
    padding: 9px 13px 8px;
    font-size: 16px;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 22px;
  }

  .catalog-item .params .bottom {
    margin: 23px 0 0;
  }

  .catalog-item .article {
    position: static;
  }

  .content-callback-small .photo {
    margin: 0 auto 38px;
  }

  .content-callback-small .btn {
    margin-top: 39px;
  }

  .content-callback-small h4 {
    margin: 0 0 6px;
  }

  .content-callback-small--not-photo {
    padding: 223px 16px 227px;
  }

  .content-callback-small--not-photo .btn {
    margin-top: 30px;
  }

  .content-callback + .content-social-list {
    padding-top: 100px;
  }

  .catalog-list_map_info .article {
    margin: 28px 0;
    font-size: 18px;
    line-height: 20px;
  }

  .catalog-list_map_info .top {
    margin: -10px 0 -16px;
  }

  .catalog-list_map_info .line {
    margin: 2px 0 20px;
  }

  .catalog-list_map_info .cash {
    padding: 14px 0 0;
  }

  .catalog-list_map_info .cash .last-cash {
    font-size: 18px;
    vertical-align: top;
    line-height: 26px;
  }

  .catalog-list_map_info .item h5 {
    margin: 0 50px 6px 0;
  }

  .catalog-list_map_info .item h5 + p {
    font-size: 18px;
    line-height: 26px;
  }

  .catalog-list_map_info ul {
    font-size: 16px;
    line-height: 22px;
    padding: 25px 0 0;
  }

  .catalog-list_map_info li {
    padding: 9px 13px 8px;
    margin: 0 5px 9px 0;
  }

  .catalog-item .cash .item p {
    font-size: 16px;
    line-height: 22px;
  }

  .catalog-item .info .cash {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .content-callback + .project-list-small {
    padding-top: 100px;
  }

  .news-list .in {
    margin: 0 -20px;
  }

  .content-big-nav b {
    color: rgba(36, 38, 43, 0.6);
  }

  .offices-list .tab-menu li:hover,
  .team-list .tab-menu li:hover {
    border-bottom: 3px solid transparent;
  }

  .offices-list .tab-menu .active,
  .team-list .tab-menu .active {
    border-bottom: 3px solid #2D888E !important;
  }


  .faq .col-text{
    padding: 10px 0 28px;
  }
  .faq .col{
    width: 100% !important;
    padding: 0 !important;
  }

  .faq--style .title-item{
    font-size: 30px;
    line-height: 36px;
  }

  .catalog-list .title-item{
    margin: 0 40px;
  }

  .catalog-item .preview img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
  }
  .catalog-item .preview{
    position: relative;
    padding: 66%  0 0;
    top: 0;
    left: 0;
  }


  .favorite-send {
    margin: -38px 0 25px;
  }
  .favorite-send .text-l {
    margin: 40px 10px 22px;
  }
  .favorite-send .btn {
    border-radius: 99px;
    position: static;
    height: 60px;
    width: 100%;
  }
  .favorite-send .form-item {
    margin: 0 0 8px;
  }
  .favorite-send input {
    border-radius: 99px;
    border: 1px solid #caced7;
  }
  .favorite-send form {
    border-radius: 0;
    width: 100%;
    padding: 0;
  }

  .crumbs .only-mobile{
    display: none;
  }



  .house-info_gallery_big .carousel-item {
    padding: 62% 0 0 16px;
    position: relative;
    overflow: hidden;
  }
  .house-info_gallery_big img{
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 16px;
    height: 100%;
    width: 100%;
  }

  .crumbs span{
    display: block;
    font-size: 14px;
  }

  .crumbs ul li:not(:first-child) a span{
    width: 11ch;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  button.only-mobile{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .crumbs ul li:not(:first-child) span span{
    width: 10ch;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .catalog-sort_price.js-catalog-sort-items-count{
    padding: 9px 5px 9px 9px;
  }
  .date_update{
    padding: 9px 5px 9px 9px;
  }
  .catalog-sort__update-block{
    display:flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #CACED7;
  }
  .catalog-sort_view + .catalog-sort_view{
    display: none;
  }
  .catalog-list > .wrapper{
    padding-left: 0;
    padding-right: 0;
  }
  .catalog-list > .catalog-sort{
    margin: 0 0 7px;
  }

  .favorite-info .cash {
    position: static;
    white-space: normal;
    font-size: 16px;
    line-height: 22px;
    padding: 22px 0 0;
  }
  .favorite-info .cash .item p {
    font-size: 16px;
    float: left;
    margin: 0 10px 0 0;
    line-height: 28px;
  }
  .favorite-info .cash .item {
    width: 100%;
    margin: 0 0 14px;
  }
  .favorite-info .cash span {
    display: block;
    overflow: hidden;
    font-size: 16px;
    line-height: 28px;
  }

  .all-filter .select-list-type .radio-list-type_wrap{
    padding: 0;
  }
  .cookie-consent button {
    width: 115px;
    padding: 5px 20px;
    margin-left: 5px;
  }

  .catalog-sort_price.js-catalog-sort-items-count {
    padding: 13px 29px 9px 16px;
  }

  .breadcrumb-box button[data-src="#callback_add_object"]{
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .contacts-info_table .item:nth-child(odd){
    width: 100%;
  }
  .contacts-info_table .route-button {
    position: absolute;
    bottom: 66px;
    right: 0;
  }
  .contacts-info_table .center {
    gap: 1px !important;
  }
  .contacts-info_table .item{
    position: relative;
  }
  .contacts-info{
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
  .item_info{
    gap: 5px;
  }
  .worktime{
    text-align: left ;
    align-items: flex-start;
    gap: 10px;
  }
  .item_info {
    margin: 0 0 9px;
    align-items: flex-start;
  }
  .worktime .btn svg{
    margin: 0 0 0 15px !important;
    width: 30px;
    height: 30px;
  }
  .worktime .btn{

    width: 100%;
    padding: 10px 20px!important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
  }

  .catalog-sort--flex .catalog-sort_price{
    display: block !important;
    float: none !important;
  }
  .catalog-sort--flex{
    display: block;
    margin-bottom: 20px;
  }
  .catalog-sort--flex .date_update,
  .catalog-sort--flex .js-catalog-sort-items-count{
    /*font-size: 18px !important;*/
    /*line-height: 42px !important;*/
    padding-left: 0;
    /*padding-left: 16px;*/
    /*padding-right: 16px;*/
  }
  .catalog-sort--flex .js-catalog-sort-items-count{
    font-size: 16px;
    line-height: 42px;
  }
  .catalog-sort--flex .catalog-sort__update-block{
    font-size: 0;
    line-height: 0;
    padding-left: 16px;
    padding-right: 16px;
    flex-direction: row-reverse;
    /*padding-bottom: 9px;*/
  }

  .cookie-consent p{
    font-size: 14px !important;
  }


  .catalog-list_in .property-card .property-footer{
    align-items: center !important;
  }

  .content-callback .wrapper{
    display: block;
  }

  .catalog-sort_tag{
    padding: 0 16px;
  }


  .faq-legal .col-text .col:first-child{
    padding-bottom: 15px !important;
  }
  .cookie-consent {
    width: 90%;
    display: block;
    z-index: 100000;
  }
  .cookie-consent p{
    margin: 20px 0px 20px 10px;
    line-height: 22px;
  }
  .cookie-consent button {
    width: 100%;
    margin-bottom: 10px;
  }

  section.maybe-favorite-list .in{
    display: flex;
  }
  .maybe-favorite-list .item a{
    min-height: 100%;
  }
  .maybe-favorite-list .item{
    min-width: 312px;
  }
}
.small-title-second{
  font: inherit;
}

.route-button {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  border: 1px solid #CACED7;
  border-radius: 20px;
  cursor: pointer;
  font-size: 14px;
  width: 150px;
  height: 40px;
  color: #24262B;
  margin-top: 16px;
  background-image: url(/local/templates/point/images/Frame.png);
  background-repeat: no-repeat;
  padding-left: 60px;
  background-position-x: 30px;
  background-position-y: center;
}
.team-list_carousel{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  width: 100%;
  margin: 0px;
  overflow: hidden;
}
.team-list_carousel .carousel-item{
  flex: 1 1 calc(25% - 20px);
  padding: 0px;
  max-width: 25%;
}
.show_more_elements_control{
  display: flex;
  justify-content: space-around;
  margin-top: 60px;
}
@media (max-width: 1024px) {
  .team-list_carousel .carousel-item {
    flex: 1 1 calc(50% - 20px);
    max-width: 50%;
  }
}
@media (max-width: 768px) {
  .team-list_carousel .carousel-item {
    flex: 1 1 calc(100% - 20px);
    max-width: 100%;
  }
  /*.develop{*/
  /*  margin-top: 10px;*/
  /*}*/

  .footer_bottom .flex-space{
    gap: 10px;
  }
  .footer_nav_contacts button.btn-color svg{
    width: 24px;
    height: 24px;
    margin: 1px 0 -2px 8px;
  }
  .footer_nav_contacts button.btn-color{
    padding: 5px 14px 5px 20px !important;
    font-size: 14px !important;
    height: auto;
    width: auto;
    line-height: 26px !important;
  }
  .footer_nav_contacts .item{
    align-items: flex-start !important;
  }

  .all-filter_bottom img,
  .all-filter_bottom svg{
    width: 20px;
    height: 20px;
  }
  .all-filter_bottom .only-mobile svg{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .all-filter_bottom .only-mobile{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .all-filter_bottom .btn{
    margin: 0;
    padding: 10px;
  }
  .breadcrumb-box{
    align-items: flex-start !important;
  }

  .team-list_carousel .carousel-item:nth-child(3),
  .team-list_carousel .carousel-item:nth-child(2),
  .team-list_carousel .carousel-item:nth-child(1){
    display: block;
  }
  .team-list_carousel .carousel-item{
    display: none;
  }
  .team-list_carousel.show-all .carousel-item{
    display: block;
  }
  .team-list_carousel{
    max-height: none !important;
  }

  .group-masthead + .faq{
    padding-top: 0;
  }
  .faq h5{
    min-height: 66px;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .content-search {
    overflow: hidden;
    text-align: center;
    color: #fff;
    padding-bottom:0px;
  }
}
.flex-space{
  display: flex;
  justify-content: space-between;
}
.item_info{
  display: flex;
}
.item_info_right{
  display: flex;
  align-items: flex-end;
}
.header_tel a {
  color: #FFF;
}
.is-fix .header_tel a {
  color: #24262B;
}
.header_tel {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
#statusIcon{
  font-size: 14px;
  position: relative;
}
.lamp{
  position: absolute;
  width: 10px;
  height: 10px;
  left: -15px;
  top: calc(50% - 5px);
  border-radius: 10px;
}
.not-working .lamp{
  background-color: red;
}
.working .lamp{
  background-image: url("/local/templates/point/images/lamp2.png");
  background-size: contain;
}
.btn.btn-empty.vkvideo{
  background-image: url("/local/templates/point/images/vkvideo.png");
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: 40px;
  padding-left: 150px;
}
.address_copy{
  background-image: url("/local/templates/point/images/copy.png");
  background-repeat: no-repeat;
  padding: 8px;
  border: 1px solid #CACED7;
  width: 32px;
  height: 36px;
  cursor: pointer;
  border-radius: 8px;
  background-position: center;
}
.worktime{
  font-size: 20px;
  color: #24262B;
  margin-top: auto;

}
@media screen and (max-width: 768px) {
  .flex-space{
    flex-wrap: wrap;
  }
}
.prew_pic{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.prew_pic .prew_pic_bg{
  height: 100px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  flex: 1 0 30%;
}
.show_link{
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #CACED7;
  margin-top: auto;
  padding-top: 15px;
}
.maybe-favorite-list .item a{
  display: flex;
  flex-direction: column;
}
.show_link_view{
  text-transform: none;
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 15px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.show_link_view_count{
  background-color: black;
  color: white;
  height: 24px;
  width: 40px;
  border-radius: 30px;
  font-size: 10px;
  line-height: 24px;
  text-align: center;
}
.content-callback-bg{
  background-image: url("/local/templates/point/images/bg-content-callback-small.jpeg");
  display: flex;
  padding: 49px 40px 50px 39px;
  background-repeat: no-repeat;
  flex-direction: row;
  background-size: cover;
  gap:40px;
}
@media (min-width: 768px) {
  .content-callback-left {
    width: 50%;
  }
}
.content-callback-left p{
  max-width: 541px;
}
@media (max-width: 768px) {
  .content-callback-bg{
    flex-direction: column;
  }
  .content-callback-left p{
    color: #FFFFFF;
  }
  #callback_banner form .btn.btn-white{
    background: transparent;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
  }
  #callback_banner form .btn.btn-white svg path{
    stroke: #FFFFFF;
  }
  .content-callback-right form .form-group-item{
    order: 0;
  }
  .content-callback-right form .btn.btn-white{
    order: 1;
  }
  .content-callback-right form .polit.done{
    order: 2;
  }
}
.form-group-item input{
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  padding: 10px 0;
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  background-color: transparent;
}
.form-group-item{
  display: flex  ;
  gap: 20px;
  width: 100%;
}
.form-group-item .form-item{
  width: 100%;
}
#callback_banner .btn{
  position: relative;
  right: initial;
  clear: both;
  margin-top: 50px;
  width: 100%;
}
#callback_banner input:focus {
  background-color: transparent;
}
#callback_banner form{
  display: flex  ;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: center;
}
#callback_banner form .form-group-item{
  flex-direction: column;
}
#callback_banner .polit{
  margin-top: 20px;
}
#callback_banner .polit .checkbox label{
  display: flex;
  align-items: flex-start;
}
#callback_banner .polit .checkbox label span:last-child{
  text-align: start;
  color: rgba(255, 255, 255, 0.6);
}
#callback_banner .polit .checkbox span{
  color:white;
}
#callback_banner input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
#callback_banner input::-webkit-input-placeholder { /* Chrome, Safari */
  color: rgba(255, 255, 255, 0.6);
}
#callback_banner input:-moz-placeholder { /* Firefox 18- */
  color: rgba(255, 255, 255, 0.6);
}
#callback_banner input::-moz-placeholder { /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.6);
}
#callback_banner input:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: rgba(255, 255, 255, 0.6);
}
.maybe-favorite-list .item:hover .prew_pic{
  opacity: 0;
}
.maybe-favorite-list .item:hover .show_link_view_count{
  background-color: white;
  color:black;
}
.slider-container-jk {
  position: relative;
  display: flex;
  flex-direction: column;
}
.main-slider-jk img {
  width: 100%;
  height: auto;
}
.nav-slider-jk {
  margin-top: 10px;
}
.nav-slider-jk img {
  width: 100px;
  height: auto;
  opacity: 0.5;
  cursor: pointer;
  transition: opacity 0.3s;
}
.nav-slider-jk .slick-current img {
  opacity: 1;
  border: 1px solid #2D888E;
}
.slick-prev, .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: rgba(0, 0, 0, 0.5);
  border: none;
  color: white;
  font-size: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
}
.slick-prev { left: 10px; }
.slick-next { right: 10px; }
.area-carousel .main-slider-jk .slick-arrow {
  position: absolute;
  bottom: 0;
  right: 10px;
  width: 50px;
  background: #24262B;
  cursor: pointer;
  height: 50px;
  transition: all 0.2sease-in-out;
  border-radius: 500px;
  border: none;
}
.nav-slider-jk img {
  margin-right: 15px; /* Расстояние между слайдами */
}
.catalog-sort-flex{
  display: flex;
}
.catalog-sort .date_update{
  /*margin-left: auto;*/
  color: #24262B99;
  line-height: 42px;
  /*padding-right: 20px;*/
  position: relative;
  font-size: 18px;
}
/*.catalog-sort .date_update:after{*/
/*  content: "";*/
/*  position: absolute;*/
/*  width: 5px;*/
/*  height: 5px;*/
/*  background-color: #24262B99;*/
/*  border-radius: 10px;*/
/*  top: 17px;*/
/*  right: 8px;*/
/*}*/

.property-card {
  overflow: hidden;
  background: #E6E7EA;
  margin-bottom: 20px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 2rem;
  padding: 30px;
  border: 1px solid transparent;
}
.property-card > div:not(.property-slider-block){
  cursor: pointer;
}
.property-card .property-slider-block {
  position: relative;
  width: 33%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
}
.property-card .property-slider{
  position: relative;
}
.property-card .slider-item {
  position: relative;
}

.property-card .slider-item img {
  width: 100%;
  object-fit: cover;
}

.property-card .discount-badge,
.house-info_gallery .discount-badge{
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 5px 10px;
  border-radius: 4px;
  z-index: 1;
  font-size: 14px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5px;
}

.property-card .last-slide {
  background: rgba(0,0,0,0.7);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
}

.property-card .action-button {
  padding: 8px 22px;
  border: 1px solid #FFFFFF66;
  background: transparent;
  color: white;
  cursor: pointer;
  font-size: 14px;
  border-radius: 22px;
  cursor: pointer;
  margin-top: 10px;
}

.property-card .property-info {
  text-align: left;
  display: flex;
  flex-direction: column;
  width: 22%;
}
.property-card .property-info p{
  margin: 16px 0px;
  font-size: 20px;
}
.property-card .property-info h2 {
  margin: 0;
  font-size: 20px;
}

.property-card .price-block {
  margin-top: auto;
  display: flex;
  flex-direction: column;
}

.property-card .old-price, .house-info_right .old-price{
  text-decoration: line-through;
  color: #24262B99;
  font-size: 20px;
  margin-bottom: 2px;
}

.property-card .current-price {
  font-family: Inter;
  font-weight: 400;
  font-size: 34px;
  line-height: 34px;
}

.property-card .property-details {
  display: flex;
  flex-direction: column;
  width: 24%;
  text-align: left;
}

.property-card .metro-stations {
  margin: 15px 0;
}
.tag-list.tag-list-alt{
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}
.metro-station {
  display: flex;
  align-items: center;
  margin: 5px 0;
}

.metro-icon {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 8px;
}
.walking-time,.car-time{
  position: relative;
  padding-left: 20px;
  color: #666;
  margin-left: 8px;
  display: flex;
  align-items: center;
}
.walking-time:before{
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  background-image: url("/local/templates/point/images/mdi_human-run.png");
  background-repeat: no-repeat;
  background-position: center;
  left: 0px;
}
.car-time:before{
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  background-image: url("/local/templates/point/images/mingcute_car-line.png");
  background-repeat: no-repeat;
  background-position: center;
  left: 0px;
}
.property-card .attributes,
#about-place .attributes,
.house-info_right .attributes{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
}

@media (max-width: 768px) {
  .property-card .attributes,
  #about-place .attributes,
  .house-info_right .attributes{
    margin-bottom: 20px;
  }
}

.property-card .attribute,
#about-place .attribute,
.house-info_right .attribute {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #CACED7;
  border-radius: 40px;
  padding: 8px 15px;
  font-size: 16px;
  color:#24262B99;
}

.property-card .attribute img,
#about-place .attribute img,
.house-info_right .attribute img {
  width: 24px;
  height: 24px;
}

.property-card .property-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: column;

}

.property-card .property-id {
  color: #2D888E;
}

.property-card .social-links {
  display: flex;
  gap: 10px;
  flex-direction: column;
  align-items: flex-end;
}

.property-card .social-links button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
}

.property-card .social-links img {
  width: 24px;
  height: 24px;
}

/* Стили для слайдера Slick */
.property-card .slick-dots {
  bottom: 10px;
  position: absolute;
  display: flex;
  left: 50%;
  transform: translate(-50%, -50%);
  gap:4px;
}
.property-card .slick-dots button{
  font-size: 0;
  border: 0px;
  background-color: white;
  border-radius: 6px;
  height: 6px;
  width: 6px;
  padding: 0;
  opacity: 0.6;
}
/* Стили для активного кружка */
.property-card .slick-dots .slick-active button {
  opacity: 1; /* Убираем прозрачность для активного кружка */
  height: 6px;
  width: 6px;
}

/* Стили для соседних кружков */
.property-card .slick-dots .slick-active + li button{
  height: 4px;
  width: 4px;
}
.property-card .slick-dots .slick-active + li + li button,
.property-card .slick-dots .slick-active + li + li + li button,
.property-card .slick-dots .slick-active + li + li + li + li button,
.property-card .slick-dots .slick-active + li + li + li + li + li button {
  height: 2px;
  width: 2px;
}

/* Стили для соседних кружков слева */
.property-card .slick-dots li:has(+ li.slick-active) button{
  height: 4px;
  width: 4px;
}
.property-card .slick-dots li:has(+ li + li.slick-active) button,
.property-card .slick-dots li:has(+ li + li + li.slick-active) button,
.property-card .slick-dots li:has(+ li + li + li + li.slick-active) button,
.property-card .slick-dots li:has(+ li + li + li + li + li.slick-active) button {
  height: 2px;
  width: 2px;
}
.property-card .slick-dots li button:before {
  /*content: "";*/
  /*width: 6px;*/
  /*height: 6px;*/
  /*background-color: white;*/
  /*border-radius: 6px;*/
  /*color: white;*/
}

.property-card .slick-prev,.property-card .slick-next {
  z-index: 1;
}

.property-card .slick-prev {
  left: 10px;
}

.property-card .slick-next {
  right: 10px;
}
.property-card .slick-arrow:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/svg/prev-white.svg) no-repeat center;
  display: inline-block;
}
.property-card .slick-next:after {
  transform: scale(-1);
}
.property-card-sep{
  width: 1px;
  background-color: #CACED7;
}
.property-cart-title{
  font-size: 34px;
  color: #24262B;
  font-family: Forum;
  text-transform: uppercase;
}
.soc_wh{
  width: 60px;
  height: 60px;
  background-image: url("/local/templates/point/images/header_wh.svg");
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 60px;
  background-color: #25D366;
  cursor: pointer;
}
.soc_wh:hover{
  background-color: #1CC65B;
}
.soc_tg{
  width: 60px;
  height: 60px;
  background-image: url("/local/templates/point/images/header_tg.svg");
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 60px;
  background-color: #0088CC;
  cursor: pointer;
}
.soc_tg:hover{
  background-color: #0078B5;
}
.soc_fv{
  width: 60px;
  height: 60px;
  background-image: url("/local/templates/point/images/favorites button-mob.svg");
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 60px;
  border: 1px solid #CACED7;
  cursor: pointer;
}
/*.soc_fv:hover{*/
/*  background-color: white;*/
/*}*/

.header_tg .header_tg_icon{
  width: 24px;
  height: 24px;
  background-image: url("/local/templates/point/images/header_tg.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.footer_nav_contacts .btn-color{
  line-height: 30px;
}
.header_wh .header_wh_icon{
  width: 24px;
  height: 24px;
  background-image: url("/local/templates/point/images/header_wh.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.header.is-fix .header_wh .header_wh_icon,
.header.header--white .header_wh .header_wh_icon,
.header.header--open-nav .header_wh_icon,
.open-mega-menu .header_wh .header_wh_icon{
  background-image: url("/local/templates/point/images/header_wh_dark.svg");
}
.header.is-fix .header_wh,
.header.header--white .header_wh,
.header.header--open-nav .header_wh,
.open-mega-menu .header_wh,
.header.is-fix .header_tg,
.header.header--white .header_tg,
.header.header--open-nav .header_tg,
.open-mega-menu .header_tg
{
  border-left: 1px solid #CACED7;
}
.header.is-fix .header_tg .header_tg_icon,
.header.header--white .header_tg .header_tg_icon,
.header.header--open-nav .header_tg_icon,
.open-mega-menu .header_tg .header_tg_icon{
  background-image: url("/local/templates/point/images/header_tg_dark.svg");
}
.property-card .discount-pr,
.house-info_gallery .discount-pr {
  background: #FFFFFF80;
  color: #24262B;
  border: 1px solid #CACED7;
  border-radius: 100px;
  height: 40px;
  line-height: 38px;
  background-image: url("/local/templates/point/images/discount.png");
  background-repeat: no-repeat;
  background-position: 15px;
  padding-left: 50px;
  padding-right: 25px;
}
.property-card .discount-ex,
.house-info_gallery .discount-ex{
  background: #FFFFFF80;
  color: #2D888E;
  border: 1px solid #CACED7;
  border-radius: 100px;
  height: 40px;
  line-height: 38px;
  background-image: url("/local/templates/point/images/diamond.svg");
  background-repeat: no-repeat;
  background-position: 15px;
  padding-left: 50px;
  padding-right: 25px;
}
.slider-item.last-slide::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7); /* Черный цвет с 70% непрозрачности */
  pointer-events: none; /* Чтобы наложение не мешало взаимодействию с изображением */
}
.last-slide-content{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.property-info .second-link{
  color: #24262B;
}
.metro-station{
  font-size: 16px;
  color: #24262B99;
}
.header.header--white .header_tel a,
.header.header--open-nav .header_tel a,
.open-mega-menu .header .header_tel a{
  color: #24262B;
}
.property-card:hover{
  border: 1px solid #2D888E;
}
.property-card:hover .property-cart-title{
  color:#2D888E;
}
.property-card .second-link:hover {
  color:#2D888E;
}
.property-info .address{
  margin-top: 15px;
}
.property-card.place .attributes{
  margin-top: initial;
}
.social-links .active .soc_fv{
  background-color: white;
}
.contacts-info_table .center{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 40px;
}
.develop{
  position: relative;
  width: 150px;
}
.develop img{
  width: 52px;
  height: 22px;
  position: absolute;
  top: -2px;
  right: 0px;
}
.house-info_right .metro-station{
  margin-bottom: 20px;
}
.wrapper .tag-list.tag-list-alt:last-child{
  margin-top: 22px;
}
#about-place .attributes{
  margin: 13px 0px 22px;
}
.area-carousel .attributes svg{
  margin: 0px;
}
.info.jk{
  display: flex;
  flex-direction: column;
}
.info.jk p{
  font-size: 16px;
  color: #24262B99;
}

.site-mini-widget-wrapper {
  z-index:10000
}


@media screen and (min-width: 1640px) {
  .content-callback .wrapper{
    display: flex;
  }
}
