


/* ---------------- Buttons Top ------------ */
.section-top-ui .btn-login {
  border: 0px solid #ffffff; 
  border-radius: 25%; 
  background-color: #d4e3ec;
}

.section-top-ui .btn-login:hover {
  border: 0px solid #ffffff; 
  border-radius: 25%; 
  background-color: #ffeca0;
}
  
.section-top-ui  .btn-login-img {}
.section-top-ui  .btn-login-img:hover {
  filter: invert(70%);
}


/* ---------------- Button up --------------- */
.btn-up {
    position: fixed;
    background: #2e6897;

    left: 50px;
    bottom: 0px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 50px;
  }

  .btn-up::before {
    content: "";
    width: 40px;
    height: 40px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/%3E%3C/svg%3E");
  }

  .btn-up_hide {
    display: none;
  }

  @media (hover: hover) and (pointer: fine) {
    .btn-up:hover {
    background: #709ec4;
    }
  }


/* ------------------------------ Yandex Balloon Btn ---------------------- */
.btn-ya-object-next {
  background-color: rgb(255, 232, 129);
  font-size: 1.15em;
  padding: 4px 10px 4px 10px;
  border-radius: 7px;
}

.btn-ya-object-next:hover {
  background-color: rgb(185, 170, 103);
  color: #FFFFFF;
}