.calculation_module-base-style {
    margin: 0 0 50px;
}

.accessories-title {
    margin: 0 0 35px;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.calculation_module-title {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 19px;
    color: #808080;
}

.calculation_module-title .calculation_module-title-selected {
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
}

.calculation_module-base-style .swappy-radios {
    margin-top: 20px;
    margin-bottom: 30px;
}

.row-calculation_module {
    overflow: visible !important;
    flex-wrap: wrap !important;
}

.calculation_module-base-style .swappy-radios label {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    min-width: 0;
    margin: 0;
    padding: 0 28px;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    color: inherit;
    border: 0;
    border-radius: 0;
    transition: all .18s;
}

.calculation_module-base-style .swappy-radios label:hover {
    color: #C12525;
}

.calculation_module-base-style .swappy-radios label.active {
    color: #C12525;
}

.calculation_module-base-style .swappy-radios label:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 25px;
    width: 2px;
    background: linear-gradient(to bottom, transparent 0%, #fff 50%, transparent 100%);
}

.calculation_module-base-style .swappy-radios label:first-child:before {
    display: none;
}

.calculation_module-item-name, 
.calculation_module-modif-name {
    margin: 10px 0 0;
    height: auto;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #fff !important;
}

.calculation_module-style {
    padding: 20px 20px 40px !important;
    background: #1E1E1E !important;
    border: 1px solid #474747 !important;
    box-shadow: 0px 10px 20px rgba(79, 79, 79, 0.21) !important;
    border-radius: 20px !important;
    transition: all .18s;
}

.calculation_module-style:hover {
    text-decoration: none;
    border: 1px solid #FF0000 !important;
    color: inherit;
    background: #110F0F radial-gradient(#C12525 0%, transparent 70%) !important;
}

.calculation_module-item-img {
    margin: 0;
    height: auto;
    overflow: hidden;
    border-radius: 0; 
}

.calculation_module-col--acc .calculation_module-item-img img {
    max-height: 164px;
    object-fit: contain;
}

.calculation_module-col--acc .calculation_module-item-name {
    margin: 10px 5% 9px;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.06em;
    color: #141414;
}

.calculation_module-item-price {
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 0.06em;
    color: #4F4F4F;
    text-align: center;
}

@media (max-width: 767px) {
    .calculation_module-col {
        width: 50%;
        flex: 0 0 50%;
    }
}

@media (max-width: 991.98px) {
    .calculation_module-col {
        padding-right: 15px;
        min-width: 0;
        max-width: none;
    }
}

@media (min-width: 576px) {
    .calculation_module-col--car,
    .calculation_module-col--acc {
        min-width: 33.33%;
    }

    .calculation_module-base-style {
        margin-bottom: 70px;
    }

    .calculation_module-item-name, 
    .calculation_module-modif-name {
        font-size: 16px;
        line-height: 20px;
    }
}

@media (min-width: 992px) {
    .calculation_module-col--acc {
        min-width: 0;
    }
    
    .calculation_module-base-style {
        margin-bottom: 100px;
    }
}

.modal-fw-window .btn-order-car {
    border: 1px solid transparent;
}