/* .grade-auto-wrapper {
    margin-bottom: 100px;
} */
/* new ../07.2023 */
section.white+.grade-auto-section {
    margin-top: 0;
}

/* new ../08.2023 */
section.white+.grade-auto-section--white {
    background: #ffffff;
    padding-top: 0;
}

/* end new ../08.2023 */
.grade-auto-wrapper .heading_wrapper {
    padding-bottom: 30px;
    width: 100%;
}

.grade-auto-wrapper .heading_wrapper h2 {
    padding-bottom: 15px;
}


/* .grade-auto-wrapper>h1 {
    padding-bottom: 45px;
} */

@media screen and (max-width: 1199px) {

    /* .grade-auto-wrapper>h1 {
        padding-bottom: 50px;
    } */
    h1 {
        padding-bottom: 0;
    }

    .advantages-wrapper {
        margin-top: 30px !important;
    }
}

@media screen and (max-width: 767px) {

    /* .grade-auto-wrapper>h1 {
        text-align: center;
        padding-bottom: 30px;
    } */
    h1,
    .grade-auto-wrapper h2,
    .grade-auto-wrapper h2+.text {
        text-align: center;
    }


}

/* end new ../07.2023 */
/* Новое ../04.2023 */
/* .btn.btn_blue {
    background: #0055D4 !important;
}

.btn.btn_blue:hover,
.btn.btn_blue:active {
    background: #0049B7 !important;
} */
/* Конец новое ../04.2023 */

.custom-select_wrapper.invalid>.invalid-text,
.default-input_wrapper.invalid>.invalid-text {
    position: absolute;
    display: block;
    font-size: 12px;
    line-height: 15px;
    color: #D90008;
    top: -17px;
    /*  margin-bottom: 2px; */
}

/* Start Advantages Block */
.advantages-wrapper {
    margin: 0 -15px;

}

/* новое 08.11.2022 */
.tabs-wrapper .advantages-wrapper {
    margin-bottom: 100px;
}

/* End новое 08.11.2022 */
.advantages-wrapper_center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.advantage-item_img {
    width: 70px;
}

.advantage-item_img img {
    display: block;
    width: 100%;
}

.advantage-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: calc(25% - 30px);
    padding: 25px;
    margin: 0 15px;
    background: #FFFFFF;
    /* тень */

    -webkit-box-shadow: 0px 2px 20px #E5E7EE;

    box-shadow: 0px 2px 20px #E5E7EE;
    border-radius: 5px;
}

.advantage-item_title {
    padding-top: 20px;
    font-size: 20px;
    line-height: 150%;
}

.advantage-item_text {
    padding-top: 10px;
    /*   width: 95%; */
}

@media screen and (max-width: 1199px) {
    .advantages-wrapper {
        margin: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 100%;
        padding-left: 20px;
    }

    /* новое 08.11.2022 */
    .tabs-wrapper .advantages-wrapper {
        margin-bottom: 80px;
    }

    /* End новое 08.11.2022 */
    .advantage-item {
        width: 100%;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 0;
        margin: 0;
    }

    .advantage-item_img,
    .advantage-item_title {
        display: none;
    }

    .advantage-item_text {
        position: relative;
        padding: 0;
        padding-left: 18px;
    }

    .advantage-item_text:before {
        content: '';
        position: absolute;
        left: 0;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #0055D4;
        top: 8px;
    }

    .advantage-item:not(:first-child) {
        margin-top: 10px;
    }
}

@media screen and (max-width: 767px) {
    .advantages-wrapper {
        padding-left: 0;

    }

    /* новое 08.11.2022 */
    .tabs-wrapper .advantages-wrapper {
        margin-bottom: 60px;
    }

    /* End новое 08.11.2022 */
}

/* End Advantages Block */


