.cars-exchange .top_block{
    background: url(../images/banner-fg-lite.jpg) 50% 0 no-repeat
}

.cars-exchange .top_block .wrapper {
    display: flex;
    flex-direction: row;
    position: relative;
    height: 623px;
}

#rollin-cars-exchange {
    position: absolute;
    background: url(../images/challenger.png) 0 0 no-repeat;
    width: 591px;
    height: 271px;
    bottom: -25px;
    left: calc(50% - 40px);
}

.cars-exchange .banner {
    width: 680px;
    margin-left: auto;
    padding-top: 80px;
}

.cars-exchange select.custom{
    text-transform: uppercase;
    font-weight: bold;
}

.cars-exchange .filter-value {
    display: flex;
    justify-content: space-between;
}

.cars-exchange .filter-value .year {
    width: 45%;
}

.cars-exchange .red-button,
.cars-exchange .black-button{
    width: 100%;
    margin-bottom: 10px;
}

.cars-exchange .terms-link {
    width: 100%;
    height: 42px;
    line-height: 42px;
    text-align: center;
    color: #282828;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 3px;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
}
.cars-exchange .terms-link:hover {
    text-decoration: underline;
}

.cars-exchange h1 {
    margin: 0;
    padding: 0;
    font-size: 67px;
    font-weight: 900;
}

.cars-exchange .counters {
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
}

.cars-exchange .counter {
    font-size: 16px;
    font-weight: bold;
}

.exchange-steps h2 {
    font-size: 30px;
    font-weight: bold;
    margin: 0;
    padding: 50px 0 50px 0;
}

.exchange-steps .steps {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.exchange-steps .steps .step {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 330px;
    margin: 20px 0 20px 0;
    min-height: 80px;
    position: relative;
}

.exchange-steps .steps .step .title {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 50px;
    background: url(../images/numbers-sprite.png) 0 0 no-repeat;
    min-height: 40px;
    padding-bottom: 10px;
    padding-right: 30px;
}

.exchange-steps .steps .step .text {
    font-size: 16px;
    font-weight: normal;
}

.exchange-steps .steps .step-2 .title {
    background-position: -460px 0;
}

.exchange-steps .steps .step-3 .title {
    background-position: -940px 0;
    margin-right: 0;
}

.exchange-steps .steps .step-4 .title {
    background-position: 0 -139px;
}

.exchange-steps .steps .step-5 .title {
    background-position: -460px -139px;
}

.exchange-steps .steps .step-6 .title {
    background-position: -935px -139px;
}

.popup_form#exchange .cost {
    text-align: center;
    font-weight: bold;
    font-size: 60px;
    margin-bottom: 10px;
}

.popup_form#exchange .add-sum-text {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}

.popup_form#exchange .add-sum-text span {
    color: #ff0000;
}