@charset "UTF-8";
body,
html {
  padding: 0;
  margin: 0;
  background: #ffffff;
  font-family: "Inter", "Arial", sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.011em;
  color: #9EA3A8;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-variant-numeric: proportional-nums;
}

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

p:first-child, h2:first-child, h3:first-child {
  margin-top: 0;
}

p:last-child, h2:last-child, h3:last-child {
  margin-bottom: 0;
}

a {
  color: #14171A;
  text-decoration: none;
}
a:hover {
  color: #E7182C;
}

h1, .h1,
h2, .h2,
h3, .h3,
h5, .h5,
h4, .h4 {
  font-family: "Inter", "Arial", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 56px;
  letter-spacing: -0.022em;
  color: #14171A;
  margin-bottom: 40px;
}

.h1,
.h2,
.h3,
.h4 {
  margin-top: 0;
}

h3, .h3 {
  font-size: 30px;
  line-height: 40px;
  letter-spacing: -0.021em;
}

h4, .h4 {
  font-size: 20px;
  line-height: 32px;
  letter-spacing: -0.017em;
  margin-bottom: 8px;
}

h5, .h5 {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.011em;
  margin-bottom: 8px;
}

[data-js-tab] {
  display: none;
}
[data-js-tab].active {
  display: block;
}

.tab-links {
  border-bottom: 1px solid #DBDBDB;
  margin-bottom: 32px;
}
.tab-link {
  display: inline-block;
  vertical-align: top;
  border-bottom: 3px solid transparent;
  margin: 0 41px -1px 0;
  padding-bottom: 5px;
  color: #14171A;
}
.tab-link:hover {
  opacity: 0.8;
}
.tab-link.active {
  border-bottom-color: #e7182c;
}

.breadcrumbs {
  margin: 0 0 8px;
}
.breadcrumbs span, .breadcrumbs a {
  display: inline-block;
  vertical-align: top;
  color: #9EA3A8;
  margin-right: 2px;
}
.breadcrumbs span:last-child, .breadcrumbs a:last-child {
  margin-right: 0;
}

.input {
  -webkit-appearance: none;
  outline: none;
  background: #ffffff;
  border: 1px solid #9EA3A8;
  color: #14171A;
  border-radius: 4px;
  padding: 8px 16px;
  width: 100%;
  max-width: 100%;
  margin: 0;
  height: 40px;
  font-family: "Inter", "Arial", sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.011em;
  color: #9EA3A8;
  font-style: normal;
  font-weight: normal;
}
.input + span {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 24px;
}
.input-wrap {
  display: block;
  position: relative;
  width: 100%;
  cursor: pointer;
  margin-bottom: 24px;
  padding-top: 32px;
  line-height: 1;
}
.input-wrap--2 {
  display: inline-block;
  vertical-align: top;
  width: calc((100% - 32px) / 2);
  margin-right: 32px;
}
.input-wrap--2.last {
  margin-right: 0;
}
select.select {
  padding: 7px 19px 7px 16px;
}

.select {
  padding: 0;
  cursor: pointer;
}
.select .jq-selectbox__select-text {
  position: relative;
  padding: 7px 19px 7px 16px;
  color: #14171A;
}
.select .jq-selectbox__select-text:after {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 10px;
  background: url(/local/templates/metro/images/svg/arr-choose-black.svg) no-repeat center;
  background-size: contain;
  right: 18px;
  top: 15px;
}
.select.opened .jq-selectbox__select-text:after {
  transform: rotate(-180deg);
}
.select .jq-selectbox__dropdown {
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.07);
  background: #ffffff;
  padding: 0;
  text-align: left;
  border-radius: 8px;
  right: 0;
  left: 0;
  overflow: hidden;
  margin-top: 8px;
}
@media (max-width: 767px) {
  .select .jq-selectbox__dropdown {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.07);
  }
}
.select .jq-selectbox__dropdown ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.select .jq-selectbox__dropdown ul li {
  padding: 8px 16px;
  margin: 0;
  color: #14171A;
}
.select .jq-selectbox__dropdown ul li:before {
  display: none;
}
.select .jq-selectbox__dropdown ul li.sel, .select .jq-selectbox__dropdown ul li:hover {
  background-color: #FAFAFA;
}

textarea.input {
  height: auto;
  min-height: 104px;
  padding: 7px 16px;
}

.check {
  display: inline-block;
  vertical-align: top;
  width: 24px;
  height: 24px;
  border: 1px solid #99A6B6;
  background-color: #ffffff;
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  outline: none;
  outline-offset: 0;
}
.check + span {
  display: inline-block;
  vertical-align: top;
  padding-left: 16px;
}
.check-wrap {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 100%;
  cursor: pointer;
  margin: 0 0 24px;
  padding-left: 24px;
}
.check .jq-checkbox__div {
  width: 22px;
  height: 22px;
  opacity: 0;
  border: 5px solid #ffffff;
}
.check.checked {
  background-color: #e7182c;
}
.check.checked .jq-checkbox__div {
  opacity: 1;
}
.check input {
  visibility: hidden;
}
::placeholder {
  font-family: "Inter", "Arial", sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.011em;
  color: #9EA3A8;
  font-style: normal;
  font-weight: normal;
  color: #9EA3A8;
}

.radio {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  border: 1px solid #9EA3A8;
}
.radio + span {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 16px);
  padding-left: 8px;
  color: #14171A;
}
.radio .jq-radio__div {
  width: 14px;
  height: 14px;
  border-radius: 14px;
  border: 3px solid #ffffff;
  background-color: #E7182C;
  opacity: 0;
}
.radio.checked {
  border-color: #E7182C;
}
.radio.checked .jq-radio__div {
  opacity: 1;
}
.radio:hover {
  border-color: #E7182C;
}
.radio-wrap {
  display: block;
  position: relative;
  width: 100%;
  cursor: pointer;
  margin-bottom: 24px;
  line-height: 1;
}
.radio:hover .radio {
  border-color: #E7182C;
}

div.modern-page-navigation a,
span.modern-page-current,
div.modern-page-navigation a.modern-page-previous,
span.modern-page-dots {
  border-color: transparent;
}

.modern-page-current,
div.modern-page-navigation span.modern-page-first {
  height: 40px;
  line-height: 40px;
}

.modern-page-title {
  display: none;
}

.modern-page-navigation,
.nav {
  margin-bottom: 72px;
}
.modern-page-navigation:last-child,
.nav:last-child {
  margin-bottom: 120px;
}
.modern-page-navigation a,
.nav a {
  display: inline-block;
  vertical-align: top;
  height: 40px;
  min-width: 40px;
  text-align: center;
  line-height: 40px;
  color: #276ef1;
  margin: 0 4px;
  border-radius: 4px;
  border: 0;
}
.modern-page-navigation a.active,
.nav a.active {
  background-color: #FAFAFA;
}
.modern-page-navigation a.modern-page-previous, .modern-page-navigation a.modern-page-next,
.nav a.modern-page-previous,
.nav a.modern-page-next {
  display: none;
}

.btn {
  display: inline-block;
  vertical-align: top;
  -webkit-appearance: none;
  text-align: center;
  font-family: "Inter", "Arial", sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.011em;
  color: #9EA3A8;
  font-style: normal;
  font-weight: normal;
  color: #ffffff;
  border: 1px solid #e7182c;
  padding: 11px 38px;
  cursor: pointer;
  background: #e7182c;
  border-radius: 4px;
}
.btn:hover {
  color: #ffffff;
  background-color: #E7182C;
  border-color: #E7182C;
}
.btn--white {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #14171A;
}
.btn--white:hover {
  color: #ffffff;
  background-color: #e7182c;
  border-color: #e7182c;
}
.btn--blue {
  background-color: transparent;
  color: #276ef1;
  border-color: #276ef1;
  padding: 7px 24px;
  border-radius: 8px;
}
.btn--blue:hover {
  color: #ffffff;
  background-color: #276ef1;
  border-color: #276ef1;
}
.btn--gray {
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  letter-spacing: -0.006em;
  color: #9EA3A8;
  padding: 3px 32px;
  border-color: #C2C7CC;
  background-color: transparent;
}
.btn--light {
  color: #e7182c;
  background-color: transparent;
}
.btn--green {
  color: #ffffff;
  background-color: #A2CC39;
  border-color: #A2CC39;
}
.btn--green:hover {
  background-color: #94ba35;
  border-color: #94ba35;
}

.wrap {
  max-width: 1372px;
  margin: 0 auto;
  padding: 0 30px;
}

.page {
  display: flex;
}
.page-top h1 {
  margin: 0 0 30px;
}
.page-top--serv {
  background: #FAFAFA;
  border-radius: 8px;
  padding: 32px;
  margin-bottom: 64px;
  padding: 56px 40px;
  background-repeat: no-repeat;
  background-position: 90% 50%;
  background-size: auto 95%;
}
.page-top--serv .btn {
  font-size: 14px;
  letter-spacing: -0.006em;
  padding: 3px 19px;
}
.page-top h1 {
  margin-bottom: 8px;
}
.page-top__text {
  max-width: 715px;
  margin-bottom: 24px;
  letter-spacing: -0.011em;
  color: #9EA3A8;
}
.page-text {
  max-width: 976px;
  margin-bottom: 80px;
}
.page-text p {
  margin: 0 0 8px;
}
.page-left, .page-right {
  display: inline-block;
  vertical-align: top;
  width: calc(92.7% - 240px);
}
.page-left {
  width: 224px;
  padding-right: 32px;
}

.col {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 32px;
}
.col-2 {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 16px);
  margin: 0 32px 32px 0;
}
.col-2:nth-child(2n+2) {
  margin-right: 0;
}
.col-3 {
  display: inline-block;
  vertical-align: top;
  width: calc((100% - 64px) / 3);
  margin: 0 32px 32px 0;
}
.col-3:nth-child(3n+3) {
  margin-right: 0;
}
.col-4 {
  display: inline-block;
  vertical-align: top;
  width: calc(25% - 24px);
  margin: 0 32px 32px 0;
}
.col-4:nth-child(4n+4) {
  margin-right: 0;
}
.col-5 {
  display: inline-block;
  vertical-align: top;
  width: calc(20% - 26px);
  margin: 0 32px 32px 0;
}
.col-5:nth-child(5n+5) {
  margin-right: 0;
}
.col-34 {
  display: inline-block;
  vertical-align: top;
  width: calc(75% - 8px);
  margin: 0 32px 32px 0;
}
.col-34 + .col-4 {
  width: calc(25% - 24px);
  margin-right: 0;
}
.col img {
  display: block;
  width: 100%;
}

.socials {
  display: inline-block;
  vertical-align: top;
}
.socials a {
  display: inline-block;
  vertical-align: top;
  width: 32px;
  height: 32px;
  border-radius: 32px;
  margin-right: 8px;
  background: url(/local/templates/metro/images/svg/ico-soc-fb.svg) no-repeat center;
}
.socials a.inst {
  background-image: url(/local/templates/metro/images/svg/ico-soc-inst.svg);
}
.socials a.vk, .socials a.likely__widget_vkontakte {
  background-image: url(/local/templates/metro/images/svg/ico-soc-vk.svg);
}
.socials a.vk2 {
  background-image: url(/local/templates/metro/images/svg/ico-soc-vk2.svg);
}
.socials a.yt {
  background-image: url(/local/templates/metro/images/svg/ico-soc-yt.svg);
}
.socials a.tg, .socials a.likely__widget_telegram {
  background-image: url(/local/templates/metro/images/svg/ico-soc-tg.svg);
}
.socials a.wp, .socials a.likely__widget_whatsapp {
  background-image: url(/local/templates/metro/images/svg/ico-soc-wp.svg);
}
.socials a.vb, .socials a.likely__widget_viber {
  background-image: url(/local/templates/metro/images/svg/ico-soc-vb.svg);
}
.socials a.ok, .socials a.likely__widget_odnoklassniki {
  background-image: url(/local/templates/metro/images/svg/ico-soc-ok.svg);
}
.socials a.tw, .socials a.likely__widget_twitter {
  background-image: url(/local/templates/metro/images/svg/ico-soc-tw.svg);
}
.socials a:last-child {
  margin-right: 0;
}
.socials a .likely__icon,
.socials a .likely__button,
.socials a .likely__counter {
  display: none;
}

.select-city {
  cursor: pointer;
  text-align: left;
  border: none;
  font-size: 16px;
  line-height: 24px;
  color: #9EA3A8;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-align: left;
}
.select-city option {
  padding: 0;
  margin: 0;
}
.select-city .jq-selectbox__select-text {
  padding-right: 19px;
  position: relative;
}
.select-city .jq-selectbox__select-text:after {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 8px;
  background: url("/local/templates/metro/images/svg/arr-choose.svg") no-repeat center;
  background-size: contain;
  right: 0;
  top: 10px;
}
.select-city.opened .jq-selectbox__select-text {
  color: #14171A;
}
.select-city.opened .jq-selectbox__select-text:after {
  transform: rotate(-180deg);
}
.select-city .jq-selectbox__dropdown {
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.07);
  background: #ffffff;
  padding: 0;
  text-align: left;
  border-radius: 8px;
  right: -1px;
  min-width: 119px;
  margin-top: 8px;
}
@media (max-width: 767px) {
  .select-city .jq-selectbox__dropdown {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.07);
  }
}
.select-city .jq-selectbox__dropdown ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.select-city .jq-selectbox__dropdown ul li {
  padding: 8px 16px;
  margin: 0;
  color: #14171A;
}
.select-city .jq-selectbox__dropdown ul li.sel, .select-city .jq-selectbox__dropdown ul li:hover {
  background-color: #FAFAFA;
}
.select-city:hover .jq-selectbox__select-text {
  color: #14171A;
}

.like-btn {
  display: inline-block;
  vertical-align: top;
  padding: 3px 15px 3px 40px;
  position: relative;
  border: 1px solid #C2C7CC;
  border-radius: 4px;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.006em;
  color: #9EA3A8;
  background: url("/local/templates/metro/images/svg/ico-like.svg") no-repeat 15px 8px, url("/local/templates/metro/images/svg/ico-like-red.svg") no-repeat 15px 8px;
  background-size: 16px, 0;
}
.like-btn:hover {
  background-size: 0, 16px;
}
.like-btn.active {
  background-size: 0, 16px;
  border-color: #e7182c;
  color: #e7182c;
}

.sticker {
  width: 96px;
  height: 96px;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  letter-spacing: -0.006em;
  color: #FFFFFF;
  background: url("/local/templates/metro/images/svg/label-gif.svg") no-repeat center;
  background-size: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  padding: 9px;
  top: 24px;
  right: -16px;
  z-index: 2;
}
.sticker--best {
  background: url("/local/templates/metro/images/svg/label-best.svg") no-repeat center;
}
.sticker--hit {
  background: url("/local/templates/metro/images/svg/label-hit.svg") no-repeat center;
}
.sticker--yellow {
  background: url("/local/templates/metro/images/svg/label-yellow.svg") no-repeat center;
}
.sticker--blue {
  background: url("/local/templates/metro/images/svg/label-blue.svg") no-repeat center;
}

.stickers {
  position: absolute;
  top: 24px;
  right: -16px;
}
.stickers .sticker {
  position: relative;
  top: auto;
  right: auto;
  transform: rotate(20deg);
}
.stickers .sticker:last-child {
  margin-bottom: 0;
}

.popup {
  display: none;
}

