.choose-block-coler {
    position: fixed;
    left: 50%;
    transform: translate(-50%, 10%);
    z-index: 2000;
    height: 120px;
    width: 300px;
    background-color: white;
    border: aqua 2px solid;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;

}

.block-coler-struktur {
    display: flex;
    flex-direction: column;
    width: 80%;
    align-items: stretch;
}

.block-coler-svich {
    display: flex;
    justify-content: space-between;
}

.block-coler-choose {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.block-coler-choose input {
    width: 45px;
    height: 45px;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
    border: none;
}

.select-coller {
    width: 40px;
    height: 40px;
}

.select-coller-default {
    background-color: #D4B6BE; 
}

.select-coller-1 {
    background-color: #8a6d74;
}

.select-coller-2 {
    background-color: #2c3d3c;
}

.select-coller-3 {
    background-color: #CDCDB6;
}

.select-coller-4 {
    background-color: #DFEEEB;
}

.color_change {}
.color_change_polton {}
.color_change_text {}
.color_change_svg{}
