@media (max-width: 767px) {
  .footer__menu {
    max-height: none;
    margin-bottom: 6rem;
  }
}
@media (max-width: 767px) {
  .footer__menu ul li {
    display: block;
    width: 100%;
    max-width: 200px;
  }
}
@media (max-width: 767px) {
  .footer__luxar {
    bottom: 11.5rem;
  }
}

.add-logo {
  color: #546071;
  display: flex;
  align-items: center;
  column-gap: 1.1rem;
  position: absolute;
  right: 16rem;
  bottom: 2rem;
}
@media (max-width: 767px) {
  .add-logo {
    left: inherit;
    right: 0;
    bottom: 21rem;
    flex-direction: column;
    row-gap: 8px;
  }
}
.add-logo span {
  position: relative;
  padding-left: 10px;
  font-weight: 500;
  font-size: 1.2rem;
}
@media (max-width: 767px) {
  .add-logo span {
    font-size: 1.1rem;
    padding-left: 0;
  }
}
.add-logo span:before {
  content: "";
  height: 100%;
  width: 2px;
  background-color: #4695c7;
  left: 0;
  top: 0;
  position: absolute;
}
@media (max-width: 767px) {
  .add-logo span:before {
    content: none;
  }
}

#ipoteka-dialog .scoring_form__item_input {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 10px;
}

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