

/* Start:/local/templates/barnes/components/bitrix/catalog.element/poselki/style.css?17430504142159*/
.form.modal__form .sub-panel__input_state_error {
    border-color: #d91546;
}

#formContact .form__message {
    display: block;
}

.sidebar_content {
    vertical-align: top;
}

.js-sticky {
    vertical-align: top;
    height: fit-content;
    top: 140px !important;
}

.product-card__map {
    position: relative;
}

.check-group__label.disabled {
    opacity: 0.5;
    cursor: default;
}

body .range__input {
    width: 95px;
    font-size: 16px;
}

@media only screen and (min-width: 1025px) {
    .product-card__section {
        /*min-height: 430px;*/
    }

    body .product-card__filter-form {
        width: 110%;
    }
}

@media only screen and (min-width: 1270px) {
    body .product-card__controls {
        display: flex;
    }
}

.sb_anons {

}

.sb_title {
    font-weight: 600;
    font-size: 24px;
    line-height: 31px;
    color: #000000;
    margin-bottom: 20px;
}

.sb_text {
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #000000;
    margin-bottom: 60px;

}

.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);
}
/* End */
/* /local/templates/barnes/components/bitrix/catalog.element/poselki/style.css?17430504142159 */