.pop,
.popup {
  max-width: 864px;
  width: 100%;
  background: #FFFFFF;
  border-radius: 8px;
  padding: 32px 40px 56px;
  overflow: visible;
}
.pop-title,
.popup-title {
  margin: 0 0 16px;
}
.pop-text,
.popup-text {
  margin-bottom: 24px;
}
.pop ul,
.popup ul {
  list-style: none;
  padding: 0;
  margin: 0;
  padding: 0;
  margin: 0;
}
.pop ul li,
.popup ul li {
  position: relative;
  padding-left: 12px;
  margin-bottom: 8px;
}
.pop ul li:before,
.popup ul li:before {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background-color: #e7182c;
  left: 0;
  top: 10px;
}
.pop ul.ul--2,
.popup ul.ul--2 {
  columns: 2;
  column-gap: 50px;
}
.pop-team,
.popup-team {
  padding-top: 40px;
}
.pop-review,
.popup-review {
  max-width: 784px;
}
.pop-review form button,
.popup-review form button {
  padding: 11px 24px;
  width: 216px;
}
.pop-review .agree,
.popup-review .agree {
  max-width: 400px;
}
.pop-review .stars,
.popup-review .stars {
  margin-top: 8px;
}
.pop__all-reviews .write-review,
.popup__all-reviews .write-review {
  position: absolute;
  right: 40px;
  top: 63px;
}
.pop-course,
.popup-course {
  padding: 40px 40px 56px;
}
.pop-course .popup-title,
.popup-course .popup-title {
  margin-bottom: 32px;
}
.pop-course__top,
.popup-course__top {
  margin-bottom: 32px;
  border-bottom: 1px solid #DBDBDB;
}
.pop-course__top .col-3,
.popup-course__top .col-3 {
  margin-bottom: 0;
}
.pop-course__top .btn,
.popup-course__top .btn {
  width: 100%;
}
.pop-course .box,
.popup-course .box {
  margin-bottom: 40px;
}
.pop-course .box span,
.popup-course .box span {
  display: block;
  margin-top: 8px;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: -0.017em;
  color: #14171A;
}
.pop-course__text,
.popup-course__text {
  max-width: 600px;
  margin-bottom: 31px;
}
.pop-course__text p,
.popup-course__text p {
  margin: 8px 0;
}
.pop-course__video,
.popup-course__video {
  background: #C4C4C4;
  border-radius: 8px;
  overflow: hidden;
  margin: 40px 0;
  position: relative;
  line-height: 0;
}
.pop-course__video--back,
.popup-course__video--back {
  display: block;
  background: no-repeat center center;
  background-size: cover;
  padding-top: 50%;
}
.pop-course__video video,
.popup-course__video video {
  width: 100%;
}
.pop-course__video .video-play,
.popup-course__video .video-play {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-45%, -59%);
  width: 60px;
  height: 80px;
}
.pop-course__video .video-play:before,
.popup-course__video .video-play:before {
  content: "";
  display: block;
  position: absolute;
  border: 47px solid transparent;
  border-left-color: #ffffff;
  border-left-width: 82px;
  opacity: 0.2;
}
.pop-course__video .video-play:hover:before,
.popup-course__video .video-play:hover:before {
  opacity: 0.5;
}
.pop-course__video .video-play:after,
.popup-course__video .video-play:after {
  content: "=";
  position: absolute;
  display: inline-block;
  vertical-align: top;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
  opacity: 0;
  font-size: 180px;
  line-height: 0.3;
  color: #ffffff;
}
.pop-course__video.play .video-play,
.popup-course__video.play .video-play {
  opacity: 0;
}
.pop-course__video.play .video-play:before,
.popup-course__video.play .video-play:before {
  opacity: 0;
}
.pop-course__video.play .video-play:after,
.popup-course__video.play .video-play:after {
  opacity: 1;
}
.pop-course__video.play:hover .video-play,
.popup-course__video.play:hover .video-play {
  opacity: 0.5;
}
.pop-course__video .team-person__reviews,
.popup-course__video .team-person__reviews {
  margin-bottom: 0;
}
.pop-course__themes,
.popup-course__themes {
  margin-bottom: 56px;
}
.pop-course__themes .themes-box,
.popup-course__themes .themes-box {
  margin-bottom: 24px;
}
.pop-course__themes .themes-box h4,
.popup-course__themes .themes-box h4 {
  margin: 0;
}
.pop-course__themes .themes-box img,
.popup-course__themes .themes-box img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 9px;
  line-height: 0;
}
.pop-img,
.popup-img {
  background: #C4C4C4;
  border-radius: 8px;
  overflow: hidden;
}
.pop-img img,
.popup-img img {
  display: block;
  width: 100%;
}
.pop-property .popup-course__top,
.popup-property .popup-course__top {
  position: relative;
}
.pop-property .popup-course__top .box,
.popup-property .popup-course__top .box {
  margin-bottom: 24px;
}
.pop-property .popup-course__top .box span,
.popup-property .popup-course__top .box span {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.011em;
  margin-top: 8px;
}
.pop-property .popup-course__top .popup-property__request,
.popup-property .popup-course__top .popup-property__request {
  position: absolute;
  width: 30.5%;
  bottom: 40px;
  right: 0;
}
.pop-thx,
.popup-thx {
  display: inline-block !important;
  max-width: 640px;
  padding: 40px 40px 48px;
}
.pop-thx .popup-title,
.popup-thx .popup-title {
  margin: 0 0 16px;
}
.pop-thx .popup-text,
.popup-thx .popup-text {
  margin: 0 0 16px;
}
.pop-thx .box,
.popup-thx .box {
  margin-bottom: 32px;
}
.pop-thx .box span,
.popup-thx .box span {
  display: block;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: -0.017em;
  color: #000000;
}
.pop-thx .btn,
.popup-thx .btn {
  padding: 11px 58px;
}
.pop-ad form,
.popup-ad form {
  display: block;
  max-width: 561px;
}
.pop-ad .popup-title,
.popup-ad .popup-title {
  margin: 0 0 8px;
}
.pop-ad .popup-text,
.popup-ad .popup-text {
  max-width: 500px;
  margin-bottom: 32px;
}
.pop-ad__box-top,
.popup-ad__box-top {
  margin-bottom: 32px;
}
.pop-ad__box-top h4,
.popup-ad__box-top h4 {
  margin: 0 0 8px;
}
.pop-ad__box-top p,
.popup-ad__box-top p {
  margin: 0 0 8px;
}
.pop-ad__item,
.popup-ad__item {
  margin-bottom: 32px;
}
.pop-ad__item-title,
.popup-ad__item-title {
  color: #9EA3A8;
  margin-bottom: 8px;
}
.pop-ad__item .radio-wrap,
.pop-ad__item .input-wrap,
.pop-ad__item .check-wrap,
.popup-ad__item .radio-wrap,
.popup-ad__item .input-wrap,
.popup-ad__item .check-wrap {
  margin-bottom: 0;
  padding: 0;
}
.pop-ad__item .radio-wrap,
.popup-ad__item .radio-wrap {
  margin-top: 16px;
}
.pop-ad__item .radio,
.popup-ad__item .radio {
  width: 24px;
  height: 24px;
}
.pop-ad__item .radio.checked,
.popup-ad__item .radio.checked {
  border-color: #276EF1;
}
.pop-ad__item .radio .jq-radio__div,
.popup-ad__item .radio .jq-radio__div {
  width: 22px;
  height: 22px;
  border-width: 3px;
  background: #276EF1;
}
.pop-ad__item .radio + span,
.popup-ad__item .radio + span {
  width: calc(100% - 24px);
}
.pop-ad__item .col-2,
.pop-ad__item .col-3,
.pop-ad__item .col-4,
.popup-ad__item .col-2,
.popup-ad__item .col-3,
.popup-ad__item .col-4 {
  margin-bottom: 0;
  min-width: 100px;
}
.pop-ad__item .input,
.popup-ad__item .input {
  border-color: #9EA3A8;
}
.pop-ad__item .select .jq-selectbox__select-text:after,
.popup-ad__item .select .jq-selectbox__select-text:after {
  opacity: 0.4;
}
.pop-ad__item .check,
.popup-ad__item .check {
  width: 24px;
  height: 24px;
}
.pop-ad__item .check + span,
.popup-ad__item .check + span {
  display: block;
  padding-left: 32px;
  color: #14171A;
}
.pop-ad__item--2 .select,
.popup-ad__item--2 .select {
  max-width: 376px;
}
.pop-ad__item--5 .check-wrap,
.popup-ad__item--5 .check-wrap {
  margin-top: 8px;
}
.pop-ad__item--6 textarea,
.popup-ad__item--6 textarea {
  min-height: 344px;
}
.pop-ad__item--7 .gray-box,
.popup-ad__item--7 .gray-box {
  background: #FAFAFA;
  border-radius: 4px;
  padding: 24px 24px 23px;
}
.pop-ad__item--7 .gray-box h5,
.popup-ad__item--7 .gray-box h5 {
  margin: 0 0 8px;
}
.pop-ad__item--7 .gray-box h5 span,
.popup-ad__item--7 .gray-box h5 span {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
.pop-ad__item--7 .gray-box p,
.popup-ad__item--7 .gray-box p {
  margin: 0 0 8px;
  max-width: 500px;
}
.pop-ad__item--7 .gray-box a,
.popup-ad__item--7 .gray-box a {
  display: inline-block;
  vertical-align: top;
  margin-top: 16px;
  color: #276ef1;
}
.pop-ad__item--9 .input-wrap,
.popup-ad__item--9 .input-wrap {
  max-width: 269px;
}
.pop-ad .btn,
.popup-ad .btn {
  padding: 7px 23px;
}
.pop-ad .agree,
.popup-ad .agree {
/*  display: block;*/
/*  padding: 0;*/
/*  margin: 16px 0 0;*/
/*  max-width: 100%;*/
/*  width: 100%;*/
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0;
  color: #9EA3A8;
}

.file-drop {
  display: block;
  position: relative;
  height: 152px;
  border: 1px dashed #9EA3A8;
  border-radius: 4px;
  margin-bottom: 16px;
  cursor: pointer;
}
.file-drop input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: -1;
}
.file-drop span {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding-top: 32px;
  position: absolute;
  top: 50%;
  left: 16px;
  right: 16px;
  transform: translateY(-50%);
  background: url("/local/templates/metro/images/svg/file-photo.svg") no-repeat 50% 0;
}

.swiper-button {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: url("/local/templates/metro/images/svg/arr-right-white.svg") no-repeat center #e7182c;
}
.swiper-button:after {
  display: none;
}
.swiper-button-next {
  right: 0;
}
.swiper-button-prev {
  transform: rotate(180deg);
  left: 0;
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.4;
}
.fancybox-slide--html .fancybox-close-small {
  right: -40px;
  height: 20px;
  background: url("/local/templates/metro/images/svg/ico-close.svg") no-repeat center;
  background-size: 19px;
  opacity: 1;
}
.fancybox-slide--html .fancybox-close-small svg {
  opacity: 0;
}

.search .input {
  opacity: 0;
}
.search button {
  display: block;
  width: 24px;
  height: 24px;
  -webkit-appearance: none;
  border: 0;
  background: url("/local/templates/metro/images/svg/ico-search.svg") no-repeat center;
  position: absolute;
  right: 4px;
  top: 8px;
  cursor: pointer;
  z-index: 2;
}
.search.active .input {
  opacity: 1;
}

[data-js-drop-top] {
  position: relative;
  padding-right: 30px;
  cursor: pointer;
}
[data-js-drop-top]:after {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  background: url("/local/templates/metro/images/svg/arr-choose.svg") no-repeat center;
  right: 0;
  top: 7px;
}
[data-js-drop-top].opened:after {
  transform: rotate(-180deg);
}

[data-js-drop-content] {
  display: none;
}

.drop-item {
  border-bottom: 1px solid #F0F0F0;
  padding-bottom: 16px;
}
.drop-item:last-child {
  border-bottom: 0;
}
.drop-item .drop-top {
  padding: 24px 0 7px;
  position: relative;
}
.drop-item .drop-top h4 {
  margin: 0;
  max-width: 900px;
}
.drop-item .drop-top:after {
  top: 29px;
  background-image: url("/local/templates/metro/images/svg/arr-choose-red.svg");
}
.drop-item .drop-content {
  display: none;
  padding: 1px 0 7px;
}
.drop-item .drop-content .table .tr,
.drop-item .drop-content .table tr,
.drop-item .drop-content table .tr,
.drop-item .drop-content table tr {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}
.drop-item .drop-content .table .tr .td,
.drop-item .drop-content .table .tr td,
.drop-item .drop-content .table tr .td,
.drop-item .drop-content .table tr td,
.drop-item .drop-content table .tr .td,
.drop-item .drop-content table .tr td,
.drop-item .drop-content table tr .td,
.drop-item .drop-content table tr td {
  width: 70%;
}
.drop-item .drop-content .table .tr .td:last-child,
.drop-item .drop-content .table .tr td:last-child,
.drop-item .drop-content .table tr .td:last-child,
.drop-item .drop-content .table tr td:last-child,
.drop-item .drop-content table .tr .td:last-child,
.drop-item .drop-content table .tr td:last-child,
.drop-item .drop-content table tr .td:last-child,
.drop-item .drop-content table tr td:last-child {
  width: 30%;
  text-align: right;
  color: #14171A;
}
.drop-item .drop-content__info {
  color: #9EA3A8;
  max-width: 860px;
}
.drop-item .drop-content__info ul {
  margin: 8px 0 16px -12px;
}

.cols2 {
  margin: 0 0 40px;
  columns: 2;
  column-gap: 40px;
}
.cols2 h4:first-child {
  margin-top: 0;
}
.cols2 a {
  color: #276ef1;
}

.gray-bg {
  background: #FAFAFA;
  border-radius: 8px;
  padding: 32px;
}

.content-block {
  margin-bottom: 56px;
}
.content-block__title {
  margin: 0 0 40px;
}
.content-block .gray-bg.col {
  padding: 32px 32px 24px;
}
.content-block .gray-bg.col p {
  margin-right: 20%;
}
.content-block--advantages .cols {
  margin-right: -34px;
}
.content-block--advantages .col-2 a {
  display: inline-block;
  vertical-align: top;
  color: #276ef1;
}
.content-block--advantages .col-2 a + h4,
.content-block--advantages .col-2 p + h4 {
  margin-top: 40px;
}
.content-block--advantages .col-2 h4:first-child {
  margin-top: 0;
}
.content-block--steps {
  padding-bottom: 32px;
  border-bottom: 1px solid #DBDBDB;
  margin-bottom: 80px;
}
.content-block--steps .content-block__title {
  margin-bottom: 32px;
}
.content-block--steps .cols .col-3 {
  position: relative;
  padding-right: 40px;
}
.content-block--steps .cols .col-3 h4 {
  margin: 0 0 7px;
}
.content-block--steps .cols .col-3 p {
  margin-top: 6px;
}
.content-block--steps .cols .col-3 p a {
  color: #276ef1;
}
.content-block--steps .cols .col-3:after {
  content: "";
  display: block;
  position: absolute;
  width: 21px;
  height: 21px;
  background: url("/local/templates/metro/images/svg/step-next.svg") no-repeat center;
  top: 26px;
  right: 0;
}
.content-block--steps .cols .col-3:last-child:after {
  display: none;
}
.content-block--mortgage {
  color: #14171A;
  margin-bottom: 88px;
}
.content-block--mortgage-top {
  margin-bottom: 24px;
}
.content-block--mortgage-top p {
  max-width: 850px;
}
.content-block--mortgage-top .col-4 {
  margin-top: 24px;
}
.content-block--mortgage .content-block__title {
  margin-bottom: 16px;
}
.content-block__perferences {
  color: #14171A;
  margin-bottom: 64px;
}
.content-block__perferences .cols {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.content-block__perferences .cols:after {
  content: "";
  display: block;
  position: absolute;
  height: 3px;
  background-color: #ffffff;
  bottom: 16px;
  left: 0;
  right: 0;
  z-index: 1;
}
.content-block--border {
  padding-bottom: 80px;
  margin-bottom: 80px;
  border-bottom: 1px solid #DBDBDB;
}
.content-block--adv {
  background: #FAFAFA;
  border-radius: 8px;
  padding: 32px;
  padding: 48px 40px;
  background: no-repeat top 50% right 15% #FAFAFA;
  background-size: auto 65%;
}
.content-block--adv .content-block__info {
  max-width: 784px;
}
.content-block--adv .content-block__info h3 {
  margin: 0 0 24px;
}
.content-block--adv .content-block__info h3 span {
  background-color: #e7182c;
  color: #FFFFFF;
}
.content-block--adv .content-block__info p {
  max-width: 640px;
}
.content-block--work-adv h4 {
  color: #e7182c;
  margin-top: 0;
}
.content-block--work-adv .col-4 {
  padding-top: 56px;
  background: no-repeat 0 0;
  background-size: auto 40px;
}
.content-block--area h4 {
  margin-bottom: 24px;
}
.content-block--lawyer .broker-box--invert .broker-box__name {
  margin-top: 0;
}
.content-block--numbers .col-3 {
  margin-bottom: 0;
}
.content-block--numbers h3 {
  margin: 0;
  color: #e7182c;
}
.content-block--socilas-img .col-3 a {
  display: block;
  background: no-repeat center #F7F7F7;
  background-size: cover;
  height: 179px;
  border-radius: 4px;
}

.adv-item {
  padding-top: 48px;
  background: no-repeat 0 0;
  background-size: auto 40px;
}

.content-block--border .content-block--adv {
  margin-bottom: 0;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #FFFFFF;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.07);
  z-index: 99;
}
@media (max-width: 767px) {
  .header {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.07);
  }
}
.header-top {
  padding: 12px 0;
  text-align: right;
  height: 72px;
}
.header-top__compare, .header-top__favorite, .header-top__ad {
  display: inline-block;
  vertical-align: top;
  width: 0;
  height: 32px;
  border: 1px solid #C2C7CC;
  border-radius: 4px;
  padding-left: 32px;
  background: url("/local/templates/metro/images/svg/ico-compare.svg") no-repeat center, url("/local/templates/metro/images/svg/ico-compare-red.svg") no-repeat center;
  background-size: auto, 0;
  margin-left: 40px;
  position: absolute;
  right: 30px;
  bottom: 12px;
  color: transparent;
  overflow: hidden;
}
.header-top__favorite {
  background: url("/local/templates/metro/images/svg/ico-like.svg") no-repeat center, url("/local/templates/metro/images/svg/ico-like-red.svg") no-repeat center;
  background-size: auto, 0;
  right: 70px;
}
.header-top__ad {
  background: url("/local/templates/metro/images/svg/ico-add.svg") no-repeat center, url("/local/templates/metro/images/svg/ico-add-red.svg") no-repeat center;
  background-size: auto, 0;
}
.header-top__compare {
  right: 110px;
}
.header-top__compare:hover, .header-top__favorite:hover, .header-top__ad:hover {
  background-size: 0, auto;
}
.header-bot {
  padding: 15px 0 16px;
  border-top: 1px solid #DBDBDB;
}
.header .logo {
  display: inline-block;
  vertical-align: top;
  margin-right: 32px;
  position: absolute;
  top: 22px;
  left: 30px;
}
.header-city {
  position: absolute;
  top: 23px;
  left: 195px;
}
.header-phone {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: 43%;
  top: 16px;
}
.header-phone--1 {
  left: 28%;
}
.header-phone--2 {
  left: 54%;
}
.header-phone span {
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #9EA3A8;
}
.header-phone a {
  display: block;
  color: #14171A;
}
.header-time {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: 41%;
  top: 16px;
  font-size: 14px;
  line-height: 24px;
  color: #9EA3A8;
}
.header > .wrap {
  position: relative;
}
.header .socials,
.header .burger,
.header .search,
.header .search-form,
.header .lvl2 {
  display: none;
}
.header .search-form {
  display: none;
}
.header-bg {
  display: none;
}
.header-callback {
  position: absolute;
  top: 16px;
  right: 30px;
  padding: 8px 16px;
}

@media (min-width: 1024px) {
  .header {
    transition: all 0.3s;
  }
  .header.fixed {
    top: -73px;
  }
  .header.up {
    top: 0;
  }
}
.logo {
  width: 120px;
}
.logo img {
  display: block;
  width: 100%;
}

