.img-type {
    display: none;
}
.img-type.act {
    display: block;
}
.custom-input-wrap input:not([class]) {
    display: none;
}
.custom-input-wrap input:checked + .ordercalc__qst__var {
    background-color: #ef426f;
    border-color: #ef426f;
    color: #fff;
}
.ordercalc__qst__variants .custom-input-wrap {
    margin-right: 4px;
    margin-bottom: 5px;
}
.custom-input-wrap .ordercalc__qst__var {
    float: none;
    margin: 0;
}
.d-flex-row {
    display: flex;
    flex-wrap: wrap;
}
.form-input.input-like-btn {
    padding-top: 0;
    padding-bottom: 0;
    min-height: 38.5px;
    border-radius: 10px;
}
.tab-wrap__item {
    display: none;
}
.tab-wrap__item.act {
    display: block;
}
.w-100 {
    width: 100%;
}
.hide-enable:not(.act) {
    display: none;
}