.body_repair-list li span{
    color: #000;
}
.pages-list li {
    color: inherit;
}
.advantages__img svg path{
    fill: #C12525;
}
.options__image a {
    background: #FFFFFF;
    opacity: 0.7;
}
.options__image a:before {
    content: '+';
    position: absolute;
    width: auto;
    height: auto;
    color: red;
    font-size: 30px;
    font-weight: bold;
    background: none;
}
.options__image a.active {
    background: #000000;
    opacity: 1;
}
.options__image a:hover{
    background: #000;
}
.option__price{
    color: inherit;
}
.total-option__price b{
    color: inherit;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff!important;
}
.body_repair-list svg path{
    stroke: #fff;
}
.body-repair-calc .nav-link-title svg path, .carousel-slider-arrow svg path{
    fill: #C12525;
}

.section-padding-page {
    padding: 60px 0;
}

.body-repair-calc .nav-link {
    border-radius: 0;
    padding-top: 45px;
    padding-bottom: 37px;
    color: #fff;
    transition: all .18s;
    border-radius: 20px;
    border: 1px solid #DCDCDC;
    background: none;
}

.body-repair-calc .nav-item:hover a {
    border: 1px solid #FF0000;
    color: inherit;
    background: #110F0F radial-gradient(#C12525 0%, transparent 70%);
}

.body-repair-calc .nav-link svg path {
    fill: currentColor;
}

.nav-link-title {
    margin: 0 0 10px;
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    color: inherit;
    white-space: normal;
}

.body-repair-calc .nav-link.active .nav-link-title {
    color: inherit;
}

.nav-link-desc {
    font-size: 16px;
    line-height: 19px;
    color: inherit;
    white-space: normal;
}

.body-repair-calc .nav-link.active,
.body-repair-calc .nav-link.active:hover {
    background: #C12525;
    background: linear-gradient(76.26deg, #C12525 15.15%, #FF0000 103.32%);
    color: #000;
    border-color: transparent;
}

.calculation-valuation-label {
    font-size: 14px;
    line-height: 18px;
    color: inherit;
}

.pages-form-row .form-control, 
.pages-form-row .form-group textarea {
    margin-bottom: 30px !important;
    height: 48px !important;
    padding: 12px 10px 10px!important;
    font-weight: 300;
    font-size: 12px;
    line-height: 19px;
    text-transform: uppercase;
    background: none;
    border: 1px solid #4F4F4F;
    border-radius: 0;
    color: #fff;
}

.pages-form-row .form-group textarea {
    height: 145px !important;   
    padding-top: 20px !important;
}

.pages-form-row ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: rgba(255, 255, 255, .7);
}
.pages-form-row ::-moz-placeholder { /* Firefox 19+ */
    color: rgba(255, 255, 255, .7);
}
.pages-form-row :-ms-input-placeholder { /* IE 10+ */
    color: rgba(255, 255, 255, .7);
}
.pages-form-row :-moz-placeholder { /* Firefox 18- */
    color: rgba(255, 255, 255, .7);
}

.btn-upload-file {
    position: relative;
    height: 48px;
    text-align: center;
    font-weight: 300;
    font-size: 12px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #4F4F4F;
    border-radius: 0;
}

.btn-upload-file:hover {
    background: #F4F4F4;
}

.btn-upload-file:before {
    content: '';
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 32px;
    height: 32px;
    background: url('../../../img/morris_garage/icon-paperclip.svg') no-repeat center;
}

.upload-btn-wrapper input[type=file] {
    width: 100%;
    height: 48px;
    cursor: pointer;
}

.body-repair-calc {
    margin-bottom: 52px;
}

.btn-red-bg {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 20px;
    min-height: 34px;
    max-width: 100%;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.1;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #fff;
    background: #C12525;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    outline: none;
}

.btn-red-bg:focus {
    outline: none;
}

@media (min-width: 992px) {
    .btn-red-bg {
        min-height: 48px;
        min-width: 208px;
        padding: 6px 20px 4px;
    }
}

.btn-red-bg:disabled {
    cursor: default;
    opacity: .3;
    color: #666;
    background: #ccc;
}

.btn-red-bg:not(:disabled):hover {
    text-decoration: none;
    background: #000;
    color: #fff;
}

@media (min-width: 768px) {
    .btn-request-submit {
        transform: translateX(50%);
        margin: 0 0 0 30px;
    }
}