.top-menu {
  display: inline-block;
  vertical-align: top;
}
.top-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.top-menu ul li {
  display: inline-block;
  vertical-align: top;
  margin-right: 40px;
}
.top-menu ul li a {
  display: inline-block;
  vertical-align: top;
  color: #14171A;
}
.top-menu ul li.parent {
  margin-right: 25px;
  position: relative;
}
.top-menu ul li.parent > a:not([data-js-lvl1]) {
  padding-right: 22px;
  position: relative;
}
.top-menu ul li.parent > a:not([data-js-lvl1]):after {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 8px;
  background: url("/local/templates/metro/images/svg/arr-choose.svg") no-repeat center;
  background-size: contain;
  right: 0;
  top: 9px;
}
.top-menu ul li.parent:hover > a:after {
  transform: rotate(-180deg);
}
.top-menu ul li.parent [data-js-lvl1] {
  display: none;
}
.top-menu ul li:hover .top-menu__sub {
  display: block;
}
.top-menu ul li .mobile-only {
  display: none;
}
.top-menu ul li.s {
  display: none;
}
.top-menu ul.top-menu__sub {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.07);
  padding: 8px 0;
  background: #ffffff;
  position: absolute;
  top: 100%;
  left: -16px;
  width: 300px;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .top-menu ul.top-menu__sub {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.07);
  }
}
.top-menu ul.top-menu__sub li {
  display: block;
  padding: 4px 16px;
  margin: 0;
  color: #14171A;
}
.top-menu ul.top-menu__sub li.sel, .top-menu ul.top-menu__sub li:hover {
  background-color: #FAFAFA;
}
.top-menu ul.top-menu__sub li a {
  display: block;
  color: #14171A;
}
.top-menu ul.top-menu__sub li.back {
  display: none;
}

.main {
  padding-top: 152px;
  min-height: 460px;
}
.main p {
  margin: 8px 0;
}
.main p:first-child {
  margin-top: 0;
}
.main ul {
  list-style: none;
  padding: 0;
  margin: 0;
  padding: 0;
  margin: 0;
}
.main ul li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 8px;
}
.main ul li:before {
  content: "";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 4px;
  background-color: #e7182c;
  left: 0;
  top: 10px;
}
.main ul.ul--2 {
  columns: 2;
}

.body--cols .main {
  padding-top: 170px;
}
.body--cols .breadcrumbs {
  margin: 2px 0 1px;
}
.body--cols .page-top h1 {
  margin: 0 0 23px;
}

.contacts-general {
  margin: 40px 0 80px;
}
.contacts-general__title {
  margin-bottom: 32px;
}
.contacts-box {
  display: inline-block;
  vertical-align: top;
  width: 33.333%;
  max-width: 445px;
  margin-bottom: 32px;
}
.contacts-box__sub {
  display: block;
  margin: 0 0 8px;
  color: #9EA3A8;
}
.contacts-address {
  padding-left: 32px;
  background: url("/local/templates/metro/images/svg/ico-contacts-pin.svg") no-repeat 1px 4px;
  margin-bottom: 16px;
  color: #14171A;
}
.contacts-address span {
  display: inline-block;
  vertical-align: top;
  border: 1px dashed #A8A8A8;
}
.contacts-time {
  padding-left: 32px;
  background: url("/local/templates/metro/images/svg/ico-contacts-time.svg") no-repeat 1px 4px;
  color: #14171A;
}
.contacts-time span {
  display: block;
}
.contacts-time__bot {
  color: #e7182c;
  margin-top: 16px;
  padding-left: 32px;
  max-width: 265px;
}
.contacts-phone {
  padding-left: 32px;
  background: url("/local/templates/metro/images/svg/ico-contacts-phone.svg") no-repeat 1px 5px;
  margin-bottom: 16px;
}
.contacts-phone span {
  display: inline-block;
  vertical-align: top;
  margin-left: 16px;
}
.contacts-phone a {
  display: inline-block;
  vertical-align: top;
  color: #14171A;
}
.contacts-mail {
  padding-left: 32px;
  background: url("/local/templates/metro/images/svg/ico-contacts-mail.svg") no-repeat 1px 5px;
  margin-bottom: 16px;
  color: #14171A;
}
.contacts-mail a {
  display: inline-block;
  vertical-align: top;
  color: #E7182C;
  border-bottom: 1px solid #A8A8A8;
}
.contacts-map {
  background-color: #9EA3A8;
  position: relative;
}
.contacts-map__card {
  font-family: "Inter", "Arial", sans-serif;
  width: 100vw;
  max-width: 280px;
  background: #FFFFFF;
  border-radius: 8px;
  padding: 16px;
  color: #14171A;
}
.contacts-map__card:after {
  content: "";
  display: block;
  position: absolute;
  width: 60px;
  height: 30px;
  background: url(/local/templates/metro/images/svg/cerd-pin.svg) no-repeat center;
  bottom: -24px;
  left: 24px;
}
.contacts-map__card .card-close {
  display: block;
  width: 24px;
  height: 24px;
  background: url("/local/templates/metro/images/svg/ico-close-gray.svg") no-repeat center;
  background-size: 16px;
  position: absolute;
  top: 12px;
  right: 12px;
}
.contacts-map__card .card-name {
  font-weight: bold;
  margin-bottom: 8px;
}
.contacts-map__card .contacts-time {
  margin-bottom: 8px;
}
.contacts-map__card .card-link {
  display: inline-block;
  vertical-align: top;
  color: #276ef1;
  text-decoration: underline;
}
.contacts-map__card .card-img {
  background: no-repeat center #C4C4C4;
  background-size: cover;
  border-radius: 4px;
  width: 100%;
  height: 170px;
  margin-bottom: 16px;
}
.contacts-map__card .contacts-address {
  margin-bottom: 8px;
}
.contacts-map #map {
  height: 300px;
}
.contacts-map .map {
  height: 600px;
}
.contacts-offices {
  margin-bottom: 80px;
}
.contacts-offices__title {
  margin: 0 0 32px;
}
.contacts-departments {
  margin-bottom: 81px;
}
.contacts-departments__title {
  margin: 0 0 31px;
}
.contacts-departments__right {
  display: inline-block;
  vertical-align: top;
  width: 40%;
  text-align: right;
}
.contacts-departments__items {
  display: flex;
  flex-wrap: wrap;
}
.contacts-departments__item {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 15px);
  margin: 0 30px -1px 0;
  padding: 24px 0 23px;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  position: relative;
}
.contacts-departments__item:nth-child(2n+2) {
  margin-right: 0;
}
.contacts-departments__item-name {
  display: inline-block;
  vertical-align: top;
  width: 60%;
  padding-right: 16px;
}
.contacts-departments__item-phone {
  display: block;
  margin-bottom: 8px;
  text-align: right;
}
.contacts-departments__item-phone a {
  display: inline-block;
  vertical-align: top;
  display: block;
  color: #14171A;
}
.contacts-departments__item-mail {
  display: block;
  text-align: right;
}
.contacts-departments__item-mail a {
  display: inline-block;
  vertical-align: top;
  display: block;
  color: #e7182c;
}
.contacts-info {
  color: #14171A;
  margin-bottom: 80px;
}
.contacts-info h3 {
  margin-bottom: 32px;
}
.contacts-info p {
  margin: 0 0 8px;
}
.contacts--inner {
  margin-bottom: 80px;
}
.contacts--inner .content-block__title {
  margin: 0 0 30px;
}
.contacts--inner .contacts-phone,
.contacts--inner .contacts-address,
.contacts--inner .contacts-mail {
  padding-left: 0;
  background: none;
  font-weight: 600;
  color: #14171A;
}
.contacts--inner .contacts-mail a {
  color: #276ef1;
  border: 0;
}
.contacts--inner .col-5 {
  margin-bottom: 18px;
}
.contacts--inner .col-5:last-child {
  text-align: right;
}
.contacts--inner .col-5:last-child .btn {
  margin: 2px -2px 0 0;
  padding: 3px 19px;
  font-size: 14px;
}
.contacts--inner #map {
  height: 360px;
}
.contacts--inner + .application {
  margin-bottom: 80px;
}

#map {
  height: 384px;
}

#map3,
#map4 {
  height: 600px;
}

#map_detail {
  height: 600px;
  max-height: 450px;
}

#map5 {
  height: 360px;
}

.application {
  padding: 40px 112px 38px 40px;
  background: url("/local/templates/metro/images/svg/logo-m.svg") no-repeat left 40px bottom 40px #F8F8F8;
  background-size: 168px 131px;
  margin-bottom: 105px;
  border-radius: 8px;
}
.application-info {
  display: inline-block;
  vertical-align: top;
  width: 44.8%;
  margin-top: 1px;
}
.application-info p, .application-info h2 {
  max-width: 405px;
}
.application-info h2 {
  line-height: 50px;
  margin-bottom: 24px;
}
.application-info p {
  margin-top: 0;
}
.application-form {
  display: inline-block;
  vertical-align: top;
  width: 55.2%;
}
.application button {
  padding: 11px 24px;
  width: 216px;
}
.application .select .jq-selectbox__select-text {
  color: #9EA3A8;
}
.application .select .jq-selectbox__select-text:after {
  opacity: 0.5;
}
.application .select ul li {
  margin-bottom: 0;
}
.application .input {
  background: transparent;
}
.application .agree a {
  color: #276ef1;
  text-decoration: underline;
}
.application .agree a:hover {
  text-decoration: none;
}

.agree {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 216px);
  padding-left: 17px;
  font-size: 12px;
  line-height: 16px;
}

.footer {
  background: #FAFAFA;
  padding: 38px 0 16px;
  position: relative;
}
.footer-top {
  position: relative;
  padding-left: 224px;
  margin-bottom: 99px;
}
.footer .logo {
  width: 144px;
  position: absolute;
  top: 2px;
  left: 0;
}
.footer-col {
  display: inline-block;
  vertical-align: top;
  width: 30.9%;
}
.footer-col--about {
  width: 17.2%;
}
.footer-col--contacts {
  width: 21%;
  text-align: right;
}
.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-col ul li {
  margin-bottom: 8px;
}
.footer-col ul li.mobile-view-only {
  display: none;
}
.footer-col ul span {
  display: inline-block;
  vertical-align: top;
  font-weight: 600;
  color: #14171A;
}
.footer-col ul a {
  display: inline-block;
  vertical-align: top;
  color: #9EA3A8;
}
.footer-col ul a:hover {
  color: #e7182c;
}
.footer-phone {
  display: inline-block;
  vertical-align: top;
  font-weight: 600;
  margin-bottom: 8px;
  color: #14171A;
}
.footer-phone:last-child {
  margin-bottom: 0;
}
.footer-city {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 2px;
}
.footer-offices {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 26px;
  color: #276ef1;
}
.footer-bot {
  position: relative;
  font-size: 12px;
  line-height: 16px;
  font-family: "Arial", sans-serif;
}
.footer-bot .prominado {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  right: 0;
  top: 0;
  color: rgba(158, 163, 168, 0.5);
}
.footer-bot .prominado a {
  color: #9EA3A8;
}
.footer-bot .prominado a:hover {
  color: #e7182c;
}
.footer-bot span {
  opacity: 0.5;
}
.footer .select-city {
  padding-left: 0;
  background: none;
}
.footer .select-city .jq-selectbox__select-text {
  padding-right: 24px;
}
.footer-callback {
  padding: 8px 16px;
  margin: 16px 0 16px;
}
.footer-ad {
  display: inline-block;
  vertical-align: top;
  color: #9EA3A8;
  padding-left: 20px;
  position: relative;
  background: url("/local/templates/metro/images/svg/ico-add.svg") no-repeat 0 50%, url("/local/templates/metro/images/svg/ico-add-red.svg") no-repeat 0 50%;
  background-size: auto, 0;
  margin-bottom: 24px;
  white-space: nowrap;
}
.footer-ad:hover {
  background-size: 0, auto;
}

.body--compare .main > .wrap {
  position: relative;
}
.body--compare h1 {
  display: inline-block;
  vertical-align: baseline;
  margin-bottom: 25px;
}
.body--compare .nav {
  margin-bottom: 160px;
}

