

/* Start:/bitrix/templates/garderob_s1/components/bitrix/system.pagenavigation/.default/style.css?17706450592487*/
.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:/bitrix/templates/garderob_s1/components/bitrix/news/online-form/bitrix/news.list/.default/style.css?17706450582989*/
.alphabet-letter {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    text-decoration: none;
    color: #333;
    font-weight: bold;
    border: 2px solid #ddd;
    border-radius: 4px;
    transition: all 0.3s ease;
    font-size: 16px;
}

.alphabet-letter.active {
    background-color: rgb(0, 102, 0);
    color: white;
    border-color: rgb(0, 102, 0);
}

.alphabet-letter.active:hover {
    background-color: rgb(0, 80, 0);
    transform: translateY(-2px);
}

.alphabet-letter.disabled {
    color: #999;
    border-color: #eee;
    cursor: not-allowed;
    opacity: 0.5;
}

/* Основной лейаут */
.alphabet-layout {
    margin-top: 20px;
    padding: 0 20px;
}

/* Боковая панель с алфавитом */
.alphabet-sidebar {
    flex: 0 0 60px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 15px 10px;
    background: #f9f9f9;
    border-radius: 5px;
    height: fit-content;
    position: sticky;
    top: 20px;
}

.alphabet-sidebar-letter {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    text-decoration: none;
    color: #333;
    font-weight: bold;
    border-radius: 4px;
    transition: all 0.3s ease;
    font-size: 14px;
}

.alphabet-sidebar-letter.active {
    background-color: rgb(0, 102, 0);
    color: white;
}

.alphabet-sidebar-letter.active:hover {
    background-color: rgb(0, 80, 0);
}

.alphabet-sidebar-letter.disabled {
    color: #ccc;
    cursor: not-allowed;
}

/* Двухколоночный контент */
.alphabet-columns {
    display: flex;
    gap: 40px;
    flex: 1;
}

@media (max-width: 600px) {
    .alphabet-columns {
        gap: unset;
    }
}

.alphabet-column {
    flex: 1;
}

/* Стили групп */
.alphabet-group {
    margin-bottom: 30px;
    break-inside: avoid-column;
}

.alphabet-group-title {
    font-size: 24px;
    color: rgb(0, 102, 0);
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 2px solid #eee;
    font-weight: bold;
}

.news-item {
    margin-bottom: 10px;
    padding: 5px 0;
    line-height: 1.4;
}

.news-item a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.news-item a:hover {
    color: rgb(0, 102, 0);
    text-decoration: underline;
}

/* Адаптивность */
@media (max-width: 992px) {
    .alphabet-layout {
        flex-direction: column;
    }

    .alphabet-sidebar {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        position: static;
        width: 100%;
    }

    .alphabet-sidebar-letter {
        width: 35px;
    }

    .alphabet-columns {
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .alphabet-nav {
        gap: 3px;
    }

    .alphabet-letter {
        width: 30px;
        height: 30px;
        font-size: 14px;
    }

    .alphabet-group-title {
        font-size: 20px;
    }
}
/* End */
/* /bitrix/templates/garderob_s1/components/bitrix/system.pagenavigation/.default/style.css?17706450592487 */
/* /bitrix/templates/garderob_s1/components/bitrix/news/online-form/bitrix/news.list/.default/style.css?17706450582989 */
