

/* Start:/local/js/pravoby/helpers/classes/inputclear/dist/inputClear.bundle.css?1786629993230*/
.input-clear-wrapper {
    display: block;
    position: relative;
}

.input-clear-wrapper input,
.input-clear-wrapper textarea {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
}
/* End */


/* Start:/local/templates/inner/components/bitrix/news/etalon_centers/bitrix/catalog.filter/etalon_centers/style.css?17866972554399*/
/* Стили по умолчанию (для мобильных) */
.information-filter-form .form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

.information-filter-form .form-label {
    margin-bottom: 5px;

}

.information-filter-form select{
    background: #dcf2ff;
}

.information-filter-form .form-control,
.information-filter-form .form-group select {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.information-filter-form .form-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.information-filter-form .form-group--half {
    padding: 0 5px;
    box-sizing: border-box;
    width: 100%;
}

.usercontent .bx-pagination-container ul li::before{
    content: "";
}

.popup-select{
    overflow: auto;
    max-height: 85vh;
}

/* Стили для планшетов и десктопов (ширина экрана > 768px) */
@media (min-width: 768px) {
    .information-filter-form .form-group {
        display: grid;
        grid-template-columns: 30% 1fr;
        grid-column-gap: 10px;
        align-items: center;
    }

    .information-filter-form .form-label {
        margin-bottom: 0;
    }

    .information-filter-form .form-control,
    .information-filter-form .form-group select {
        width: 100%;
    }

    .information-filter-form .form-group--half {
        width: 50%;
        grid-template-columns: 60% 1fr;
    }
}


/* Стили для custom-select и кнопки очистки */
.custom-select {
    position: relative; /* Для позиционирования дочерних элементов */
    padding-right: 30px; /* Отступ справа, чтобы кнопка не перекрывала текст */
    display: flex; /* Чтобы текст и кнопка были в одной строке */
    align-items: center; /* Выравнивание по центру по вертикали */
    justify-content: space-between; /* Распределение пространства между текстом и кнопкой */
}

.custom-select__text {
    flex-grow: 1; /* Позволяет тексту занимать все доступное пространство */
    white-space: nowrap; /* Предотвращает перенос текста */
    overflow: hidden; /* Обрезает текст, если он слишком длинный */
    text-overflow: ellipsis; /* Добавляет многоточие для обрезанного текста */
}

/* Унифицированные стили для кнопок очистки */
.button_cleanup,
.add-clear-button,
.input-clear-button { /* Добавлен новый класс */
    position: absolute;
    right: 8px; /* Отступ от правого края */
    top: 50%;
    transform: translateY(-50%); /* Выравнивание по центру по вертикали */
    text-decoration: none;
    color: #999;
    font-weight: bold;
    font-size: 14px;
    line-height: 1;
    padding: 0 5px;
    z-index: 10; /* Чтобы кнопка была поверх других элементов, если они есть */
    cursor: pointer; /* Добавляем курсор-указатель */
}

.custom-select .button_cleanup{
    right: 20px; /* Переопределяем для кнопки внутри custom-select, если нужно */
}

.button_cleanup:hover,
.add-clear-button:hover,
.input-clear-button:hover { /* Добавлен новый класс */
    color: #333;
}

.input-clear-wrapper {
    position: relative;
}

.select-clear-wrapper {
    position: relative;
}

.select-clear-wrapper .input-clear-button {
    right: 15px;
}


/* Стили для планшетов и десктопов (ширина экрана > 768px) */
@media (min-width: 768px) {
    .information-filter-form .form-group {
        display: grid;
        grid-template-columns: 30% 1fr;
        grid-column-gap: 10px;
        align-items: center;
    }

    .information-filter-form .form-label {
        margin-bottom: 0;
    }

    .information-filter-form .form-control,
    .information-filter-form .form-group select {
        width: 100%;
    }

    .information-filter-form .form-group--half {
        width: 50%;
        grid-template-columns: 60% 1fr;
    }
}
/* End */


/* Start:/bitrix/components/bitrix/system.pagenavigation/templates/round/style.min.css?17353780962530*/
.bx-pagination{margin:10px 0}.bx-pagination .bx-pagination-container{text-align:center;position:relative}.bx-pagination .bx-pagination-container ul{padding:0;margin:0;list-style:none;display:inline-block}.bx-pagination .bx-pagination-container ul li{display:inline-block;margin:0 2px 15px 2px}.bx-pagination .bx-pagination-container ul li span{-webkit-transition:color .3s ease,background-color .3s ease,border-color .3s ease;-moz-transition:color .3s ease,background-color .3s ease,border-color .3s ease;-ms-transition:color .3s ease,background-color .3s ease,border-color .3s ease;-o-transition:color .3s ease,background-color .3s ease,border-color .3s ease;transition:color .3s ease,background-color .3s ease,border-color .3s ease;background:#eff0f1;padding:0 8px;display:block;height:32px;min-width:32px;line-height:32px;color:#444;font-size:14px;border-radius:16px;vertical-align:middle;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bx-pagination .bx-pagination-container ul li a{text-decoration:none;display:block;border-radius:16px;height:32px;min-width:32px;line-height:32px;color:#444;vertical-align:middle}.bx-pagination .bx-pagination-container ul li a:hover span{background:#dadada}.bx-pagination .bx-pagination-container ul li.bx-active span{background:#0083d1;color:#fff}.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,.bx-pagination .bx-pagination-container ul li.bx-pag-next a span{background:#fff;border:2px solid #eff0f1;line-height:28px;padding:0 18px;color:#444}.bx-pagination .bx-pagination-container ul li.bx-pag-all span,.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,.bx-pagination .bx-pagination-container ul li.bx-pag-next span{color:#aab1b4;background:#fff;border:2px solid #eff0f1;line-height:28px;padding:0 18px}.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span{background:#fff;border-color:#dadada;color:#000}.bx-pagination.bx-green .bx-pagination-container ul li.bx-active span{background:#3bc915;color:#fff}.bx-pagination.bx-yellow .bx-pagination-container ul li.bx-active span{background:#f9a91d;color:#fff}.bx-pagination.bx-red .bx-pagination-container ul li.bx-active span{background:#e22b2b;color:#fff}.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{background:#0083d1;color:#fff}
/* End */


/* Start:/local/templates/inner/components/bitrix/news/etalon_centers/bitrix/news.list/list_modern/style.css?17866972551282*/
.contact-icon {
    width: 16px;
    height: 16px;
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    font-size: 14px;
}

#centers-table .table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #dee2e6;
}

#centers-table .table th,
#centers-table .table td {
    padding: 12px 15px;
    text-align: left;
    word-break: break-word;
}

