

/* Start:/bitrix/templates/universesite_s1/components/bitrix/system.pagenavigation/.default/style.css?17537384672487*/
.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default {
  display: block;
  margin: 10px 0;
}
.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default .system-pagenavigation-items {
  display: block;
  position: relative;
  text-align: center;
  overflow: hidden;
  font-size: 0;
}
.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default .system-pagenavigation-items-wrapper {
  display: inline-block;
  vertical-align: top;
  margin: -4px;
}
.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default .system-pagenavigation-item {
  display: inline-block;
  vertical-align: middle;
  padding: 4px;
}
.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default .system-pagenavigation-item.system-pagenavigation-item-active .system-pagenavigation-item-wrapper {
  background-color: #0065ff;
  border-color: #0065ff;
  color: #fff;
}
.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default .system-pagenavigation-item.system-pagenavigation-item-disabled .system-pagenavigation-item-wrapper {
  display: none;
}
.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default .system-pagenavigation-item.system-pagenavigation-item-all .system-pagenavigation-item-wrapper {
  width: auto;
  text-align: left;
}
.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default .system-pagenavigation-item-wrapper {
  display: block;
  background-color: transparent;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  line-height: 1.42857143;
  text-align: center;
  padding: 6px;
  border-radius: 4px;
  width: 32px;
  height: 32px;
  overflow: hidden;
  text-decoration: none;
  cursor: pointer;
  color: #2d2d2d;
  -webkit-transition-duration: 350ms;
  -moz-transition-duration: 350ms;
  -ms-transition-duration: 350ms;
  -o-transition-duration: 350ms;
  transition-duration: 350ms;
  -webkit-transition-property: color, background-color, border-color;
  -moz-transition-property: color, background-color, border-color;
  -ms-transition-property: color, background-color, border-color;
  -o-transition-property: color, background-color, border-color;
  transition-property: color, background-color, border-color;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default .system-pagenavigation-item-wrapper:hover {
  background-color: #f7f7f7;
  border-color: #f7f7f7;
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/tend_kundrat_list/style.css?17694644276875*/

.tend_kundrat_list_wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.tend_kundrat_list_title {
    font-size: 32px;
    margin: 0 0 30px 0;
    color: #333;
    text-align: center;
}

/* Уведомление об авторизации */
.tend_kundrat_list_auth_notice {
    background: #fff3cd;
    border: 1px solid #ffc107;
    padding: 15px 20px;
    border-radius: 8px;
    text-align: center;
    margin-bottom: 30px;
    color: #856404;
}

.tend_kundrat_list_auth_notice a {
    color: #533f03;
    font-weight: 600;
}

/* Навигация */
.tend_kundrat_list_nav {
    display: flex;
    gap: 10px;
    margin-bottom: 30px;
    flex-wrap: wrap;
    justify-content: center;
}

.tend_kundrat_list_nav_item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s;
}

.tend_kundrat_list_nav_active {
    background: #d4edda;
    color: #155724;
}

.tend_kundrat_list_nav_active:hover {
    background: #c3e6cb;
}

.tend_kundrat_list_nav_pending {
    background: #fff3cd;
    color: #856404;
}

.tend_kundrat_list_nav_pending:hover {
    background: #ffe69c;
}

.tend_kundrat_list_nav_finished {
    background: #e2e3e5;
    color: #383d41;
}

.tend_kundrat_list_nav_finished:hover {
    background: #d6d8db;
}

.tend_kundrat_list_nav_count {
    background: rgba(0,0,0,0.1);
    padding: 2px 8px;
    border-radius: 10px;
    font-size: 12px;
}

/* Секции */
.tend_kundrat_list_section {
    margin-bottom: 50px;
    scroll-margin-top: 20px;
}

.tend_kundrat_list_section_title {
    font-size: 24px;
    margin: 0 0 20px 0;
    padding-bottom: 10px;
    border-bottom: 2px solid #e9ecef;
    color: #333;
}

.tend_kundrat_list_empty {
    background: #f8f9fa;
    padding: 40px;
    text-align: center;
    border-radius: 10px;
    color: #888;
    font-style: italic;
}

/* Сетка карточек */
.tend_kundrat_list_grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 25px;
}