.compare {
  position: relative;
  margin-bottom: 137px;
}
.compare-count {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 9px;
}
.compare-add, .compare-clear {
  display: inline-block;
  vertical-align: top;
  color: #9EA3A8;
  padding-right: 21px;
  background: url("/local/templates/metro/images/svg/ico-close-gray.svg") no-repeat right 55%, url("/local/templates/metro/images/svg/ico-close-red.svg") no-repeat right 55%;
  background-size: 11px, 0;
  position: absolute;
  top: 56px;
  right: 33px;
}
.compare-add:hover, .compare-clear:hover {
  background-size: 0, 11px;
}
.compare-add {
  padding: 0;
  background: none;
  color: #276ef1;
  right: 333px;
}
.compare-item.removed {
  opacity: 0.3;
}
.compare-item__top {
  position: relative;
  padding: 7px 16px 0;
}
.compare-item__img {
  display: block;
  padding-top: 68.5%;
  background: no-repeat center #C4C4C4;
  background-size: cover;
  border-radius: 4px;
  margin-bottom: 14px;
}
.compare-item__img:hover + .compare-item__name {
  color: #e7182c;
}
.compare-item__remove {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 32px;
  background: url("/local/templates/metro/images/svg/ico-close.svg") no-repeat 49% #C2C7CC;
  border: 2px solid #FFFFFF;
  position: absolute;
  top: -1px;
  right: 0;
}
.compare-item__remove:hover {
  background-color: #e7182c;
}
.compare-item__name {
  color: #276ef1;
  font-weight: 600;
  margin-bottom: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.compare-item__prop {
  padding: 20px 16px 23px;
  position: relative;
  border-bottom: 1px solid #DBDBDB;
  color: #14171A;
  overflow: hidden;
}
.compare-item__prop[data-js-name] {
  padding-top: 40px;
}
.compare-item__prop:last-child {
  border-bottom: 0;
}
.compare-item__prop:before {
  content: attr(data-js-name);
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.006em;
  color: #9EA3A8;
  position: absolute;
  top: 0;
  left: 16px;
}
.compare-item__prop.price-down span, .compare-item__prop.price-up span {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-left: 22px;
  background: url(/local/templates/metro/images/svg/price-up.svg) no-repeat 0 50%;
}
.compare-item__prop.price-down span {
  background-image: url(/local/templates/metro/images/svg/price-down.svg);
}
.compare-item__prop span {
  display: block;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.compare-item__info-title {
  opacity: 0;
  margin-bottom: 16px;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: -0.017em;
  color: #000000;
  margin-top: 24px;
  margin-left: 16px;
}
.compare-item__info-title + .compare-item__prop {
  border-top: 1px solid #DBDBDB;
}
.compare-item__phone {
  margin-bottom: 16px;
}
.compare-item__phone a {
  color: #276ef1;
}
.compare .swiper-button {
  margin: 0;
  top: 95px;
}
.compare .swiper-slide .compare-item__prop:before {
  opacity: 0;
}
.compare .swiper-slide-active .compare-item__info-title,
.compare .swiper-slide-active .compare-item__prop:before {
  opacity: 1;
}
.compare .swiper-container {
  margin: 0 -20px;
  padding: 0 4px;
}
.compare .swiper-container:after, .compare .swiper-container:before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  top: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: 2;
}
.compare .swiper-container:after {
  left: auto;
  right: 0;
  top: 32px;
}

.body--partners .page-top h1 {
  margin-bottom: 16px;
}
.body--partners .page-text {
  margin-bottom: 40px;
}
.body--partners .page-text .btn {
  padding: 8px 16px;
  margin-top: 24px;
}

.partners {
  margin-bottom: 118px;
}
.partners-item {
  background-color: #FAFAFA;
  position: relative;
  border-radius: 8px;
  padding: 32px 32px 34px;
}

.partners-item-fix-height {
	height: 400px;
}

.partners-item__img {
  display: block;
  padding-top: 72.7%;
  margin: 8px 48px 0;
  background: no-repeat center;
  background-size: contain;
}
.partners-item__name {
  display: block;
  margin: 0 0 6px;
}
.partners-item__text {
  display: block;
  max-width: 260px;
  color: #9EA3A8;
}
.partners-item:hover .partners-item__name {
  color: #e7182c;
}

.partner-info {
  padding-bottom: 24px;
}
.partner-logo {
  max-width: 230px;
  max-height: 70px;
  line-height: 0;
  margin-bottom: 25px;
}
.partner-logo img {
  max-width: 100%;
}
.partner h3 {
  margin: 0 0 8px;
}
.partner h4 {
  margin: 16px 0 8px;
}
.partner h4:first-child {
  margin-top: 0;
}
.partner-text {
  margin-bottom: 16px;
}
.partner-phone {
  margin-bottom: 8px;
}
.partner-phone a {
  display: inline-block;
  vertical-align: top;
}
.partner-link {
  margin-bottom: 8px;
}
.partner-link a {
  display: inline-block;
  vertical-align: top;
  color: #276ef1;
}
.partner-gifts, .partner-services {
  padding-top: 32px;
  border-top: 1px solid #DBDBDB;
  margin-bottom: 32px;
}
.partner-gifts {
  margin-bottom: 0;
}
.partner-gifts h3 {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 24px;
}
.partner-gifts .btn {
  padding: 8px;
  margin-top: 16px;
}
.partner-services h3 {
  margin-bottom: 16px;
}
.partner-bot {
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid #DBDBDB;
}
.partner-bot__next, .partner-bot__prev {
  color: #9EA3A8;
  margin-bottom: 0;
}
.partner-bot__next span, .partner-bot__prev span {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.partner-bot__next span:after, .partner-bot__prev span:after {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 24px;
  background: url(/local/templates/metro/images/svg/arr-right-gray.svg) no-repeat center;
  background-size: auto 14px;
  top: 0;
}
.partner-bot__next {
  text-align: right;
}
.partner-bot__next span {
  padding-right: 20px;
}
.partner-bot__next span:after {
  right: 0;
}
.partner-bot__prev span {
  padding-left: 20px;
}
.partner-bot__prev span:after {
  left: 0;
  transform: rotate(-180deg);
}

.be-partner {
  max-width: 784px;
  padding: 40px 72px 56px;
}
.left-menu {
  margin-bottom: 30px;
}
.left-menu ul {
  margin-left: -16px;
}
.left-menu ul li {
  padding: 0;
  margin-bottom: 8px;
}
.left-menu ul li:before {
  display: none;
}
.left-menu ul li a {
  display: inline-block;
  vertical-align: top;
  padding: 8px 13px;
  border-left: 3px solid transparent;
}
.left-menu ul li a.active {
  border-left-color: #e7182c;
  font-weight: 600;
}
.left-menu ul li a.active:hover {
  color: #14171A;
}

.team {
  position: relative;
  margin-bottom: 256px;
}
.team-search {
  position: absolute;
  top: -8px;
  right: -4px;
  z-index: 2;
}
.team-item {
  border-bottom: 1px solid #DBDBDB;
  padding: 24px 0 23px;
}
.team-item__address {
  display: block;
  color: #14171A;
  margin: 0;
}
.team-item__card {
  padding: 0;
  position: relative;
}
.team-item__card:hover .team-item__title {
  color: #e7182c;
}
.team-item__card:hover .team-item__position {
  color: #14171A;
}
.team-item__img {
  display: block;
  padding-top: 100%;
  background: url("/local/templates/metro/images/static/empty-man.png") no-repeat center top 15px;
  background-size: cover;
  background-color: #FAFAFA;
  position: relative;
  margin: 0 0 18px;
  border-radius: 8px;
}
.team-item__img--pic {
  background-position: center top;
}
.team-item .stickers {
  right: -24px;
}
.team-item__title {
  display: block;
  margin: 0 0 6px;
}
.team-item__position {
  display: block;
  margin-bottom: 20px;
  color: #9EA3A8;
}
.team-item__content {
  padding: 32px 0 8px;
}
.team .tab-links {
  margin-bottom: 16px;
  padding-right: 0 !important;
}
.team-person__top {
  background: url("/local/templates/metro/images/svg/logo-m.svg") no-repeat 10px 50% #FAFAFA;
  padding: 80px 115px 72px 52%;
  position: relative;
  background-size: 50%;
  border-radius: 8px;
  margin-bottom: 40px;
}
.team-person__top .stickers {
  top: 16px;
  right: 16px;
}
.team-person__img {
  position: absolute;
  width: 40%;
  top: 57px;
  bottom: 0;
  left: 37px;
  background: no-repeat center top;
  background-size: contain;
}
.team-person__city {
  padding: 8px 0;
  position: relative;
  background-size: 38px;
  margin-bottom: 16px;
}
.team-person__name {
  margin: 0;
}
.team-person__position {
  margin-bottom: 16px;
}
.team-person__address {
  margin-bottom: 24px;
}
.team-person__reviews {
  position: relative;
  margin-bottom: 40px;
}
.team-person__reviews-title {
  display: inline-block;
  vertical-align: baseline;
  margin: 0 0 24px;
}
.team-person__reviews-count {
  display: inline-block;
  vertical-align: baseline;
  margin-bottom: 24px;
  margin-left: 8px;
}
.team-person__reviews .swiper-container {
  margin: 0 -40px;
  padding: 0 40px;
}
.team-person__reviews .swiper-slide {
  background: #FAFAFA;
  border-radius: 8px;
  padding: 24px;
  width: 320px;
  min-height: 256px;
}
.team-person__reviews .swiper-slide h5 {
  margin: 0 0 9px;
}
.team-person__reviews .swiper-slide .stars {
  display: block;
  margin-bottom: 8px;
}
.team-person__reviews .write-review {
  position: absolute;
  top: 0;
  right: 150px;
}
.team-person__reviews .write-review--right {
  right: 0;
}
.team-person__reviews-link {
  display: inline-block;
  vertical-align: top;
  color: #276ef1;
  position: absolute;
  top: 0;
  right: 0;
}
.team-person__reviews-text--full {
  display: none;
}
.team-person__reviews-text a {
  display: inline-block;
  vertical-align: top;
  color: #276ef1;
}
.team-person__reviews-text a:hover {
  color: #E7182C;
}
.team-person__description {
  margin: 20px 0 60px;
}
.team-person__objects {
  position: relative;
  margin-bottom: 40px;
}
.team-person__objects-img {
  display: block;
  padding-top: 67.5%;
  background: no-repeat center #FAFAFA;
  background-size: cover;
  border-radius: 4px;
  margin-bottom: 16px;
}
.team-person__objects-name {
  display: block;
  margin: 0;
}
.team-person__objects-address {
  display: block;
  margin-bottom: 8px;
}
.team-person__objects-price {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.team-person__objects-price .price {
  font-weight: 600;
  color: #14171A;
}
.team-person__objects-price .m-price {
  display: none;
}
.team-person__objects .swiper-container {
  height: auto !important;
  margin: 0 -40px;
  padding: 0 40px;
}
.team-person__objects .swiper-container .swiper-button {
  top: 33%;
}
.team-person__objects .swiper-container .swiper-button-prev {
  left: 20px;
}
.team-person__objects .swiper-container .swiper-button-next {
  right: 20px;
}
.team-person__objects .swiper-wrapper {
  height: auto;
}
.team-person__objects .swiper-slide {
  width: 320px;
  position: relative;
  padding-bottom: 32px;
}
.team-person__objects .swiper-slide .catalog-item__favorite {
  display: none;
}
.team-person__objects .swiper-slide .apartment-objects__item {
  padding-bottom: 0;
}
.team-person .catalog-item__favorite {
  display: none;
}
.team-person__contacts {
  margin-bottom: 32px;
  color: #000000;
}
.team-person__contacts-title {
  margin: 0 0 24px;
}
.team-person__contacts-item span {
  display: block;
  color: #9EA3A8;
}
.team-person__contacts-item a {
  display: block;
  color: #000000;
}
.team-person__contacts-item--mail a {
  color: #276ef1;
}
.team-person__contacts-item--address {
  margin-bottom: 20px;
}
.team-person__certs {
  margin-bottom: 40px;
}
.team-person__certs-title {
  margin: 0 0 24px;
}
.team-person__certs .swiper-slide {
  width: 192px;
}
.team-person__certs-img {
  display: block;
  height: 256px;
  background: no-repeat center;
  background-size: 80%;
  border: 1px solid #F7F7F7;
  box-sizing: border-box;
  border-radius: 8px;
  margin-bottom: 16px;
}
.team-person__certs-text, .team-person__certs-name {
  display: block;
  margin: 0;
}

.team-list {
  display: flex;
  flex-wrap: wrap;
}
.team-list--chiefs {
  padding-top: 20px;
}
.team-list .team-item__card {
  display: flex;
  flex-direction: column;
}

.team-person__awards .swiper-container {
  margin: 0 -20px;
  padding: 0 20px;
}
.team-person__awards .swiper-button-prev {
  display: inherit !important;
  left: 0 !important;
}

.write-review {
  display: inline-block;
  vertical-align: top;
  color: #276ef1;
  padding-left: 25px;
  background: url("/local/templates/metro/images/svg/ico-review.svg") no-repeat 0 50%;
}

.review {
  background: #FAFAFA;
  border-radius: 8px;
  padding: 24px;
  margin-bottom: 8px;
}
.review h5 {
  margin: 0 0 8px;
}
.review p {
  max-width: 577px;
}
.review:last-child {
  margin-bottom: 0;
}

.back {
  color: #276ef1;
  margin-bottom: 8px;
}

.stars .star {
  display: inline-block;
  vertical-align: top;
  width: 24px;
  height: 24px;
  background: url("/local/templates/metro/images/svg/star-gray.svg") no-repeat center, url("/local/templates/metro/images/svg/star.svg") no-repeat center;
  background-size: auto, 0;
}
.stars--1 .star:nth-child(1) {
  background-size: 0, auto;
}
.stars--2 .star:nth-child(1),
.stars--2 .star:nth-child(2) {
  background-size: 0, auto;
}
.stars--3 .star:nth-child(1),
.stars--3 .star:nth-child(2),
.stars--3 .star:nth-child(3) {
  background-size: 0, auto;
}
.stars--4 .star:nth-child(1),
.stars--4 .star:nth-child(2),
.stars--4 .star:nth-child(3),
.stars--4 .star:nth-child(4) {
  background-size: 0, auto;
}
.stars--5 .star {
  background-size: 0, auto;
}
.stars--top {
  display: inline-block;
  vertical-align: top;
  margin-left: 16px;
}
.stars--top .star {
  background-size: 22px, auto;
  margin-right: 8px;
}
.stars--top.stars--1 .star:nth-child(1) {
  background-size: 0, 22px;
}
.stars--top.stars--2 .star:nth-child(1),
.stars--top.stars--2 .star:nth-child(2) {
  background-size: 0, 22px;
}
.stars--top.stars--3 .star:nth-child(1),
.stars--top.stars--3 .star:nth-child(2),
.stars--top.stars--3 .star:nth-child(3) {
  background-size: 0, 22px;
}
.stars--top.stars--4 .star:nth-child(1),
.stars--top.stars--4 .star:nth-child(2),
.stars--top.stars--4 .star:nth-child(3),
.stars--top.stars--4 .star:nth-child(4) {
  background-size: 0, 22px;
}
.stars--top.stars--5 .star {
  background-size: 0, 22px;
}
.stars a.star:hover {
  background-size: 0, auto;
  opacity: 0.6;
}

.submenu {
  margin-bottom: 40px;
}
.submenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: #FAFAFA;
}
.submenu ul li {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  margin: 0;
}
.submenu ul li:before {
  display: none;
}
.submenu ul li a {
  display: inline-block;
  vertical-align: top;
  padding: 8px 24px;
  border-radius: 7px;
  text-align: center;
  color: #14171A;
}
.submenu ul li a:hover {
  color: #e7182c;
}
.submenu ul li a.active {
  background-color: #e7182c;
  color: #ffffff;
}

.hr {
  background: url(/local/templates/metro/images/svg/logo-m.svg) no-repeat 7% 43% #FAFAFA;
  padding: 48px 115px 42px 57.3%;
  position: relative;
  background-size: 32%;
  border-radius: 8px;
  margin-bottom: 24px;
}
.hr-img {
  position: absolute;
  width: 40%;
  top: 3%;
  bottom: 0;
  left: 19%;
  background: no-repeat center top;
  background-size: contain;
}
.hr-city {
  padding: 8px 0 8px 44px;
  position: relative;
  background: url("images/svg/yar-logo.svg") no-repeat 0 50%;
  background-size: 38px;
  margin-bottom: 16px;
}
.hr-name {
  margin: 0 0 6px;
}
.hr-position {
  margin-bottom: 16px;
}
.hr-phone {
  margin-bottom: 8px;
}
.hr-phone a, .hr-mail a {
  color: #276ef1;
}
.hr--manager {
  padding: 65px 9% 58px 59.8%;
  background-size: 24%;
  background-position-x: 27%;
  overflow: hidden;
  margin-bottom: 80px;
  min-height: 280px;
}
.hr--manager .hr-position {
  max-width: 320px;
}
.hr--manager .hr-img {
  width: 29%;
  bottom: -6%;
  left: 31.5%;
}
.hr--work {
  margin-bottom: 64px;
  overflow: hidden;
}
.hr--work .hr-img {
  bottom: -7%;
}

.vacancies-top {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #DBDBDB;
}
.vacancies-items {
  margin-bottom: 120px;
}
.vacancies-item {
  position: relative;
  padding: 0 0 33px;
  border-bottom: 1px solid #DBDBDB;
  margin-bottom: 40px;
}
.vacancies-item__date {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  top: -1px;
  right: 2px;
  font-size: 14px;
}
.vacancies-item__name {
  margin: 0 0 16px;
}
.vacancies-item__box {
  display: inline-block;
  vertical-align: top;
  width: 23%;
  font-size: 14px;
  letter-spacing: -0.006em;
  margin-bottom: 28px;
}
.vacancies-item__box span {
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.011em;
  color: #14171A;
}
.vacancies-item__box__descr {
  margin-bottom: 22px;
}
.vacancies-item__descr {
  margin-bottom: 24px;
}
.vacancies-item__descr.hide > div {
  display: none;
}
.vacancies-item__descr.hide > div:first-child {
  display: block;
}
.vacancies-item__show {
  display: inline-block;
  vertical-align: top;
  color: #276ef1;
  padding-right: 23px;
  position: relative;
}
.vacancies-item__show span {
  display: inline-block;
  vertical-align: top;
  border-bottom: 1px dashed #276ef1;
}
.vacancies-item__show:after {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 8px;
  background: url("/local/templates/metro/images/svg/arr-choose-blue.svg") no-repeat center, url("/local/templates/metro/images/svg/arr-choose-red.svg") no-repeat center;
  background-size: contain, 0;
  right: 0;
  top: 11px;
}
.vacancies-item__show:hover:after {
  background-size: 0, contain;
}
.vacancies-item__show:hover span {
  border-bottom-color: #e7182c;
}
.vacancies-item__show.active:after {
  transform: rotate(-180deg);
}

.body--vacancies .application {
  margin-bottom: 119px;
}

.news {
  margin-bottom: 160px;
  max-width: 865px;
}
.news-item {
  margin-bottom: 40px;
}
.news-item__img {
  display: block;
  padding-top: 62%;
  background: no-repeat center #FAFAFA;
  background-size: cover;
  border-radius: 8px;
  margin-bottom: 24px;
}
.news-item__type {
  display: inline-block;
  vertical-align: middle;
  padding: 1px 9px 1px 8px;
  background: #A0BFF8;
  border-radius: 4px;
  text-align: center;
  color: #14171A;
  margin: 0 16px 16px 0;
}
.news-item__type-articel {
  background: #66D19E;
}
.news-item__type-new {
  background: #FFE3AC;
}
.news-item__type-analytics {
  background: #EED4F8;
}
.news-item__type-simple {
  background: #D5EBFF;
}
.news-item__type-sale {
  background-color: #e7182c;
  color: #ffffff;
}
.news-item__date {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 16px;
  color: #9EA3A8;
}
.news-item__name {
  display: block;
  margin: 0 0 8px;
}
.news-item__text {
  display: block;
  color: #9EA3A8;
}
.news-item .btn--gray {
  margin-top: 16px;
}
.news-item.col-2 .news-item__img {
  padding-top: 56.4%;
}
.news-item.col-2 .news-item__text {
  max-width: 600px;
}
.news--promo {
  margin: 32px auto 120px;
}

.body--promo .main {
  max-width: 865px;
  margin: 0 auto;
}

.new-date {
  color: #9EA3A8;
  margin-bottom: 8px;
}
.new-title {
  margin: 0 0 16px;
  color: #000000;
}
.new-text {
  margin: 0 0 40px;
  color: #14171A;
}
.new-text img {
  display: block;
  margin-bottom: 24px;
  max-width: 100%;
}
.new-people {
  margin-bottom: 48px;
}
.new-man {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  position: relative;
  padding-left: 112px;
  min-height: 96px;
}
.new-man__img {
  width: 96px;
  height: 96px;
  border-radius: 96px;
  background: no-repeat center #FAFAFA;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.new-man__name {
  margin: 0 0 4px;
}
.new-man__position {
  color: #9EA3A8;
  max-width: 200px;
}
.new-img {
  padding-top: 60%;
  background: no-repeat center #FAFAFA;
  background-size: cover;
  border-radius: 8px;
}
.new-bot {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #FAFAFA;
}
.new-bot .socials {
  vertical-align: middle;
}
.new-bot .socials a {
  opacity: 0.5;
}
.new-copy {
  display: inline-block;
  vertical-align: middle;
  color: #9EA3A8;
  margin-left: 24px;
}
.new-vote {
  max-width: 600px;
  margin-bottom: 40px;
}
.new-vote__question {
  margin: 0 0 16px;
}
.new-vote__item {
  display: block;
  background: #FFFFFF;
  border: 1px solid #F0F1F2;
  border-radius: 4px;
  padding: 8px 16px;
  margin-bottom: 8px;
  text-align: right;
}
.new-vote__item-answer {
  display: inline-block;
  vertical-align: top;
  float: left;
}
.new-vote__item-sel {
  display: none;
  width: 16px;
  height: 24px;
  background: url("/local/templates/metro/images/svg/sel.svg") no-repeat center;
}
.new-vote__item-count {
  display: inline-block;
  vertical-align: top;
  margin-left: 8px;
}
.new-vote__item.selected .new-vote__item-sel {
  display: inline-block;
  vertical-align: top;
}
.new-vote__item-bg {
  display: none;
}
.new-vote__count {
  color: #9EA3A8;
}
.new-vote__items.active .new-vote__item {
  z-index: 1;
  position: relative;
}
.new-vote__items.active .new-vote__item-bg {
  display: block;
  z-index: -1;
  background: #F0F1F2;
  border-radius: 3px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 50%;
}

.main-top {
  background: #777;
  background-size: cover;
  border-radius: 8px;
  padding: 100px 64px 108px 56px;
  margin-bottom: 65px;
}
.main-top__title {
  color: #ffffff;
  margin: 0 0 32px;
}
.main-top__property-sale {
  margin-bottom: 16px;
}
.main-top__property-sale .btn {
  color: #ffffff;
  padding: 8px 24px;
  border: 0;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.4);
}
.main-top__property-sale .btn:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.main-top__property-sale .btn.active {
  color: #14171A;
  background-color: #ffffff;
}
.main-top__property-sale label {
  display: inline-block;
  vertical-align: top;
  margin-right: 16px;
}
.main-top__property-sale label input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.main-top__property-sale .active .btn {
  color: #14171A;
  background-color: #ffffff;
}
.main-top__property-sale .active .btn:hover {
  background-color: #ffffff;
}
.main-top__options {
  display: flex;
  margin-bottom: 16px;
}
.main-top .property-item {
  display: inline-block;
  vertical-align: top;
  line-height: 1;
  position: relative;
}
.main-top .property-item .input {
  border-radius: 0;
  border: 0;
  border-right: 1px solid #e6e6e6;
  color: #14171A;
}
.main-top .property-item__top {
  display: block;
  position: relative;
  background: #ffffff;
  border-right: 1px solid #e6e6e6;
  color: #14171A;
  padding: 8px 40px 8px 16px;
  width: 100%;
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
}
.main-top .property-item__top:after {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 10px;
  background: url(/local/templates/metro/images/svg/arr-choose-black.svg) no-repeat center;
  background-size: contain;
  right: 18px;
  top: 15px;
  z-index: 1;
}
.main-top .property-item__top.opened:after {
  transform: rotate(180deg);
}
.main-top .property-item__top:before {
  content: "";
  display: block;
  position: absolute;
  display: block;
  width: 50px;
  top: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 26%);
  z-index: 0;
}
.main-top .property-item__bot {
  display: none;
  position: absolute;
  padding: 20px 12px;
  background-color: #FFFFFF;
  border-radius: 4px;
  top: 48px;
  left: 0;
  z-index: 12;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.07);
}
@media (max-width: 767px) {
  .main-top .property-item__bot {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.07);
  }
}
.main-top .property-item__bot .check-wrap {
  margin-bottom: 12px;
}
.main-top .property-item__bot .check + span {
  color: #14171A;
  line-height: 24px;
}
.main-top .property-item__bot-items {
  margin-bottom: 12px;
}
.main-top .property-item__bot-btns {
  padding-top: 18px;
  border-top: 1px solid #DBDBDB;
}
.main-top .property-item__bot-btn {
  padding: 3px 18px;
  font-size: 14px;
  width: 100%;
}
.main-top .property-type .input {
  border-radius: 4px 0 0 4px;
}
.main-top .property-type,
.main-top .property-rooms {
  width: 15%;
}
.main-top .property-age {
  width: 20%;
}
.main-top .property-price,
.main-top .property-square {
  width: 25%;
  position: relative;
}
.main-top .property-price input,
.main-top .property-square input {
  width: 50%;
}
.main-top .property-price input.to,
.main-top .property-square input.to {
  border-radius: 0 4px 4px 0;
}
.main-top .property-price span,
.main-top .property-square span {
  display: inline-block;
  vertical-align: top;
  width: auto;
  color: #14171A;
  position: absolute;
  left: auto;
  right: 10px;
  top: 10px;
  z-index: 2;
}
.main-top .property-price input.to {
  border-radius: 0;
}
.main-top .property-square input.to {
  border-right: 0;
}
.main-top .property-city {
  width: 21%;
}
.main-top .property-city .input {
  border-radius: 4px 0 0 4px;
}
.main-top .property-address {
  width: calc(74.5% - 329px);
}
.main-top .property-district:not(.e-hidden) + .property-address {
  width: calc(53.5% - 329px);
}
.main-top .property-address .input {
  border-radius: 0 4px 4px 0;
  border-right: 0;
}
.main-top__to-map {
  width: 218px;
  padding: 7px 20px 7px 51px;
  margin-left: 4.5%;
  position: relative;
}
.main-top__to-map:before {
  content: "";
  display: block;
  position: absolute;
  width: 21px;
  height: 24px;
  left: 24px;
  top: 8px;
  background: url("/local/templates/metro/images/svg/ico-map.svg") no-repeat center;
}
.main-top__to-map:hover {
  color: #14171A;
  border-color: #ffffff;
  background-color: #ffffff;
}
.main-top__search-btn {
  width: 95px;
  padding: 7px;
  margin-left: 16px;
}

