/*.widget__step__header__wrapper {*/
/*    width: 60%;*/
/*    margin: 3em auto;*/
/*    display: grid;*/
/*    grid: 1fr / repeat(4, 1fr);*/
/*    gap: 1%;*/
/*    list-style: none;*/
/*}*/

.widget__step__header__wrapper {
    display: flex;
    margin-bottom: 20px;
}

.widget__step__pointer {
    color: #333333;
    font-size: 1.2em;
    font-weight: 600;
    text-decoration: none;
    height: 80px;
    position: relative;
    background: rgba(231, 231, 231, 0.32);
    display: grid;
    place-items: center;
    display: flex;
    justify-content: center;
    padding-left: 50px;
}

.widget__step__pointer:before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 30px solid white;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
}

.widget__step__pointer:after {
    content: "";
    position: absolute;
    right: -29px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 30px solid #f3f5fa;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    z-index: 1;
}

.widget__step__pointer--first:before {
    border-left: none;
}

.widget__step__pointer--first {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    padding-left: 10px;
}

.widget__step__pointer-active {
    background: #FFBA00;
    color: #fff;
}

.widget__step__pointer-active:after {
    border-left: 30px solid #FFBA00;
}

.step-icon-done {
    display: none;
    margin-right: 10px;
}

.step__pointer-done .step-icon-done {
    display: block;
}


.widget__step__pointer-active > .trade_in-steep > .trade_in-steep-number, .widget__step__pointer-active > .trade_in-steep > .trade_in-steep-desc {
    color: #FFFFFF;
}

.widget__step__pointer.step__pointer-done {
    background: transparent;
}

.step__pointer-done.widget__step__pointer:before {
    border-left: 30px solid transparent;
}

.step__pointer-done.widget__step__pointer:after {
    border-left: 30px solid transparent;
}

/*--------------*/


.btn {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    /*color: #FFFFFF;*/
    padding: 11px 15px;
}

.btn:focus {
    outline: none;
    box-shadow: none;
}


.trade_in-first-form-group {
    /*margin-bottom: 24px;*/
    display: flex;
    flex-wrap: wrap;
}

.trade_in-first-form-group > input, .trade_in-first-form-group > button {
    width: 413px;
}

.trade_in-first-form-group > input {
    margin-right: 30px;
}

.form-group {
    margin-bottom: 20px;
}


.form-control {
    background: #FFFFFF;
    border: 1px solid #E1E1E1;
    box-sizing: border-box;
    border-radius: 3px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #424242;
    margin-bottom: 0;
    padding: 14px 16px 10px;
    height: auto !important;
}

.form-control.error {
    border: 1px solid red;
}

.form-control:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #FFBA00;
}

select.form-control {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAECAYAAABcDxXOAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABkSURBVHgBdYvRCYAwEEMNdABHcARXcBNLodAp1DUK5dzEFRzBEfw9ODivHwU/NBAIyQtKKSuApfuRqm6owcDZQPoAfAhhRytyzqNz7rDYm28RmWKMZ93wfhLRYG9iZp9Sulr/AHCIIlyVp29uAAAAAElFTkSuQmCC');
    background-repeat: no-repeat;
    background-position: 95% 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none !important;
}

.section_padd {
    padding-top: 40px;
    padding-bottom: 40px;
}

.trade_in-widget {
    background: #FFFFFF;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.15);
    padding: 20px;
}

.trade_in-widget-number hr {
    margin-top: 23px;
    margin-bottom: 26px;
    border-top: 1px solid #E5E5E5;
}

.trade_in-steep {
    display: flex;
    align-items: center;
}

.trade_in-steep.active .trade_in-steep-number {
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 59px;
}

.trade_in-steep-number {
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 59px;
    color: #333333;
}

.trade_in-steep-desc {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 27px;
    color: #1D1D1F;
    margin-bottom: 0;
    padding-left: 18px;
    margin-right:10px;
}

.trade_in-title {
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 47px;
    color: #1D1D1F;
    margin-bottom: 20px;
}

.trade_in-desc {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    color: #333;
    margin-bottom: 30px;
}

.trade_in-first-form {
    display: flex;
    margin-bottom: 25px;
}

