#bx-panel.bx-panel-fixed {
    z-index: 1010 !important;
    position: absolute !important;
}
#bx-panel-back {
    display: none !important;
}
.cookies.hide {
    display: none;
}

.logo-image {
    width: auto;
    height: 65px;
}
.logo-image img {
    max-width: unset;
    max-height: 100%;
    height: 100%;
}

.footer-navigation a.help {
    color: #e69523;
}

.events-item-card-benefits {
    min-height: 22px;
}
.error .select2-container .form-control-select.select2-selection {
    border-color: red;
}

@media (max-width: 1000px) {
    #popup-want-lector .popup-buttons button.button-new:first-child {
        margin: 0 0 12px 0;
    }
}

/* @ToDo Временно, для футера 2.0 */
.footer__link:hover {
    color: rgba(255, 255, 255, 0.74) !important;
}

.footer {
    padding: 0;
}

@media (max-width: 568px) {
    .footer {
        height: 1360px;
    }
}

section.ribbon,
.fixed header {
    z-index: 12 !important;
}

footer h4 {
    margin: 0 !important;
}

.page.profile div.profile .block.events-filter .row.search {
    width: auto;
}

.account-edit-lector .checkbox + label span {
    display: block;
}

.page .content ul {
    width: 100%;
    font-family: "Gilroy";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #424242;
    padding: 14px 0;
}

.page.organization .organization .tabs {
  display: flex;
  width: 100%;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #DCE0E5;
  overflow: hidden;
}

.page.organization .organization .tabs a {
  text-decoration: none;
}

.page.organization .organization .tabs a.item {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.04em;
  color: #434272;
  margin: 0 10px 0 0;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #96A5BB;
  border-radius: 8px 8px 0 0;
  white-space: nowrap;
}

.page.organization .organization .tabs a.item.active {
  cursor: default;
  background-color: #434272;
  border-radius: 8px 8px 0 0;
  border-color: #434272;
  color: #FFFFFF;
}