.main-catalog {
  margin-bottom: 94px;
}
.main-catalog__box {
  width: 24.44%;
  padding: 0 48px 0 32px;
  margin-bottom: 34px;
  border-right: 1px solid #E5E5E5;
}
.main-catalog__box-wrap {
  display: flex;
  flex-wrap: wrap;
}
.main-catalog__box--1, .main-catalog__box--2 {
  width: 48.85%;
}
.main-catalog__box--1, .main-catalog__box--3 {
  padding-left: 0;
}
.main-catalog__box--6, .main-catalog__box--2 {
  border: 0;
}
.main-catalog__box-title {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 5px;
  padding-left: 54px;
  background: no-repeat 0 0;
  background-size: 35px auto;
}
.main-catalog__box-count {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 18px;
}
.main-catalog__box-text {
  margin-bottom: 18px;
}
.main-catalog__box-items .col {
  width: 57%;
}
.main-catalog__box-items .col:last-child {
  width: 43%;
}
.main-catalog__box-item {
  display: block;
  color: #276ef1;
  margin-bottom: 8px;
}
.main-title {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 40px;
}

.view-all {
  display: inline-block;
  vertical-align: middle;
  margin: 7px 0 40px 31px;
  padding: 3px 15px;
  border-radius: 4px;
  border: 1px solid #DBDBDB;
  font-size: 14px;
}

.body--main .main {
  overflow: hidden;
  padding-top: 136px;
}
.body--main .application {
  margin-top: 104px;
  margin-bottom: 120px;
}

.main-services {
  margin-bottom: 80px;
}
.main-services .main-title {
  margin-bottom: 32px;
}
.main-services .swiper-container {
  margin: 0 -20px;
  padding: 0 20px;
}
.main-services .swiper-container .services-item {
  display: block;
  padding-bottom: 33px;
}
.main-services .swiper-container .services-item__text {
  max-width: 300px;
}
.main-services .swiper-container .services-item__img {
  padding-top: 71.1%;
}
.main-services--else {
  margin-bottom: 128px;
}
.main-services--else .services-item {
  padding: 20px 32px 34px;
}
.main-services--else .services-item__img {
  padding-top: 74.5%;
}
.main-services--else .view-all {
  margin: 14px 0 40px 24px;
}

.main-box {
  padding: 40px;
  min-height: 416px;
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 40px;
  background: no-repeat right center #FAFAFA;
  border-radius: 8px;
  background-size: contain;
}
.main-box__info {
  margin-right: 45%;
}
.main-box__sub {
  margin-bottom: 8px;
}
.main-box__title {
  margin: 0 0 8px;
}
.main-box__text {
  margin-bottom: 32px;
}
.main-box__link {
  display: inline-block;
  vertical-align: top;
  color: #276ef1;
}
.main-box--partners {
  background-position: right 32px center;
}
.main-box--partners .main-box__info {
  margin-top: 7px;
  margin-right: 51%;
}
.main-box--partners .main-box__link {
  margin-right: 40px;
}

.main-team {
  margin: 104px 0;
}
.main-team .main-title {
  margin-bottom: 31px;
}
.main-team .view-all {
  margin: 7px 0 33px 25px;
}
.main-team .team-item__card {
  display: block;
}
.main-team .team-item__card:hover .team-item__title {
  color: #14171A;
}
.main-team .team-item__card:hover .team-item__position {
  color: #9EA3A8;
}
.main-team .swiper-container {
  margin: 0 -20px;
  padding: 0 20px;
}
.main-team .swiper-container .swiper-button {
  top: 35%;
}

.main-news {
  margin: 48px 0 64px;
}
.main-news .main-title {
  margin-bottom: 32px;
}
.main-news .view-all {
  margin: 7px 0 32px 24px;
}
.main-news .news-item__img {
  padding-top: 71%;
  margin-bottom: 23px;
}
.main-news--inner {
  margin: 80px 0 40px;
}
.main-news--analytics {
  margin-bottom: 78px;
}
.main-news--analytics .main-title {
  margin-bottom: 32px;
}
.main-news--analytics .col-3 .news-item__img {
  padding-top: 69.6%;
}
.main-news--simple {
  padding-bottom: 55px;
  margin-bottom: 80px;
}
.main-news--reviews {
  position: relative;
}
.main-news--reviews .write-review {
  position: absolute;
  top: 8px;
  right: 137px;
}
.main-news--reviews .team-person__reviews-link {
  top: 8px;
}

.body--legal-services .main-news--reviews {
  margin: 0;
}

.to-map {
  padding: 7px 20px 7px 51px;
  margin-left: 4.5%;
  position: relative;
  border: 1px solid #9EA3A8;
}
.to-map:before {
  content: "";
  display: block;
  position: absolute;
  width: 21px;
  height: 24px;
  left: 24px;
  top: 8px;
  background: url("/local/templates/metro/images/svg/ico-map.svg") no-repeat center;
}
.to-map:hover {
  color: #e7182c;
  border-color: #9EA3A8;
  background-color: #ffffff;
}

.body--catalog .main {
  padding-top: 128px;
}
.body--catalog .page-top h1 {
  font-size: 30px;
  line-height: 40px;
  letter-spacing: -0.021em;
  margin-bottom: 8px;
}
.body--catalog .application {
  margin-bottom: 120px;
}
.body--catalog .nav {
  margin-bottom: 72px;
}
.body--catalog .main-top .property-address {
  padding-left: 8px;
}
.body--catalog .main-top .property-address .input {
  border-radius: 4px;
}
.body--catalog .main-top .property-city .input {
  border-radius: 4px;
  border-right: 0;
}

.catalog-filter {
  background: #FAFAFA;
  padding: 32px 0;
  margin-bottom: 40px;
}
.catalog-filter .property-do {
  width: 14%;
}
.catalog-filter .property-type {
  width: 13.2%;
}
.catalog-filter .property-rooms {
  width: 12.1%;
}
.catalog-filter .property-age {
  width: 16.1%;
}
.catalog-filter .property-price,
.catalog-filter .property-square {
  width: 22.4%;
}
.catalog-top {
  position: relative;
  margin-bottom: 27px;
  text-align: right;
}
.catalog-top:after {
  content: "";
  display: block;
  clear: both;
}
.catalog-top .to-map {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.006em;
  padding: 3px 16px 3px 41px;
  margin-top: 8px;
}
.catalog-top .to-map:before {
  left: 15px;
  top: 3px;
}
.catalog-count {
  position: absolute;
  left: 0;
  top: 0;
}
.catalog-sort {
  display: inline-block;
  vertical-align: top;
  width: 196px;
  text-align: left;
  margin-left: 16px;
  margin-top: 8px;
}
.catalog-sort .select {
  height: auto;
}
.catalog-sort .select .jq-selectbox__dropdown {
  margin-top: 8px;
}
.catalog-sort .jq-selectbox__select-text {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.006em;
  padding: 3px 19px 3px 16px;
}
.catalog-sort .jq-selectbox__select-text:after {
  right: 14px;
  top: 11px;
}
.catalog-item {
  padding-bottom: 32px;
  margin-bottom: 39px;
  border-bottom: 1px solid #DBDBDB;
  position: relative;
}
.catalog-item__images {
  display: inline-block;
  vertical-align: top;
  width: 448px;
  padding-right: 32px;
}
.catalog-item__img {
  display: inline-block;
  vertical-align: top;
  width: 312px;
  height: 256px;
  border-radius: 4px;
  background: no-repeat center #FAFAFA;
  margin-right: 8px;
  background-size: cover;
}
.catalog-item__images--1 .catalog-item__img {
  width: auto;
  display: block;
  margin-right: 0;
}
.catalog-item__img-line {
  display: inline-block;
  vertical-align: top;
  width: 96px;
}
.catalog-item__img-line a {
  display: block;
  width: 96px;
  height: 80px;
  border-radius: 4px;
  background: no-repeat center #C4C4C4;
  background-size: cover;
  margin-bottom: 8px;
}
.catalog-item__img-line a.last {
  position: relative;
  overflow: hidden;
  z-index: 1;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.catalog-item__img-line a.last:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  opacity: 0.5;
  z-index: -1;
}
.catalog-item__img-line a:last-child {
  margin-bottom: 0;
}
.catalog-item__img-mobile {
  display: none;
}
.catalog-item__info {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 448px);
}
.catalog-item__name {
  display: block;
  color: #276ef1;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: -0.017em;
  margin: 0 0 8px;
}
.catalog-item__date {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  top: 0;
  right: 0;
  color: #9EA3A8;
  font-size: 14px;
}
.catalog-item__address {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.006em;
  margin-bottom: 16px;
}
.catalog-item__mid {
  position: relative;
}
.catalog-item__price {
  display: inline-block;
  vertical-align: top;
  margin: 0 21px 8px 0;
}
.catalog-item__price .price {
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: -0.021em;
  color: #14171A;
}
.catalog-item__price .price span {
  display: inline-block;
  vertical-align: top;
}
.catalog-item__price .price-square {
  display: inline-block;
  vertical-align: top;
  width: max-content;
  color: #14171A;
}
.catalog-item__price .price-old {
  display: inline-block;
  vertical-align: top;
  margin-right: 22px;
  color: #e7182c;
  position: relative;
}
.catalog-item__price .price-old:after {
  content: "";
  display: block;
  position: absolute;
  left: 23px;
  right: 0;
  top: 50%;
  transform: rotate(-9deg);
  height: 1px;
  background-color: #e7182c;
}
.catalog-item__phone {
  margin-bottom: 8px;
}
.catalog-item__phone a {
  display: inline-block;
  vertical-align: top;
  color: #276ef1;
}
.catalog-item__age {
  display: inline-block;
  vertical-align: top;
  color: #FFFFFF;
  background: #66D19E;
  border-radius: 4px;
  padding: 1px 8px;
  margin-top: 8px;
}
.catalog-item__favorite, .catalog-item__compare {
  padding: 4px 16px 4px 40px;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.006em;
  border: 1px solid #C2C7CC;
  border-radius: 4px;
  background: url("/local/templates/metro/images/svg/ico-favorite.svg") no-repeat 16px 50%, url("/local/templates/metro/images/svg/ico-favorite-active.svg") no-repeat 16px 50%;
  background-size: auto, 0;
  position: absolute;
  right: 0;
  top: 5px;
  color: #9EA3A8;
}
.catalog-item__favorite.active, .catalog-item__compare.active {
  background-size: 0, auto;
  background-color: #FFE3AC;
  color: #14171A;
  border-color: #FFE3AC;
}
.catalog-item__favorite:hover, .catalog-item__compare:hover {
  color: #e7182c;
}
.catalog-item__compare {
  background: url("/local/templates/metro/images/svg/ico-compare.svg") no-repeat 16px 50%, url("/local/templates/metro/images/svg/ico-compare-active.svg") no-repeat 16px 50%;
  background-size: auto, 0;
  right: 151px;
}
.catalog-item__compare:hover {
  color: #276ef1;
}
.catalog-map {
  display: none;
  margin: -40px 0 40px;
  position: relative;
}
.catalog-map .close-map {
  color: #14171A;
  background: #FFFFFF;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.07);
  border-color: #FFFFFF;
  position: absolute;
  bottom: 16px;
  right: 64px;
  z-index: 2;
  padding: 7px 32px;
}
@media (max-width: 767px) {
  .catalog-map .close-map {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.07);
  }
}
.catalog-map .close-map:hover {
  color: #e7182c;
}

.map .ymaps-2-1-78-b-cluster-tabs {
  padding: 0;
}
.map .ymaps-2-1-78-b-cluster-tabs__menu {
  padding: 8px 0 8px 8px;
}
.map .ymaps-2-1-78-b-cluster-content__header {
  display: none;
}
.map .ymaps-2-1-78-b-cluster-tabs__section {
  padding: 0;
}
.map .ymaps-2-1-78-balloon {
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.07);
  background: #ffffff;
  border-radius: 8px;
  padding: 0;
}
@media (max-width: 767px) {
  .map .ymaps-2-1-78-balloon {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.07);
  }
}
.map .ymaps-2-1-78-balloon__layout {
  background: none;
}
.map .ymaps-2-1-78-balloon__close-button {
  width: 22px;
  height: 22px;
  background-size: 10px;
}
.map .ymaps-2-1-78-balloon__close + .map .ymaps-2-1-78-balloon__content {
  margin: 0;
  padding: 0;
}
.map .ymaps-2-1-78-balloon__content {
  margin: 0 !important;
  padding: 0;
  background: none;
}
.map .ymaps-2-1-78-balloon__tail {
  box-shadow: none;
  padding: 0;
}
.map .ymaps-2-1-78-balloon__tail:after {
  left: 0;
  bottom: 0;
}

.map-hint {
  padding: 16px;
  display: block;
  width: 100vw;
  max-width: 352px;
  font-family: "Inter", "Arial", sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.011em;
}
.map-hint a {
  display: block;
}
.map-hint__img {
  display: block;
  padding-top: 60%;
  background: no-repeat center #C4C4C4;
  background-size: cover;
  border-radius: 4px;
  position: relative;
  margin-bottom: 16px;
}
.map-hint__name {
  display: block;
  font-weight: 600;
  color: #276ef1;
}
.map-hint__text {
  display: block;
  max-width: 300px;
  margin: 0 0 8px;
  color: #9EA3A8;
}
.map-hint__price {
  display: block;
  font-weight: 600;
  color: #14171A;
}
.map-hint:after {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 27px;
  background: url("/local/templates/metro/images/svg/hint.svg") no-repeat 50% 0;
  bottom: -20px;
  left: 21px;
}
.map-hint:hover .apart-hint__name {
  color: #e7182c;
}
.map-hint:hover .apart-hint__text {
  color: #9EA3A8;
}
.map-hint .label {
  left: -24px;
}
.map-hint__close {
  width: 16px;
  height: 16px;
  background: url("/local/templates/metro/images/svg/ico-close-gray.svg") no-repeat center;
  background-size: 12px;
  position: absolute;
  top: 6px;
  right: 6px;
  z-index: 3;
}

