@charset "UTF-8";
body * {
  font-family: "Montserrat";
}

.container {
  max-width: 1155px !important;
}
@media screen and (max-width: 576px) {
  .container {
    padding: 0 20px;
  }
}

a {
  text-decoration: none !important;
}

#breadcrumbs {
  margin: 24px 0 16px;
}
#breadcrumbs a {
  color: var(--Text-Text-1, #111827);
}
#breadcrumbs .breadcrumb_last {
  color: var(--Text-Text-3, #9299A5);
}
#breadcrumbs > span {
  display: flex;
  gap: 8px;
}
#breadcrumbs * {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 137.5% */
}

.itb-copyright {
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  color: rgba(var(--copyright-color, 0, 0, 0), 0.4);
  transition: color ease-in-out 0.2s;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}

.itb-copyright__popup {
  display: none;
  position: absolute;
  border-radius: 4px;
  padding: 12px;
  box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.08);
  background: #f5f5f5;
  top: 0;
  left: -8px;
  transform: translate(-1%, calc(-100% - 24px));
}

.itb-copyright.opened .itb-copyright__popup {
  display: block;
}

.itb-copyright__popup:after {
  content: "";
  border-radius: 2px;
  width: 12px;
  height: 12px;
  background: #f5f5f5;
  transform: rotate(-45deg);
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.itb-copyright__popup a {
  font-size: 14px;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.6);
  transition: color ease-in-out 0.2s;
}

.itb-copyright__popup a:hover {
  color: rgba(0, 38, 174, 0.6);
}

.itb-copyright__popup a + a {
  margin-left: 24px;
}

.itb-copyright svg {
  fill: rgba(var(--copyright-color, 0, 0, 0), 0.4);
  transition: fill ease-in-out 0.2s;
  margin-left: 12px;
}

.itb-copyright:hover {
  color: rgba(var(--copyright-color, 0, 0, 0), 0.6);
}

.itb-copyright:hover svg {
  fill: rgba(var(--copyright-color, 0, 0, 0), 0.6);
}

.itb-copyright.blacked {
  color: rgba(var(--copyright-color, 255, 255, 255), 0.5);
}

.itb-copyright.blacked svg {
  fill: rgba(var(--copyright-color, 255, 255, 255), 0.5);
}

.itb-copyright.blacked:hover {
  color: rgba(var(--copyright-color, 255, 255, 255), 0.7);
}

.itb-copyright.blacked:hover svg {
  fill: rgba(var(--copyright-color, 255, 255, 255), 0.7);
}

.itb-copyright.blacked .itb-copyright__popup {
  background: #4d4d4d;
}

.itb-copyright.blacked .itb-copyright__popup:after {
  background: #4d4d4d;
}

.itb-copyright.blacked .itb-copyright__popup a {
  color: rgba(255, 255, 255, 0.7);
}

.itb-copyright.blacked .itb-copyright__popup a:hover {
  color: rgb(255, 255, 255);
}

.itb-copyright.colored {
  color: rgba(var(--copyright-color, 255, 255, 255), 0.7);
}

.itb-copyright.colored svg {
  fill: rgba(var(--copyright-color, 255, 255, 255), 0.7);
}

.itb-copyright.colored:hover {
  color: rgba(var(--copyright-color, 255, 255, 255), 0.9);
}

.itb-copyright.colored:hover svg {
  fill: rgba(var(--copyright-color, 255, 255, 255), 0.9);
}

.itb-copyright.colored .itb-copyright__popup {
  background: #f5f5f5;
}

.itb-copyright.colored .itb-copyright__popup:after {
  background: #f5f5f5;
}

.itb-copyright.colored .itb-copyright__popup a {
  color: rgba(0, 0, 0, 0.6);
}

.itb-copyright.colored .itb-copyright__popup a:hover {
  color: rgba(0, 38, 174, 0.6);
}

[data-tag-content="От застройщика"] {
  background: #E20A5C !important;
}

[data-tag-content="Элитная недвижимость"] {
  background: #9300D2 !important;
}

[data-tag-content=Студия] {
  background: #005C5C !important;
}

[data-tag-content="С ремонтом"] {
  background: #06F !important;
}

#page {
  overflow-x: hidden;
}

button {
  text-transform: unset;
}

h1 {
  color: var(--Text-Text-1, #111827);
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 52px; /* 125% */
  margin: 0;
  margin-bottom: 24px;
}
@media screen and (max-width: 991px) {
  h1 {
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
  }
}

.callback-form-block {
  display: none;
}
.callback-form-block__close {
  position: absolute;
  top: 6px;
  right: 20px;
  font-weight: 400;
  font-size: larger;
  cursor: pointer;
}
.callback-form-block__wrapper {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999999;
}
.callback-form-block__overlay {
  width: 100vw;
  height: 100vh;
  position: fixed;
  background: rgba(0, 0, 0, 0.46);
  top: 0;
  left: 0;
  z-index: 999;
}
.callback-form-block form {
  padding: 24px 20px 0px;
  background: #fff;
  border-radius: 16px;
}
.callback-form-block .callback-form {
  position: relative;
}
.callback-form-block .callback-form p {
  margin: 0;
}
.callback-form-block .callback-form br {
  display: none;
}
.callback-form-block .callback-form__title {
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 52px;
  margin: 0 0 24px;
  text-align: center;
}
.callback-form-block .callback-form__title span {
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  .callback-form-block .callback-form__title {
    font-size: 28px;
    line-height: 34px;
  }
}
.callback-form-block .callback-form__wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.callback-form-block .callback-form input:not(input[type=submit]) {
  border-radius: 8px;
  padding: 14px 20px;
  font-size: 16px;
  color: black;
  margin-top: 12px;
}
.callback-form-block .callback-form input:not(input[type=submit]):focus-visible, .callback-form-block .callback-form input:not(input[type=submit]):focus {
  outline: #9747FF;
  border-color: #9747FF;
  border-width: 2px;
}
.callback-form-block .callback-form input[type=submit] {
  display: block;
  width: fit-content;
  padding: 14px 20px;
  border-radius: 64px;
  color: #fff;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  background: #9747FF;
  text-transform: capitalize;
  text-decoration: none;
  cursor: pointer;
  min-width: 250px;
}
.callback-form-block .callback-form input[type=submit]:hover {
  color: #fff;
}

.privacy {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  opacity: 0.8;
}
.privacy a {
  color: #6ed8ff;
}

@media screen and (max-width: 991px) {
  .slick-dots {
    bottom: -36px !important;
  }
}

/*# sourceMappingURL=main.css.map */
