body * {
  scroll-margin-top:120px;
}


/* общие */
.bricks-is-frontend li,
.bricks-is-frontend .brxe-button,
.bricks-is-frontend a {
  transition: all 0.2s ease;
}

/* кнопки */
.brxe-button {
    cursor: pointer;
}

/* иконки */
.bricks-link-wrapper {
    display: inline-flex;
}

/* стрелка аккордиона */
.accordion-title {
    gap: 10px;
}

/* согласие в форме */
.options-wrapper li {
    margin-top: 10px;
    display: flex;
    align-items: flex-start;
}

.options-wrapper label {
    line-height: 1.2;
    margin-left: 5px;
    font-size: 15px;
}

/* выделение активного окна */
body.bricks-is-frontend :focus-visible {
    outline: 1px solid #ffffff;
}

/* таблица */
.purpose-table {
  border-collapse: collapse;
  width: 100%;
}

.purpose-table th,
.purpose-table td {
  border: 1px solid #dfdfdf;
  padding: 8px;
}

.purpose-table th {
  text-align: left;
  background-color: #f2f2f2;
}

.bricks-search-form input[type=search] {
    width: 150px;
}

/* меню */

.brxe-nav-nested.brx-open .brx-submenu-toggle {
    justify-content: flex-start;
}

#brxe-eltxvi .brx-submenu-toggle button {
  padding: 0px 0px 0px 0px !important;
  margin-left: -5px;
}

@media (min-width: 900px) { 
  .brx-submenu-toggle button {
  display: none;
} 
}

#brxe-eltxvi.brx-open .brx-nav-nested-items > li > button.brx-toggle-div {
    padding-top: 12px;
    padding-right: 12px;
    padding-bottom: 12px;
    padding-left: 12px;
}

.tab-content h2,.tab-content h3,.tab-content h4 {
  margin-bottom: 30px;
}

.tab-content table {
  margin: 30px 0px 30px 0px;
}

.brxe-toggle:focus,
.brxe-toggle:active,
.brxe-toggle:focus-visible {
  outline: none;
  box-shadow: none;
}

@media (min-width: 900px) { 
  #brxe-fcwnls a[aria-current="page"] {
    border: 1px solid var(--accent) !important;
    border-radius: 3px;
  }
}

/* таблицы */

/* ОБОЛОЧКА */
.table-wrapper {
  width: 100%;
  overflow-x: auto;
  min-width: 0;
}

.brxe-tabs-nested .tab-content,
.brxe-tabs-nested .tab-pane {
  overflow: visible !important;
}

.brxe-text,
.brxe-block {
  min-width: 0;
}

table {
  border-collapse: collapse;
}

th, td {
  border: 1px solid #dadada; /* серые границы */
  padding: 3px;
  text-align: left;
}


a:hover {
  color: var(--button);
}

.brx-submenu-toggle a:hover {
  color: var(--black);
}

/* иконки */

.pref__icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

/* сам круг */
.pref__icon::after {
  content: "";
  position: absolute;
  width: 74px;
  height: 74px;
  background: #fff;
  border-radius: 50%;
  z-index: -1;
  transition: transform 0.3s ease;
}

/* чтобы любые иконки выглядели нормально */
.pref__icon img,
.pref__icon svg {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

/* hover по карточке */
.pref__card:hover .pref__icon::after {
  transform: scale(1.1);
}


/* попап */

input[type="checkbox"] {
  transform: scale(1.4);
  margin-right: 8px;
}

@media (max-width: 900px) { 
  input[type="checkbox"] {
  transform: scale(1.8);
  margin-right: 3px;
  }
}


/* иконка круг */

#brxe-xlhpfx {
    position: absolute;
    right: -20px;
    top: -25px;

    width: 746px;   
    height: auto;
}

/* кнопка открытия меню */

#brxe-nqbkjs {
    background: transparent;
    border: none;
    outline: none;
    box-shadow: none;

    -webkit-appearance: none;
    appearance: none;
}

#brxe-nqbkjs:focus,
#brxe-nqbkjs:active {
    outline: none;
    box-shadow: none;
}

