  .us-button {
    position: fixed;
    z-index:100000000000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    
     background-color: rgba(9, 9, 9, 0.35);   /* Цвет фона кнопки */
    width: 40px; /* Ширина кнопки */
    height: 40px; /* Высота кнопки */
    top: 10px; /* Отступ кнопки от верхнего края экрана */
    right: 55px; /* Отступ кнопки от правого края экрана */
}

.us-icon {
    width: 20px; /* Ширина иконки внутри кнопки */
    height: 20px; /* Высота иконки внутри кнопки */
}

.t-zoomer__scale {
    right: 100px !important; /* Отступ Zoom - кнопки от правого края экрана */
}


