span.tires_config-title {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-bottom: 27px;
    overflow: hidden;
}
.tires_config-title span{


    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #7C7C7C;
    background: #fff;
    padding: 1px 20px;
    display: inline-block;

}
.tires_config-title:before {
    content: '';
    border-top: 1px solid #DFDFDF;
    position: absolute;
    left: 15px;
    width: 100%;
    max-width: 268px;
    top: 7px;
    z-index: -1;
}
.tires_config-title:after {
    content: '';
    border-top: 1px solid #DFDFDF;
    position: absolute;
    right: 15px;
    width: 100%;
    max-width: 268px;
    top: 7px;
    z-index: -1;
}
/*CHECKBOX BTN*/
.checkbox__btn .checkbox__item {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #7C7C7C;
    background: #FFFFFF;
    border: 1px solid #DFDFDF;
    box-sizing: border-box;
    border-radius: 3px;


    position: relative;
    padding: 23px 24px 23px 48px;

    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}
.checkbox__btn .checkbox__item span {
    padding-left: 16px;
}

.checkbox__btn .checkbox__item input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkbox__btn .checkmark {
    height: 26px;
    width: 26px;
    background: #FFFFFF;
    border: 1px solid #C7C7C7;
    border-radius: 50%;
    position: absolute;
    left: 24px;
    transform: translate(0%, -50%);
    top: 50%;
}
.checkbox__btn .checkbox__item:hover input ~ .checkmark {
    background-color: #cccccc26;
}
.checkbox__btn .checkbox__item input:checked ~ .checkmark {
    background-color: #fff;
}
.checkbox__btn .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.checkbox__btn .checkbox__item input:checked ~ .checkbox__item-title,
.checkbox__btn .checkbox__item.active .checkbox__item-title{
    color: #191919;
}
.checkbox__btn .checkbox__item input:checked ~ .checkmark:after,
.checkbox__btn .checkbox__item.active .checkmark:after {
    display: block;
}
.checkbox__btn .checkbox__item .checkmark:after,
.checkbox__btn .checkbox__item.active .checkmark:after {
    left: 7px;
    top: 7px;
    width: 10px;
    height: 10px;
    background: #191919;
    border-radius: 50%;
}
.checkbox__btn .checkbox__item.active{
    border: 1.5px solid #757575;
}
.checkbox__btn .checkbox__item input:checked ~ svg path {
    stroke: #6A6A6A;
    fill: #6A6A6A;
}
.tires_config-choose{
    margin-bottom: 15px;
}
.tires_config .btn.btn-primary{
    max-width: 220px;
}
.tires_config select.form-control{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAFCAYAAACXU8ZrAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABySURBVHgBdUy7CYAwEM3FSWwC6TKCjiBkGDt1BPdIIK2VGcEqpLR0BItAvIgHIvia9+WB1npkjA3sH1MVQvBSyhoA1LfNOc/W2h4owMcVqXltvDGmLYJTklLqkLai8XV//I2KRIzxFEIsnHNVBs65g7oLDCclAK3B1hsAAAAASUVORK5CYII=') no-repeat;
    background-position: 93% 50%;
}