.floating-button {
    position: fixed;
    bottom: -100px; /* Начально скрыта */
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    transition: bottom 0.3s ease-in-out;
}

.floating-button .btn {
    padding: 15px 30px;
    font-size: 18px;
    border-radius: 30px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.city{
    font-family: Geologica-Bold  !important;

}

.about{
    background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.about-body{
    padding: 0px;
    margin: 0px;
    font-size: 18px;
}

.bg-moneta{

    background-image: url( "../img/moneta.png");
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right -322px center;
    background-size: 493px auto;

}
