/*COLOR*/
/*.btn-primary{*/
/*background: #E40C25;*/
/*border: 1px solid #E40C25;*/
/*border-radius: 3px;*/
/*}*/
/*.btn-primary:hover{*/
/*border: 1px solid #E40C25;*/
/*background: #FFFFFF;*/
/*color: #E40C25;*/
/*}*/
/*.btn-outline-primary{*/
/*border: 1px solid #E40C25;*/
/*background: #FFFFFF;*/
/*color: #E40C25;*/
/*border-radius: 3px;*/
/*}*/
/*.btn-outline-primary:hover{*/
/*background: #E40C25;*/
/*border: 1px solid #E40C25;*/
/*}*/

/*.trade_in-steep.active .trade_in-steep-number{*/
/*color: #E40C25;*/
/*}*/
/*.trade_in-fourth-steeps-left-title b{*/
/*color: #E40C25;*/
/*}*/
/*.checkbox__btn .checkbox__item input:checked ~ .checkmark {*/
/*background-color: #E40C25;*/
/*}*/
/*.view_propositions{*/
/*color: #E40C25;*/
/*}*/
/*.view_propositions:hover{*/
/*color: #E40C25;*/
/*}*/
/*.trade_in-comlectation:hover, .trade_in-comlectation.active{*/
/*border: 1px solid #E40C25;*/
/*}*/
/*.trade_in-last-steep .trade_in-second-info-price b{*/
/*color: #E40C25;*/
/*}*/
/*.trade_in-card-car.active .trade_in-card-car-name, .trade_in-card-car:hover .trade_in-card-car-name{*/
/*color: #E40C25;*/
/*}*/

/*END COLOR*/
/*@font-face {*/
/*font-family: 'Circe-Bold', sans-serif;*/
/*src: url("../fonts/Circe-Bold.eot");*/
/*src: url("../fonts/Circe-Bold.woff") format("woff"),*/
/*url("../fonts/Circe-Bold.ttf") format("truetype"),*/
/*url("../fonts/Circe-Bold.svg") format("svg");*/
/*font-weight: normal;*/
/*font-style: normal;*/
/*}*/
/*@font-face {*/
/*font-family: 'Circe-Regular';*/
/*src: url("../fonts/Circe-Regular.eot");*/
/*src: url("../fonts/Circe-Regular.woff") format("woff"),*/
/*url("../fonts/Circe-Regular.ttf") format("truetype"),*/
/*url("../fonts/Circe-Regular.svg") format("svg");*/
/*font-weight: normal;*/
/*font-style: normal;*/
/*}*/
/*@font-face {*/
/*font-family: 'Circe-Light';*/
/*src: url("../fonts/Circe-Light.eot");*/
/*src: url("../fonts/Circe-Light.woff") format("woff"),*/
/*url("../fonts/Circe-Light.ttf") format("truetype"),*/
/*url("../fonts/Circe-Light.svg") format("svg");*/
/*font-weight: normal;*/
/*font-style: normal;*/
/*}*/
/*@font-face {*/
/*font-family: 'Circe-Extra-Bold';*/
/*src: url("../fonts/Circe-Extra-Bold.eot");*/
/*src: url("../fonts/Circe-Extra-Bold.woff") format("woff"),*/
/*url("../fonts/Circe-Extra-Bold.ttf") format("truetype"),*/
/*url("../fonts/Circe-Extra-Bold.svg") format("svg");*/
/*font-weight: normal;*/
/*font-style: normal;*/
/*}*/
@media (min-width: 1200px) {
    .trade_in-widget-wrap .container {
        max-width: 1170px;
        padding: 0;
    }
}

/*body {*/
/*font-family: 'Circe-Regular', sans-serif;*/
/*}*/

.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;
}

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

.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 !important;
}

.form-control:focus {
    outline: none;
    box-shadow: none;
    border: none;
}

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: 28px 30px 40px 32px;
}

.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: #BBBBBB;
}

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

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

.trade_in-desc {
    font-style: normal;
    font-weight: 350;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #686868;
    margin-bottom: 24px;
}

.trade_in-first-form {
    max-width: 210px;
    margin: 0 auto;
    text-align: center;
}

.trade_in-first-form .btn {
    margin: 0 auto 20px;
    width: 100%;
    max-width: 170px;
}

.dont_know-nmbr {
    cursor: pointer;
    background: transparent;
    border: none;
    padding: 0;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    text-transform: uppercase;
    color: #869198;
    border-bottom: 1px solid #869198;
}

.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: 230px;
}

.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: 24px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

.trade_in-second-info-title {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 35px;
    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;
}

.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;
}

/*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: 23px;
    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-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 35px;
    text-align: center;
    color: #869198;
    margin-bottom: 21px;
    display: block;
}

.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;
    margin-bottom: 3px;
    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: center;
    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;
    margin: 0 auto;
    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-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 29px;
    color: #1D1D1F;
    display: block;
    overflow: hidden;
    margin-bottom: 9px;
}

.trade_in-card-car-price {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    color: #869198;
}

.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;
}

@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-left: 0;
        padding-right: 0;
    }

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

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

    .trade_in-desc {
        display: none;
    }

    .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: 180px;
    }

    .trade_in-card-car-img {
        width: 180px;
        height: 128px;
    }

    .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;
}

/*NEW BLOCK OPTIONS*/
.tradein_widget-options {
    background: #F4F7F9;
    border-radius: 10px;
    padding: 24px 100px 25px 24px;
    display: flex;
    margin-bottom: 26px;
}

.tradein_widget-options .trade_in-fourth-steeps-borders-img {
    min-width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #fff;
    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;
    margin-bottom: 3px;
    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, .view_propositions:hover {
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    color: #515B62 !important;
}

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

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

.tradein_widget-options-tradein .view_propositions, .tradein_widget-options-tradein .view_propositions:hover {
    color: #4BCA81 !important;
}

.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;
}

.propositions-btn {
    background-color: #3EC078;
    border: 1px solid #3EC078;
    border-radius: 3px;
    color: #ffff;
    padding: 10px 25px;
    text-align: center;
    margin-top: 10px;
    display: block;
    width: 245px;
    text-decoration: none;
    transition: all ease .2s;
}

.propositions-nobg-btn {
    background-color: transparent;
    border: 1px solid #000000;
    color: #000000;
}

.propositions-btn:hover {
    background-color: transparent;
    border: 1px solid #000000;
    color: #000000;
    text-decoration: none;
}

.propositions-nobg-btn:hover {
    background-color: #3EC078;
    border: 1px solid #3EC078;
    color: #ffff;
    text-decoration: none;
}

@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;
    }

    .propositions-btn {
        width: 100%;
    }
}

.tradein_widget-options-info {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    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 52px;
}

.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;
}
