

/* Start:/bitrix/templates/sotbit_b2c/components/bitrix/system.pagenavigation/.default/style.css?1759915343678*/
.page-navigation {
  display: flex;
  gap: 8px;
  align-items: center;
  /* current page */
}
.page-navigation a:not(.icon), .page-navigation b {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
}
.page-navigation b {
  transition: background-color var(--transition);
  line-height: 1;
  color: var(--white);
  background-color: var(--primary);
  font-weight: 500;
}
.page-navigation a:where(:not(.icon)) {
  color: var(--dark);
  font-weight: 500;
}
.page-navigation a:where(.icon) {
  color: var(--secondary-600);
}
.page-navigation .show-all {
  margin-left: 8px;
}
/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/bitrix/components/sotbit/b2c.news/templates/brands/bitrix/news.list/.default/style.css?17599153252124*/
.partner_list {
    margin-bottom: 24px;
}

.partner_list__alphabet {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -12px;
}

.partner_list__alphabet .partner_list__alphabet_item {
    margin: 0 12px 24px;
    text-decoration: none;
    font-size: 20px;
    color: var(--dark);
    font-weight: 500;
    position: relative;
}

.partner_list__alphabet .partner_list__alphabet_item.active {
    cursor: default;
}

.partner_list__alphabet .partner_list__alphabet_item.active::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    height: 2px;
    background-color: var(--primary);
}

.partner_list__section {
    display: flex;
    flex-direction: row;
    margin-top: 8px;
}

.partner_list__section:not(:last-child) {
    margin-bottom: 32px;
}

.partner_list__section .section_symbol {
    min-width: 30px;
    width: 30px;
    margin-right: 32px;
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.partner_list__section .section_table {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    column-gap: 24px;
    row-gap: 16px;
}

.section_table a {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
}

@media (max-width: 1440px) {
    .partner_list__section .section_table {
        grid-template-columns: repeat(6, 1fr);
    }
}

@media (max-width: 1024px) {
    .partner_list__section .section_table {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .partner_list__section .section_table {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .partner_list__section {
        flex-direction: column;
    }

    .partner_list__section .section_symbol {
        margin-bottom: 16px;
    }

    .partner_list__section .section_table {
        grid-template-columns: 1fr;
    }
}
/* End */
/* /bitrix/templates/sotbit_b2c/components/bitrix/system.pagenavigation/.default/style.css?1759915343678 */
/* /bitrix/components/sotbit/b2c.news/templates/brands/bitrix/news.list/.default/style.css?17599153252124 */
