.quantity-block .quantity {
    position: relative;
}
.quantity-block .quantity input{
    padding-bottom: 15px;
}
.quantity-block .quantity .area {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 0;
}
.bricks_calc .label {
    display: unset;
    padding: unset;
    font-size: unset;
    font-weight: unset;
    line-height: unset;
    color: unset;
    text-align: unset;
    white-space: unset;
    vertical-align: unset;
    border-radius: unset;
}

.calc_input {
    position: relative;
}
.calc_input .after-input {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
.bricks_calc .wall_area {
    display: flex;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    /*margin-top: 40px;*/
    width: 100%;
}




.bricks_calc .wall_area .label {
    font-size: 20px;
    margin-right: auto;
}

.bricks_calc .wall_area .label .exp {
    font-size: 14px;
    width: 140px;
    max-width: 100%;
    margin-top: 10px;
    color: rgba(36, 38, 44, .40);
    line-height: 18px;
}
.bricks_calc .wall_area .field {
    width: 220px;
    max-width: 100%;
    margin-left: 10px;
    height: 54px;
}



.bricks_calc .wall_area .input {
    font-family: var(--font_family);
    font-size: 14px;
    display: block;
    width: 100%;
    height: 100%;
    padding-right: 60px;
    color: var(--text_color);
    border: 1px solid rgba(36, 38, 44, .12);
    border-radius: 6px;
    background:#fff;
    text-align: right;

    font-size: 15px;
    font-weight: 500;
    outline: none;
}








.bricks_calc .features {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
}
.bricks_calc .features > * {
    display: flex;
    align-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(36, 38, 44, .12);
}
.bricks_calc .features .label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: unset;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}