.pages-tabs .nav-item {
    margin: 0 20px 0 0;
    min-width: 118px;
    height: 39px;
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #808080 !important;
    border: 1px solid #CCCCCC;
    border-radius: 0;
    transition: all .18s;
}

.pages-tabs .nav-item.active, 
nav.pages-tabs .nav-item:hover {
    color: #fff !important;
    border-color: #C12525;
    border-radius: 0;
}

.pages-tabs .nav-item.active,
.pages-tabs .nav-item.active:hover {
    background: #C12525;
}

@media (max-width: 992px) {
    .pages-tabs .nav {
        display: flex;
        flex-direction: row;
    }
}

.body-repair__option-price {
    padding: 0;
    box-shadow: none;
    background: none;
}

.repair__option-title {
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: #A7A7A7;
}

.option__name {
    color: inherit;
}

.body-repair__option-price .option__name {
    font-weight: normal;
    font-size: 20px;
    line-height: 23px;
}

.body-repair__option-price .option__price {
    font-weight: normal;
    font-size: 20px;
    line-height: 23px;
    color: #A7A7A7;
}

.total-option__price {
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    text-transform: none;
    border-top: 0;
    color: inherit;
}

.body-rapeir-order-services {
    padding-right: 0;
}

.body-repair__option-wrap {
    margin-right: 10px;
}

.body-repair__option-price .AutoDiv {
    border: 1px solid #fff;
    border-radius: 0;
    padding: 12px 5px 12px 12px;
}

@media (min-width: 576px) {
    .repair__option-title {
        font-size: 17px;
        line-height: 21px;
    }

    .calculation-valuation-label {
        font-size: 17px;
        line-height: 21px;
    }
}

@media (min-width: 992px) {
    .repair__option-title {
        font-size: 20px;
        line-height: 23px;
    }

    .calculation-valuation-label {
        font-size: 20px;
        line-height: 23px;
    }

    .nav-link-title {
        margin: 0;
    }

    .pages-form-row .form-control, 
    .pages-form-row .form-group textarea {
        font-size: 16px;
        padding: 12px 15px 10px 30px!important;
    }

    .btn-upload-file {
        font-size: 16px;
    }
}


.repair-services {
    padding: 43px 0 22px;
    margin: 0 0 16px;
    background: #110F0F;
}

.repair-services__title {
    margin: 0 0 23px;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 0.06em;
}

.repair-list {
    list-style: none;
    padding: 0;
    font-size: 14px;
    line-height: 18px;
}

.repair-list__item {
    display: flex;
    margin: 0 0 18px;
}

.repair-list__icon {
    width: 25px;
    flex: 0;
    margin: 0 25px 0 0;;
}

.repair-list__icon svg {
    width: 25px;
    height: 23px;
    color: #C12525;
}

.repair-list__content {
    flex: 1;
}

@media (min-width: 576px) {

    .repair-list {
        font-size: 14px;
        line-height: 20px;
    }
}

@media (min-width: 992px) {
    .repair-services__title {
        margin: 0 0 40px;
        font-size: 26px;
        line-height: 30px;
    }

    .repair-list {
        font-size: 20px;
        line-height: 31px;
    }

    .repair-list__item {
        margin: 0 0 30px;
    }
    
}

.bg-gray-page,
.bg-menu-fixed {
    position: relative;
    background: #110F0F;
}

.bg-gray-page:before,
.bg-gray-page:after,
.bg-menu-fixed:before,
.bg-menu-fixed:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 1px;
    background: linear-gradient(to left, transparent 0%, #C12525 50%, transparent 100%);
}

.bg-gray-page:after,
.bg-menu-fixed:after {
    bottom: 0;
    top: auto;
}

.h2-small,
.h3-small,
.section-title-page,
.section-subtitle-page,
.body_repair-list li,
.pages-list li span,
.body_express-desc,
.bg-menu-fixed .pages-menu-fixed li a, 
.pages-menu-fixed-finance li a {
    color: inherit;
}

.bg-menu-fixed .pages-menu-fixed li a.active, 
.bg-menu-fixed .pages-menu-fixed-finance li.active a, 
.bg-menu-fixed .pages-menu-fixed a:hover, 
.bg-menu-fixed .pages-menu-fixed-finance a:hover {
    color: #C12525;
}

hr {
    border-color: currentColor;
}