.label {
  padding: 8px;
  color: #ffffff;
  background: linear-gradient(109.28deg, #80FFD1 -9.51%, #00C2FF 38.53%, #0085FF 89.68%);
  border-radius: 4px 4px 4px 0;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: -0.006em;
  position: absolute;
  top: -8px;
  left: -8px;
}
.label:before {
  content: "";
  display: block;
  position: absolute;
  border: 4px solid #0085FF;
  border-bottom-color: transparent;
  border-left-color: transparent;
  top: 100%;
  left: 0;
}
.label--online {
  width: 128px;
  text-align: center;
  background: linear-gradient(109.28deg, #E7182C -9.51%, #FF5C00 38.53%, #FF7A00 89.68%);
}
.label--online:before {
  border-top-color: #FF7A00;
  border-right-color: #FF7A00;
}

.rss {
  margin: 72px 0 56px;
  padding: 16px 40px;
  background: #FFE3AC;
  border-radius: 8px;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0;
}
.rss-info {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding-right: 150px;
  color: rgba(20, 23, 26, 0.5);
}
.rss-info h4 {
  margin: 0 0 4px;
}
.rss-form {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
.rss-form form {
  display: block;
  width: 100%;
  position: relative;
}
.rss-form form .input {
  border-color: #ffffff;
}
.rss-form form .input-wrap {
  padding-top: 0;
  margin-bottom: 8px;
}
.rss-form form button {
  border-color: #14171A;
  background: #14171A;
  border-radius: 0 4px 4px 0;
  color: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  padding: 7px 24px;
}
.rss-form form .agree {
  display: block;
  padding-left: 0;
  font-size: 10px;
  line-height: 16px;
  color: #C4A582;
  width: 100%;
  max-width: 584px;
}

#map {
  height: 720px;
  max-height: 80vh;
}

.body--services .application {
  margin-bottom: 105px;
}

.main-services__items {
  display: flex;
  flex-wrap: wrap;
}
.main-services__items .services-item {
  height: 100%;
}

.services {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 128px;
}
.services-top {
  background: #FAFAFA;
  border-radius: 8px;
  padding: 32px;
  margin-bottom: 32px;
  padding: 56px 40px 58px;
  background-image: url("/local/templates/metro/images/svg/bg-map.svg");
  background-repeat: no-repeat;
  background-position: 91.5% 25%;
  position: relative;
  margin-top: 40px;
  background-size: auto 76%;
}
.services-top__left {
  display: inline-block;
  vertical-align: middle;
  width: 53%;
}
.services-top__right {
  display: inline-block;
  vertical-align: middle;
  width: 47%;
  text-align: right;
}
.services-top__right__img {
  display: block;
  position: absolute;
  width: 43%;
  left: 45.3%;
  bottom: 0;
  top: 32px;
  background: url("/local/templates/metro/images/woman.png") no-repeat center bottom;
  background-size: contain;
}
.services-top__right-box {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  max-width: 232px;
  margin-top: 24px;
}
.services-top__right-name {
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: -0.017em;
  color: #000000;
  margin-bottom: 6px;
}
.services-top__right-position {
  color: #9EA3A8;
}
.services-top__title {
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: -0.021em;
  margin: 0 0 8px;
}
.services-top__text {
  color: #9EA3A8;
  margin-bottom: 16px;
}
.services-top__list {
  margin-left: -12px !important;
  color: #9EA3A8;
  margin-bottom: 22px !important;
}
.services-top__link {
  color: #276EF1;
}
.services-item {
  display: inline-block;
  vertical-align: top;
  padding: 20px 32px 25px;
  background-color: #FAFAFA;
  border-radius: 8px;
}
.services-item__img {
  display: block;
  padding-top: 67.1%;
  background: no-repeat center;
  background-size: contain;
  margin-bottom: 17px;
}
.services-item__title {
  display: block;
  margin: 0 0 6px;
}
.services-item__text {
  display: block;
  max-width: 330px;
  color: #9EA3A8;
}
.services-item:hover {
  color: #9EA3A8;
}
.services-item:hover .services-item__title {
  color: #e7182c;
}
.services-inner {
  margin-bottom: 64px;
}
.services-inner .content-block__title {
  margin: 0 0 24px;
}
.services-inner .gray-box {
  margin-bottom: 18px;
  background: #FAFAFA;
  border-radius: 8px;
  padding: 22px 24px;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.006em;
  color: #9EA3A8;
}
.services-inner .gray-box h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.011em;
  color: #14171A;
  margin: 0 0 10px;
}
.services-inner .gray-box p {
  max-width: 565px;
  margin: 8px 0;
}
.services-inner .gray-box a {
  display: block;
  width: max-content;
  color: #276ef1;
}
.services-inner .cols {
  display: flex;
  flex-wrap: wrap;
}
.services-inner--urgent {
  margin-bottom: 80px;
}
.services-inner--urgent .gray-box {
  min-height: 158px;
}
.services-inner--urgent.content-block--border {
  padding-bottom: 63px;
}

.perferences-title {
  margin: 0 0 40px;
}
.perferences-item {
  padding-bottom: 15px;
  border-bottom: 1px solid #DBDBDB;
  margin-bottom: 16px;
  position: relative;
}
.perferences-item__logo {
  display: block;
  max-height: 18px;
  max-width: 102px;
  min-height: 30px;
  margin-bottom: 0;
}
.perferences-item__rate {
  position: absolute;
  color: transparent;
  width: 100%;
}
.perferences-item__rate span {
  color: #9EA3A8;
  float: right;
  padding: 0 4px;
  position: absolute;
  right: 0;
  top: -26px;
}
.perferences-item__for-clients {
  color: #9EA3A8;
  margin: 8px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.perferences-item__for-clients span {
  color: #FFFFFF;
  float: right;
  background: #E7182C;
  border-radius: 6px;
  padding: 0 5px;
  min-width: 45px;
  text-align: center;
}

.broker-box {
  display: inline-block;
  vertical-align: top;
  min-height: 96px;
  width: 100%;
  position: relative;
  padding-right: 120px;
}
.broker-box__img {
  width: 96px;
  height: 96px;
  border-radius: 96px;
  background: no-repeat center top #FAFAFA;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
}
.broker-box__name {
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: -0.017em;
  color: #14171A;
  margin: 0 0 6px;
}
.broker-box__position {
  letter-spacing: -0.011em;
  color: #9EA3A8;
  margin-bottom: 8px;
}
.broker-box__phone {
  display: inline-block;
  vertical-align: top;
  color: #276ef1;
}
.broker-box--invert {
  padding-right: 0;
  padding-left: 113px;
}
.broker-box--invert .broker-box__img {
  right: auto;
  left: 0;
}
.broker-box--invert .broker-box__name {
  margin-top: 16px;
}
.broker-box__info {
  color: #9EA3A8;
}
.broker-box__info span {
  color: #000000;
}

.mortgage-calculator__title {
  margin: 0 0 24px;
}

.calculator {
  background: #FAFAFA;
  border-radius: 8px;
  padding: 32px;
  padding: 40px;
}
.calculator-item {
  margin-bottom: 55px;
}
.calculator-item:last-child {
  margin-bottom: 41px;
}
.calculator-item__title {
  margin-bottom: 16px;
}
.calculator-item__input {
  margin-bottom: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.calculator-item__input a {
  display: block;
  width: 32px;
  height: 32px !important;
  background: #C2C7CC;
  border-radius: 6px;
  color: #ffffff;
  line-height: 31px;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
}
.calculator-item__input a:hover {
  background-color: #e7182c;
}
.calculator-item__input input {
  -webkit-appearance: none;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: -0.017em;
  background-color: transparent;
  border: 0;
  outline: 0;
  text-align: center;
  padding: 0;
  width: calc(100% - 72px);
}
.calculator-result {
  padding-top: 16px;
}
.calculator-result__logo {
  display: block;
  width: 100%;
  max-width: 203px;
  margin-bottom: 24px;
}
.calculator-result__box {
  margin-bottom: 24px;
}
.calculator-result__box span {
  display: block;
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: -0.021em;
  margin-top: 8px;
}
.calculator-result__box--sum {
  margin-bottom: 16px;
}
.calculator-result__box--sum span {
  font-size: 20px;
  line-height: 32px;
  letter-spacing: -0.017em;
}
.calculator-result__bot {
  color: #9EA3A8;
}
.calculator .col-2 {
  width: 50%;
  margin-right: 40px;
  margin-bottom: 0;
}
.calculator .col-2 + .col-2 {
  width: calc(50% - 40px);
  margin-right: 0;
}
.calculator .btn {
  width: 264px;
}

.ui-slider {
  position: relative;
  background: #C4C4C4;
  height: 1px;
  margin: 24px 16px 32px 0;
}
.ui-slider:after {
  content: "";
  display: block;
  position: absolute;
  background: #C4C4C4;
  height: 1px;
  width: 16px;
  right: -16px;
  bottom: 0;
  z-index: 0;
}
.ui-slider-handle {
  width: 16px;
  height: 16px;
  border-radius: 16px;
  background-color: #e7182c;
  position: absolute;
  cursor: pointer;
  transform: translateY(-50%);
  z-index: 1;
}

.bank-rate {
  position: relative;
  z-index: 5;
}
.bank-rate__top {
  padding: 7px 16px;
  background: #FFFFFF;
  border: 1px solid #9EA3A8;
  border-radius: 4px;
}
.bank-rate__top:after {
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  background-size: contain;
}
.bank-rate__top.opened:after {
  transform: translateY(-50%) rotate(-180deg);
}
.bank-rate__bank {
  display: block;
}
.bank-rate__rate {
  display: block;
}
.bank-rate__rate span {
  display: inline-block;
  margin-right: 4px;
  color: #9EA3A8;
}
.bank-rate__drop {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  background: #FFFFFF;
  border: 1px solid #9EA3A8;
  border-radius: 4px;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 300px;
  z-index: 2;
}
.bank-rate__drop a {
  display: block;
  padding: 8px 16px;
}
.bank-rate__drop a.sel, .bank-rate__drop a:hover {
  background-color: #FAFAFA;
  color: #14171A;
}

.courses {
  margin-bottom: 80px;
}
.courses-box__title {
  margin: 0 0 8px;
}
.courses-box__text {
  margin-bottom: 40px;
}
.courses-box__item {
  margin-bottom: 56px;
}
.courses-box__item-img {
  background: #FAFAFA;
  border-radius: 8px;
  padding: 32px;
  display: block;
  margin-bottom: 16px;
  background: no-repeat center #FAFAFA;
  padding: 61.5% 0 0;
  position: relative;
  background-size: cover;
}
.courses-box__item-img .label {
  display: block;
  top: 16px;
}
.courses-box__item-time {
  display: block;
  color: #9EA3A8;
  margin-bottom: 8px;
  padding-left: 27px;
  background: url("/local/templates/metro/images/svg/ico-time-gray.svg") no-repeat 0 50%;
}
.courses-box__item-name {
  display: block;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: -0.017em;
  color: #14171A;
  max-width: 400px;
}
.courses-box__item-teacher, .courses-box__item-date {
  display: block;
  color: #9EA3A8;
}

.education .content-block--top .col-34 {
  width: calc(74% - 10px);
}
.education .content-block--top .col-34 + .col-4 {
  width: calc(26% - 22px);
}
.education .content-block--top .col-34 .content-block__title {
  max-width: 850px;
  margin-bottom: 16px;
}
.education .tab-links {
  margin-bottom: 64px;
}
.education .tab-link {
  padding-bottom: 13px;
}

.classes {
  margin: 80px 0;
}
.classes-title {
  margin: 0 0 32px;
}
.classes .swiper-container {
  overflow: visible;
}
.classes .swiper-slide {
  width: 640px;
  height: 432px;
  background: no-repeat center #C4C4C4;
  background-size: cover;
  border-radius: 4px;
}
.classes .swiper-slide-prev {
  opacity: 0;
}
.classes .swiper-button {
  display: none;
}

.body--educational .main {
  overflow: hidden;
}
.body--educational .docsuments-note {
  color: #9EA3A8;
  margin-top: 8px;
}
.body--educational .drop-item:last-child {
  border-bottom: 1px solid #F0F0F0;
}

.cadastral-services--engineer-services {
  margin-bottom: 64px;
}
.cadastral-services--engineer-services .content-block__info {
  margin-right: 32px;
  max-width: 528px;
}
.cadastral-services--engineer-services .content-block__title {
  margin: 0 0 32px;
}
.cadastral-services--engineer-services .col-2 h4 {
  margin-top: 40px;
}
.cadastral-services--engineer-services .col-2 h4:first-child {
  margin-top: 0;
}
.cadastral-services--engineer-services .col-2 p span {
  color: #14171A;
}
.cadastral-services--engineer-services .drop-top h4 {
  margin-right: 100px;
}

.valuation-services.content-block--border {
  padding-bottom: 37px;
}
.valuation-services .content-block__title {
  margin: 0 0 54px;
}
.valuation-services .col-3 h4,
.valuation-services .col-4 h4 {
  margin: 17px 0 8px;
}
.valuation-services .col-3 {
  margin-bottom: 43px;
}
.valuation-services--maternity .content-block__title {
  margin-bottom: 61px;
}
.valuation-services--maternity .cols {
  margin-bottom: -43px;
}
.valuation-services--insurance {
  margin-bottom: 76px;
}
.valuation-services--insurance .content-block__title {
  margin-bottom: 40px;
}
.valuation-services--insurance .col-3 {
  margin-bottom: 40px;
}
.valuation-services--insurance .col-3 h4 {
  margin: 10px 0 6px;
}
.valuation-services--insurance .col-3 p {
  margin: 6px 0 8px;
}
.valuation-services--insurance-why h4 {
  color: #e7182c;
}

.how-work {
  padding-bottom: 37px;
}
.how-work h2 {
  margin: 17px 0 41px;
}
.how-work h2 a span {
  border-bottom: 2px solid;
}
.how-work h2 a,
.how-work h2 span {
  color: #E7182C;
}
.how-work h2 a img,
.how-work h2 span img {
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
  margin: 0px 10px 5px 8px;
}

.docsuments {
  padding-bottom: 79px;
  margin-bottom: 64px;
}
.docsuments .col-2 {
  margin-bottom: 0;
}
.docsuments-item {
  margin: 8px 0 32px;
  position: relative;
  padding-left: 40px;
  background: url("/local/templates/metro/images/svg/ico-file.svg") no-repeat 2px 0;
  color: #14171A;
}
.docsuments-item span {
  display: block;
  color: #9EA3A8;
  margin-top: 8px;
}
.docsuments-item:last-child {
  margin-bottom: 0;
}
.docsuments-info {
  max-width: 425px;
}
.docsuments-info h3 {
  margin-bottom: 16px;
}
.docsuments--maternity {
  margin-bottom: 80px;
}
.docsuments--maternity .docsuments-info {
  max-width: 490px;
}
.docsuments--maternity .docsuments-info p:last-child {
  margin-top: 16px;
}
.docsuments--maternity .docsuments-info p:last-child span {
  color: #E7182C;
}
.docsuments--maternity h4 {
  margin: 48px 0 24px;
}
.docsuments--maternity h4:first-child {
  margin-top: 0;
}
.docsuments-note {
  margin-top: -8px;
}
.docsuments .drop-item {
  padding: 0;
  border: 0;
}

.services-price {
  padding-bottom: 24px;
}
.services-price .content-block__title {
  margin: 16px 0 32px;
}
.services-price .drop-top h4 {
  letter-spacing: -0.007em;
}

.questions.content-block--border {
  padding-bottom: 56px;
}
.questions .content-block__title {
  margin: 0 0 16px;
}
.questions--urgent {
  margin-bottom: 97px;
}
.questions .btn {
  padding: 3px 19px;
  font-size: 14px;
  letter-spacing: 0;
}

.interregional-transactions {
  margin: 80px 0;
}
.interregional-transactions .col-right,
.interregional-transactions .col-left {
  display: inline-block;
  vertical-align: top;
  width: 68.4%;
}
.interregional-transactions .col-right {
  width: 31.6%;
}
.interregional-transactions__info {
  max-width: 752px;
}
.interregional-transactions ul {
  color: #14171A;
  font-weight: normal;
}
.interregional-transactions .content-block__title {
  margin: 0 0 16px;
}

.coverage {
  margin-bottom: 48px;
}
.coverage .subtitle {
  margin-bottom: 8px;
}
.coverage .content-block__title {
  max-width: 702px;
  margin: 0 0 32px;
}
.coverage-city {
  position: relative;
  padding-left: 112px;
  min-height: 80px;
  max-width: 528px;
}
.coverage-city__img {
  display: block;
  width: 80px;
  height: 80px;
  background: no-repeat center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: -4px;
}
.coverage-city__title {
  margin: 0 0 8px;
}
.coverage-city__text {
  color: #14171A;
}
.coverage-numbers__item {
  margin-bottom: 40px;
  color: #9EA3A8;
}
.coverage-numbers__item span {
  display: block;
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: -0.021em;
  color: #14171A;
  margin-bottom: 8px;
}
.coverage-numbers__item:nth-last-child(1), .coverage-numbers__item:nth-last-child(2) {
  margin-bottom: 0;
}
.coverage-places {
  margin: 48px 0 40px;
}
.coverage-places__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  margin: 0 0 24px;
  letter-spacing: -0.017em;
  color: #14171A;
}
.coverage-places__img {
  display: block;
  padding-top: 65.8%;
  border-radius: 4px;
  background: no-repeat center;
  background-size: cover;
  margin-bottom: 14px;
}
.coverage-places__name {
  display: block;
  font-weight: 600;
  color: #14171A;
  margin-bottom: 2px;
}
.coverage-places__status, .coverage-places__text {
  display: block;
  color: #9EA3A8;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.006em;
}
.coverage-places__price {
  display: block;
  margin-top: 8px;
  color: #14171A;
}
.coverage-places a .coverage-places__img {
  padding-top: 68.5%;
}
.coverage-places a .coverage-places__name {
  color: #276ef1;
}
.coverage-places a:hover .coverage-places__name {
  color: #14171A;
}
.coverage .tab-links {
  margin-bottom: 80px;
}
.coverage .tab-link {
  padding-bottom: 13px;
  margin-right: 40px;
}
.coverage-info {
  margin-top: -40px;
  max-width: 750px;
  color: #14171A;
}
.coverage-info h4 {
  margin: 0 0 8px;
}
.coverage-map {
  max-width: 100%;
}

.request {
  background: url("/local/templates/metro/images/svg/bg-map.svg") no-repeat right center #FAFAFA;
  border-radius: 8px;
  padding: 32px 32px 39px;
  margin-bottom: 80px;
}
.request .content-block__title {
  margin: 0 0 8px;
}
.request .content-block__text {
  max-width: 810px;
  margin-bottom: 40px;
}
.request-services {
  margin-bottom: 3px;
  max-width: 942px;
}
.request-services .subtitle {
  margin-bottom: 10px;
}
.request form {
  display: block;
  width: 100%;
}
.request-bot {
  display: flex;
  align-items: flex-start;
  max-width: 1009px;
}
.request-bot .input-wrap {
  margin: 0 32px 0 0;
}
.request-bot .btn {
  display: block;
  width: 161px;
  padding: 8px 56px;
  margin-top: 32px;
}
.request [data-js-tab="2"] .request-bot {
  max-width: 1240px;
  margin-bottom: 32px;
}
.request [data-js-tab="2"] .request-bot .input-wrap {
  display: flex;
  flex-direction: column-reverse;
}
.request [data-js-tab="2"] .request-bot .input-wrap:last-child {
  margin-right: 0;
}
.request [data-js-tab="2"] .request-bot .input-wrap span {
  display: block;
  position: static;
  margin-bottom: 8px;
}
.request-btns {
  margin-top: 39px;
  max-width: 1240px;
}
.request-btns .col-2 {
  margin-bottom: 0;
  width: 40%;
}
.request-btns .col-2:last-child {
  width: calc(60% - 32px);
  text-align: right;
}
.request .preferred-communication {
  display: block;
  margin-top: 8px;
}
.request .preferred-communication a {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.006em;
  color: #9EA3A8;
  border-bottom: 1px dashed #C2C7CC;
  margin-right: 16px;
}
.request .preferred-communication a:last-child {
  margin-right: 0;
}
.request__btn-send {
  padding: 7px 39px;
  margin-left: 23px;
}
.request .btn--gray {
  padding: 7px 56px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.011em;
}
.request .agree {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0;
  margin-top: 4px;
}
.request--analytics {
  background: #FAFAFA;
  padding: 32px 32px 48px;
}
.request--analytics .request-btns {
  margin-top: 32px;
}
.request--analytics .request-bot {
  max-width: 1240px;
}
.request--analytics .request-bot .input-wrap:last-child {
  margin-right: 0;
}
.request--analytics .content-block__text {
  max-width: 780px;
  margin-bottom: 24px;
}

.mortgage-refinancing {
  border: 1px solid #D5DDE6;
  border-radius: 8px;
  margin-bottom: 80px;
  padding: 47px 26% 39px 34.2%;
  background: url(/local/templates/metro/images/svg/logo.svg) no-repeat 8% 54%;
  background-size: 21% auto;
  position: relative;
}
.mortgage-refinancing__btn {
  padding: 12px 24px;
  position: absolute;
  top: 50%;
  right: 6%;
  transform: translateY(-50%);
}
.mortgage-refinancing__title {
  margin: 0 0 8px;
}
.mortgage-refinancing__text {
  max-width: 528px;
}

.maternity-capital {
  padding-bottom: 79px;
}
.maternity-capital .content-block__title {
  margin: 0 0 40px;
}
.maternity-capital__item {
  position: relative;
  max-width: 1100px;
  margin-bottom: 32px;
  padding-left: 224px;
}
.maternity-capital__item-price {
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: -0.017em;
  color: #14171A;
  position: absolute;
  left: 0;
  top: 0;
}
.maternity-capital__item-text {
  color: #9EA3A8;
}
.maternity-capital__item-text span,
.maternity-capital__item-text b {
  font-weight: 400;
  color: #E7182C;
}
.maternity-capital__item:last-child {
  margin-bottom: 0;
}

.maternity-form__info {
  display: inline-block;
  vertical-align: top;
  width: 35%;
}
.maternity-form__info p {
  max-width: 410px;
}
.maternity-form__form {
  display: inline-block;
  vertical-align: top;
  width: 65%;
  padding-left: 39px;
}
.maternity-form .input {
  background-color: transparent;
}
.maternity-form .input-wrap--2 {
  display: block;
}
.maternity-form .agree {
  max-width: 407px;
}

.our-advantages {
  margin-bottom: 40px;
}
.our-advantages h4 {
  margin: 32px 0 8px;
}
.our-advantages h4:first-child {
  margin-top: 0;
}
.our-advantages__info {
  max-width: 500px;
}
.our-advantages__info .content-block__title {
  margin-bottom: 16px;
}

.according-law {
  padding: 64px 9.5% 56px 42.7%;
  border-radius: 8px;
  background: url("/local/templates/metro/images/svg/logo-rf.svg") no-repeat 17.2% 44% #FAFAFA;
  margin-bottom: 80px;
}
.according-law h4 {
  margin: 0 0 8px;
}

.recommendations {
  margin-bottom: 122px;
}
.recommendations .content-block__title {
  margin-bottom: 32px;
}
.recommendations-item__img {
  display: block;
  padding-top: 141.45%;
  border: 1px solid #EEF0F2;
  background: no-repeat center #C4C4C4;
  background-size: contain;
  border-radius: 8px;
  margin-bottom: 24px;
}
.recommendations-item__name {
  margin: 0 0 6px;
}
.recommendations .swiper-container {
  margin: 0 -16px;
  padding: 0 16px;
}
.recommendations .swiper-button {
  top: 39%;
}

.analytics {
  margin-bottom: 80px;
  padding-bottom: 80px;
}
.analytics h3 {
  margin: 48px 0 16px;
}
.analytics h3:first-child {
  margin-top: 0;
}
.analytics .col-2 {
  margin-bottom: 0;
}
.analytics-item {
  margin-bottom: 48px;
}
.analytics-item:last-child {
  margin-bottom: 0;
}

.insurance {
  margin-bottom: 40px;
}
.insurance .content-block__title {
  max-width: 335px;
}
.insurance-partners {
  margin-bottom: 104px;
}
.insurance-partners .content-block__title {
  margin-bottom: 32px;
}
.insurance-partners .col-4 {
  margin-bottom: 16px;
  background: #FAFAFA;
  border-radius: 8px;
  padding-top: 7.32%;
  line-height: 0;
  position: relative;
}
.insurance-partners .col-4 img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 74%;
  max-height: 56%;
  width: 100%;
}
.insurance-manager-text {
  margin-top: 80px;
  margin-bottom: 80px;
}
.insurance-manager-text .broker-box {
  max-width: 304px;
  float: right;
}

.consulting {
  margin-bottom: 42px;
}
.consulting .content-block__title {
  margin-bottom: 38px;
}
.consulting h4 {
  margin: 32px 0 0;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.011em;
  color: #14171A;
}
.consulting h4:first-child {
  margin-top: 0;
}
.consulting p {
  margin: 0 0 8px;
}
.consulting p.min {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.006em;
}

.body--consulting .contacts--inner + .application {
  margin-bottom: 105px;
}

.home-staging {
  padding-bottom: 39px;
  margin-bottom: 40px;
  border-bottom: 1px solid #F0F0F0;
}
.home-staging .content-block__title {
  margin-bottom: 24px;
}
.home-staging .btn {
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.006em;
  color: #FFFFFF;
  padding: 3px 19px;
}
.home-staging ul {
  margin-bottom: 32px;
  max-width: 750px;
}
.home-staging__item {
  padding-bottom: 7px;
  margin-bottom: 40px;
  border-bottom: 1px solid #F0F0F0;
}
.home-staging__items {
  margin-bottom: 80px;
}
.home-staging__item-top {
  margin-bottom: 40px;
  max-width: 752px;
}
.home-staging__item-title {
  margin: 0 0 24px;
}
.home-staging__item ul {
  margin-bottom: 32px;
}
.home-staging__item-info {
  max-width: 865px;
  margin-bottom: 32px;
}
.home-staging__item-info h4 {
  margin: 0 0 8px;
}
.home-staging__item-prices {
  margin-bottom: 32px;
}
.home-staging__item-prices .box {
  display: inline-block;
  vertical-align: top;
  margin-right: 74px;
}
.home-staging__item-prices .box span {
  display: block;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: -0.017em;
  color: #14171A;
  margin-top: 8px;
}
.home-staging__item-prices .box:last-child {
  margin-right: 0;
}
.home-staging__item-img {
  background: no-repeat center #FAFAFA;
  background-size: cover;
  border-radius: 8px;
  position: relative;
  padding-top: 27.45%;
}
.home-staging__item-img span {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 4px;
  text-align: center;
  background: rgba(0, 0, 0, 0.3);
  color: #FFFFFF;
}
.home-staging__item .btn {
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.006em;
  color: #FFFFFF;
  padding: 3px 19px;
}
.home-staging__item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.body--home-staging .page-top--serv {
  padding: 72px 40px 64px;
  margin-bottom: 80px;
}
.body--home-staging ul {
  margin-left: -12px;
}
.body--home-staging ul li {
  margin-bottom: 16px;
}
.body--home-staging .contacts--inner + .application {
  margin-bottom: 105px;
}

.body--urgent-purchase .page-top--serv {
  padding: 64px 40px 61px;
  margin-bottom: 80px;
}
.body--urgent-purchase .page-top__text {
  margin-bottom: 12px;
}
.body--urgent-purchase .contacts--inner + .application {
  margin-bottom: 105px;
}

.legal-services .content-block__title {
  margin-bottom: 16px;
}
.legal-services .content-block__text {
  max-width: 752px;
  margin-bottom: 40px;
}
.legal-services.content-block--border {
  padding-bottom: 62px;
}
.legal-services .cols {
  display: flex;
  flex-wrap: wrap;
}
.legal-services .gray-box {
  background: #FAFAFA;
  border-radius: 8px;
  padding: 22px 24px 30px;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.006em;
  margin-bottom: 16px;
}
.legal-services .gray-box h4 {
  margin: 0 0 6px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.011em;
}
.legal-services .gray-box p {
  margin: 10px 0;
}

.body--legal-services .page-top--serv {
  margin-bottom: 40px;
}
.body--legal-services .questions {
  margin-bottom: 60px;
}
.body--legal-services .contacts--inner + .application {
  margin-bottom: 105px;
}

.realtor-work {
  margin: 16px 0 64px;
}
.realtor-work__info {
  display: inline-block;
  vertical-align: top;
  width: 43.5%;
}
.realtor-work__info h3 {
  margin-bottom: 16px;
}
.realtor-work__info ul {
  margin: 24px 0 32px -12px;
}
.realtor-work__info ul li {
  margin-bottom: 16px;
}
.realtor-work__info .btn {
  padding: 3px 19px;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.006em;
}
.realtor-work__img {
  display: inline-block;
  vertical-align: top;
  width: 56.5%;
}
.realtor-work__img img {
  display: block;
  width: 100%;
  margin-top: 34px;
}
.realtor-work__advantages {
  margin-bottom: 40px;
}
.realtor-work__advantages .content-block__title {
  margin-bottom: 36px;
}
.realtor-work__advantages h4 {
  margin: 28px 0 12px;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.017em;
  color: #14171A;
}
.realtor-work__advantages h4:first-child {
  margin-top: 0;
}
.realtor-work__advantages .col-2 {
  width: calc(50% - 40px);
  margin: 0 80px 32px 0;
}
.realtor-work__advantages .col-2:last-child {
  margin-right: 0;
}
.realtor-work__advantages .col-2 .adv-item {
  margin-bottom: 37px;
}

.body--pop-page .breadcrumbs {
  display: none;
}

.body--realtor-work .breadcrumbs {
  margin-bottom: 9px;
}
.body--realtor-work .page-top h1 {
  margin-bottom: 32px;
}
.body--realtor-work .application {
  margin-bottom: 120px;
}

.apartment {
  margin-top: 16px;
}
.apartment-holder {
  display: flex;
}
.apartment-left {
  width: calc(100% - 336px);
}
.apartment-right {
  width: 336px;
  padding-left: 32px;
}
.apartment-broker .broker-box__img {
  position: static;
  margin-bottom: 8px;
}
.apartment-broker .broker-box__position {
  margin-bottom: 16px;
}
.apartment-broker .broker-box__phone {
  margin-bottom: 16px;
}
.apartment-broker .broker-box__phone a {
  color: #276ef1;
  margin-bottom: 24px;
}
.apartment-broker .broker-box__phone a span {
  display: inline-block;
  vertical-align: middle;
  color: #141719;
  margin-right: 8px;
}
.apartment-broker__bot {
  border-top: 1px solid #DBDBDB;
  padding-top: 24px;
  color: #14171A;
}
.apartment-broker__bot-title {
  margin-bottom: 16px;
  max-width: 250px;
}
.apartment-broker__bot .input-wrap {
  padding-top: 0;
}
.apartment-broker__bot button {
  width: 100%;
  margin-bottom: 16px;
}
.apartment-broker__bot .agree {
  width: 100%;
  padding-left: 0;
  color: #9EA3A8;
  line-height: 24px;
  max-width: 250px;
}
.apartment-broker__bot .agree a {
  color: #276ef1;
}
.apartment .catalog-item__images {
  padding-right: 0;
  width: 100%;
  margin-bottom: 24px;
  position: relative;
}
.apartment .catalog-item__info {
  width: 100%;
  position: relative;
  margin: 0;
}
.apartment .catalog-item__info .broker-box {
  position: fixed;
  top: 136px;
  right: 0;
  width: 336px;
  margin: 0;
}
.apartment .catalog-item__img {
  width: 100%;
  padding-top: 68.65%;
  margin: 0;
  background-size: auto 100%;
}
.apartment .catalog-item__img[data-format=h] {
  background-size: cover;
}
.apartment .catalog-item__img-nav {
  cursor: pointer;
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
}
.apartment .catalog-item__img-nav--prev {
  left: 0;
}
.apartment .catalog-item__img-nav--next {
  right: 0;
}
.apartment .catalog-item__img-line {
  position: absolute;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  display: flex;
  width: auto;
  max-width: calc(100% - 32px);
  overflow-x: auto;
  overflow-y: hidden;
}
.apartment .catalog-item__img-line::-webkit-scrollbar {
  display: none;
}
.apartment .catalog-item__img-line a {
  margin-right: 8px;
  min-width: 96px;
}
.apartment .catalog-item__favorite, .apartment .catalog-item__compare {
  display: inline-block;
  vertical-align: top;
  position: static;
  margin-bottom: 9px;
}
.apartment .catalog-item__compare {
  margin-right: 8px;
}
.apartment .catalog-item__price {
  text-align: right;
  display: block;
  padding-top: 32px;
  margin: 0;
  top: 0;
  right: 0;
}
.apartment .catalog-item__price a {
  display: inline-block;
  vertical-align: top;
  color: #276ef1;
  margin-top: 7px;
}
.apartment .catalog-item__price .price {
  text-align: right;
}
.apartment .catalog-item__price .price.price-up span, .apartment .catalog-item__price .price.price-down span {
  position: relative;
  padding-left: 32px;
}
.apartment .catalog-item__price .price.price-up span:before, .apartment .catalog-item__price .price.price-down span:before {
  content: "";
  display: block;
  position: absolute;
  border: 7px solid transparent;
  border-left-color: #66D19E;
  border-left-width: 13px;
  left: 0;
  top: 11px;
  transform: rotate(90deg);
}
.apartment .catalog-item__price .price.price-down span:before {
  top: 21px;
  border-left-color: #66D19E;
}
.apartment .catalog-item__price .price.price-up span:before {
  border-left-color: #e7182c;
  transform: rotate(-90deg);
}
.apartment .broker-box {
  padding-bottom: 23px;
  margin-bottom: 33px;
  border-bottom: 1px solid #DBDBDB;
}
.apartment .broker-box__img {
  width: 96px;
  height: 96px;
}
.apartment .broker-box a {
  margin-top: 11px;
}
.apartment .broker-box__call {
  display: none;
}
.apartment-name {
  margin: 0 0 16px;
  order: -1;
}
.apartment-date {
  order: -1;
  top: 48px;
  right: 40px;
  margin-bottom: 8px;
}
.apartment-address {
  color: #14171A;
  margin: 0 0 8px;
}
.apartment-address a {
  display: block;
  color: #276ef1;
  margin-top: 8px;
}
.apartment-btns {
  top: 338px;
  right: 0;
}
.apartment-btns a {
  padding: 5px 11px 8px 40px;
}
.apartment-rss {
  text-align: right;
  top: 398px;
  right: 0;
}
.apartment-rss .socials {
  vertical-align: middle;
}
.apartment-rss .socials a span {
  visibility: hidden;
}
.apartment-rss .socials a:hover {
  opacity: 1;
}
.apartment-rss span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 16px;
}
.apartment .copy-link {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.006em;
  color: #9EA3A8;
  padding-left: 16px;
}
.apartment .copy-link:hover {
  color: #e7182c;
}
.apartment-char {
  padding-bottom: 41px;
  margin-bottom: 40px;
  border-bottom: 1px solid #DBDBDB;
}
.apartment-char ul {
  max-width: 520px;
}
.apartment-char ul li {
  padding: 0;
  background: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px dashed #DBDBDB;
  margin-bottom: 12px;
}
.apartment-char ul li:before {
  display: none;
}
.apartment-char ul li span {
  background-color: #ffffff;
  margin-bottom: -4px;
  padding-right: 16px;
  display: inline-block;
  vertical-align: top;
}
.apartment-char ul li span:last-child {
  padding-right: 0;
  padding-left: 16px;
  color: #14171A;
}
.apartment-descr {
  color: #14171A;
  margin-bottom: 39px;
  padding-bottom: 40px;
  border-bottom: 1px solid #DBDBDB;
}
.apartment-descr p {
  margin: 0 0 8px;
}
.apartment-descr a {
  display: none;
}
.apartment-mortgage {
  padding: 32px 0 40px;
  margin-bottom: 40px;
  border-top: 1px solid #DBDBDB;
  border-bottom: 1px solid #DBDBDB;
}
.apartment-mortgage .content-block__title {
  margin-bottom: 8px;
}
.apartment-mortgage .content-block--mortgage-top {
  margin: 0 0 24px;
  color: #14171A;
}
.apartment-mortgage .col-34 {
  margin: 0;
  width: 63%;
  padding-right: 32px;
}
.apartment-mortgage .col-34 p {
  margin-top: 0;
}
.apartment-mortgage .col-4 {
  margin: 0;
  width: 37%;
}
.apartment-mortgage__btn {
  margin-top: 32px;
  margin-bottom: 37px;
}
.apartment-mortgage .broker-box {
  padding: 0 100px 0 0;
  margin: 32px 0 0;
  border: 0;
  max-width: 319px;
  float: right;
}
.apartment-mortgage .content-block__perferences {
  margin-bottom: 10px;
}
.apartment-mortgage .content-block__perferences .perferences-show {
  display: none;
}
.apartment-mortgage .apartment-mortgage__btn {
  margin-bottom: 16px;
}
.apartment-advantages {
  padding-bottom: 41px;
  border-bottom: 1px solid #DBDBDB;
  margin-bottom: 32px;
}
.apartment-advantages__title {
  margin: 0 0 16px;
}
.apartment-advantages__item {
  display: inline-block;
  vertical-align: top;
  width: calc((100% - 48px) / 3);
  margin-right: 24px;
  padding: 22px 24px 96px;
  position: relative;
  background: #FAFAFA;
  border-radius: 8px;
}
.apartment-advantages__items {
  display: flex;
}
.apartment-advantages__item:last-child {
  margin-right: 0;
}
.apartment-advantages__item a {
  display: inline-block;
  vertical-align: top;
  color: #276ef1;
  position: absolute;
  left: 24px;
  bottom: 24px;
}
.apartment-advantages__item h5 {
  margin: 0 0 8px;
}
.apartment-advantages__item h5 span {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
.apartment-advantages__item h5 + p {
  margin-top: 0;
}
.apartment-advantages__item p {
  margin: 0 0 8px;
}
.apartment-objects {
  margin-bottom: 120px;
}
.apartment-objects .team-person__reviews-title {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 15px;
}
.apartment-objects .team-person__objects-address {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.006em;
  color: #9EA3A8;
}
.apartment-objects__more {
  float: right;
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  margin: 6px 0;
}
.apartment-objects__more a,
.apartment-objects__more span {
  display: inline-block;
  vertical-align: top;
  margin-right: 21px;
}
.apartment-objects__more a {
  color: #276ef1;
  margin-right: 25px;
}
.apartment-objects__more a:last-child {
  margin-right: 0;
}
.apartment-objects__more a.view-all {
  display: none;
  color: #14171A;
}
.apartment-objects .swiper-slide {
  position: relative;
  display: block;
}
.apartment-objects .swiper-slide .catalog-item__favorite {
  display: none;
}
.apartment-objects__item {
  display: block;
  padding-bottom: 32px;
}
.apartment-objects .swiper-container {
  margin: 0 -16px;
  padding: 0 16px;
  height: auto;
}
.apartment-objects .swiper-wrapper {
  height: auto;
}
.apartment-objects .swiper-button {
  top: 33%;
}
.apartment-objects__price {
  position: absolute;
  bottom: 0;
  left: 0;
}
.apartment-objects__price .price {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.011em;
}
.apartment-objects__price .m-price {
  display: none;
}
.apartment-objects .tab-links {
  border-bottom: 0;
  margin-bottom: 26px;
}
.apartment-objects .tab-link:not(.active) {
  opacity: 0.5;
}
.apartment .content-block--border {
  padding-bottom: 0;
  margin-bottom: 40px;
}
.apartment-place {
  margin-bottom: 40px;
}
.apartment .mortgage-calculator {
  margin-top: 64px;
}
.apartment .mortgage-calculator .col-34,
.apartment .mortgage-calculator .col-4 {
  display: block;
  width: 100%;
  margin: 0;
}
.apartment .mortgage-calculator .col-34 {
  margin-bottom: 40px;
}
.apartment .mortgage-calculator .calculator-result__box {
  display: inline-block;
  vertical-align: top;
  width: 28%;
  color: #14171A;
}
.apartment-dynamics .gray-bg {
  margin-bottom: 40px;
}
.apartment-dynamics__price {
  color: #14171A;
  display: inline-block;
  vertical-align: top;
  margin: 0 21px 8px 0;
}
.apartment-dynamics__price span {
  display: inline-block;
  vertical-align: top;
  margin-right: 16px;
}
.apartment-dynamics__price .price {
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: -0.021em;
  color: #14171A;
}
.apartment-dynamics__price .price-square {
  display: inline-block;
  vertical-align: top;
  width: max-content;
  color: #14171A;
}
.apartment-dynamics__price .price-old {
  display: inline-block;
  vertical-align: top;
  margin-right: 22px;
  color: #e7182c;
  position: relative;
  padding-left: 23px;
}
.apartment-dynamics__price .price-old:before {
  content: "";
  display: block;
  position: absolute;
  border: 7px solid transparent;
  border-left-color: #66D19E;
  border-left-width: 13px;
  left: 0;
  top: 9px;
  transform: rotate(90deg);
}
.apartment-dynamics__price .price-old.price-down:before {
  border-left-color: #e7182c;
}
.apartment-dynamics__price .price-old:after {
  content: "";
  display: block;
  position: absolute;
  left: 23px;
  right: 0;
  top: 50%;
  transform: rotate(-9deg);
  height: 1px;
  background-color: #e7182c;
}

.apartment-holder .btn-back {
  display: none;
}

@media (min-width: 1024px) {
  .apartment-broker {
    position: sticky;
    top: 140px;
    transition: all 0.3s;
    margin-bottom: 120px;
  }
}
.search-form {
  margin-bottom: 36px;
  line-height: 0;
  position: relative;
}
.search-form form {
  display: block;
  width: 100%;
  line-height: 0;
}
.search-form form button {
  display: inline-block;
  vertical-align: top;
  -webkit-appearance: none;
  width: 40px;
  height: 40px;
  background: url("/local/templates/metro/images/svg/ico-search-gray.svg") no-repeat center;
  position: absolute;
  right: 0;
  top: 1px;
  z-index: 2;
  border: 0;
  cursor: pointer;
}

.policy {
  max-width: 960px;
  margin: 24px auto 56px;
  padding: 48px 56px;
  color: #2c3035;
  background: #fff;
  border: 1px solid #e5e8ec;
  border-radius: 16px;
  box-shadow: 0 10px 36px rgba(20, 23, 26, 0.06);
  font-size: 16px;
  line-height: 1.72;
  overflow-wrap: anywhere;
}
.policy h3 {
  max-width: 760px;
  margin: 0 0 10px;
  color: #14171A;
  font-size: 30px;
  line-height: 1.25;
  letter-spacing: -0.02em;
}
.policy h3:not(:first-child) {
  margin-top: 64px;
  padding-top: 48px;
  border-top: 1px solid #e5e8ec;
}
.policy__meta {
  margin: 0 0 36px;
  color: #777d85;
  font-size: 14px;
}
.policy-text > li {
  margin-bottom: 36px;
  font-weight: 400;
}
.policy-text > li > div:first-child {
  margin-bottom: 16px;
  color: #14171A;
  font-size: 21px;
  line-height: 1.35;
  font-weight: 700;
}
.policy ul {
  margin: 0 0 16px;
}
.policy ul li {
  padding-left: 0;
  margin-bottom: 12px;
}
.policy ul li:before {
  display: none;
}
.policy ul ul {
  padding-left: 0;
}
.policy ul ul ul {
  padding-left: 22px;
}
.policy a {
  color: #276ef1;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.policy-text > li:last-child {
  margin-bottom: 0;
  padding: 24px;
  background: #f6f7f9;
  border-radius: 12px;
}

/* Client-facing policy document */
.body--policy .page-top h1 {
  margin: 0;
  text-align: center;
  line-height: 1;
}
.policy {
  max-width: 1200px;
  font-family: "Times New Roman", Times, serif;
  font-size: 18px;
  line-height: 1;
  text-align: justify;
}
.policy__title,
.policy__section h3,
.policy__operator h3 {
  margin: 0;
  padding: 0;
  text-align: center;
  text-indent: 0;
  line-height: 1;
}
.policy__title {
  font-size: 28px;
  font-family: "Times New Roman", Times, serif;
}
.policy__section {
  margin: 0;
  padding: 0;
}
.policy__section h3 {
  max-width: none;
  margin: 0;
  padding: 1em 0 0;
  border: 0;
  font-family: "Times New Roman", Times, serif;
  font-size: 22px;
  letter-spacing: 0;
  text-transform: none;
}
.policy p.policy__clause {
  display: block;
  margin: 0;
  padding: 0;
  line-height: 1;
  text-align: justify;
  text-indent: 1.25cm;
}
.policy__number {
  display: inline;
  white-space: nowrap;
}
.policy__copy {
  display: inline;
}
.policy .policy__operator p {
  margin: 0;
  padding: 0;
  line-height: 1;
  text-align: justify;
  text-indent: 1.25cm;
}

.corporate-worth .col-4 span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: -0.017em;
  color: #14171A;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  border: 1px solid #C2C7CC;
  margin-bottom: 17px;
}
.corporate-worth .col-2 {
  margin-bottom: 0;
}
.corporate .content-block {
  margin-bottom: 80px;
}
.corporate .content-block__title {
  margin: 0 0 16px;
}
.corporate .content-block__text {
  max-width: 752px;
  margin-bottom: 32px;
}
.corporate .swiper-button-prev {
  left: 20px;
  display: none;
}
.corporate .swiper-button-next {
  right: 0;
}
.corporate .swiper-container:after, .corporate .swiper-container:before {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0));
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}
.corporate .swiper-container:after {
  left: auto;
  right: 0;
  transform: rotate(180deg);
}
.corporate-top .col {
  display: inline-block;
  vertical-align: top;
}
.corporate-top .col-left {
  width: 45%;
  padding-right: 32px;
}
.corporate-top .col-right {
  width: 55%;
}
.corporate-top__img {
  height: 279px;
  background-color: #F7F7F7;
}