#centers-table .table thead {
    background-color: #f8f9fa;
    border-bottom: 2px solid #dee2e6;
}

#centers-table .table thead th {
    font-weight: 600;
    color: #495057;
}

#centers-table .table tbody tr {
    border-bottom: 1px solid #dee2e6;
}

#centers-table .table tbody tr:last-child {
    border-bottom: none;
}

#centers-table .table a {
    color: #007bff;
    text-decoration: none;
}

#centers-table .table a:hover {
    text-decoration: underline;
}

@media (min-width: 992px) {
    #centers-table .table {
        table-layout: fixed;
    }
    #centers-table .table th:nth-child(1) { width: 3%; }   /* № */
    #centers-table .table th:nth-child(2) { width: 30%; }  /* Наименование ПЦПИ */
    #centers-table .table th:nth-child(3) { width: 25%; }  /* Адрес */
    #centers-table .table th:nth-child(4) { width: 25%; }  /* Контакты */
}
/* End */
/* /local/js/pravoby/helpers/classes/inputclear/dist/inputClear.bundle.css?1786629993230 */
/* /local/templates/inner/components/bitrix/news/etalon_centers/bitrix/catalog.filter/etalon_centers/style.css?17866972554399 */
/* /bitrix/components/bitrix/system.pagenavigation/templates/round/style.min.css?17353780962530 */
/* /local/templates/inner/components/bitrix/news/etalon_centers/bitrix/news.list/list_modern/style.css?17866972551282 */
