@charset "UTF-8";
/* Generated by vite-plugin-svg-spritemap */
/* ======Компонент Item-rent ============ */
.item-rent {
  border-radius: 0.125rem;
  background-color: #fff;
  box-shadow: 0 0.25rem 0.35624998808125rem 0 rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.item-rent__photo {
  aspect-ratio: 334/260;
  overflow: hidden;
  background-color: #f5f5f7;
}
.item-rent__photo img {
  aspect-ratio: 334/260;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
.item-rent__body {
  padding: 1.1875rem 1.25rem 1.1875rem 1.3125rem;
  display: flex;
  flex-direction: column;
  font-family: "Inter", system-ui, -apple-system, sans-serif;
}
.item-rent__location {
  font-size: 0.75rem;
  font-weight: 500;
  color: rgba(90, 90, 85, 0.8);
}
.item-rent__location:not(:last-child) {
  margin-bottom: 0.6875rem;
}
.item-rent__title {
  font-size: 1.125rem;
  font-weight: 500;
  color: #5A5A55;
  letter-spacing: -0.0625rem;
  transition: color 0.3s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.item-rent__title:not(:last-child) {
  margin-bottom: 0.625rem;
}
.item-rent__size {
  font-size: 0.75rem;
  color: #5A5A55;
}
.item-rent__size:not(:last-child) {
  margin-bottom: 1rem;
}
.item-rent__price {
  display: flex;
  align-items: center;
  gap: 0.1875rem;
  font-weight: 500;
}
.item-rent__price:not(:last-child) {
  margin-bottom: 0.875rem;
}
.item-rent__price-label {
  font-size: 0.75rem;
  color: #5A5A55;
}
.item-rent__price-value {
  font-size: 1.125rem;
  font-weight: 500;
  color: #2B2B26;
}
.item-rent__divider {
  height: 0.0625rem;
  background-color: rgba(90, 90, 85, 0.3019607843);
}
.item-rent__residents {
  margin-top: 0.625rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}
.item-rent__residents-label {
  font-size: 0.75rem;
  color: rgba(90, 90, 85, 0.8);
}
.item-rent__avatars {
  display: flex;
  align-items: center;
}
.item-rent__avatar {
  width: 1.5rem;
  height: 1.5rem;
  border: 0.0625rem solid #C2552E;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.5rem;
  font-weight: 600;
  color: #5A5A55;
  background-color: #FFFFFF;
}
.item-rent__avatar--more {
  font-size: 0.625rem;
}

.item-rent__avatar + .item-rent__avatar {
  margin-left: -0.5625rem;
}/* Generated by vite-plugin-svg-spritemap */
.contacts {
  position: relative;
  overflow: hidden;
}
.contacts__container {
  display: flex;
  flex-direction: column;
  row-gap: 3rem;
}
.contacts__wrap {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.contacts__map {
  width: 100vw;
}
.contacts__map iframe {
  width: 100%;
}/* Generated by vite-plugin-svg-spritemap */
.application {
  background-color: #131311;
  position: relative;
  overflow: hidden;
}
.application__container {
  display: flex;
}
.application__image {
  width: 100vw;
  aspect-ratio: 727/646;
}
.application__image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 727/646;
  object-fit: cover;
  object-position: top;
}
.application__content {
  padding-block: 2.8125rem;
  width: 100%;
}
.application__top {
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  row-gap: 0.625rem;
}
.application__top:not(:last-child) {
  margin-bottom: 2.125rem;
}
.application__subtitle {
  font-size: 1.125rem;
  line-height: 1.222222;
}
@media (max-width: 61.99875em){
  .application__subtitle {
    font-size: 1rem;
  }
}
@media (max-width: 47.99875em){
  .contacts__container {
    row-gap: 1.875rem;
  }
  .contacts__wrap {
    flex-direction: column-reverse;
    row-gap: 1.875rem;
  }
  .contacts__content {
    width: 100%;
  }
  .application__container {
    flex-direction: column-reverse;
  }
  .application__subtitle {
    font-size: 0.875rem;
  }
  .application__form {
    flex: 100%;
  }
}
@media (max-width: 29.99875em){
  .contacts__container {
    row-gap: 1.25rem;
  }
  .contacts__map iframe {
    height: 15.625rem;
  }
  .application__subtitle {
    font-size: 0.75rem;
  }
}
@media (min-width: 47.99875em) and (width <= 20em){
  .contacts__map {
    bottom: 3.125rem;
  }
}
@media (min-width: 47.99875em) and (width > 88.125em){
  .contacts__map {
    bottom: 6.25rem;
  }
}
@media (min-width: 47.99875em) and (width > 20em) and (width <= 88.125em){
  .contacts__map {
    bottom: clamp( 3.125rem , 2.2075688073375rem  +  4.5871559633vw , 6.25rem );
  }
}
@media (min-width: 47.99875em){
  .contacts__wrap {
    padding-block-end: 2rem;
    padding-block-start: 2.125rem;
  }
  .contacts__map {
    position: absolute;
    right: 0;
    top: 6.125rem;
    width: 50vw;
  }
  .application__container {
    align-items: center;
    justify-content: end;
  }
  .application__image {
    bottom: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 50vw;
  }
  .application__content {
    padding-inline-start: 1.625rem;
    flex: 0 0 50%;
    align-self: flex-end;
  }
}
@media (any-hover: hover), (pointer: fine){
  html:not([data-fls-touch]) .item-rent:hover {
    box-shadow: 0.1875rem 0.625rem 0.625rem 0.1875rem rgba(0, 0, 0, 0.09);
  }
  html:not([data-fls-touch]) .item-rent__photo:hover img {
    transform: scale(1.02);
  }
  html:not([data-fls-touch]) .item-rent__title:hover {
    text-decoration: underline;
    color: #C2552E;
  }
}