/* Stat Main Tabs-wrapper */
.grade-auto-wrapper .tabs-wrapper_main {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.grade-auto-wrapper .tabs-switchers {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*  overflow: hidden; */
    border: 1px solid #0049B7;
    border-radius: 5px;
}

.grade-auto-wrapper .tabs-switcher {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 50px;
    line-height: 50px;
    color: #0049B7;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.grade-auto-wrapper .tabs-switcher.active {
    background: #0049B7;
    color: #ffffff;
    border-radius: 5px;
}

.grade-auto-wrapper .tabs-switcher:first-child.active {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.grade-auto-wrapper .tabs-switcher:last-child.active {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}


.grade-auto-wrapper .tabs-contents,
.grade-auto-wrapper .tabs-content_more+.btn-wrapper {
    margin-top: 60px;
}


.grade-auto-wrapper .tabs-content:not(.active) {
    display: none;
}


.grade-auto-wrapper .grade-auto-result {
    width: 465px;
    margin-left: 70px;
}

.grade-auto-wrapper .tabs-content h2 {
    padding-bottom: 30px;
    letter-spacing: -0.02em;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.grade-auto-wrapper .tabs-select-block+.tabs-select-block {
    margin-top: 60px;
}

.grade-auto-wrapper .steps-switchers {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.grade-auto-wrapper .steps-switchers_inner {
    font-size: 20px;
    line-height: 24px;
    color: rgba(72, 73, 77, 0.7);
}

.grade-auto-wrapper .steps-switchers_inner+.link {
    margin-left: 30px;

}


.grade-auto-wrapper .steps-contents,
.grade-auto-wrapper .step-content .btn-wrapper,
.grade-auto-wrapper .tabs-select-block+.btn-wrapper {
    margin-top: 40px;
}

.grade-auto-wrapper .steps-switchers_inner+.link:not(.show),
.grade-auto-wrapper .step-content:not(.active),
.grade-auto-wrapper .tabs-content_more:not(.show) {
    display: none;
}


.grade-auto-wrapper .tabs-selects-wrapper {
    margin: 0 -10px;
}

/* new ../07.2023 */
.grade-auto-wrapper .tabs-selects-wrapper .custom-select_wrapper,
.grade-auto-wrapper .tabs-selects-wrapper .tabs-UiSlider-block,
.grade-auto-wrapper .tabs-selects-wrapper .default-input_wrapper {
    width: calc(50% - 20px);
    margin: 0 10px 20px;
}

.grade-auto-wrapper .tabs-selects-wrapper .tabs-UiSlider-block.selected input,
.grade-auto-wrapper .tabs-selects-wrapper .custom-select_wrapper.selected .select2.select2-container,
.grade-auto-wrapper .tabs-content-number .default-input_wrapper--gosnumber:hover,
.grade-auto-wrapper .tabs-content-number .default-input_wrapper--gosnumber.selected {
    border-color: #0049B7;
}

.grade-auto-wrapper .tabs-content-number .default-input_wrapper--gosnumber {
    background: #ffffff;
    height: 50px;
    border: 1px solid #DFE3E9;
    border-radius: 4px;
    overflow: hidden;
    font-size: 16px;
    line-height: 19px;
    /* font-family: "Proxima Nova Semibold", sans-serif; */
    font-weight: 600;
    /*   padding: 0 15px; */
    color: #48494D;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.grade-auto-wrapper .default-input_wrapper--gosnumber::after {
    content: '';
    position: absolute;
    bottom: 8px;
    right: 25px;
    width: 37px;
    background-image: url('/bitrix/templates/redisign_new/media/grade-auto/rus-icon.svg');
    background-size: contain;
    background-position: center;
    height: 13px;
    background-repeat: no-repeat;
}



.grade-auto-wrapper .tabs-content-number .default-input_wrapper--gosnumber input {
    border: none;
    height: 100%;
    text-align: center;
    line-height: 48px;
    font-size: 19px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0;
}

.grade-auto-wrapper .tabs-content-number .default-input_wrapper--gosnumber input:first-child {
    border-right: 1px solid #DFE3E9;
}

.grade-auto-wrapper .tabs-content-number .default-input_wrapper--gosnumber input:last-child {
    max-width: 84px;
    width: 84px;
    line-height: 25px;
    height: 25px;
    padding-top: 6px;
}


@media screen and (max-width: 767px) {
    .grade-auto-wrapper .tabs-wrapper_main {
        max-width: 100%;
        width: 100%;
    }

    .grade-auto-wrapper .tabs-switchers {
        margin: 0 -16px;
        padding: 0 16px;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        border: none;
        overflow: auto;
        padding-bottom: 10px;
    }

    .grade-auto-wrapper .tabs-switcher {
        font-size: 15px;
        line-height: 18px;
        padding: 15px;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        border-radius: 5px !important;
        border: 1px solid #0049B7;
    }

    .grade-auto-wrapper .tabs-switcher:not(:first-child) {
        margin-left: 10px;
    }

    .grade-auto-wrapper .tabs-contents {
        margin-top: 40px;
    }

    .grade-auto-wrapper .steps-switchers {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .grade-auto-wrapper .steps-contents {
        margin-top: 30px;
    }

    .grade-auto-wrapper .tabs-selects-wrapper {
        margin: 0;
        width: 100%;
    }

    .grade-auto-wrapper .tabs-selects-wrapper .custom-select_wrapper,
    .grade-auto-wrapper .tabs-selects-wrapper .tabs-UiSlider-block,
    .grade-auto-wrapper .tabs-content-number .default-input_wrapper--gosnumber,
    .grade-auto-wrapper .tabs-selects-wrapper .default-input_wrapper {
        width: 100%;
        margin: 0;
    }

    .grade-auto-wrapper .tabs-selects-wrapper>div:not(:first-child) {
        margin-top: 20px !important;
    }


    .grade-auto-wrapper .step-content .btn-wrapper_next,
    .grade-auto-wrapper .tabs-select-block~.btn-wrapper_next,
    .grade-auto-wrapper .step-content .btn-wrapper_check,
    .grade-auto-wrapper .tabs-select-block~.btn-wrapper_check,
    .grade-auto-wrapper .tabs-content_more+.btn-wrapper {
        margin-top: 40px;
    }

}

/* end new ../07.2023 */

/* --- End Main Tabs-wrapper --- */

/* --- Start Select2 Grade Auto CSS --- */
/* .grade-auto-wrapper .custom-select_wrapper {
    width: 100%;
} */

.select2.select2-container--custom-select {
    border-radius: 5px;
    /*     border: 1px solid #DFE3E9;
    background-color: #ffffff; */
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.select2.select2-container--custom-select:not(.select2-container--focus):hover,
.select2.select2-container--custom-select.select2-container--focus,
.select2.select2-container--custom-select.select2-container--open {
    border-color: #0055D4;
}

.grade-auto-wrapper .select2.select2-container--custom-select .select2-selection--single {
    height: 48px;
}

.grade-auto-wrapper .select2.select2-container--custom-select .select2-selection--single .select2-selection__rendered {
    line-height: 48px;
    padding: 0 45px 0 15px;
}

.grade-auto-wrapper .custom-select_wrapper.required .select2.select2-container--custom-select .select2-selection--single .select2-selection__rendered {
    padding-left: 26px;
    position: relative;
}

.grade-auto-wrapper .custom-select_wrapper.required .select2.select2-container--custom-select .select2-selection--single .select2-selection__rendered:before {
    content: "*";
    position: absolute;
    height: 17px;
    color: #0049B7;
    font-family: "Proxima Nova Bold";
    font-weight: 700;
    top: 8px;
    left: 15px;
    right: auto;
    font-size: 17px;
    line-height: 17px;
}

.tabs-select-block .custom-select-loop+.select2.select2-container--custom-select .select2-selection--single:before,
.tabs-select-block .custom-select-loop+.select2.select2-container--custom-select .select2-selection--single:after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
    border: none;
}

.tabs-select-block .custom-select-loop+.select2.select2-container--custom-select .select2-selection--single:before {
    background-image: url(/bitrix/templates/redisign_new/media/icons/search-default.svg);
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
}

.tabs-select-block .custom-select-loop+.select2.select2-container--custom-select .select2-selection--single:after {
    background-image: url(/bitrix/templates/redisign_new/media/icons/search-default-hover.svg);
    opacity: 0;
}

.tabs-select-block .custom-select-loop+.select2.select2-container--custom-select:not(.select2-container--focus):hover .select2-selection--single:before,
.tabs-select-block .custom-select-loop+.select2.select2-container--custom-select.select2-container--focus .select2-selection--single:before,
.tabs-select-block .custom-select-loop+.select2.select2-container--custom-select.select2-container--open .select2-selection--single:before {
    opacity: 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.tabs-select-block .custom-select-loop+.select2.select2-container--custom-select:not(.select2-container--focus):hover .select2-selection--single:after,
.tabs-select-block .custom-select-loop+.select2.select2-container--custom-select.select2-container--focus .select2-selection--single:after,
.tabs-select-block .custom-select-loop+.select2.select2-container--custom-select.select2-container--open .select2-selection--single:after {
    opacity: 1;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
}

.select2-container--custom-select.select2-search:not(.select2) .select2-dropdown {
    border: 1px solid #DFE3E9;
    border-radius: 5px;
    overflow: hidden;
}

.select2-container--custom-select.select2-search:not(.select2) .select2-dropdown--below {
    top: 5px;
}

.select2-container--custom-select.select2-search:not(.select2) .select2-dropdown--above {
    top: -5px;
}

.select2-container--custom-select.select2-search:not(.select2) .select2-results__option:not([aria-disabled="true"]) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.select2-container--custom-select.select2-search:not(.select2) .select2-results__group {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #0055D4;
    text-transform: uppercase;
    margin-right: 20px;
}

.select2-container--custom-select.select2-search:not(.select2) .select2-results>.select2-results__options {
    padding: 15px 0;
}

.select2-container--custom-select.select2-search:not(.select2) .select2-results__options:not(.select2-results__options--nested)>.select2-results__option:not([aria-disabled="true"]) {
    padding: 0 15px;
}

.select2-container--custom-select.select2-search:not(.select2):not(.select2-search-notneste) .select2-results__options:not(.select2-results__options--nested)>.select2-results__option:not([aria-disabled="true"])+.select2-results__option:not([aria-disabled="true"]) {
    margin-top: 15px;
    padding-top: 15px;
    position: relative;
}

.select2-container--custom-select.select2-search:not(.select2):not(.select2-search-notneste) .select2-results__options:not(.select2-results__options--nested)>.select2-results__option:not([aria-disabled="true"])+.select2-results__option:not([aria-disabled="true"]):after {
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    width: calc(100% - 30px);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 1px;
    background: #D7D9DF;
}


.select2-container--custom-select.select2-search .select2-search .select2-search__field {
    border-color: #0055D4;
}

.select2-container--custom-select.select2-search:not(.select2).select2-search-notneste .select2-results__option,
.select2-container--custom-select.select2-search:not(.select2):not(.select2-search-notneste) .select2-results__options--nested>.select2-results__option {
    padding: 0;
    color: rgba(0, 0, 0, 0.6);
    background: transparent !important;
    font-size: 16px;
    line-height: 19px;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}

.select2-container--custom-select.select2-search:not(.select2).select2-search-notneste .select2-results__option:not([aria-disabled="true"])+.select2-results__option:not([aria-disabled="true"]),
.select2-container--custom-select.select2-search:not(.select2) .select2-results__options--nested>.select2-results__option+.select2-results__option {
    margin-top: 20px;
}

.select2-container--custom-select.select2-custom.select2-search:not(.select2) .select2-results__option:hover,
.select2-container--custom-select.select2-custom.select2-search:not(.select2) .select2-results__option.select2-results__option--highlighted,
.select2-container--custom-select.select2-custom.select2-search:not(.select2) .select2-results__option[aria-selected="true"] {
    color: #0055D4 !important;
}

.select2-container--custom-select.select2-container--disabled .select2-selection--single .select2-selection__rendered {
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
}

.select2-container--custom-select.select2-custom.select2-search:not(.select2) .select2-results__options.select2-results__options--nested {
    width: 100%;
}

@media screen and (max-width: 1199px) {

    .grade-auto-wrapper .custom-select:not(.mainfilter),
    .modal .custom-select:not(.mainfilter) {
        padding-left: 26px;
        border-radius: 5px;
        /*   border-color: #DFE3E9 !important; */
        background-position: 95% 50%;
    }

    .modal .select2.select2-container--custom-select .select2-selection--single:before {
        width: 8px;
        height: 8px;
    }

    /* Новое ../04.2023 */
    /*   .modal .select2.select2-container--custom-select .select2-selection--single {
        height: 38px;
    } */

    /*     .modal .select2.select2-container--custom-select .select2-selection--single .select2-selection__rendered {
        height: 38px;
        line-height: 38px;
        padding-top: 0;
        padding-bottom: 0;
    } */
    /* Конец новое ../04.2023 */
}

/* @media screen and (max-width: 767px) {

    .grade-auto-wrapper .custom-select:not(.mainfilter),
    .modal .custom-select:not(.mainfilter) {
        height: 50px;
        line-height: 50px;
    }
} */

/* --- End Select2 Grade Auto CSS --- */


/* Start GradeAutoResult */
.grade-auto-result .progress-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 35px 30px;
    border-radius: 15px;
    overflow: hidden;
    background: #0055D4;
    position: relative;
}

.grade-auto-result .progress-wrapper:before {
    position: absolute;
    content: "";
    width: 176px;
    height: 176px;
    border-radius: 50%;
    background: #0049B7;
    right: -21px;
    top: -76px;
    bottom: auto;
    left: auto;
}

.grade-auto-result .progress-wrapper>.heading_white {
    max-width: 50%;
    letter-spacing: -0.02em;
    padding-bottom: 0;
}

.grade-auto-result .progress-img {
    position: absolute;
    top: 20px;
    bottom: auto;
    right: 20px;
    left: auto;
    width: 145px;
}

.grade-auto-result .progress-img>img {
    display: block;
    margin: 0 auto;
}

.grade-auto-result .progress-percent {
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    line-height: 19px;
    padding-top: 10px;
}

.grade-auto-result .progress-percent>.complete:not(.show) {
    display: none;
}

.grade-auto-result .progress-percent>.complete.show {
    color: initial
}

/* .grade-auto-result .progress-percent:not(.show) {
    display: none;
} */


.grade-auto-result .progress-bar {
    width: 100%;
    height: 5px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 100px;
    margin-top: 26px;
}

.grade-auto-result .progress-bar>.progress-now {
    height: 100%;
    background: #FFFFFF;
    display: block;
    border-radius: 100px;
    -webkit-transition: width .5s linear;
    -o-transition: width .5s linear;
    transition: width .5s linear;
}

.grade-auto-result .progress-option:not(.show) {
    display: none;
}

.grade-auto-result .progress-option.show {
    display: block !important;
}

.grade-auto-result .progress-options,
.grade-auto-result .progress-options-more {
    width: calc(100% + 30px);
    margin: 0 -15px;
    margin-top: 35px;
}

.grade-auto-result .progress-options:not(.show) {
    display: none;
}

.grade-auto-result .progress-options+.progress-bar {
    margin-top: 26px;
}

.grade-auto-result .progress-option {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    /*  flex-grow: 0; */
    -ms-flex-preferred-size: calc(33.3% - 30px);
    flex-basis: calc(33.3% - 30px);
    margin: 0 15px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.grade-auto-result .progress-option.progress-option-vin,
.grade-auto-result .progress-option.progress-option-number {
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.grade-auto-result .progress-option.progress-option-vin_city,
.grade-auto-result .progress-option.progress-option-number_city {
    width: calc(66% - 30px);
    -ms-flex-preferred-size: calc(66% - 30px);
    flex-basis: calc(66% - 30px);
}

.grade-auto-result .progress-option:not(.complete),
/* .grade-auto-result .progress-option:not(.complete)~.progress-option.complete, */
.tabs-wrapper.more .grade-auto-result .progress-option {
    cursor: default;
}

.grade-auto-result .progress-option.progress-option-model {
    -ms-flex-preferred-size: calc(66.3% - 30px);
    flex-basis: calc(66.3% - 30px);
}

.grade-auto-result .progress-option::before {
    content: attr(data-before);
    font-family: "Proxima Nova", sans-serif;
    font-weight: normal;
    display: block;
    font-size: 16px;
    line-height: 19px;
    opacity: .8;
}

.grade-auto-result .progress-option:nth-child(2)~.progress-option,
.grade-auto-result .progress-options_vin .progress-option:not(:first-child),
.grade-auto-result .progress-options_number .progress-option:not(:first-child) {
    margin-top: 25px;
}



.grade-auto-result .progress-options.show+.progress-bar {
    margin-top: 30px;
}

.grade-auto-result .consultation-wrapper {
    margin-top: 20px;
    padding: 30px 20px;
    background: #ffffff;
    border-radius: 15px;
}

.grade-auto-result .progress-options>.btn-wrapper {
    display: none;
}

/* new ../07.2023 */
.progress-option-number .default-input_wrapper {
    width: 160px;
    height: 36px;
    border-radius: 5px;
    border: 1px solid #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: transparent;
    overflow: hidden;
    margin-top: 5px;

}

.grade-auto-wrapper .progress-option-number .default-input_wrapper--gosnumber::after {
    background-image: url('/bitrix/templates/redisign_new/media/grade-auto/rus-icon2.svg');
    bottom: 1px;
    right: 10px;
}

.progress-option-number .default-input_wrapper input {
    font-size: 15px;
    color: #ffffff;
    border: none;
    height: 100%;
    text-align: center;
    line-height: 36px;
    /* flex: 1; */
    background: transparent;
}

.progress-option-number .default-input_wrapper input::-webkit-input-placeholder {
    color: #ffffff;
}

.progress-option-number .default-input_wrapper input:-moz-placeholder {
    color: #ffffff;
}

/* FF 4-18 */
.progress-option-number .default-input_wrapper input::-moz-placeholder {
    color: #ffffff;
}

/* FF 19+ */
.progress-option-number .default-input_wrapper input:-ms-input-placeholder {
    color: #ffffff;
}

.progress-option-number .default-input_wrapper .input-gosnumber2 {
    border-right: 1px solid #ffffff;
    max-width: 99px;
}

.progress-option-number .default-input_wrapper .input-gosnumber-reg {
    width: 59px;
    max-width: 59px;
    height: 20px;
    line-height: 20px;
}

/* end new ../07.2023 */

@media screen and (max-width: 1199px) {

    .grade-auto-result .progress-options,
    .grade-auto-result .progress-options-more {
        width: calc(100% + 20px);
        margin: 0 -10px;
        margin-top: 44px;
    }

    .grade-auto-result .progress-option {
        margin: 0 10px;
        width: calc(20% - 20px);
        -ms-flex-preferred-size: calc(20% - 20px);
        flex-basis: calc(20% - 20px);
        margin-top: 0 !important;
        margin-bottom: 20px !important;
    }

    .grade-auto-result .progress-option.progress-option-model {
        -ms-flex-preferred-size: calc(80% - 20px);
        flex-basis: calc(80% - 20px);
    }



    .grade-auto-wrapper .grade-auto-result {
        width: 100%;
        margin-left: 0;
    }



    .grade-auto-wrapper .tabs-bottom:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background: #D7D9DF;
    }



    .grade-auto-wrapper .grade-auto-result.result-mob.more .progress-options>.btn-wrapper {
        margin-bottom: 0;
    }

    .grade-auto-result:not(.result-mob) .progress-wrapper {
        display: none;
    }

    .grade-auto-result .progress-wrapper {
        padding: 30px;
        margin-bottom: 50px;
    }

    .grade-auto-result .progress-wrapper>.heading_white {
        font-size: 25px;
        max-width: 80%;
        line-height: 30px;
    }

    .grade-auto-result .progress-bar {
        margin-top: 0;
    }

    .grade-auto-result .progress-img {
        width: 165px;
    }

    .grade-auto-result .progress-options>.btn-wrapper {
        display: block;
        margin: 0 10px;
        width: 100%;
        margin-bottom: 20px;
    }

    .grade-auto-result .progress-options .btn-option-more {
        color: #ffffff;
        font-size: 14px;
        line-height: 17px;
        position: relative;
        padding-right: 35px;
    }

    .grade-auto-result .progress-options .btn-option-more:after {
        position: absolute;
        content: '';
        width: 7px;
        height: 7px;
        border-bottom: 2px solid;
        border-right: 2px solid;
        border-color: rgba(255, 255, 255, 0.5);
        right: 12px;
        top: 3px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
    }

    .grade-auto-result .progress-options .btn-option-more.open:after {
        -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        transform: rotate(-135deg);
        top: 8px;
    }
}

@media screen and (max-width: 767px) {
    .grade-auto-wrapper .grade-auto-result.result-mob {
        display: none;
    }

    .grade-auto-wrapper .tabs-bottom:before {
        content: none;
    }

    .grade-auto-wrapper .tabs-content h2 {
        text-align: center;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 20px;
    }

    .grade-auto-wrapper .tabs-select-block+.tabs-select-block {
        margin-top: 40px;
    }


}

@media screen and (max-width: 360px) {
    .grade-auto-wrapper .tabs-content h2 {
        padding-left: 0;
        padding-right: 0;
    }
}

/* End GradeAutoResult */

/* Start Consultation wrapper */
.grade-auto-result .consultation-wrapper>.heading_black {
    padding-bottom: 12px;
}

.grade-auto-result .consultation-wrapper>.text {
    font-size: 17px;
    line-height: 21px;
    letter-spacing: -0.02em;
    padding-bottom: 30px;
}

@media screen and (max-width: 1199px) {
    .grade-auto-result .consultation-wrapper {
        padding: 30px;
        margin-top: 0;
        position: relative;
        width: 100%;
        /* max-width: 476px; */
    }

    .grade-auto-result .consultation-wrapper>*:not(.btn) {
        max-width: 70%;
    }

    .grade-auto-result .consultation-wrapper>.text {
        padding-bottom: 0;
    }

    .grade-auto-result .consultation-wrapper>.btn {
        position: absolute;
        right: 30px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .grade-auto-wrapper .tabs-wrapper_main+.grade-auto-result {
        margin-top: 60px;
    }
}

@media screen and (max-width: 767px) {
    .grade-auto-result .consultation-wrapper {
        width: 100%;
        max-width: none;
        padding: 30px 20px;
    }

    .grade-auto-result .consultation-wrapper>*:not(.btn) {
        max-width: none;
    }

    .grade-auto-result .consultation-wrapper>.btn {
        position: relative;
        right: auto;
        top: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        margin-top: 40px;
    }
}

/* Start Consultation wrapper */


.grade-auto-wrapper .btn-more {
    position: relative;
    font-size: 16px;
    line-height: 19px;
    color: #48494D;
    padding-right: 35px;
}

.grade-auto-wrapper .btn-more:after {
    content: '';
    position: absolute;
    right: 10px;
    top: 3px;
    width: 8px;
    height: 8px;
    border-right: 2px solid rgba(72, 73, 77, 0.5);
    ;
    border-bottom: 2px solid rgba(72, 73, 77, 0.5);
    ;
    -webkit-transform: rotate(45deg);
    ;
    -ms-transform: rotate(45deg);
    ;
    transform: rotate(45deg);
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.grade-auto-wrapper .btn-more.open:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    top: 9px;
}


/* Start Auto Modification */
.grade-auto-wrapper .tabs-modification-block {
    width: calc(90% + 20px);
    margin: 0 -10px;
}

.grade-auto-wrapper .tabs-modification-list {
    margin: 0 10px;
    width: calc(50% - 20px);
    padding: 30px 15px;
    list-style: none;
    background: #ffffff;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid transparent;
    -webkit-transition: border-color .2s ease;
    -o-transition: border-color .2s ease;
    transition: border-color .2s ease;

}

.grade-auto_modal .grade-auto-wrapper .tabs-modification-list {
    background: #F5F5F9;
}

.grade-auto-wrapper .tabs-modification-list:not(.active):hover,
.grade-auto-wrapper .tabs-modification-list.active {
    border-color: #0055D4;
}

.grade-auto-wrapper .tabs-modification-list:nth-child(2)~.tabs-modification-list {
    margin-top: 20px;
}

.grade-auto-wrapper .tabs-modification-list:before {
    content: attr(data-number);
    position: absolute;
    left: 0;
    top: 0;
    background: #E3E6ED;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 16px;
    color: #0055D4;
    font-family: "Proxima Nova Semibold", sans-serif;
    font-weight: 600;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background: #E3E6ED;
}

.grade-auto-wrapper .tabs-modification-option {
    /*    font-size: 20px;
    line-height: 24px; */
    letter-spacing: -0.02em;
    padding: 0 15px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    width: 50%;
    display: block;
}

.grade-auto-wrapper .tabs-modification-option:nth-child(2)~.tabs-modification-option {
    margin-top: 15px;
}

.grade-auto-wrapper .tabs-modification-option:before {
    content: attr(data-before);
    display: block;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    font-family: "Proxima Nova", sans-serif;
}

.grade-auto-wrapper .tabs-modification-block>.btn-wrapper {
    width: 100%;
    margin: 0 10px;
    margin-top: 30px;
}

@media screen and (max-width: 1199px) {
    .grade-auto-wrapper .tabs-modification-block {
        width: calc(100% + 20px);
    }
}

@media screen and (max-width: 767px) {
    .grade-auto-wrapper .tabs-select-block+.radiobuttons-wrapper {
        margin: 0 -16px;
        margin-top: 20px;
        width: calc(100% + 32px);
    }

    .grade-auto-wrapper .radiobuttons-year>.radiobutton_wrapper {
        width: calc(33.3% - 42px)
    }

    .grade-auto-wrapper .tags-generation>.flex-block {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .grade-auto-wrapper .tabs-modification-block {
        width: 100%;
        margin: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .grade-auto-wrapper .tabs-modification-list {
        padding: 35px 5px 26px 5px;
        margin-top: 0 !important;
        margin-bottom: 20px !important;
        width: auto;
        /* max-width: 182px; */
        margin: 0;
    }

    .grade-auto-wrapper .tabs-modification-option:before {
        font-size: 12px;
        line-height: 15px;
    }

    .grade-auto-wrapper .tabs-modification-option {
        font-size: 15px;
        line-height: 18px;
        padding: 0 5px;
    }

    .grade-auto-wrapper .tabs-modification-block>.btn-wrapper {
        text-align: center;
        margin-top: 10px;
    }
}

/* End Auto Modification */

/* --- Start noUiSlider CSS --- */
.grade-auto-wrapper .tabs-UiSlider-block .default-input_wrapper {
    width: 100%;
}

.grade-auto-wrapper .UiSlider-container {
    position: relative;
    /*  overflow: hidden; */
}

.grade-auto-wrapper .tabs-UiSlider-block .input-UiSlider {
    width: 100%;
    height: 50px;
    border: 1px solid #DFE3E9;
    border-radius: 4px;
    font-size: 14px;
    line-height: 17px;
    font-family: "Proxima Nova Semibold", sans-serif;
    font-weight: 600;
    padding: 0 15px;
    color: #48494D;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.grade-auto-wrapper .tabs-UiSlider-block .input-UiSlider:hover,
.grade-auto-wrapper .tabs-UiSlider-block .input-UiSlider:focus {
    border-color: #0055D4;
}

.grade-auto-wrapper .UiSlider-container .UiSlider {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    z-index: 1;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: transparent;
    border-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.grade-auto-wrapper .UiSlider-container .noUi-base {
    cursor: pointer;
    width: 99.2%;
    margin: 0 auto;
}

.grade-auto-wrapper .UiSlider-container .noUi-base:before {
    position: absolute;
    content: '';
    bottom: 50%;
    left: 0;
    width: 100%;
    height: calc(100% + 20px);
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
}

.grade-auto-wrapper .UiSlider-container .noUi-connects {
    border-radius: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.grade-auto-wrapper .UiSlider-container .noUi-connect {
    background: #0055D4;
}

.grade-auto-wrapper .UiSlider-container .noUi-handle:after,
.grade-auto-wrapper .UiSlider-container .noUi-handle:before {
    content: none;
}

.grade-auto-wrapper .UiSlider-container .noUi-handle {
    width: 12px;
    height: 12px;
    top: -4px;
    border-radius: 50%;
    background: #0055D4;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    cursor: pointer;
    right: -6px !important;
}

.grade-auto-wrapper .tabs-UiSlider-block .UiSlider-range {
    margin-top: 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.grade-auto-wrapper .tabs-UiSlider-block .UiSlider-range--item {
    font-size: 14px;
    line-height: 121%;
    color: rgba(72, 73, 77, .6);
}

/* --- End noUiSlider CSS --- */


/* Start tags CSS */
.grade-auto-wrapper .tabs-tag-wrapper>.tag-radio[type="radio"] {
    display: none;
}

.grade-auto-wrapper .tabs-tag-wrapper>.tag-radio_label {
    padding: 8px 20px;
    text-align: center;
    font-size: 15px;
    line-height: 18px;
    display: block;
    background: #ffffff;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
}

.grade-auto-wrapper .tabs-tag-wrapper>.tag-radio_label:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    border: 1px solid #0055D4;
    opacity: 0;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
}

.grade-auto-wrapper .tabs-tag-wrapper>.tag-radio[type="radio"]:not(:checked)+.tag-radio_label:hover:before,
.grade-auto-wrapper .tabs-tag-wrapper>.tag-radio[type="radio"]:checked+.tag-radio_label:before {
    opacity: 1;
}


.grade-auto-wrapper .tabs-tags-block .tabs-tag-wrapper {
    margin: 0 7.5px 15px;
}


.grade-auto-wrapper .tabs-content_more .tabs-tags-block>.flex-block {
    margin: 0 -7.5px;
    width: calc(100% + 15px);

}

.grade-auto-wrapper .tabs-content_more .tabs-tags-block.tags-owner>.flex-block {
    margin-top: 15px;
}

.grade-auto-wrapper>div .input-default {
    border-radius: 5px;
    width: 100%;
    -webkit-transition: border-color .2s ease;
    -o-transition: border-color .2s ease;
    transition: border-color .2s ease;
    padding-right: 45px;
}

/* new ../07.2023 */
.grade-auto-wrapper>div .input-default:hover,
.grade-auto-wrapper>div .input-default:focus,
/* .grade-auto-wrapper>div .default-input_wrapper.selected .input-default, */
.grade-auto-wrapper>div .default-input_wrapper .input-default.active {
    border-color: #0055D4;
}

/* end new ../07.2023 */
.grade-auto-wrapper>div .default-input_wrapper {
    position: relative;

}

.grade-auto-wrapper .tabs-content-vin .step-content.active:first-child .default-input_wrapper {
    width: 100%;
}


.grade-auto-wrapper .tags-owner .default-input_wrapper:after {
    position: absolute;
    content: '';
    top: 50%;
    right: 17px;
    width: 25px;
    height: 25px;
    background-image: url(/bitrix/templates/redisign_new/media/img/grade-auto/ok-input.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.grade-auto-wrapper .tags-owner .default-input_wrapper.complete:after {
    opacity: 1;
}

.grade-auto-wrapper .tags-owner .default-input_wrapper {
    width: 403px;
}

.grade-auto-wrapper .tags-owner .tabs-tag-wrapper>.tag-radio_label {
    width: auto;
    padding: 8px 20px;
}

.grade-auto-wrapper .tabs-content_more .tabs-tags-block+.tabs-tags-block {
    margin-top: 60px;
}

@media screen and (max-width: 1199px) {
    .grade-auto-wrapper .tabs-contents .btn {
        height: 50px !important;
        line-height: 50px !important;
        padding: 0 25px !important;
        border-radius: 5px !important;
        font-size: 14px;
        line-height: 17px;
        letter-spacing: 0.12em;
    }
}

@media screen and (max-width: 767px) {


    .grade-auto-wrapper .tags-owner .default-input_wrapper {
        width: 100%;
    }

    .grade-auto-wrapper .tabs-content.more .tabs-tags-block>.flex-block {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .grade-auto-wrapper .tabs-content.more .tabs-tags-block+.tabs-tags-block {
        margin-top: 30px;
    }

    .grade-auto-wrapper .tabs-content_more .tabs-tags-block>.flex-block {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .grade-auto-wrapper .tabs-contents .btn {
        width: 100% !important;
    }
}


/* --- Start Grade Modal Check CSS --- */
.blocker.modal-grade-blocker {
    background: #0049B7;
    padding: 0;
}

.modal.modal-grade-check,
.modal-grade-check .modal-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.modal-grade-check .modal-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.modal-grade-check .img-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}

.modal-grade-check .img-wrapper>img {
    display: block;
    width: 100%;
}

.modal-grade-check .modal-wrapper-text>h2.heading_white {
    font-size: 70px;
    line-height: 120%;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.modal-grade-check .modal-wrapper-text>.text {
    font-size: 40px;
    line-height: 49px;
    color: #ffffff;
}

.modal.modal-grade-check a.close-modal {
    display: none;
}

@media screen and (max-width: 1199px) {
    .modal-grade-check .modal-wrapper .modal-wrapper-text {
        padding-bottom: 30vw;
    }
}

@media screen and (max-width: 767px) {
    .modal-grade-check .modal-wrapper-text>h2.heading_white {
        font-size: 30px;
        line-height: 120%;
        letter-spacing: 0.05em;
        padding-bottom: 20px;
    }

    .modal-grade-check .modal-wrapper-text>.text {
        font-size: 20px;
        line-height: 24px;
    }

    .modal-grade-check .modal-wrapper .modal-wrapper-text {
        padding-bottom: 50vw;
    }
}

/* --- End Grade Modal Check CSS --- */

/* --- Start Complete Block --- */
.grade-complete-block:not(.show) {
    display: none;
}


.grade-complete-top.grade-complete-top--vin {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

/* Новое 01.11.2022 */
.grade-complete-top .grade-complete-auto {
    width: 100%;
    padding: 30px;
    background: #0055D4;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    /* min-height: 475px; */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

/*Конец Новое 01.11.2022 */

.grade-complete-top .grade-complete-auto:after {
    content: '';
    position: absolute;
    width: 435px;
    height: 462px;
    border-radius: 50%;
    background: #0049B7;
    top: -290px;
    left: -220px;
    /*  z-index: -1; */
}

.grade-complete-top .grade-complete-auto>.img-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    /*  height: 150px; */
    width: 230px;
    /*   max-width: 300px; */
    z-index: 1;
}

.grade-complete-top .grade-complete-auto>.img-wrapper img {
    display: block;
    width: 100%;
}

/* new ../07.2023 */
.grade-complete-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.grade-complete-top .grade-complete-auto_info {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    z-index: 1;
    width: 100%;
    padding-left: 230px;
    gap: 50px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.grade-complete-top .grade-complete-auto_info h2.heading_white,
.grade-complete-top .grade-complete-auto_info .heading-wrapper {
    padding-bottom: 0;
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    min-width: 0;
}

.grade-complete-top .grade-complete-auto_info>.heading-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 10px;
}

.grade-complete-top .grade-complete-auto_info .heading-wrapper_top {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.grade-complete-top .grade-complete-auto_info>.heading-wrapper>h2.heading_white {
    padding-bottom: 0;
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

/* new ../08.2023 */
.complete-gosnumber_wrapper {
    height: 37px;
    border-radius: 5px;
    border: 1px solid #DFE3E9;
    line-height: 37px;
    text-align: center;
    color: #ffffff;
    font-size: 15px;
    position: relative;
    max-width: 166px;
    /*    margin-left: 20px; */
}

/* end new ../08.2023 */
.grade-complete-top .complete-gosnumber_wrapper:not(.show) {
    display: none;
}

.complete-gosnumber_wrapper:after {
    content: '';
    position: absolute;
    bottom: 2px;
    right: 10px;
    width: 35px;
    height: 13px;
    background-image: url('/bitrix/templates/redisign_new/media/grade-auto/rus-icon2.svg');
    background-position: center;
    background-repeat: no-repeat;
}

.complete-gosnumber_wrapper .complete-gosnumber2 {
    height: 100%;
    width: 104px;
    border-right: 1px solid #DFE3E9;
}

.complete-gosnumber_wrapper .complete-gosnumber-reg {
    height: 20px;
    line-height: 20px;
    width: 60px;
}

@media screen and (max-width: 767px) {
    .grade-complete-top .grade-complete-auto_info .heading-wrapper_top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .grade-complete-top .grade-complete-auto_info>.heading-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        gap: 15px;

    }
}

/* end new ../07.2023 */

.grade-complete-top .grade-complete-auto_info .link-auto-edit {
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    position: relative;
    padding-left: 30px;
}

.grade-complete-top .grade-complete-auto_info .link-auto-edit:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background-image: url(/bitrix/templates/redisign_new/media/img/grade-auto/edit.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.grade-complete-auto_info .complete-auto-price {
    color: #ffffff;
}

.grade-complete-auto_info .complete-auto-price span {
    font-size: 25px;
    line-height: 30px;
    letter-spacing: -0.02em;
}

.grade-complete-auto_info .complete-auto-price>* {
    display: inline-block;
    vertical-align: middle;
}

.grade-complete-auto_info .complete-auto-price br {
    display: none;
}

.grade-complete-auto_info .complete-auto-price>.modal-open {
    margin-left: 15px;
}

.grade-complete-auto_info .complete-auto-price>.modal-open img {
    display: block;
    width: 100%;
}

.grade-complete-auto_info .btns-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
}

.grade-complete-auto_info .btns-wrapper>a {
    display: block;
    padding: 10px 20px;
    color: #ffffff;
    font-size: 15px;
    line-height: 120%;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.grade-complete-auto_info .btns-wrapper>a:hover,
.grade-complete-auto_info .btns-wrapper>a:active {
    background: #ffffff;
    color: #0055D4;
}

.grade-complete-auto_info .btns-wrapper>a+a {
    margin-left: 20px;
}

.grade-auto-wrapper .grade-complete-auto_options {
    /*   position: relative; */
    padding-left: 230px;
    width: calc(100% + 20px);
    margin: 0 -10px;
    margin-top: 30px;
}

.grade-auto-wrapper .grade-complete-auto_options .btn-wrapper {
    position: absolute;
    bottom: 30px;
    right: 30px;
}

@media screen and (min-width: 768px) {
    .grade-auto-wrapper .grade-complete-auto_options:not(.grade-complete-auto_options--params) .btn-wrapper {
        display: none;
    }
}


.grade-auto-wrapper .grade-complete-auto_options .btn-more_white {
    color: #ffffff;
}

.grade-auto-wrapper .btn-more_white:after {
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
}


.grade-auto-wrapper .grade-complete-auto_option {
    width: calc(20% - 20px);
    margin: 0 10px;
    margin-bottom: 25px;
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.02em;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.grade-auto-wrapper .grade-complete-auto_option:before {
    content: attr(data-before);
    font-size: 16px;
    display: block;
    line-height: 150%;
    color: rgba(255, 255, 255, 0.8);
    font-family: "Proxima Nova", sans-serif;
    font-weight: normal;
}

.grade-complete-auto_btns-wrapper {
    margin-top: 25px;
}

.grade-complete-auto_btns-wrapper>a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: block;
    position: relative;
    padding-left: 30px;
    color: #ffffff;
}

.grade-complete-auto_btns-wrapper>a+a {
    margin-left: 30px;
}

.grade-complete-auto_btns-wrapper>a:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}

.grade-complete-auto_btns-wrapper>.link-download:before {
    background-image: url(/bitrix/templates/redisign_new/media/grade-auto/download.svg);
}

.grade-complete-auto_btns-wrapper>.link-send:before {
    background-image: url(/bitrix/templates/redisign_new/media/grade-auto/send.svg);
}

.grade-complete-variants {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 60px;
}

@media screen and (min-width: 768px) {
    .grade-complete-variants_tabs>.custom-select_wrapper {
        display: none;
    }
}



.grade-complete-variants_switchers {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 13px;
}

.grade-complete-variants_switcher {
    display: block;
    padding: 10px 15px;
    text-align: center;
    font-size: 15px;
    line-height: 120%;
    color: #0055D4;
    border-radius: 5px;
    border: 1px solid transparent;
    -webkit-transition: border-color .2s ease;
    -o-transition: border-color .2s ease;
    transition: border-color .2s ease;
}

.grade-complete-variants_switcher:not(.active):hover,
.grade-complete-variants_switcher.active {
    border-color: #0055D4;
}

.grade-complete-variants_contents {
    margin-top: 30px;
}

.grade-complete-variants_content:not(.active) {
    display: none;
}


.grade-complete-variants_selects {
    margin: 0 -10px;
}

.grade-complete-variants_selects>.custom-select_wrapper,
.grade-complete-variants_selects>.default-input_wrapper {
    width: calc(50% - 20px);
    margin: 0 10px;
    position: relative;
}

.grade-complete-variants_selects>.custom-select_wrapper.required:before {
    content: "*";
    position: absolute;
    height: 17px;
    color: #0049B7;
    font-family: "Proxima Nova Bold";
    font-weight: 700;
    top: 8px;
    left: 15px;
    right: auto;
    font-size: 17px;
    line-height: 17px;
    z-index: 1;
}

.grade-complete-variants_selects>.custom-select_wrapper.invalid>.select2.select2-container--custom-select {
    border-color: #D90008;
}

/* .grade-auto-wrapper .grade-complete-variants_selects .select2.select2-container--custom-select .select2-selection--single {
    height: 38px;
}

.grade-auto-wrapper .grade-complete-variants_selects .select2.select2-container--custom-select .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
}
 */

.grade-complete-variants_selects>*:not(:nth-child(-n+2)) {
    margin-top: 20px;
}

.grade-complete-variants_conf {
    margin-top: 15px;
    font-size: 10px;
    line-height: 12px;
    color: rgba(72, 73, 77, 0.5);
}

.grade-complete-variants_conf>a {
    color: rgba(72, 73, 77, 0.7);
    border-bottom: 1px solid transparent;
    -webkit-transition: border-color .2s ease;
    -o-transition: border-color .2s ease;
    transition: border-color .2s ease;
}

.grade-complete-variants_conf>a:hover {
    border-color: rgba(72, 73, 77, 0.5);
}

.grade-complete-variants_form>.btn-wrapper {
    margin-top: 20px;
    position: relative;
}

.grade-complete-variants_form .btn {
    display: block;
    width: 100%;
    /*    height: 40px;
    line-height: 40px;*/
    border-radius: 5px;
}

/* Новое 02.11.2022 */
.grade-complete-variants_bottom {
    margin-top: 35px;
    padding: 20px;
    background: #ffffff;
    /*  border-radius: 15px; */
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.grade-complete-variants_bottom .heading {
    font-size: 15px;
    line-height: 18px;
    letter-spacing: -0.02em;
    padding-bottom: 10px;
}

.grade-complete-variants_bottom .text-block_inner {
    max-width: 310px;
}

.grade-complete-variants_bottom .text {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.02em;
}

.grade-complete-variants_bottom .btn-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: right;
}

.grade-complete-variants_bottom .btn.btn_contur-blue {
    background: transparent;
}

.modal-success {
    width: 680px;
    /*  min-height: 610px; */
    background: #FFFFFF;
    border-radius: 15px;
    overflow: hidden;
}

.modal-success a.close-modal {
    background-image: url(/bitrix/templates/redisign_new/media/icons/big-close2.svg);
    width: 25px;
    height: 25px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    top: 30px;
    right: 30px;
    opacity: .6;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
}

.modal-success a.close-modal:hover,
.modal-success a.close-modal:active {
    opacity: 1;
}

.modal-success_top {
    padding-top: 105px;
    max-width: 430px;
    margin: 0 auto;
    text-align: center;
}

.modal-success_top .heading {
    padding-bottom: 15px;
}

.modal-success_app .btn-wrapper-mob {
    display: none;
}

.modal-success_bottom {
    background: #F5F5F9;
    padding: 25px 40px;
}

.modal-success_app {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 385px;
    margin: 0 auto;
}

.modal-success_app .heading {
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 20px;
    width: 70%;
    margin: 0 auto;
}

.modal-success_app .btn {
    width: auto !important;
    padding: 0 15px;
    background: transparent;
}

@media screen and (max-width: 1199px) {

    /* new ../07.2023 */
    .grade-complete-block {
        margin: -40px 0;
    }

    /* end new ../07.2023 */
    .grade-complete-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    /* Новое 01.11.2022 */
    .grade-complete-top .grade-complete-auto {
        margin: 0 -20px;
        z-index: 0;
        width: calc(100% + 40px);
        border-radius: 0;
        padding: 30px 20px;
        min-height: auto;
    }

    /*Конец Новое 01.11.2022 */

    .grade-complete-top .grade-complete-rating>h2.heading_white {
        width: 100%;
        max-width: none;
    }

    .grade-complete-top .grade-complete-rating>.grade-price {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-left: 0;
        margin-top: 20px;
    }

    .grade-auto-wrapper .grade-complete-auto_options {
        padding-left: 0;
        margin-top: 100px;
        padding-top: 30px;
        position: relative;
    }

    .grade-auto-wrapper .grade-complete-auto_options:before {
        position: absolute;
        content: '';
        width: calc(100% + 20px);
        left: 50%;
        top: 0;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        height: 1px;
        background: #ffffff;
    }

    .grade-auto-wrapper .grade-complete-auto_option {
        width: calc(33.3% - 20px);
    }

    .grade-complete-top .grade-complete-auto:after {
        width: 355px;
        height: 356px;
        right: -127px;
        top: -114px;
        z-index: -1;
        left: auto;
    }

    .grade-complete-top .grade-complete-auto>.img-wrapper {
        width: 432px;
        max-width: none;
        height: auto;
        right: -151px;
        top: 20px;
        left: auto;
    }

    .grade-complete-top .grade-complete-auto_info {
        max-width: none;
        padding-left: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        gap: 25px;
    }

    /* new ../07.2023 */
    .grade-complete-top h2.heading_white {
        font-size: 25px !important;
        line-height: 30px !important;
        letter-spacing: -0.02em !important;
        text-align: left;
    }

    /* end new ../07.2023 */
    .grade-complete-top .grade-complete-auto_info>.grade-complete-auto-options {
        margin-top: 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .grade-complete-top .grade-complete-auto_info .grade-complete-auto-option+.grade-complete-auto-option {
        margin-left: 0;
        margin-top: 20px;
    }

    /* Новое 01.11.2022 */
    .grade-auto-wrapper .grade-complete-auto_options .btn-wrapper {
        margin-bottom: 30px;
        position: relative;
        bottom: auto;
        right: auto;
        width: 100%;
        margin: 0 10px;
        margin-bottom: 25px;
    }

    /* Конец Новое 01.11.2022 */


    .grade-complete-variants {
        margin-left: 0;
        margin-top: 60px;
        padding: 0 20px;
    }

    .grade-complete-variants_switchers {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }



    /*   .grade-auto-wrapper .grade-complete-variants_selects .input-default,
    .grade-auto-wrapper .grade-complete-variants_selects .custom-select {
        height: 40px;
    } */

    .grade-complete-variants_form .btn {
        width: auto;
        height: 40px !important;
        line-height: 40px !important;
        margin: 0 auto;
        min-width: 330px;
    }

    /* new ../07.2023 */
    .grade-complete-variants_bottom {
        margin-top: 60px;
        padding: 30px;
        border-radius: 15px;
        padding-left: 240px;
        position: relative;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        background-image: url('/bitrix/templates/redisign_new/media/grade-auto/twenty-percent.png');
        background-size: 182px;
        background-position: 30px 30px;
        background-repeat: no-repeat;
        /* text-align: center; */
    }

    .grade-complete-variants_bottom .text-block_inner {
        max-width: none;
    }

    .grade-complete-variants_bottom .heading {
        font-size: 18px;
        /*  line-height: 120%; */
    }

    .grade-complete-variants_bottom .text {
        font-size: 17px;
        line-height: 120%;
    }

    /* end new ../07.2023 */
    .grade-complete-variants_bottom .btn-wrapper {
        margin-top: 30px;
    }

    .grade-complete-variants_bottom .btn.btn_contur-blue {
        background: #0049B7;
        color: #ffffff;
        padding: 0 15px;
    }

    /* новое 27.10.2022 */
    /*     .grade-complete-app .btn-wrapper {
        display: block;
    }

    .grade-complete-app .img-wrapper {
        display: none;
    } */

    /* End новое 27.10.2022 */

    /* Новое 02.11.2022 */
    .modal-success_top {
        padding-top: 100px;
    }

    .modal-success_rating_outer {
        width: 100%;
    }

    .modal-success_form_textarea .textarea {
        height: 100px;
    }

    .modal-success {
        border-radius: 0;
    }

    .modal-success_app .btn-wrapper-mob {
        display: block;
    }

    .modal-success_app .btn-wrapper:not(.btn-wrapper-mob) {
        display: none;
    }

    /* End Новое 02.11.2022 */
}

@media screen and (max-width: 767px) {

    .grade-complete-top .grade-complete-auto {
        -ms-flex-preferred-size: calc(100% + 32px);
        flex-basis: calc(100% + 32px);
        margin: 0 -16px;
        margin-top: 0;
        padding: 20px 16px;
        width: calc(100% + 32px);
        border-radius: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .grade-complete-top h2.heading_white {
        font-size: 18px !important;
        line-height: 22px !important;
    }

    .grade-complete-top .grade-complete-auto_info {
        width: 100%;
    }

    .grade-complete-top .grade-complete-auto_info .grade-complete-auto-option+.grade-complete-auto-option {
        margin-top: 15px;
    }

    .grade-complete-top .grade-complete-auto:after {
        right: -199px;
        top: -103px;
        width: 315px;
        height: 319px;
    }

    .grade-complete-top .grade-complete-auto>.img-wrapper {
        width: 310px;
        top: 31px;
        right: -184px;
    }


    /*     .grade-complete-auto_info .complete-auto-price {
        margin-top: 30px;
    }
 */
    .grade-complete-auto_info .complete-auto-price br {
        display: block;
    }

    .grade-complete-auto_info .complete-auto-price span {
        font-size: 20px;
        line-height: 24px;
    }

    .grade-complete-auto_info .complete-auto-price>* {
        vertical-align: bottom;
    }

    .grade-complete-auto_info .complete-auto-price>.modal-open {
        margin-bottom: 3px;
        margin-left: 5px;
    }

    .grade-complete-auto_info .btns-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        margin-top: 45px;
    }

    .grade-complete-auto_info .btns-wrapper>a {
        width: 100%;
    }

    .grade-complete-auto_info .btns-wrapper>a+a {
        margin-left: 0;
        margin-top: 20px;
    }

    /* Новое 01.11.2022 */
    .grade-auto-wrapper .grade-complete-auto_options {
        margin-top: 30px;
        padding-top: 0;
    }

    .grade-auto-wrapper .grade-complete-auto_options {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .grade-auto-wrapper .grade-complete-auto_option {
        width: calc(50% - 20px);

    }

    .grade-auto-wrapper .grade-complete-auto_options .grade-complete-auto_option {
        display: none;
    }

    .grade-auto-wrapper .grade-complete-auto_options .btn-wrapper {
        margin-bottom: 0;
    }

    /* Конец 01.11.2022 */

    .grade-complete-auto_btns-wrapper {
        margin-top: 35px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 95%;
    }

    .grade-auto-wrapper .grade-complete-auto_options--vin.show+.grade-complete-auto_btns-wrapper {
        margin-top: 5px;
    }

    .grade-complete-auto_btns-wrapper>a+a {
        margin-left: 0;
        margin-top: 20px;

    }

    .grade-auto-wrapper .grade-complete-auto_options .btn-wrapper {
        text-align: center;
    }

    .grade-auto-wrapper .grade-complete-auto_options:before {
        content: none;
    }

    .grade-complete-variants {
        padding: 0;
        margin-top: 40px;
    }

    .grade-complete-variants_switchers {
        display: none;
    }

    .grade-complete-variants_tabs>.custom-select_wrapper {
        width: 100%;
    }

    .grade-complete-variants_form .btn {
        min-width: auto;
        width: 100% !important;
        height: 50px !important;
        line-height: 50px !important;
        font-size: 14px;
        letter-spacing: 0.12em;
        text-transform: uppercase;
    }

    .grade-complete-variants_selects {
        margin: 0;
    }

    /*  .grade-auto-wrapper .grade-complete-variants_selects .select2.select2-container--custom-select .select2-selection--single {
        height: 48px;
    }

    .grade-auto-wrapper .grade-complete-variants_selects .select2.select2-container--custom-select .select2-selection--single .select2-selection__rendered {
        line-height: 48px;
    } */

    .grade-auto-wrapper .grade-complete-variants_selects .input-default,
    .grade-auto-wrapper .grade-complete-variants_selects .custom-select {
        height: 50px;
    }

    .grade-complete-variants_selects>.custom-select_wrapper,
    .grade-complete-variants_selects>.default-input_wrapper {
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
    }

    .grade-complete-variants_conf {
        margin-top: 0;
    }

    .grade-complete-variants_bottom,
    .grade-complete-top--vin .grade-complete-variants_bottom {
        margin-top: 40px;
    }

    /* new ../07.2023 */
    .grade-complete-variants_bottom {
        padding: 30px 20px !important;
        background-image: none;
    }

    .grade-complete-variants_contents {
        margin-top: 20px;
    }

    /*end new ../07.2023 */

    .grade-complete-app {
        padding: 40px 20px;
        background-position: center 110px;
    }

    .grade-complete-app_title {
        font-size: 16px;
        line-height: 19px;
    }

    .grade-complete-app .btn.btn_contur-blue {
        width: auto;
        padding: 0 15px;
    }

    /* новое 02.11.2022 */
    .modal-success_top {
        padding: 0 20px;
        padding-top: 75px;
    }

    .modal-success_top .heading {
        padding-bottom: 10px;
    }

    .modal-success_rating_outer {
        padding: 25px 16px;
        margin: 40px 0;
    }

    /*    .modal.modal-success .btn-wrapper .btn {
        text-transform: none;
        letter-spacing: 0;
        height: 40px;
        line-height: 40px;
    } */

    .modal-success_rating_outer.sent-ok .modal-success_ok {
        padding: 0 16px;
    }

    .modal-success_bottom {
        margin-top: 40px;
        margin-bottom: 140px;
        padding: 40px;
    }

    .modal-success_app .heading {
        font-size: 16px;
        line-height: 19px;
        padding-bottom: 20px;
        width: 100%;
    }

    /* новое 28.11.2022 */
    .modal-success_app .btn {
        max-width: none;
        height: auto !important;
        line-height: 100% !important;
        padding: 10px 15px !important;
        font-size: 14px;
        text-transform: none !important;
        letter-spacing: 0 !important;
    }

    /* End новое 28.11.2022 */
    /* End новое 02.11.2022 */
}

/* --- End Complete Block --- */

/* --- Start Modal Characteristics CSS --- */
.modal-grade-char .modal-wrapper {
    background: #ffffff;
    padding: 60px;
    padding-left: 35px;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 1015px;
}

.modal-grade-char .list-wrapper+.list-wrapper {
    margin-top: 30px;
}

.modal-grade-char_title {
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 20px;
}

.modal-grade-char_title br {
    display: none;
}

.modal-grade-char .list-state {
    margin: 0;
    padding: 0;
    list-style: none;
}

.modal-grade-char .list-state>li {
    font-size: 13px;
    line-height: 16px;
    /* identical to box height */
    position: relative;
    letter-spacing: -0.02em;
    padding-left: 17px;
}

.modal-grade-char .list-state>li:before {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #0055D4;
    left: 0;
    top: 4px;
}

.modal-grade-char .list-state>li+li {
    margin-top: 10px;
}

.modal.modal-grade-char a.close-modal {
    width: 25px;
    height: 25px;
    top: 20px;
    right: 20px;
    background-image: url(/bitrix/templates/redisign_new/media/icons/big-closeonhover.svg);
    opacity: .7;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
}

.modal.modal-grade-char a.close-modal:hover,
.modal.modal-grade-char a.close-modal:active {
    opacity: 1;
}

.modal-grade-char_mintext {
    font-size: 10px;
    line-height: 12px;
    letter-spacing: -0.02em;
    margin-top: 30px;
    color: rgba(72, 73, 77, 0.7);
}

@media screen and (max-width: 1199px) {
    .modal.modal-grade-char {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow-y: auto;
        background: #ffffff;
    }

    .modal-grade-char .modal-wrapper {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .modal-grade-char .modal-wrapper {
        position: absolute;
        top: 0;
        left: 0;

        min-height: 100%;
        padding-left: 16px;
        padding-right: 16px;
    }

    .modal-grade-char .heading_blue {
        font-size: 20px;
        line-height: 25px;
        padding-bottom: 20px;
    }

    .modal-grade-char .pre {
        font-size: 16px;
        line-height: 19px;
    }

    .modal-grade-char .list-state>li+li {
        margin-top: 10px;
    }

    .modal-grade-char_title br {
        display: block;
    }

    .modal-grade-char .heading_black {
        text-align: center;
    }
}

/* --- End Modal Characteristics CSS --- */



.grade-auto-wrapper .progress-options-more:not(.show) {
    display: none;
}



/* --- Start Modal Grade Complete CSS --- */
.modal-grade-complete .modal-wrapper {
    width: 1149px;
    height: 547px;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

.modal-grade-complete .complete-form-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 105px 90px 0 70px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #FFFFFF;
}

.modal-grade-complete .complete-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.modal-grade-complete .complete-form:not(.show) {
    display: none;
}

.modal-grade-complete .complete-options-wrapper {
    width: 594px;
    background: #0055D4;
    padding: 105px 30px 60px 40px;
    position: relative;
    /*   border-top-right-radius: 15px;
    border-bottom-right-radius: 15px; */
}

.modal-grade-complete .complete-form>.h2,
.modal-grade-complete .complete-attempt>.h2 {
    font-size: 40px;
    line-height: 49px;
    letter-spacing: -0.02em;
    padding-bottom: 20px;
}

.modal-grade-complete .complete-attempt:not(.show) {
    display: none;
}

.modal-grade-complete .complete-form-text,
.modal-grade-complete .complete-attempt-text {
    font-size: 20px;
    line-height: 24px;
}

.modal-grade-complete .complete-attempt-text+.btn-wrapper {
    padding-top: 20px;
}

.modal-grade-complete .complete-form>.default-input_wrapper {
    margin-top: 50px;
    width: 100%;
    height: 40px;
    border: 1px solid #DFE3E9;
    border-radius: 5px;
    background: #ffffff;
    position: relative;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.modal-grade-complete .complete-form>.default-input_wrapper.required:before {
    content: '*';
    position: absolute;
    top: 5px;
    left: 12px;
    font-size: 17px;
    line-height: 17px;
    color: #0049B7;
}

.modal-grade-complete .complete-form>.default-input_wrapper.invalid {
    border-color: #D90008;
}

.modal-grade-complete .complete-form>.default-input_wrapper.invalid>.invalid-text {
    position: absolute;
    font-size: 12px;
    line-height: 15px;
    left: 0;
    color: #D90008;
    top: -19px;
}


.modal-grade-complete .complete-form>.default-input_wrapper .input-default {
    border: none;
    height: 100%;
    font-size: 14px;
    line-height: 40px;
    border-radius: 5px;
    padding: 0 15px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 270px;
}

.modal-grade-complete .complete-form>.default-input_wrapper.required .input-default {
    padding-left: 26px;
}

.modal-grade-complete .complete-form>.default-input_wrapper .input-default.input-code {
    width: 100%;
    max-width: none;
}

.modal-grade-complete .complete-form button,
.modal-grade-complete .complete-form .update-code {
    height: calc(100% + 2px);
    cursor: pointer;
    position: absolute;
    right: -1px;
    top: 50%;
    text-align: center;
    min-width: 180px;
    /* z-index: 1; */
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.modal-grade-complete .complete-form .update-code:not(.show) {
    opacity: 0;
    visibility: hidden;
}

.modal-grade-complete .complete-form-conf {
    margin-top: 15px;
    font-size: 10px;
    line-height: 12px;
    color: rgba(72, 73, 77, 0.5);
}

.modal-grade-complete .complete-form-conf>a {
    color: rgba(72, 73, 77, 0.8);
}

.modal.modal-grade-complete a.close-modal {
    width: 25px;
    height: 25px;
    top: 30px;
    right: 30px;
    background-image: url(/bitrix/templates/redisign_new/media/img/grade-auto/close-modal.svg);
    opacity: .7;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
}

.modal.modal-grade-complete a.close-modal:hover,
.modal.modal-grade-complete a.close-modal:active {
    opacity: 1;
}

.modal-grade-complete .complete-options {
    margin: 0 -7.5px;
    width: calc(100% - 103px);
}

.modal-grade-complete .complete-options:not(.show) {
    display: none;
}

/* new ../08.2023 */
.modal-grade-complete .complete-options.complete-options--vin,
.modal-grade-complete .complete-options.complete-options--number {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 200px;
    margin: 0;
}

.modal-grade-complete .complete-option {
    width: calc(33.3% - 15px);
    margin: 0 7.5px;
    padding: 10px;
    background: #0049B7;
    border-radius: 5px;
    color: #ffffff;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 18px;
    line-height: 22px;
}

.modal-grade-complete .complete-options--vin .complete-option,
.modal-grade-complete .complete-options--number .complete-option {
    width: 100%;
    margin: 0;

}

.modal-grade-complete .complete-options--vin .complete-option:not(:first-child),
.modal-grade-complete .complete-options--number .complete-option:not(:first-child) {
    margin-top: 15px;
}

/*end new ../08.2023 */
.modal-grade-complete .complete-option::before {
    content: attr(data-before);
    display: block;
    font-size: 16px;
    line-height: 19px;
    font-weight: normal;
    font-family: "Proxima Nova", sans-serif;
    color: rgba(255, 255, 255, 0.9);
}

.modal-grade-complete .complete-options:not(.complete-options--vin) .complete-option:nth-child(3)~.complete-option {
    margin-top: 15px;
}

.modal-grade-complete .complete-option.transparent {
    background: transparent;
}

.modal-grade-complete .complete-options-wrapper>.img-wrapper {
    /* Новое */
    position: absolute;
    bottom: 40px;
    right: -280px;
    width: 540px;
    height: 258px;
}

.modal-grade-complete .complete-options-wrapper>.img-wrapper img {
    display: block;
    width: 100%;
}

.modal-grade-complete .phone-code-send {
    font-size: 20px;
    line-height: 24px;
}

.modal-grade-complete .phone-code-send>span {
    display: inline;
    color: #0055D4;
}

.modal-grade-complete .phone-code-send>.link {
    margin-left: 5px;
}

.modal-grade-complete .complete-form>.btn-wrapper {
    margin-top: 50px;
    position: relative;
}

.modal-grade-complete .complete-form>.btn-wrapper .more-text {
    position: absolute;
    width: 280px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 12px 24px rgba(45, 73, 88, 0.15);
    box-shadow: 0px 12px 24px rgba(45, 73, 88, 0.15);
    border-radius: 16px;
    left: 0;
    top: auto;
    right: auto;
    bottom: 100%;
    margin-bottom: 10px;
    padding: 20px 10px 20px 20px;
    color: #000000;
    font-size: 16px;
    line-height: 20px;
    cursor: default;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    text-align: left !important;
}

.modal-grade-complete .complete-form>.btn-wrapper .link:hover+.more-text {
    visibility: visible;
    opacity: 1;

}

.modal-grade-complete .complete-form>.btn-wrapper .more-text>span:first-child {
    display: block;
}

.modal-grade-complete .complete-form>.btn-wrapper .more-text>.list {
    list-style: decimal;
    padding-left: 15px;
    margin: 10px 0;
}

.modal-grade-complete .timer-wrapper {
    padding-top: 15px;
    font-size: 14px;
    line-height: 17px;
    opacity: .5;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
}

.modal-grade-complete .timer-wrapper.hidden {
    opacity: 0;
}


.modal-grade-complete .complete-calc-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0049B7;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1;
}

.modal-grade-complete .complete-calc-wrapper.show {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.modal-grade-complete .complete-calc-wrapper:not(.show) {
    display: none;
}

.modal-grade-complete .complete-calc-text>h2 {
    font-size: 50px;
    line-height: 120%;
    letter-spacing: 0.05em;
    padding-bottom: 30px;
}

.modal-grade-complete .complete-calc-text>.text {
    font-size: 25px;
    line-height: 30px;
    color: #FFFFFF;
}

.modal-grade-complete .complete-calc-wrapper>.img-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.modal-grade-complete .complete-calc-wrapper>.img-wrapper img {
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


@media screen and (max-width: 1199px) {
    .blocker-grade-auto {
        padding: 0;
    }

    .blocker-grade-auto .modal:not(.modal-grade-char):not(.modal-grade-expert) {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow-y: auto;
        /*   background: #ffffff; */
    }

    .modal-grade-complete .modal-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        min-height: 100%;
        border-radius: 0;
        background: #ffffff;
        height: auto;
        padding: 105px 40px 100px;
    }

    .modal-grade-complete .complete-form {
        position: relative;
    }

    .modal-grade-complete .complete-form-wrapper {
        padding: 0;
    }

    .modal-grade-complete .complete-options-wrapper {
        margin: 0 -40px;
        width: calc(100% + 80px);
        margin-top: 70px;
        padding: 40px;
    }

    .modal-grade-complete .complete-options-wrapper>.heading_white {
        font-size: 25px;
        line-height: 30px;
    }

    .modal-grade-complete .complete-options {
        width: 60%;
    }

    .modal-grade-complete .complete-options-wrapper>.img-wrapper {
        bottom: 20px;
        right: -20vw;
    }

    .modal.modal-grade-complete a.close-modal {
        background-image: url(/bitrix/templates/redisign_new/media/icons/big-closeonhover.svg);
    }

    .modal-grade-complete .complete-form>.default-input_wrapper .input-default {
        max-width: none;
    }

    .modal-grade-complete .phone-code-send>.link {
        font-size: 16px;
        line-height: 19px;
        display: inline-block;
        margin-left: 0;
    }

    .modal-grade-complete .complete-form:nth-child(2)>.default-input_wrapper,
    .modal-grade-complete .timer-wrapper {
        max-width: 340px;
    }

    .modal-grade-complete .complete-form:nth-child(2)>.btn-wrapper {
        position: absolute;
        right: 0;
        bottom: 32px;
        width: calc(100% - 380px);
        padding-left: 0;
    }

    .modal-grade-complete .complete-calc-text {
        padding-bottom: 30vw;
    }
}

@media screen and (max-width: 767px) {

    .blocker-grade-auto .modal.modal-grade-char,
    .blocker-grade-auto .modal.modal-grade-expert {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow-y: auto;
        /*   background: #ffffff; */
    }

    .blocker-grade-auto .modal a.close-modal {
        top: 20px !important;
        right: 20px !important;
    }

    .modal-grade-complete .modal-wrapper {
        padding: 75px 16px 90px;
    }

    .modal-grade-complete .complete-form>*:not(.default-input_wrapper),
    .modal-grade-complete .complete-attempt {
        text-align: center;
        max-width: none;
        width: 100%;
    }

    .modal-grade-complete .complete-form>.h2,
    .modal-grade-complete .complete-attempt>.h2 {
        font-size: 20px;
        line-height: 24px;
        padding-bottom: 10px;
    }

    .modal-grade-complete .complete-form-text,
    .modal-grade-complete .complete-attempt-text,
    .modal-grade-complete .phone-code-send {
        font-size: 14px;
        line-height: 17px;
    }

    .modal-grade-complete .complete-form>.default-input_wrapper {
        margin-top: 30px;
        height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border-radius: 0;
        border: none;
        max-width: none !important;
    }

    .modal-grade-complete .complete-form>.default-input_wrapper .input-default {
        height: 50px;
        width: 100%;
        line-height: 50px;
        display: block;
        border: 1px solid #DFE3E9;
        -webkit-transition: border-color .2s ease;
        -o-transition: border-color .2s ease;
        transition: border-color .2s ease;
        border-radius: 5px;
    }

    .modal-grade-complete .complete-form>.default-input_wrapper.invalid .input-default {
        border-color: #D90008;
    }

    .modal-grade-complete .complete-form button,
    .modal-grade-complete .complete-form .update-code {
        position: relative;
        height: 50px;
        line-height: 50px;
        margin-top: 30px;
        top: 0;
        width: 100%;
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 0.12em;
        /*   max-width: 288px; */
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .modal-grade-complete .complete-options-wrapper {
        margin: 0 -16px;
        width: calc(100% + 32px);
        margin-top: 50px;
        padding: 20px 16px;
    }

    .modal-grade-complete .complete-options-wrapper>.heading_white {
        font-size: 18px;
        line-height: 22px;
        font-family: "Proxima Nova", sans-serif;
        font-weight: normal;
        max-width: 60%;
    }

    .modal-grade-complete .complete-options-wrapper>.heading_white span {
        font-family: 'Proxima Nova Semibold', sans-serif;
        font-weight: 600;
        display: inline-block;
        margin-top: 10px;
        min-height: 45px;
    }

    .modal-grade-complete .complete-options-wrapper>.img-wrapper {
        width: 246px;
        top: 10px;
        bottom: auto;
        right: 0;
        left: 64%;
        height: auto;
    }

    .modal-grade-complete .complete-options {
        width: calc(100% + 32px);
        margin: 0 -16px;
    }

    .modal-grade-complete .complete-option {
        width: calc(50% - 30px);
        margin: 0 15px;
        margin-top: 0 !important;
    }

    .modal-grade-complete .complete-options--vin .complete-option {
        margin-bottom: 0;
    }

    /* new ../08.2023 */
    .modal-grade-complete .complete-options--vin .complete-option:not(:first-child),
    .modal-grade-complete .complete-options--number .complete-option:not(:first-child),
    .modal-grade-complete .complete-option:not(:nth-child(-n+2)) {
        margin-top: 10px !important;
    }

    /*end new ../08.2023 */
    .modal-grade-complete .complete-option.transparent {
        display: none;
    }

    .modal-grade-complete .complete-form .update-code:not(.show) {
        height: 0;
        margin-top: 0;
    }

    .modal-grade-complete .timer-wrapper.hidden {
        height: 0;
    }

    .modal-grade-complete .complete-form:nth-child(2)>.btn-wrapper {
        position: relative;
        width: 100%;
        padding-left: 0;
        bottom: auto;
        margin-top: 40px;
    }

    .modal-grade-complete .complete-form>.btn-wrapper .more-text {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .modal-grade-complete .phone-code-send>span {
        display: inline-block;
    }

    .modal-grade-complete .phone-code-send>.link {
        margin-left: 10px;
    }

    .modal-grade-complete .complete-calc-text>h2.heading_white {
        font-size: 30px;
        line-height: 120%;
        letter-spacing: 0.05em;
        padding-bottom: 20px;
    }

    .modal-grade-complete .complete-calc-text>.text {
        font-size: 20px;
        line-height: 24px;
    }

    .modal-grade-complete .complete-calc-text {
        padding-bottom: 50vw;
    }

    /* new ../08.2023 */
    .modal-grade-complete .complete-options.complete-options--vin,
    .modal-grade-complete .complete-options.complete-options--number {
        width: 100%;
        margin-top: 60px;
    }

    /*end new ../08.2023 */
}


/* Start Over Block CSS */
.grade-auto-wrapper .grade-over-block:not(.show) {
    display: none;
}

.grade-auto-wrapper .grade-over-block>.heading_black {
    padding-bottom: 40px;
}


.grade-auto-wrapper .grade-over-options {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 40px 60px 0 30px;
    background: #0055D4;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    min-height: 388px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #FFFFFF;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 0;
}

.grade-auto-wrapper .grade-over-options:before {
    content: '';
    position: absolute;
    width: 453px;
    height: 453px;
    z-index: -1;
    border-radius: 50%;
    background: #0049B7;
    right: -200px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.grade-auto-wrapper .grade-over-info {
    width: 265px;
    margin-left: 50px;
    padding: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background: #ffffff;
    border-radius: 15px;
    overflow: hidden;
}

/* new ../08.2023 */
.grade-auto-section--white .grade-auto-wrapper .grade-over-info {
    background: #F5F5F9;
}

/* end new ../08.2023 */
.grade-auto-wrapper .grade-over-info .img-wrapper {
    height: 140px;
    padding-bottom: 20px;
}

.grade-auto-wrapper .grade-over-info>.heading_black {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.02em;
    padding-bottom: 10px;
}

.grade-auto-wrapper .grade-over-info>.text {
    font-size: 17px;
    line-height: 21px;
    letter-spacing: -0.02em;
}

.grade-auto-wrapper .grade-over-info .img-wrapper img {
    display: block;
    margin-right: auto;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.grade-auto-wrapper .grade-over-block .option-top.auto {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 25px;
    line-height: 30px;
}

/* new ../08.2023 */
.grade-auto-wrapper .grade-over-block .complete-option:before {
    content: attr(data-before);
    display: block;
    font-size: 25px;
    font-family: 'Proxima Nova Semibold';
    padding-bottom: 5px;
}

/*end new ../08.2023 */

.grade-auto-wrapper .grade-over-block .options-top {
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.grade-auto-wrapper .grade-over-block .option-top.price {
    margin-left: auto;
    position: relative;
}

.grade-auto-wrapper .grade-over-block .option-top.price>span {
    font-size: 25px;
    line-height: 30px;
    letter-spacing: -0.02em;
}

.grade-auto-wrapper .grade-over-block .option-top.price:before,
.grade-auto-wrapper .grade-over-block .option-bottom:before {
    content: attr(data-before);
    font-size: 16px;
    display: block;
    line-height: 150%;
    color: rgba(255, 255, 255, 0.8);
    font-family: "Proxima Nova", sans-serif;
    font-weight: normal;
}

.grade-auto-wrapper .grade-over-block .options-bottom {
    margin: 0 -15px;
    width: calc(100% + 30px);
    margin-top: 40px;
    max-width: 572px;
}

.grade-auto-wrapper .grade-over-block .options-bottom:not(.show) {
    display: none;
}

.grade-auto-wrapper .grade-over-block .option-bottom {
    width: calc(25% - 30px);
    margin: 0 15px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.02em;
}

.grade-auto-wrapper .grade-over-block .option-bottom:nth-child(4)~.option-bottom {
    margin-top: 20px;
}

.grade-auto-wrapper .grade-over-options>.img-wrapper {
    position: absolute;
    width: 537px;
    right: -170px;
    bottom: 35px;
}

.grade-auto-wrapper .grade-over-options>.img-wrapper img {
    display: block;
    width: 100%;
    margin: 0 auto;
}


.grade-auto-wrapper .grade-over-block>.btn-wrapper {
    margin-top: 30px;
}

.grade-auto-wrapper .grade-over-block>.btn-wrapper>.btn.btn_contur-blue {
    border-radius: 5px;
    border-color: #0055D4;
    color: #0055D4;
}

.grade-auto-wrapper .grade-over-block>.btn-wrapper>.btn.btn_contur-blue:hover,
.grade-auto-wrapper .grade-over-block>.btn-wrapper>.btn.btn_contur-blue:active {
    color: #ffffff;
    background: #0055D4;
    border-color: transparent;
}



@media screen and (max-width: 1199px) {
    .grade-auto-wrapper .grade-over-info {
        width: 100%;
    }

    .grade-auto-wrapper .grade-over-info {
        margin: 0 20px;
        margin-top: 60px;
        position: relative;
        padding-left: 200px;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .grade-auto-wrapper .grade-over-info .img-wrapper {
        position: absolute;
        left: 30px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .grade-auto-wrapper .grade-over-options {
        margin: 0 -20px;
        width: calc(100% + 40px);
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        border-radius: 0;
        padding-left: 20px;
        min-height: auto;
        padding-bottom: 60px;
        padding-right: 20px;
        min-height: 388px;
    }

    .grade-auto-wrapper .grade-over-block>.btn-wrapper {
        margin-left: 20px;
    }

    .grade-auto-wrapper .grade-over-options>.img-wrapper {
        right: -220px;
    }
}

@media screen and (min-width: 768px) {
    .grade-auto-wrapper .grade-over-block .option-top.price br {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .grade-auto-wrapper .grade-over-block>.heading_black {
        font-size: 20px;
        line-height: 24px;
        text-align: center;
        padding-bottom: 20px;
    }

    .grade-auto-wrapper .grade-over-block .options-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .grade-auto-wrapper .grade-over-block .option-top.auto {
        font-size: 18px;
        line-height: 22px;
        max-width: 60%;
    }

    .grade-auto-wrapper .grade-over-block .option-top.price {
        margin-top: 20px;
        margin-left: 0;
        /* max-width: 53%; */
    }

    .grade-auto-wrapper .grade-over-block .option-top.price>span {
        font-size: 20px;
        line-height: 24px;
    }

    .grade-auto-wrapper .grade-over-options {
        margin: 0 -16px;
        width: calc(100% + 32px);
    }

    .grade-auto-wrapper .grade-over-options:before {
        width: 260px;
        height: 260px;
        top: -65px;
        right: 0;
        left: 72%;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .grade-auto-wrapper .grade-over-options>.img-wrapper {
        width: 310px;
        top: 30px;
        bottom: auto;
        height: auto;
        right: 0;
        left: 55%;
    }

    .grade-auto-wrapper .grade-over-block .options-bottom {
        margin: 0 -16px;
        width: calc(100% + 32px);
        margin-top: 35px;
        max-width: none;
    }

    .grade-auto-wrapper .grade-over-block .option-bottom {
        width: calc(50% - 30px);
        margin: 0 15px;
        padding: 10px;
        background: #0049B7;
        border-radius: 5px;
        margin-top: 0 !important;
    }

    .grade-auto-wrapper .grade-over-block .option-bottom.transparent {
        display: none;
    }

    .grade-auto-wrapper .grade-over-block .option-bottom:not(:nth-child(-n+2)) {
        margin-top: 10px !important;
    }

    .grade-auto-wrapper .grade-over-info {
        margin-top: 40px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-left: 0;
        margin-right: 0;
        padding: 30px;
    }

    .grade-auto-wrapper .grade-over-info .img-wrapper {
        position: relative;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        top: auto;
        left: auto;
    }

    .grade-auto-wrapper .grade-over-block>.btn-wrapper {
        margin-left: 0;
        text-align: center;
    }

    .grade-auto-wrapper .grade-over-block>.btn-wrapper .btn {
        width: 100%;
    }

    /* new ../08.2023 */
    .grade-auto-wrapper .grade-over-block .complete-option:before {
        font-size: 18px;
    }

    /* end new ../08.2023 */
}

/* End Over Block CSS */


/* Start NotCompleteBlock CSS */
.grade-auto-wrapper .grade-notcomplete-block {
    padding: 30px 79px 0 60px;
    min-height: 440px;
    background: #F5F5F9;
    border-radius: 15px;
    max-width: 1064px;
}

.grade-auto-wrapper .grade-notcomplete-block .img-wrapper {
    width: 360px;
    margin-right: 75px;
}

.grade-auto-wrapper .grade-notcomplete-block .img-wrapper img {
    display: block;
    width: 100%;
}

.grade-auto-wrapper .grade-notcomplete-block .form-notcomplete {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.grade-auto-wrapper .grade-notcomplete-block h2 {
    font-size: 30px;
    line-height: 37px;
    letter-spacing: -0.02em;
    padding-bottom: 15px;
}

.grade-auto-wrapper .grade-notcomplete-block .text {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.02em;
}

.grade-auto-wrapper .grade-notcomplete-block .form-notcomplete>.flex-block {
    margin: 0 -10px;
    width: calc(100% + 20px);
    margin-top: 20px;
}

.grade-auto-wrapper .grade-notcomplete-block .form-notcomplete>.flex-block>div {
    width: calc(50% - 20px);
    margin: 0 10px;
}

/* Новое ../04.2023 */
/* .grade-auto-wrapper .grade-notcomplete-block .select2.select2-container--custom-select .select2-selection--single {
    height: 38px;
}

.grade-auto-wrapper .grade-notcomplete-block .select2.select2-container--custom-select .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
} */
/* Конец новое ../04.2023 */
.grade-auto-wrapper .grade-notcomplete-block .form-notcomplete-conf {
    padding-top: 15px;
    font-size: 10px;
    line-height: 12px;
    color: rgba(72, 73, 77, 0.5);
}

.grade-auto-wrapper .grade-notcomplete-block .form-notcomplete-conf>a {
    color: rgba(72, 73, 77, 0.8);
}

.grade-auto-wrapper .grade-notcomplete-block .btn-wrapper {
    margin-top: 40px;
    position: relative;
}

.grade-auto-wrapper .grade-notcomplete-block .form-notcomplete-success {
    position: absolute;
    bottom: 100%;
    width: 330px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 20px rgba(0, 14, 86, 0.1);
    box-shadow: 0px 4px 20px rgba(0, 14, 86, 0.1);
    border-radius: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-bottom: 15px;
    padding: 50px 16px 30px;
    z-index: 1;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.grade-auto-wrapper .grade-notcomplete-block .form-notcomplete-success:not(.show) {
    visibility: hidden;
    opacity: 0;
}

.grade-auto-wrapper .grade-notcomplete-block .form-notcomplete-success .close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
}

.grade-auto-wrapper .grade-notcomplete-block .form-notcomplete-success>div:first-child {
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 16px;
}

.grade-auto-wrapper .grade-notcomplete-block .form-notcomplete-success>span {
    display: block;
}

@media screen and (max-width: 1199px) {
    .grade-auto-wrapper .grade-notcomplete-block {
        padding: 30px 60px 60px 60px;
        ;
    }

    .grade-auto-wrapper .grade-notcomplete-block>.flex-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .grade-auto-wrapper .grade-notcomplete-block .form-notcomplete {
        width: 81%;
    }

    /* Новое ../04.2023 */
    /*     .grade-auto-wrapper .grade-notcomplete-block .input-default {
        height: 40px;
        line-height: 40px;
    } */
    /* Конец новое ../04.2023 */
    .grade-auto-wrapper .grade-notcomplete-block .form-notcomplete-success {
        width: 265px;
    }
}

@media screen and (max-width: 767px) {
    .grade-auto-wrapper .grade-notcomplete-block {
        margin: 0 -16px;
        width: calc(100% + 32px);
        padding: 30px 16px;
        border-radius: 0;
    }

    .grade-auto-wrapper .grade-notcomplete-block>.flex-block {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .grade-auto-wrapper .grade-notcomplete-block .img-wrapper {
        width: 80%;
        margin-right: 0;
    }

    .grade-auto-wrapper .grade-notcomplete-block .form-notcomplete {
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .grade-auto-wrapper .grade-notcomplete-block .form-notcomplete>*:not(.flex-block) {
        text-align: center;
    }

    .grade-auto-wrapper .grade-notcomplete-block h2 {
        font-size: 20px;
        line-height: 24px;
        padding-bottom: 10px;
    }

    .grade-auto-wrapper .grade-notcomplete-block .text {
        font-size: 14px;
        line-height: 17px;
    }

    .grade-auto-wrapper .grade-notcomplete-block .form-notcomplete>.flex-block {
        width: 100%;
        margin: 0;
        margin-top: 25px;
    }

    .grade-auto-wrapper .grade-notcomplete-block .form-notcomplete>.flex-block>div {
        width: 100%;
        margin: 0;
    }

    .grade-auto-wrapper .grade-notcomplete-block .form-notcomplete>.flex-block>div:not(:first-child),
    .grade-auto-wrapper .grade-notcomplete-block .btn-wrapper {
        margin-top: 25px;
    }

    .grade-auto-wrapper .grade-notcomplete-block .btn-wrapper,
    .grade-auto-wrapper .grade-notcomplete-block .btn-wrapper .btn {
        width: 100%;
        text-align: center;
    }

    /*  .grade-auto-wrapper .grade-notcomplete-block .btn-wrapper .btn {
        line-height: 40px;
        height: 40px;
    } */

    .grade-auto-wrapper .grade-notcomplete-block .form-notcomplete-conf {
        padding-top: 25px;
    }

    .grade-auto-wrapper .grade-notcomplete-block .form-notcomplete-success {
        width: calc(100vw - 32px);
    }
}

/* End NotCompleteBlock CSS */

/* --- Start Modal Expert CSS --- */
.modal-grade-expert .modal-wrapper {
    width: 1064px;
    height: 439px;
    background: #F5F5F9;
    border-radius: 15px;
    padding: 90px 80px 70px 100px;
}

.modal-grade-expert .img-wrapper img {
    display: block;
}

.modal-grade-expert .form-expert {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.modal-grade-expert .form-expert>h2 {
    font-size: 30px;
    line-height: 37px;
    letter-spacing: -0.02em;
    padding-bottom: 20px;
    padding-right: 43px;
}

.modal-grade-expert .form-expert>.flex-block {
    margin: 0 -10px;
    width: calc(100% + 20px);
}

.modal-grade-expert .form-expert>.flex-block>div {
    margin: 0 10px;
    width: calc(50% - 20px);
}

.modal-grade-expert .input-default {
    border-radius: 5px;
    width: 100%;
    -webkit-transition: border-color .2s ease;
    -o-transition: border-color .2s ease;
    transition: border-color .2s ease;
}

/* .modal-grade-expert .default-input_wrapper:not(.invalid) .input-default,
.modal-grade-expert .default-input_wrapper:not(.invalid) .input-default:focus {
    border-color: #DFE3E9 !important;
} */

.modal-grade-expert .form-expert-conf {
    font-size: 10px;
    line-height: 12px;
    color: rgba(72, 73, 77, 0.5);
    padding-top: 15px;
}

.modal-grade-expert .form-expert-conf>a {
    color: rgba(72, 73, 77, 0.7);
}

.modal-grade-expert .form-expert .btn-wrapper {
    margin-top: 40px;
    position: relative;
}

.modal-grade-expert .form-expert-success {
    position: absolute;
    bottom: 100%;
    width: 330px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 20px rgba(0, 14, 86, 0.1);
    box-shadow: 0px 4px 20px rgba(0, 14, 86, 0.1);
    border-radius: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-bottom: 15px;
    padding: 50px 16px 30px;
    z-index: 1;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.modal-grade-expert .form-expert-success:not(.show) {
    visibility: hidden;
    opacity: 0;
}

.modal-grade-expert .form-expert-success .close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
}

.modal-grade-expert .form-expert-success>div:first-child {
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 16px;
}

.modal-grade-expert .form-expert-success>span {
    display: block;
}

.modal.modal-grade-expert a.close-modal {
    width: 25px;
    height: 25px;
    top: 30px;
    right: 30px;
    background-image: url(/bitrix/templates/redisign_new/media/icons/big-closeonhover.svg);
    opacity: .7;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
}

.modal.modal-grade-expert a.close-modal:hover,
.modal.modal-grade-expert a.close-modal:active {
    opacity: 1;
}

/* --- End Modal Expert CSS --- */


@media screen and (max-width: 1199px) {
    .modal-grade-expert .modal-wrapper {
        border-radius: 0;
        width: 560px;
        background: #ffffff;
        padding: 100px 35px 90px;
    }

    .modal-grade-expert .modal-wrapper .img-wrapper {
        display: none;
    }

    .modal-grade-expert .form-expert {
        margin-left: 0;
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .modal-grade-expert .form-expert>h2 {
        padding-right: 0;
    }

    .modal-grade-expert .form-expert>*:not(.flex-block) {
        text-align: center;
    }

    .modal-grade-expert .select2.select2-container--custom-select .select2-selection--single {
        height: 38px;
    }

    .modal-grade-expert .input-default {
        height: 40px;
    }

    .modal-grade-expert .select2.select2-container--custom-select .select2-selection--single .select2-selection__rendered {
        line-height: 38px;
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 15px;
    }
}

@media screen and (max-width: 767px) {
    .modal .btn-wrapper .btn {
        width: 100%;
        max-width: none;
        height: 50px;
        line-height: 50px;
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 0.12em;
    }

    .modal-grade-expert .modal-wrapper {
        width: 100%;
        min-height: 100%;
        padding: 75px 16px 100px;
        background: #ffffff;
    }

    .modal-grade-expert .form-expert>h2 {
        font-size: 20px;
        line-height: 24px;
        padding-bottom: 20px;
    }

    .modal-grade-expert .form-expert>.flex-block,
    .modal-grade-expert .form-expert>.flex-block>div {
        margin: 0;
        width: 100%;
    }

    .modal-grade-expert .form-expert>.flex-block>div:not(:first-child) {
        margin-top: 20px;
    }

    .modal-grade-expert .form-expert .btn-wrapper {
        width: 100%;
    }

    .modal-grade-expert .form-expert-success {
        width: calc(100vw - 32px);
    }

    /*    .modal .input-default {
        height: 50px;
        line-height: 50px;
    } */
    .modal-grade-expert .select2.select2-container--custom-select .select2-selection--single {
        height: 48px;
    }

    .modal-grade-expert .input-default {
        height: 50px;
    }

    .modal-grade-expert .select2.select2-container--custom-select .select2-selection--single .select2-selection__rendered {
        line-height: 48px;
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 15px;
    }
}


/* новое 08.11.2022 */

/* Start Grade Ratings CSS */
.ratings-items_wrapper {
    margin: 0 -15px;
}

.rating-item {
    width: calc(33.3% - 30px);
    margin: 0 15px 30px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid rgba(72, 73, 77, .2);
}

.rating-item>.img-wrapper {
    width: 50px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.rating-item img {
    display: block;
    width: 100%;
}

.rating-item_desc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 20px;
}

.ratings-items_wrapper .ratings-note {
    width: 100%;
}


@media screen and (max-width: 1199px) {
    .ratings-items_wrapper {
        margin: 0 -10px;
    }

    .rating-item {
        width: calc(33.3% - 20px);
        margin: 0 10px 20px;
        padding: 10px;
    }

    .rating-item>.img-wrapper {
        width: 40px;
    }

    .rating-item_desc {
        padding-left: 10px;
    }

    .rating-item_title,
    .ratings-items_wrapper .ratings-note {
        font-size: 14px;
    }

    .rating-item_text {
        font-size: 10px;
        line-height: 120%;
    }
}

@media screen and (max-width: 767px) {
    .rating-item {
        width: calc(50% - 20px);
    }

    .rating-item>.img-wrapper {
        width: 20px;
    }

    .rating-item_title,
    .ratings-items_wrapper .ratings-note {
        font-size: 10px;
        line-height: 120%;
    }

    .rating-item_text {
        font-size: 8px;
    }
}

/* End Grade Ratings CSS */


/* Start Form Wrapper Grade */
.form-wrapper_grade .heading {
    padding-bottom: 15px;
}

.form-wrapper_grade .subtitle {
    padding-bottom: 30px;
}

/* .form-wrapper_grade .select2.select2-container--custom-select {
    border-radius: 0;
} */

.form-wrapper_grade .select2.select2-container--custom-select .select2-selection--single .select2-selection__rendered {
    padding-left: 15px;
}

@media screen and (max-width: 1199px) {
    .form-wrapper_grade .btn.btn_blue-radius {
        border-radius: 5px;
    }
}

/* End Form Wrapper Grade */


/* Start Reviews wrapper CSS */
.luckExample-slider_wrapper--grade .coWarker-card_wrapper.last-appointment {
    height: auto;
    min-height: auto;
}

.luckExample-slider_wrapper--grade .coWarker-card--name {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.luckExample-slider_wrapper--grade .coWarker-card--appointments {
    font-size: 14px;
    height: 120px;
    overflow: hidden;
    padding-top: 0;
    margin-top: 15px;
}

.luckExample-slider_wrapper--grade .coWarker-card--bottom {
    margin-top: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

/* End Reviews wrapper CSS */


/* Start Accordeons wrapper CSS */
.accordeons-wrapper .accordeon_wrapper:not(:first-child) {
    margin-top: 20px;
}

@media screen and (max-width: 1199px) {
    .accordeons-wrapper .accordeon-content:not(.fltr):not(.list_item-accordeon-content) {
        padding-top: 20px;
    }
}

/* End Accordeons wrapper CSS */