.buyers-auction .top_block{
    background: url(../images/banner-fg-lite.jpg) 50% 0 no-repeat;
}

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

#rollin-cars-auction-byers {
    position: absolute;
    background: url(../images/banner-car-auction-buyers.png) 0 0 no-repeat;
    width: 815px;
    height: 258px;
    bottom: 0;
    left: calc(50% - 150px);
    z-index: 0;
}

.buyers-auction .frame {
    border: 10px solid #000;
    width: 410px;
    margin-left: 134px;
    margin-top: 30px;
    background-color: #fff;
    height: 550px;
    z-index: 10;
}

.buyers-auction .frame .submit-wrapper input {
    width: 100%;
}

.buyers-auction .text_side {
    width: 570px;
    float: right;
    margin-left: auto;
}

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

.buyers-auction .frame .redlink-wrapper{
    text-align: center;
    padding-bottom: 35px;
}

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

.buyers-auction .frame .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 16px;
    text-align: left;
    padding: 12px 15px 12px 0;
    height: 53px;
    border-bottom: 1px solid #000;
    padding-left: 4px;
    color: #000;
}

.buyers-auction .frame .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 53px;
}

.buyers-auction .frame .select2-container--default .select2-selection--single {
    border-radius: 0;
    display: block;
    height: 53px;
    border: 0;
}

.buyers-auction .frame .select2-container {
    margin-bottom: 20px;
}

.buyers-auction .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: 10px;
    background: none;
}

.buyers-auction .frame .padding {
    padding: 20px 44px;
}

.buyers-auction .top_block .text {
    font-size: 21px;
    font-weight: bold;
}

.buyers-auction .top_block .text span {
    color: #ef1313;
}

.buyers-auction .top_block .submit-wrapper {
    margin-bottom: 5px;
    margin-top: 15px;
    text-align: center;
}

.buyers-auction .top_block .submit-wrapper input,
.buyers-auction .top_block .submit-wrapper a
{
    width: 100%;
}

.buyers-auction .top_block .submit-wrapper span {
    text-align: center;
    color: #ef1313;
    font-size: 12px;
    font-weight: bold;
}

.auction-check {
    padding: 40px 0;
    background: url(../images/car1.png) 100% 50px no-repeat;
}

.auction-check-title {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;

}

.auction-check-text {
    font-size: 16px;
    font-weight: 300;
    width: 45%;
    padding-top: 45px;
}

.auction-check-items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 50px;
}

.check-item {
    width: 250px;
    height: 150px;
    margin: 20px;
}

.check-item .check-title {
    background: url(../images/sprite-auction-check.png) 0 0 no-repeat;
    padding-left: 90px;
    height: 64px;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
}

.check-item .check-text {
    font-size: 16px;
    padding-top: 25px;
    color: #a3a3a3;
}

.check-item-2 .check-title {
    background-position: -330px 0;
}

.check-item-3 .check-title {
    background-position: -660px 0;
}

.check-item-4 .check-title {
    background-position: -990px 0;
}

.check-item-5 .check-title {
    background-position: 0 -196px;
}

.check-item-6 .check-title {
    background-position: -330px -196px;
}

.check-item-7 .check-title {
    background-position: -660px -196px;
}

.check-item-8 .check-title {
    background-position: -990px -196px;
}

.auction-how-process {
    background-color: #222222;
    padding: 70px 0;
}

.auction-how-process-title {
    color: #ffffff;
    font-size: 41px;
    font-weight: bold;
}

.auction-how-process-steps {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.auction-how-process-steps .process-step {
    height: 180px;
    width: 320px;
    margin: 40px 10px;
}

.auction-how-process-steps .step-title {
    background: url(../images/numbers-sprite.png) 0 0 no-repeat;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    padding-left: 50px;
    height: 50px;
}

.auction-how-process-steps .step-text {
    font-size: 16px;
    color: #a9a9a9;
    padding-top: 25px;
}

.auction-how-process-steps .process-step-2 .step-title {
    background-position: -460px 0;
}

.auction-how-process-steps .process-step-3 .step-title {
    background-position: -940px 0;
}

.auction-how-process-steps .process-step-4 .step-title {
    background-position: 0 -139px;
}

.auction-how-process-steps .process-step-5 .step-title {
    background-position: -460px -139px;
}

.auction-how-process-steps .process-step-6 .step-title {
    background-position: -935px -139px ;
}