.gallery .swiper-container {
  margin: 0 -40px;
  padding: 0 40px;
}
.gallery h3 {
  margin-bottom: 16px;
}
.gallery .col-3 {
  background: no-repeat center #f7f7f7;
  background-size: cover;
  height: 179px;
  border-radius: 4px;
}

.body--about .page-top h1 {
  margin-top: 8px;
}

.about .page-text {
  max-width: 760px;
  margin-bottom: 40px;
}
.about .page-text span {
  color: #e7182c;
}
.content-blockХ .about--numbers {
  margin-bottom: 8px;
}
.content-blockХ .about--numbers .col-3 {
  margin-bottom: 32px;
}
.about h4 {
  max-width: 650px;
  margin-bottom: 16px;
}
.about .adv-item {
  color: #000000;
  margin-bottom: 38px;
}

.body--success-stories .page-text {
  max-width: 752px;
  margin-bottom: 32px;
}
.body--success-stories .page-text h3 {
  margin: 0 0 16px;
}

.success-story {
  background: #FAFAFA;
  border-radius: 8px;
  padding: 32px;
  padding: 56px 40px 48px 38%;
  position: relative;
  margin-bottom: 16px;
}
.success-storys {
  margin-bottom: 56px;
}
.success-storys__stars {
  margin-bottom: 56px;
}
.success-storys__stars .popup-course__video {
  margin: 0 0 16px;
}
.success-storys__stars h5 {
  margin: 0 0 8px;
}
.success-storys__stars p {
  max-width: 350px;
}
.success-story__img {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  width: 35%;
  left: 0;
  top: 5%;
  bottom: 0;
  background: no-repeat center bottom;
  background-size: contain;
  z-index: 1;
}
.success-story__name {
  margin: 0 0 8px;
}
.success-story__position {
  color: #9EA3A8;
  margin-bottom: 16px;
}
.success-story__text {
  color: #14171A;
}

