/* Форма редактирования объекта недвижимости
----------------------------------------------------------------------------- */ 

/* Сокрытие поля Основная категория */
#form_citrus_realty_manage_objects_form_12 .field-IBLOCK_ELEMENT_SECTION_ID
{
	display: none;
}

/* Сокрытие Кнопок Сохранить, Отмена, предпросомтр (при предпросмотре создается черновик и пропадают изображения) */
#form_citrus_realty_manage_objects_form_12 input[name="save"],
#form_citrus_realty_manage_objects_form_12 input[name="preview"],
#form_citrus_realty_manage_objects_form_12 input[name="cancel"],
#form_citrus_realty_manage_objects_form_12 .bx-edit-tab-header .bx-interface-toolbar--link
{
	display: none;
}

#form_citrus_realty_manage_objects_form_12 input[name="apply"]{
	background-color: var(--primary-color);
	color: #fff;
}

/* Контент
----------------------------------------------------------------------------- */ 

.section__content ul, .section__content ol{
    padding: 0;
    list-style: none;
    margin: 15px 0;
	counter-reset: numList;
}
/* .section__content ol {
    counter-reset: numList;
} */
.section__content ul li, .section__content ol li{
	position: relative;
    padding: 4px 0;
    padding-left: 20px;
}
.section__content ul li:before {
	background-color: var(--primary-color);
    position: absolute;
    top: 12px;
    left: 0;
    width: 8px;
    height: 8px;
    content: '';
}
.section__content ol li::before {
    counter-increment: numList;
    content: counter(numList)".";
    position: absolute;
    top: 4px;
    left: 0;
    color: var(--primary-color);
}

.p__swiper.license-swiper a {
	display: block;
    text-align: center;
}

/* Заголовок на главной и отступы и цвет первой иконки */
.main-filter-wrap .section-description{
color: #000;
font-weight: 400;
margin-top: 43px;
}
.main-filter-wrap .section-inner{
padding-bottom: 90px;
}
.main-filter-wrap .section__header {
    margin-bottom: 32px;
}
.main-filter-wrap .line-sections__item._selected .line-sections__item-icon-w, .line-sections__item:hover .line-sections__item-icon-w {
    background-color: #adadad;
}