/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/
/* Examples (uncomment to use):*/
/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */
/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }
/* Hide compare button */
/* a.compare_item { display: none !important;  }*/

.bx_filter_parameters_box[data-property_id="1602"],
.bx_filter_parameters_box[data-property_id="1604"] {
    display: none;
}

.custom-pinline-block .tizers-list__item-wrapper {
    border: 1px solid #ccc; /* Рамка вокруг каждого блока */
    border-radius: 10px; /* Закругленные углы */
    padding: 15px; /* Внутренний отступ */
    background-color: #fafafa; /* Фон внутри блоков */
    box-sizing: border-box; /* Учитываем padding и border в размере элемента */
}

.custom-pinline-block .tizers-list__item-text-wrapper {
    display: flex;
    flex-direction: column;
}

.custom-pinline-block .tizers-list__item-name {
    margin-bottom: 10px; /* Отступ между заголовком и текстом */
    font-weight: bold;
    color: #222;
}

.custom-pinline-block .tizers-list__item-descr {
    font-size: 15px;
    color: #555;
}