@media (max-width: 1130px) {
  .page-top--serv {
    background-position: 98% 50%;
    background-size: auto 82%;
  }

  .footer-top {
    padding-left: 170px;
  }

  .header .logo {
    top: 6px;
  }
  .header-city {
    left: 170px;
  }
  .header-bot {
    padding-left: 0;
  }

  .footer-col {
    width: 37%;
  }
  .footer-col--services {
    width: 43%;
  }
  .footer-col--about {
    width: 20%;
  }
  .footer-col--contacts {
    width: 100%;
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin-top: 40px;
  }
  .footer-col--contacts div {
    text-align: left;
  }

  .application {
    padding-right: 40px;
  }
  .application-info {
    padding-right: 32px;
  }

  .catalog-item__compare {
    right: 0;
    top: 44px;
  }

  .services {
    display: flex;
    flex-wrap: wrap;
  }
  .services-top__right__img {
    width: 33%;
  }
  .services-top__right-box {
    max-width: 206px;
  }

  .page-right {
    width: calc(100% - 240px);
  }

  .main-top {
    padding: 100px 40px 108px 40px;
  }

  .catalog-filter {
    padding: 32px 0;
  }
  .catalog-filter .property-do {
    width: 15.5%;
  }
  .catalog-filter .property-age {
    width: 13.5%;
  }

  .main-catalog__box {
    padding-right: 16px;
  }
  .main-catalog__box--1, .main-catalog__box--2 {
    width: 50%;
  }
  .main-catalog__box-title {
    font-size: 22px;
  }
  .main-catalog__box-items .col {
    width: 62%;
  }
  .main-catalog__box-items .col:last-child {
    width: 38%;
  }

  .team-item__position {
    margin-bottom: 16px;
  }

  .main-box--partners {
    background-position-x: 132%;
  }

  .tab-link {
    margin-right: 32px;
  }

  .team-item .sticker {
    width: 56px;
    height: 56px;
    background-size: contain;
  }

  .interregional-transactions__info {
    padding-right: 32px;
  }

  .coverage .tab-link {
    margin-right: 32px;
  }

  .broker-box {
    padding-right: 60px;
  }
  .broker-box__img {
    width: 56px;
    height: 56px;
  }
  .broker-box--invert {
    padding: 0 0 0 65px;
  }

  .apartment .catalog-item__info {
    width: 100%;
    padding: 0;
  }
  .apartment .catalog-item__img {
    height: 300px;
  }
  .apartment .catalog-item__date {
    top: 8px;
    right: 0;
  }
  .apartment .catalog-item__price {
    width: 100%;
  }
  .apartment .catalog-item__price .price {
    font-size: 24px;
  }
  .apartment .catalog-item__info .broker-box {
    width: calc(100% - 432px);
  }
  .apartment-rss, .apartment-btns {
    width: 100%;
  }
  .apartment-rss span {
    margin-bottom: 8px;
  }

  .apartment .catalog-item__favorite,
.apartment .catalog-item__compare {
    white-space: nowrap;
  }

  .content-block--advantages .cols {
    margin-right: 0;
  }

  .page-top__text {
    max-width: 615px;
  }
}
@media (max-width: 1210px) {
  .top-menu ul li {
    margin-right: 21px;
  }

  .footer-col--contacts {
    display: block;
    width: 250px;
    text-align: left;
    margin-top: 32px;
  }
}
.dark-bg {
  padding: 80px 0;
  margin-bottom: 80px;
  background: #FAFAFA;
}
.dark-bg .content-block {
  margin: 0;
}
.dark-bg .content-block--steps {
  padding: 0;
  border: 0;
}
.dark-bg .content-block--steps .cols {
  margin-bottom: -32px;
}

.body--newsDetail .footer {
  margin-top: 32px;
}

.analytics-description {
  max-width: 1000px;
}

.analytics-chart:not(.analytics-chart--object) {
  max-width: 1000px;
  margin: 50px 0;
}

.analytics-chart:not(.analytics-chart--object) .analytics-chart__canvas {
  max-width: 700px;
}

.analytics-chart--object {
  margin: 20px 0;
}

.analytics-chart--object .analytics-chart__desc {
  display: none;
}

.analytics-chart__desc {
  margin: 20px 0;
}

.analytics-chart__actuality {
  margin-top: 12px;
  color: #6f757b;
  font-size: 14px;
  line-height: 20px;
  text-align: right;
}

.analytics-chart__desc--pie {
  margin: 40px 0;
}

.page-404 {
  text-align: center;
  padding: 10% 0 15%;
}
.page-404__title {
  margin-bottom: 10px;
}
.page-404__text {
  margin-bottom: 25px !important;
}
.page-404__link {
  display: inline-block;
  vertical-align: top;
  color: #276ef1;
  margin: 0 15px;
}

@media (min-width: 768px) {
  .team-person-detail {
    margin-bottom: 80px;
  }
  .team-person-detail .btn-back-block {
    display: none;
  }
  .team-person-detail .team-person__top {
    margin-top: -40px;
  }
  .team-person-detail .team-person__objects .swiper-container {
    margin: 0 -30px 0 -15px;
    padding: 0 30px 0 15px;
  }
  .team-person-detail .team-person__objects .swiper-container .swiper-button-prev {
    left: 0;
  }
  .team-person-detail .team-person__objects .swiper-container .swiper-button-next {
    right: 0;
  }
}
.main-top__adv-mobile {
  display: none;
}

.team-person__reviews-empty {
  color: #9EA3A8;
  margin: -15px 0 0;
}
.e-hidden {
    display: none !important;
}
.body--catalog .property-district {
  padding-left: 8px;
}