@media (max-width: 400px) {
    .tend_kundrat_list_grid {
        grid-template-columns: 1fr;
    }
}

/* Карточка тендера */
.tend_kundrat_list_card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.08);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s, box-shadow 0.3s;
}

.tend_kundrat_list_card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}

.tend_kundrat_list_card_active {
    border-left: 4px solid #28a745;
}

.tend_kundrat_list_card_pending {
    border-left: 4px solid #ffc107;
}

.tend_kundrat_list_card_finished {
    border-left: 4px solid #6c757d;
}

/* Заголовок карточки */
.tend_kundrat_list_card_header {
    padding: 20px;
    border-bottom: 1px solid #f0f0f0;
}

.tend_kundrat_list_card_title {
    margin: 0 0 10px 0;
    font-size: 18px;
}

.tend_kundrat_list_card_title a {
    color: #333;
    text-decoration: none;
}

.tend_kundrat_list_card_title a:hover {
    color: #667eea;
}

.tend_kundrat_list_card_status {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 500;
}

.tend_kundrat_list_card_status_active {
    background: #d4edda;
    color: #155724;
}

.tend_kundrat_list_card_status_pending {
    background: #fff3cd;
    color: #856404;
}

.tend_kundrat_list_card_status_finished {
    background: #e2e3e5;
    color: #383d41;
}

/* Тело карточки */
.tend_kundrat_list_card_body {
    padding: 20px;
    flex-grow: 1;
}

.tend_kundrat_list_card_desc {
    color: #666;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 15px;
}

.tend_kundrat_list_card_params {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 15px;
}

.tend_kundrat_list_card_param {
    background: #f8f9fa;
    padding: 10px;
    border-radius: 6px;
}

.tend_kundrat_list_card_param_label {
    display: block;
    font-size: 11px;
    color: #888;
    text-transform: uppercase;
    margin-bottom: 3px;
}

.tend_kundrat_list_card_param_value {
    font-weight: 600;
    color: #333;
}

/* Даты */
.tend_kundrat_list_card_dates {
    margin-bottom: 15px;
}

.tend_kundrat_list_card_date {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}

.tend_kundrat_list_card_date_label {
    color: #888;
}

.tend_kundrat_list_card_date_value {
    font-weight: 500;
}

.tend_kundrat_list_card_date_countdown {
    color: #dc3545;
}

/* Информация о ставках */
.tend_kundrat_list_card_bids {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px;
    background: #f0f7ff;
    border-radius: 8px;
    margin-bottom: 15px;
    font-size: 14px;
}

.tend_kundrat_list_card_best_price {
    color: #28a745;
}

/* Победитель */
.tend_kundrat_list_card_winner {
    background: linear-gradient(135deg, #ffecd2 0%, #fcb69f 100%);
    padding: 12px;
    border-radius: 8px;
    text-align: center;
    font-size: 14px;
}

.tend_kundrat_list_card_you_won {
    display: inline-block;
    background: #28a745;
    color: white;
    padding: 2px 8px;
    border-radius: 10px;
    font-size: 12px;
    margin-left: 5px;
}

/* Футер карточки */
.tend_kundrat_list_card_footer {
    padding: 15px 20px;
    border-top: 1px solid #f0f0f0;
}

.tend_kundrat_list_card_btn {
    display: block;
    text-align: center;
    padding: 12px 20px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s;
}

.tend_kundrat_list_card_active .tend_kundrat_list_card_btn {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.tend_kundrat_list_card_active .tend_kundrat_list_card_btn:hover {
    transform: scale(1.02);
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
}

.tend_kundrat_list_card_pending .tend_kundrat_list_card_btn {
    background: #fff3cd;
    color: #856404;
}

.tend_kundrat_list_card_pending .tend_kundrat_list_card_btn:hover {
    background: #ffe69c;
}

.tend_kundrat_list_card_finished .tend_kundrat_list_card_btn {
    background: #e2e3e5;
    color: #383d41;
}

.tend_kundrat_list_card_finished .tend_kundrat_list_card_btn:hover {
    background: #d6d8db;
}
/* End */
/* /bitrix/templates/universesite_s1/components/bitrix/system.pagenavigation/.default/style.css?17537384672487 */
/* /local/templates/.default/components/bitrix/news.list/tend_kundrat_list/style.css?17694644276875 */
