

/* Start:/local/components/binom/catalog.detail/templates/.default/css/flat-detail.css?17761639544447*/
/* Галерея фотографий */
.flat-detail__gallery {
  margin-bottom: 30px;
}

.flat-detail__gallery-main {
  width: 100%;
  margin-bottom: 15px;
  overflow: hidden;
  background: #fff;
  min-height: 570px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #ccc;
}

.flat-detail__gallery-main img {
  height: 570px;
  max-width: 100%;
  display: block;
}

.flat-detail__gallery-no-photo {
  background: #fff;
}

.flat-detail__no-photo {
  font-size: 18px;
  color: #999;
  text-align: center;
  padding: 40px 20px;
}

.flat-detail__gallery-thumbs {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  display: flex;
  gap: 10px;
  flex-wrap: nowrap;
  z-index: 10;
  width: 100%;
  justify-content: center;
}

.flat-detail__gallery-thumb {
  width: 30px;
  height: 30px;
  border: 1px solid rgba(12, 84, 160, 0.5);
  border-radius: 4px;
  background: #fff;
  color: rgba(12, 84, 160, 1);
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flat-detail__gallery-thumb:hover {
  background: rgba(12, 84, 160, 0.1);
  border-color: rgba(12, 84, 160, 1);
}

.flat-detail__gallery-thumb.active {
  background: rgba(12, 84, 160, 1);
  border-color: rgba(12, 84, 160, 1);
  color: #fff;
}

/* Заголовок и цена */
.flat-detail__header {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}

.flat-detail__title-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.flat-detail__title {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 100%;
  font-weight: 400;
  color: rgba(12, 84, 160, 1);
  margin: 0;
  flex: 1;
  text-transform: uppercase;
}

.flat-detail__price {
  font-size: 20px;
  font-weight: 400;
  color: #000;
  white-space: nowrap;
}

/* Метро */
.flat-detail__metro {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 5px;
}

.flat-detail__metro img {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.flat-detail__other {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.flat-detail__other-right {
  display: flex;
  flex-direction: column;
  gap: 7px;
  text-align: right;
}

/* Характеристики */
.flat-detail__characteristics {
  margin: 35px 0 0 0;
  padding: 30px 0;
  border-top: 1px solid rgba(12, 84, 160, 1);
}

.flat-detail__characteristics-title {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 15px 0;
  color: #000;
  text-transform: uppercase;
}

.flat-detail__characteristics-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.flat-detail__characteristic-item {
  margin-bottom: 15px;
}

.flat-detail__characteristic-label {
  font-size: 11px;
  line-height: 18px;
  color: rgba(132, 138, 146, 1);
  font-family: Montserrat, sans-serif;
}

.flat-detail__characteristic-value {
  font-size: 11px;
  font-weight: 400;
  line-height: 18px;
  color: #000;
}

/* Блок о ЖК */
.flat-detail__newbuilding {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.flat-detail__newbuilding-logo {
  flex-shrink: 0;
  width: 120px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flat-detail__newbuilding-logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.flat-detail__newbuilding-info {
  flex: 1;
}

.flat-detail__newbuilding-address {
  font-size: 11px;
  line-height: 14px;
  color: #000;
}

.flat-detail__newbuilding-link {
  font-size: 11px;
  color: #253970;
  text-decoration: none;
  transition: color 0.3s ease;
}

.flat-detail__newbuilding-link:hover {
  color: #0a4280;
  text-decoration: underline;
}

/* Адаптивность */
@media (max-width: 1024px) {
  .flat-detail__characteristics-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .flat-detail__title-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .flat-detail__characteristics-grid {
    grid-template-columns: 1fr;
  }
  
  .flat-detail__title {
    font-size: 28px;
    line-height: 38px;
  }
  
  .flat-detail__price {
    font-size: 24px;
  }
  
  .flat-detail__newbuilding {
    flex-direction: column;
  }
  
  .flat-detail__newbuilding-logo {
    width: 100px;
    height: 50px;
  }
}

/* End */
/* /local/components/binom/catalog.detail/templates/.default/css/flat-detail.css?17761639544447 */
