.fg-layers {
    margin: 10px;
}


.map__button {
    position: relative;
    width: 64px;
    height: 64px;
    padding: 0;
    margin: 0;
    line-height: 1.3;
    outline: 0;
    background-color: #ffffff;
    border: 1px solid #e6e7e7;
    cursor: pointer;
    font-size: large;
}

.map__button.active {
    background-color: #3eddff;
    color: #ffffff;
}

.map__button:focus,
.map__button:hover {
    border-color: #3eddff;
    z-index: 1;
    outline: 0;
    border-radius: 0;
}