.calculator {
    width: 100%;
    border-radius: 20px;
    border: 1px solid #fcfcfc;
    background: #fff;
    z-index: 2;
    position: relative;
}

.final__block {
    width: 100%;
    border-radius: 20px;
    border: 1px solid #fcfcfc;
    background: #fff;
    z-index: 2;
    position: relative;
}

.final__title {
    color: #000;
    box-shadow: unset;
    position: relative;
    z-index: 2;
}

.calculator__title {
    color: #000;
    box-shadow: unset;
    position: relative;
    z-index: 2;
}

.table-section {
    background: #595bbe;
    padding-bottom: 120px;
}


.table-section h2 {
    color: #000;
    position: relative;
    z-index: 2;
}

.calculator__footer {
    margin-top: 40px;
}

.subfinal__content {
    padding: 20px;
    border: 2px solid #3face4;
    margin-top: 30px;
}

.v-1 {
    font-weight: bold;
}

.v-2 {
    font-weight: bold;
}

.text_block {
    padding: 30px;
    border: 5px solid #3face4;
}

.mb-3 {
    margin-bottom: 30px;
}

.fs-4 {
    font-size: 24px;
}

.d-none {
    display: none;
}

.alert-warning {
    color: #664d03;
    background: #fff3cd;
    border: 1px solid #ffe69c;
}

.btn-primary {
    color: #fff;
    background: #3face4;
}

.final__block {
    padding-top: 40px;
    padding-bottom: 40px;
}

.akbm {
    display: none;
}

.akbm.active {
    display: block;
}

.bd-example {
    margin-top: 30px;
}

.bd-example b {
    font-weight: 700;
    color: #000;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.v,
.vMilk,
.vMix {
    background: #3face4;
    color: #fff;
    padding: 2px;
}


span.mix:not(.active) {
    display: none;
}

span.mix.active {
    display: inline-block;
}

div.mix:not(.active) {
    display: none;
}

div.mix.active {
    display: inline-block;
}