

/* Start:/local/templates/barnes/components/bitrix/catalog.element/barnes_complex_detail/style.css?17596838883575*/
.search-map-infobox-wrapper {
    min-width: 325px;
    padding: 8px;
    background: #fff;
    box-shadow: 0 2px 20px rgba(29, 34, 45, 0.1);
    border-radius: 4px 4px 4px 0;
}

.search-map-infobox-wrapper br {
    display: none;
}

.balloon-wrap {
    display: flex;
}

.balloon-img {
    width: 130px;
    height: 112px;
    margin-right: 12px;
    border-radius: 4px;
    object-fit: cover;
    object-position: center;
}

.balloon-title {
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
}

.balloon-price {
    margin-bottom: 4px;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.02em;
}

.balloon-addres {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -0.02em;
}

.page-project__aside-title {
    font-size: 21px!important;
}

.gallery__img {
    cursor: pointer;
}

.faq {
    margin: 0 auto;
    padding-bottom: 20px;
}

.faq__title {
    font-size: 24px;
    margin-bottom: 20px;
    color: #333;
}

.faq__item {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin-bottom: 10px;
    overflow: hidden;
}

.faq__question {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    background: #f9f9f9;
    border: none;
    cursor: pointer;
    text-align: left;
    transition: background 0.3s ease;
}

.faq__question:hover {
    background: #f0f0f0;
}

.faq__question-text {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.faq__icon {
    transition: transform 0.3s ease;
    color: #666;
}

.faq__item[open] .faq__icon {
    transform: rotate(180deg);
}

.faq__answer {
    padding: 0;
    background: #fff;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq__answer-content {
    padding: 20px 0 20px 0px;
}

.faq__item.active .faq__answer {
    max-height: 1000px;
    padding: 0 20px;
}

.faq__item.active .faq__icon {
    transform: rotate(180deg);
}

.page-project__description-text a {
    color: #D91546!important;
}


.apartments {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    font-family: Arial, sans-serif;
}

.apartment-card {
    width: 23%;
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    text-align: center;
}

.apartment-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333;
}

.apartment-price {
    font-size: 16px;
    color: #666;
    margin-bottom: 15px;
}

.apartment-link {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 15px 18px;
    margin-bottom: 8px;
    background: #D91546;
    border: 1px solid transparent;
    border-radius: 4px;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    transition: all 0.3s ease;
}

.apartment-link:hover {
    background: #fff;
    color: #D91546;
    border: 1px solid #D91546;
}

@media (max-width: 768px) {
    .apartment-card {
        width: 48%;
    }
}

@media (max-width: 480px) {
    .apartment-card {
        width: 100%;
    }
}
/* End */
/* /local/templates/barnes/components/bitrix/catalog.element/barnes_complex_detail/style.css?17596838883575 */
