.faq .accordion .drop {
  max-width: initial;
}
.property-card .metro-stations {
  margin: 6px 0px;
}
.property-card .property-footer {
  min-width: 75px;
}

.house-info_right .social {
  display: flex;
  align-items: center;
  gap: 8px;
}
.house-info_right .social p {
  margin: 0px;
  padding-right: 12px;
}
.house-info_right .social a {
  width: 60px;
  height: 60px;
  border: none;
  margin: 0px;
}
.house-info_right .social a:hover {
  border: none;
}
.breadcrumb-box {
  margin-bottom: 72px;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.breadcrumb-box button {
  margin: 0px;
  height: 60px;
  margin-left: auto;
}
.crumbs ul {
  margin: 0px;
}
.header_wh:hover .header_wh_icon,
.header.is-fix .header_wh:hover .header_wh_icon,
.header.header--white .header_wh:hover .header_wh_icon {
  background-image: url("/local/templates/point/images/header_wh_color.svg");
}
.header_tg:hover .header_tg_icon,
.header.is-fix .header_tg:hover .header_tg_icon,
.header.header--white .header_tg:hover .header_tg_icon {
  background-image: url("/local/templates/point/images/header_tg_color.svg");
}

.header_favorite:hover path,
.header.is-fix .header_favorite:hover path,
.header.header--white .header_favorite:hover path,
.header_search:hover path,
.header.is-fix .header_search:hover path,
.header.header--white .header_search:hover path {
  stroke: #ee7c02;
}
.group-masthead .tag-list.tag-list-alt span.metro-icon {
  background: #dc574d;
  flex: none;
  margin-right: 8px;
}
section.about-people {
  padding-bottom: 80px;
}
@media screen and (max-width: 1919px) {
  .property-card .attribute {
    padding: 3px 8px;
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1440px) {
  .property-cart-title {
    font-size: 26px;
  }
  .property-card .property-info p {
    font-size: 16px;
    line-height: 22px;
  }
  .property-card .current-price {
    font-size: 30px;
    line-height: 42px;
  }
  .property-card .attribute {
    padding: 3px 8px;
    font-size: 14px;
    line-height: 20px;
  }
  .property-footer .soc_tg,
  .property-footer .soc_wh {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background-size: 16px;
  }
  .property-footer .soc_fv {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background-size: 30px;
  }
  .property-card {
    padding: 20px;
    gap: 16px;
  }
}
@media screen and (max-width: 1220px) {
  .property-details .metro-station {
    font-size: 14px;
    line-height: 20px;
  }
  .property-details .address {
    font-size: 16px;
    line-height: 22px;
  }
  .property-card .attribute span {
    font-size: 14px;
    line-height: 20px;
  }
  .property-info,
  .property-details {
    width: 26%;
  }
}
.property-cart-title {
  line-height: 34px;
}
.current-price-label {
  font-size: 16px;
  color: #24262b99;
  margin-bottom: 2px;
  margin-top: 20px;
}
.property-card .metro-station {
  flex-wrap: wrap;
}
.property-card .property-footer.no-id {
  align-items: initial;
  flex-direction: initial;
}
.property-card .property-footer.no-id [rel="js-add-to-favorites"] {
  margin-top: auto;
}
.walking-time,
.car-time {
  position: relative;
  padding-left: 20px;
  color: #666;
  margin-left: 8px;
  display: flex;
  align-items: center;
}
.walking-time:before {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  background-image: url("/local/templates/point/images/mdi_human-run.png");
  background-repeat: no-repeat;
  background-position: center;
  left: 0px;
}
.car-time:before {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  background-image: url("/local/templates/point/images/mingcute_car-line.png");
  background-repeat: no-repeat;
  background-position: center;
  left: 0px;
}
@media screen and (max-width: 1024px) {
  .route-button {
    margin-bottom: 16px;
  }
  .worktime {
    font-size: 18px;
  }
  .footer_nav_contacts button.btn-color {
    margin-top: 15px;
    max-width: 230px;
  }
  .breadcrumb-box {
    flex-direction: column;
  }
  .breadcrumb-box button {
    margin: initial;
  }
  .property-cart-title {
    font-size: 18px;
    line-height: 22px;
  }
  .property-card .property-info p {
    font-size: 14px;
    line-height: 20px;
  }
  .property-details .address {
    font-size: 14px;
    line-height: 20px;
  }
  .property-card .attribute {
    font-size: 12px;
    line-height: 20px;
  }
  .property-card .attribute svg {
    width: 18px;
    height: 18px;
  }
  .property-card .attribute {
    gap: 8px;
  }
  .property-card .current-price {
    font-size: 18px;
    line-height: 26px;
  }
  .catalog-list_in .property-card .property-details {
    padding-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .breadcrumb-box {
    margin-bottom: 35px;
  }
  .content-big-nav li:after {
    top: calc(33% - 4px);
  }
  .breadcrumb-box button[data-src="#callback_add_object"] {
    margin-top: 20px;
  }
  .item_info_right {
    align-items: center;
  }
  .house-info_right .social {
    justify-content: flex-end;
  }
  .house-info_right .social a {
    flex: 0;
    min-width: initial;
    margin: 0px;
  }
  .house-info_right .social p {
    order: 0;
    padding: 0px;
    margin-right: auto;
  }
  .catalog-list_in .property-card {
    flex-direction: column;
    padding: 16px;
  }
  .catalog-list_in .property-card .property-footer {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: initial;
    order: 2;
  }
  .catalog-list_in .property-card .social-links {
    display: flex;
    gap: 10px;
    flex-direction: row;
    align-items: center;
  }
  .catalog-list_in .property-card .property-details {
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: left;
    order: 4;
    border-top: 1px solid #caced7;
  }
  .catalog-list_in .property-card .property-info {
    text-align: left;
    display: flex;
    flex-direction: column;
    width: 100%;
    order: 3;
  }
  .catalog-list_in .property-card .price-block {
    margin-top: 20px;
  }
  .catalog-list_in .property-card .property-slider-block {
    width: 100%;
    order: 1;
  }
  .catalog-list_in .property-card {
    gap: 1rem;
  }
  .property-card-sep {
    display: none;
  }
  .catalog-list_in .property-card .discount-pr,
  .catalog-list_in .property-card .discount-ex {
    font-size: 0;
    padding-left: 20px;
    padding-right: 20px;
    background-position: center;
    height: 42px;
  }
  .catalog-list_in .soc_wh,
  .catalog-list_in .soc_tg,
  .catalog-list_in .soc_fv {
    width: 44px;
    height: 44px;
  }
  .catalog-list_in .property-cart-title {
    font-size: 23px;
    text-transform: uppercase;
  }
  .catalog-list_in .property-card .property-id {
    font-size: 18px;
    text-transform: uppercase;
  }
  .catalog-list_in .property-card .property-info p {
    font-size: 18px;
  }
  .catalog-list_in .property-card .current-price {
    font-size: 20px;
  }
  /*.property-details .address{*/
  /*    display: none;*/
  /*}*/
  .catalog-list_in .property-card .metro-station {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .middle-banner-legal {
    margin-top: -80px;
  }
  .middle-banner-legal .right {
    padding: 63px 16px 26px;
  }
  .middle-banner-legal .title-item {
    font-size: 100%;
    line-height: 27px;
  }
  .middle-banner-legal .small-title {
    font-size: 100%;
    line-height: 27px;
  }
}