.trade_in-first-form .btn {
    /*width: 415px;*/
    /*max-width: 170px;*/
}

.dont_know-nmbr {
    cursor: pointer;
    background: transparent;
    border: none;
    padding: 0;
    width: 413px;
    text-align: center;
    color: #BFBFBF;
    border-bottom: 1px solid #BFBFBF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    padding-bottom: 10px;
    line-height: 22px;
    text-transform: uppercase;

}

.dont_know-nmbr:focus {
    outline: none;
    box-shadow: none;
}

.trade_in-goback {
    background: #F4F7F9;
    border-radius: 3px;
    padding: 8px 25px 6px;
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    line-height: 18px;
    border: none;
    text-transform: uppercase;
    color: #869198;
    margin-bottom: 24px;
    display: inline-block;
    /*align-items: center;*/
    max-width: 180px;
}

.trade_in-goback:hover {
    text-decoration: none;
    color: #869198;
}

.trade_in-goback svg {
    margin-right: 8px;
    vertical-align: middle;
    margin-top: -2px;
}

.trade_in-second-info {
    background: #F4F7F9;
    border-radius: 10px;
    padding: 5px 15px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.trade_in-second-info-title {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #1D1D1F;
}

.trade_in-last-steep-title {
    max-width: 278px;
    overflow: hidden;
    white-space: nowrap;
}

.trade_in-second-info-options {
    /*max-width: 212px;*/
    overflow: hidden;
    display: inline-block;
    width: 100%;
    height: 24px;
    white-space: nowrap;
}

.trade_in-second-info-options {
    border-left: 1px solid #CCD5DB;
    padding-left: 24px;
    margin-left: 19px;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    color: #869198;
}

.trade_in-form-title {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase;
    color: #929292;
    margin-bottom: 18px;
    display: block;
    text-align: left;
}

.trade_in-options .dont_know-nmbr {
    margin-bottom: 28px;
}

.trade_in-options-more {
    margin-bottom: 15px;
}

.trade_in-form-info {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #869198;
    display: block;
}

.tradein__viewed-link, .tradein__viewed-link {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: #686868;
    transition: all ease .3s;
    padding: 8px;
    border-radius: 2px;
}

.tradein__viewed-link:hover {
  background-color: #F7F7F7;
}

/*CHECKBOX BTN*/
.checkbox__btn {
    display: flex;
    flex-wrap: wrap;
}

.checkbox__btn .checkbox__item {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 25px;
    color: #595959;
    text-align: left;
    position: relative;
    padding-left: 36px;
    margin-bottom: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 22px;
}

.checkbox__btn .checkbox__item:last-child {
    margin-right: 0;
}

.checkbox__btn .checkbox__item input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkbox__btn .checkmark {
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    border-radius: 3px;
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.checkbox__btn .checkbox__item:hover input ~ .checkmark {
    background-color: #cccccc26;
}

.checkbox__btn .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox__btn .checkbox__item input:checked ~ .checkmark:after {
    display: block;
}

.checkbox__btn .checkbox__item .checkmark:after {
    top: 4px;
    width: 6px;
    height: 9px;
    border: solid white;
    border-width: 0px 1.8px 1.9px 0px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*END CHECKBOX BTN*/
.trade_in-fourth-info {
    background: #F4F7F9;
    border-radius: 10px;
    padding: 10px 20px;
    margin-bottom: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.trade_in-fourth-info p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;

    color: #576772;
    margin-bottom: 0;
}

.trade_in-fourth-info svg {
    min-width: 30px;
}


.trade_in-fourth-steeps-title {
    font-size: 23px;
    font-family: ProximaNova, serif;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #333;
    margin-bottom: 20px;
    display: block;
    text-align: left;
}

.trade_in-fourth-steeps-block {
    margin-bottom: 25px;
}

.trade_in-fourth-steeps-block-left {
    background: #F4F7F9;
    border-radius: 10px;
    padding: 30px 26px 28px 24px;
}

.trade_in-fourth-steeps-left-title {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 35px;
    color: #869198;
    display: block;
    margin-bottom: 10px;
}

.trade_in-fourth-steeps-left-title b {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 35px;
    padding-left: 8px;
    display: inline-block;
}

.trade_in-fourth-steeps-block-title {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    color: #869198;
    margin-bottom: 16px;
    display: block;
}

.trade_in-fourth-steeps-borders {
    background: #FFFFFF;
    border: 1px solid #D8E2E9;
    padding: 24px 24px 25px;
    border-radius: 10px;
    display: flex;
}

.trade_in-fourth-steeps-borders-img {
    min-width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #F4F7F9;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.trade_in-fourth-steeps-borders-title {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 29px;
    color: #1D1D1F;
    display: block;
}

.trade_in-fourth-steeps-borders-desc {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #869198;
    margin-bottom: 12px;
}

.view_propositions {
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.view_propositions svg {
    margin-left: 8px;
}

.view_propositions:hover {
    text-decoration: none;
}

.trade_in-fourth-steeps-car {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 35px;
    text-align: left;
    color: #1D1D1F;
    margin-bottom: 10px;
    display: block;
}

.trade_in-comlectation {
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 23px 24px 25px;
    margin-bottom: 30px;
}

.trade_in-comlectation:hover, .trade_in-comlectation.active {
    cursor: pointer;
}

.trade_in-comlectation-name {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 29px;
    color: #869198;
    margin-bottom: 1px;
    display: block;
}

.trade_in-comlectation-price {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #1D1D1F;
    display: block;
}

.trade_in-btn-agree {
    max-width: 260px;
    width: 100%;
    display: block;
}

.trade_in-modif-item {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.trade_in-modif-item svg {
    margin-right: 10px;
    min-width: 18px;
}

.trade_in-modif-name {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #3B3B3B;
}

.trade_in-last-steep {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.trade_in-last-steep-item {
    /*margin-right: 25px;*/
}

.trade_in-last-steep-item b {
    color: #1D1D1F !important;
}

.trade_in-last-steep .trade_in-second-info-price {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #869198;
}

.trade_in-last-steep .trade_in-second-info-price b {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 29px;
    padding-left: 7px;
}

.trade_in-card-car {
    max-width: 258px;
    margin: 0 auto 28px;
}

.trade_in-card-car:hover {
    cursor: pointer;
}

.trade_in-card-car.active .trade_in-card-car-name, .trade_in-card-car:hover .trade_in-card-car-name {
    text-decoration: none;
}

.trade_in-card-car-img {
    width: 258px;
    height: 183px;
    background: #F4F7F9;
    margin-bottom: 18px;
    overflow: hidden;
}

.trade_in-card-car-img img {
    width: 100%;
}

.trade_in-card-car-name {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    color: #1D1D1F;
    display: block;
    overflow: hidden;
    margin-bottom: 9px;
}

.trade_in-card-car-price {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    display: block;
    text-align: center;
    line-height: normal;
    color: #000000;
}

.trade_in-change-icon svg {
    animation: 6s linear 0s normal none infinite running rot;
    -webkit-animation: 6s linear 0s normal none infinite running rot;
    width: 100px;
}

.trade-in__modul-price__wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.trade-in__modul-title {
    color: #000000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    display: inline;
    margin-bottom: 10px;
}

.trade-in__modul-price {
    color: #FFBA00;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-left: 10px;

}

.tradein-btn__wrapper {
    display: flex;
    align-items: center;
}

.trade-in__modul-title.disable, .trade-in__modul-title.disable > .trade-in__modul-price {
    color: #808080 !important;
    position: relative;


}

.trade-in__modul-title.disable:before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    top: 54%;
    background-color: #808080;

}

.trade-in__modul-header-title {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.trade-in__modul-header-title > span {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    padding-left: 7px;
    margin-left: 10px;
}

.active {
}

@keyframes rot {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rot {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 575.98px) {

    .trade_in-first-form {
        max-width: none;
    }

    .trade_in-first-form .btn {
        max-width: none;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .trade_in-fourth-info svg {
        margin-left: 15px;
    }
}

@media (max-width: 767.98px) {
    .trade_in-widget {
        padding: 15px;
    }

    .trade_in-goback {
        margin-left: 15px;
    }

    .trade_in-title {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 22px;
    }



    .trade_in-second-info {
        display: flex;
        width: 100%;
        flex-direction: column;
        border-radius: 0;
    }

    .trade_in-form-info {
        margin-top: 15px;
    }

    .trade_in-fourth-info, .trade_in-fourth-steeps-block-left {
        border-radius: 0;
    }

    .trade_in-info-row, .trade_in-info-row-modif, .trade_in-cars-row {
        flex-wrap: nowrap;
        height: auto;
        min-height: auto;
        overflow-x: scroll;
        display: -webkit-box;
        justify-content: space-evenly;
        align-items: center;
        margin: 0;
    }

    .trade_in-info-row .col-xl-3 {
        width: 210px;
        flex: 0 0 210px;
        max-width: 210px;
    }

    .trade_in-info-row-modif .col-xl-3 {
        width: 290px;
        flex: 0 0 290px;
        max-width: 290px;
    }

    .trade_in-modif-item svg {
        min-width: 24px;
    }

    .trade_in-card-car {
        max-width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .trade_in-card-car-img {
        width: 100%;
        height: 100%;
    }

    /*.trade_in-cars-row {*/
    /*    margin-left: 15px;*/
    /*    margin-right: 15px;*/
    /*}*/

    .trade_in-cars-row .col-xl-3 {
        width: 210px;
        flex: 0 0 210px;
        max-width: 210px;
    }

    .trade_in-fourth-info {
        flex-direction: column-reverse;
        text-align: center;
    }

    .trade_in-fourth-info svg {
        margin-bottom: 10px;
    }

    .trade_in-second-info-options {
        padding-left: 12px;
        margin-left: 10px;
        font-size: 16px;
        line-height: 24px;
    }

    .trade_in-second-info-title {
        font-size: 20px;
        line-height: 29px;
        margin-bottom: 6px;
    }

    .trade_in-last-steep, .trade_in-fourth-steeps-borders {
        border-radius: 0;
    }

    .trade_in-last-steep div {
        display: flex;
        width: 100%;
        flex-direction: column;
        margin-bottom: 7px;
    }

    .trade_in-second-info-options:nth-child(1) {
        margin-left: 0;
        border: none;
        padding-left: 0;
    }

    .trade_in-second-info-price {
        margin-bottom: 0 !important;
    }

    .trade_in-second-info-price span {
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: center;
    }

    .trade_in-last-steep .trade_in-second-info-price b {
        font-size: 18px;
        line-height: 27px;
    }

    .trade_in-last-steep-title {
        max-width: none;
        white-space: normal;
    }

    .trade_in-second-info-options {
        max-width: none;
        overflow: inherit;
        display: inline-block;
        width: 100%;
        height: auto;
        white-space: normal;
    }
}

.trade_in-cars-row {
    width: 100%;
}

@media (max-width: 991.98px) {
    .row.trade_in-widget-number {
        display: none;
    }
}

@media (max-width: 1199.98px) {
    .trade_in-last-steep {
        flex-direction: column;
        align-items: baseline;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .trade_in-steep-desc {
        font-size: 16px;
        line-height: 18px;
    }
}

.trade_in-select select {
    max-width: 270px;
    margin: 0 auto 30px;
}

.trade_in-change-icon svg path, .trade_in-goback svg path {
    fill: none;
}


.trade__in-choose-car{
    margin-bottom: 30px;
}

/*NEW BLOCK OPTIONS*/
.tradein_widget-options {
    border: 1px solid #000;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    margin-bottom: 26px;
    height: 280px;
    position: relative;
}

.tradein_widget-options .trade_in-fourth-steeps-borders-img {
    min-width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.trade_in-fourth-steeps-borders-title {
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #1D1D1F;
    display: block;
}

.trade_in-fourth-steeps-borders-desc {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #869198;
    margin: auto 0 20px;
}

.view_propositions, .view_propositions:hover {
    color: #ffffff !important;
    background-color: #333333;
    border: 1px solid #333333;
    padding: 10px 30px 10px 10px;
    border-radius: 2px;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.view_propositions:hover {
    text-decoration: none;
}

.view_propositions svg {
    margin-left: auto;
}

.tradein_widget-options-tradein .view_propositions, .tradein_widget-options-tradein .view_propositions:hover {
    color: #ffffff !important;
    background-color: #333333;
    border: 1px solid #333333;
    padding: 10px 30px 10px 10px;
    border-radius: 2px;
}

.tradein_redemption-block {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.tradein_redemption-title {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    /* identical to box height */


    color: #869198;
}

.tradein_redemption-price {
    margin-left: 8px;
    display: inline-block;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 29px;

    color: #515B62;
}

.tradein_widget-options-tradein .tradein_redemption-price {
    color: #4BCA81;
}

.tradein_widget__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.trade_in-fourth-steeps-borders-img__wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.trade_in-fourth-steeps-title-img__wrapper-box {
    display: flex;
    align-items: center;
}


@media (max-width: 992px) {
    .tradein_widget-options {
        flex-direction: column;
        align-items: baseline;
        margin-bottom: 15px;
        padding-right: 25px;
    }

    .tradein_widget-options .trade_in-fourth-steeps-borders-img {
        margin-bottom: 15px;
    }
}

.tradein_widget-options-info {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #869198;
    display: block;
}

.tradein_widget-options .view_propositions svg path {
    /*stroke: #515B62 !important;*/
}

.tradein_widget-options-tradein .view_propositions svg path {
    /*stroke: #4BCA81 !important;*/
}

/* Policy line --- */
.consultation-form___policy-line {
    margin: 0 0 40px;
}

.consultation-form___policy-line .check-label {
    position: relative;
    display: inline-block;
    min-height: 21px;
    padding: 0 0 0 36px;
    margin: 0;
    cursor: pointer;
    font-size: 14px;
    line-height: 17px;
    color: #6C757D;
}

.consultation-form___policy-line .check-label input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.consultation-form___policy-line .check-label input:checked + .check-label__checkmark {
    color: #101010;
}

.consultation-form___policy-line .check-label input:checked + .check-label__checkmark .icon {
    opacity: 1;
    transform: scaleX(1);
}

.consultation-form___policy-line .check-label__checkmark .icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    transition: all .1s;
}

.consultation-form___policy-line .check-label {
    cursor: pointer;
    font-size: 14px;
    line-height: 17px;
    color: #6C757D;
}

.consultation-form___policy-line .check-label__checkmark .icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    opacity: 0;
    transition: all .1s;
    transform: scaleX(.5);
}

.consultation-form___policy-line .check-label__checkmark {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    transform: translateY(-.2em);
    width: 24px;
    height: 24px;
    /*background: #FFFFFF;*/
    border: 1px solid #9E9E9E;
    color: #9E9E9E;
    border-radius: 2px;
    transition: all .1s;
}

.consultation-form___policy-line a {
    text-decoration: underline !important;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #333333 !important;
}

.form-control:disabled, .form-control[readonly] {
    color: #D1D1D1;
    background-color: transparent;
    border: 1px solid #D1D1D1;
}

@media (max-width: 1200px){
    .widget__step__pointer {
        width: 30%;
    }

    .trade_in-steep-desc {
        display: none;
    }
    .trade_in-first-form-group > input {
        margin-right: 0;
        margin-bottom: 15px;
    }
    .trade_in-first-form-group {
        width: 100%;
    }
    .trade_in-first-form-group > input, .trade_in-first-form-group > button {
        width: 100%;
    }
    .dont_know-nmbr {
        width: 100%;
    }

}
@media (max-width: 991px){
    .tradein_widget-options {
        height: auto;
    }
    .trade_in-fourth-info p {
        text-align: left;
    }
    .trade_in-fourth-info {
        align-items: flex-start;
    }
    .widget__step__pointer {
        padding-left: 10px;
    }
    .trade_in-info-row, .trade_in-info-row-modif, .trade_in-cars-row {
        display: flex;
        flex-wrap: wrap;
    }

}
@media (max-width: 768px){
    .trade-in__modul-price {
        font-size: 16px;
    }
    .trade_in-comlectation {
        margin-bottom: 15px;
    }
    .trade_in-btn-agree {
        max-width: 100%;
    }
    .tradein-btn__wrapper {
        flex-direction: column;
    }

}
