.no-webp .usa-cars .top_block {
    background: url(../images/banner-fg-usa.jpg) 50% 0 no-repeat;
}

.webp .usa-cars .top_block {
    background: url(../images/banner-fg-usa.webp) 50% 0 no-repeat;
}

.usa-cars .top_block .wrapper {
    display: flex;
    flex-direction: row;
    position: relative;
    height: 623px;
}

#rollin-cars-usa {
    position: absolute;

    width: 1073px;
    height: 268px;
    bottom: 0;
    left: calc(50% - 530px);
}

.no-webp #rollin-cars-usa {
    background: url(../images/banner-cars-usa.png) 0 0 no-repeat;
}

.webp #rollin-cars-usa {
    background: url(../images/banner-cars-usa.webp) 0 0 no-repeat;
}

.usa-cars .frame {
    border: 10px solid #000;
    width: 422px;
    margin-right: 15px;
    margin-top: 30px;
    background-color: #fff;
    height: 570px;
    margin-left: auto;
    z-index: 10;
}

.usa-cars .text_side {
    margin-left: 120px;
}

.usa-cars .text_side h1 {
    font-size: 67px;
    font-weight: bold;
    color: #1c1c1c;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.usa-cars .frame .field-input {
    width: 100%;
    font-size: 16px;
    padding: 15px 15px 15px 0;
    box-sizing: border-box;
    border: 0;
    border-bottom: 1px solid #000000;
    margin-bottom: 20px;
}
.usa-cars .frame .text-input {
    width: 100%;
    font-size: 16px;
    padding: 15px 15px 15px 5px;
    box-sizing: border-box;
    border: none;
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
    background: none;
}

.usa-cars .frame .padding {
    padding: 30px 50px;
}

.usa-cars .top_block .text {
    font-size: 21px;
    font-weight: bold;
}

.usa-cars .top_block .text span {
    color: #ef1313;
}

.usa-cars .top_block .submit-wrapper {
    margin-bottom: 5px;
}

.usa-cars .top_block .submit-wrapper input,
.usa-cars .top_block .submit-wrapper a
{
    width: 100%;
}

.usa-steps h2 {
    font-size: 30px;
    font-weight: bold;
    margin: 0;
    padding: 50px 0 50px 0;
}

.usa-steps .steps {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.usa-steps .steps .step {
    padding-top: 30px;
    padding-bottom: 30px;
    width: 330px;
    margin: 20px 0 20px 0;
    min-height: 150px;
    position: relative;
}

.usa-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: 50px;
    padding-bottom: 20px;
    padding-right: 30px;
}

.usa-steps .steps .step .text {
    font-size: 16px;
    font-weight: normal;
}

.usa-steps .steps .step-2 .title {
    background-position: -460px 0;
}

.usa-steps .steps .step-3 .title {
    background-position: -940px 0;
    margin-right: 0;
}

.usa-steps .steps .step-4 .title {
    background-position: 0 -139px;
}

.usa-steps .steps .step-5 .title {
    background-position: -460px -139px;
}

.usa-steps .steps .step-6 .title {
    background-position: -935px -139px;
}

.get-5-variants-usa {
    background-color: #222222;
    color: #fff;
    padding: 0 0 70px 0;
}

.get-5-variants-usa h2 {
    padding: 0;
    margin: 0;
    font-size: 30px;
    font-weight: 900;
    padding-top: 90px;
}

.get-5-variants-usa .wrapper {
    padding: 0 15px;
    background: url(../images/car-usa-features.png) 100% 0 no-repeat;
}

.no-webp .get-5-variants-usa .wrapper {
    background: url(../images/car-usa-features.png) 100% 0 no-repeat;
}

.webp .get-5-variants-usa .wrapper {
    background: url(../images/car-usa-features.webp) 100% 0 no-repeat;
}

.get-5-variants-usa .form-wrapper {
    margin-top: 90px;
    width: 100%;
    border: 10px solid #ffffff;
    padding: 45px 25px;
    background-color: #222222;
}

.get-5-variants-usa form {
    display: flex;
    justify-content: space-between;
}

.get-5-variants-usa form .fields {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-right: 50px;
}

.get-5-variants-usa input.field-input {
    background-color: transparent;
    font-size: 14px;
    font-weight: bold;
    border: none;
    border-bottom: 1px solid #a9a9a9;
    color: #a9a9a9;
    padding: 10px 0;
}

.get-5-variants-usa .seo-block-usa {
    margin-top: 55px;
    font-size: 16px;
    color: #a2a2a2;
    border-left: 7px solid #ef1313;
    padding-left: 15px;
}

.usa-seo h2 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
}