.order-section {
    font-family: Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(45%, rgba(0, 0, 0, .1)), color-stop(0, transparent)), url(./order_n_section__bg.jpg) 50%/cover no-repeat;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, .1) 45%, transparent 0), url(./order_n_section__bg.jpg) 50%/cover no-repeat;
    background: linear-gradient(180deg, rgba(0, 0, 0, .1) 45%, transparent 0), url(./order_n_section__bg.jpg) 50%/cover no-repeat;
    color: #fff;
    font-size: 14px;
    padding: 2.14286em 0;
    left: calc(50% - 50vw);
    width: 99.5vw;
    position: relative;
    
}

.order-section__top-line {
    background: -webkit-gradient(linear, left top, left bottom, from(#7b3a07), to(#6a3206));
    background: -moz-linear-gradient(top, #7b3a07, #6a3206);
    background: linear-gradient(180deg, #7b3a07, #6a3206);
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 1px #8f572c;
    -moz-box-shadow: inset 0 1px #8f572c;
    box-shadow: inset 0 1px #8f572c;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 2.5em;
    margin-bottom: 9px
}

.order-section__step {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-shadow: 0 0 .5em hsla(0, 0%, 100%, .7);
    padding: .78571em 1.28571em;
    position: relative;
    line-height: 1.2
}

.order-section__step br {
    display: none
}

.order-section__step:not(:first-child) {
    margin-left: 1.07143em;
    padding-right: 2.07143em
}

.order-section__step:not(:first-child):after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -1.60714em;
    left: 0;
    -webkit-transform: translateX(-80%);
    -moz-transform: translateX(-80%);
    -ms-transform: translateX(-80%);
    transform: translateX(-80%);
    height: 3.21429em;
    width: 1.71429em;
    background: url(./line_order_section.png) 50%/100% 100% no-repeat
}

.order-section__step-arrow {
    position: absolute;
    bottom: -7px;
    right: 2px;
    display: none
}

.order-section__step-icon {
    margin: 0 .85714em;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.order-section__step-icon img {
    width: 1.57143em;
    display: block
}

.order-section__step-icon:first-child {
    margin-left: 0
}

.order-section__step-icon:last-child {
    margin-right: 0
}

.order-section__step-content--big {
    font-size: 1.57143em
}

.order-section__bottom-line {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.order-section__payment-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: .92857em;
    width: -moz-calc(16.66667% - 6px);
    width: calc(16.66667% - 6px);
    margin-bottom: 12px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid hsla(0, 0%, 100%, .2);
    padding: .53846em 0
}

.order-section__payment-icon {
    width: 28px;
    margin-right: 7px
}

@media (min-width: 1201px) {
    .order-section__step-arrow {
        display: block
    }

    .order-section__step--checkout {
        padding-right: 3.75em !important
    }

    .order-section__step:not(:first-child) {
        margin-right: .6875em
    }
}

@media (max-width: 1200px) {
    .order-section__top-line {
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .order-section__bottom-line, .order-section__top-line {
        max-width: 800px;
        margin-left: auto;
        margin-right: auto
    }

    .order-section__payment-item {
        width: -moz-calc(33.33333% - 6px);
        width: calc(33.33333% - 6px)
    }
}

@media (max-width: 768px) {
    .order-section__top-line {
        padding: 0
    }

    .order-section__step {
        padding-left: .71429em;
        padding-right: 1.78571em
    }

    .order-section__step br {
        display: inline
    }

    .order-section__step:not(:first-child):after {
        font-size: .8em
    }
}

@media (max-width: 650px) {
    .order-section {
        font-size: 10px
    }

    .order-section__bottom-line, .order-section__top-line {
        max-width: 480px
    }
}

@media (max-width: 500px) {
    .order-section {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(45%, rgba(0, 0, 0, .1)), color-stop(0, transparent)), url(./order_n_section__bg.jpg) 50%/cover no-repeat;
        background: -moz-linear-gradient(top, rgba(0, 0, 0, .1) 45%, transparent 0), url(./order_n_section__bg.jpg) 50%/cover no-repeat;
        background: linear-gradient(180deg, rgba(0, 0, 0, .1) 45%, transparent 0), url(./order_n_section__bg.jpg) 50%/cover no-repeat
    }

    .order-section__bottom-line, .order-section__top-line {
        max-width: 320px
    }

    .order-section__payment-item {
        width: -moz-calc(50% - 2px);
        width: calc(50% - 2px);
        margin-bottom: 4px
    }

    .order-section__step {
        padding-left: 4px;
        padding-right: 14px
    }

    .order-section__step:not(:first-child) {
        margin-left: 0;
        padding-right: 14px
    }

    .order-section__step-icon {
        margin: 0 .57143em
    }

    .order-section__step-icon img {
        width: 12
    }

    .order-section__step-content--big {
        font-size: 1.3em
    }
}