@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700|Roboto:300,300i,400,500i,700,700i,900&subset=cyrillic');

body {
    position: relative;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    background-color: #f0f6f9;
}

p,
h1,
h2,
h3,
h4 {
    margin: 0;
    padding: 0;
}

/*@typography*/

/**/

.brand {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 33px;
    padding-bottom: 33px;
    width: 300px;
}

.brand__logo {
    margin-right: 30px;
}

.brand__slogan {
    width: 40%;
}

/*@remains*/

.remains {
    /*padding: 0 23px;*/
    min-height: 45px;
    background-color: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
}

.remains-count {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
}

.remains-count-text {
    font-weight: 700;
    color: #474747;
    line-height: 1;
}

.remains-count-graph {
    width: 115px;
    border: 1px solid #474747;
    padding: 2px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    height: 30px;
    background-color: #ffffff;
    margin: 0 10px;
}

.remains-count-graph__cell {
    background-color: #ff6a17;
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    width: 18px;
    height: 24px;
}

.remains-info {
    /*height: 30px;*/
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 1;
}

.remains-info__text {
    /*font-size: 18px;*/
    font-size: 16px;
    color: #545454;
    margin: 0 0 0 35px;
}

.remains-info__text--danger {
    text-transform: uppercase;
    color: #ff4523;
    font-weight: 700;
    margin-left: 5px;
}

/*@payout*/

.payout-wrap {
    background-color: #e0eff6;
    overflow: hidden;
    padding-bottom: 50px;
}

.payout-headers {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 15px 0;
    height: 80px;
}

.payout-header__title {
    font-weight: 500;
    font-style: italic;
    text-transform: uppercase;
    font-size: 59px;
    color: #4a616f;
}

.payout-form-header {
    font-style: italic;
    color: #4a616f;
}

.payout-form-header__title {
    font-size: 30px;
    line-height: 1;
    font-weight: 500;
    text-transform: uppercase;
}

.payout-form-header__text {
    line-height: 1;
    font-size: 18px;
    font-weight: 300;
}

/*@form*/



.payout-client {
    padding: 10px 20px 41px 20px;
    background-color: #ffffff;
    position: relative;
}

.order-option {
    background-color: #ffffff;
    margin-bottom: 15px;
    padding: 10px 35px 0 35px;
    position: relative;
    border: solid 3px #ffffff;
    cursor: pointer;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    z-index: 1;
}
.order__button--mobile{
    display: none;
}
.order-option:hover {
    border: solid 3px #4a616f;
}

.order-header {
    width: 100%;
}

.order-header__title {
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #575757;
    font-weight: 700;
}

.order-header__amount {
    color: grey;
    font-size: 20px;
    font-weight: 400;
}

.order-ret-price {
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 700;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #454545;
    position: relative;
}

.order__old-price{
    /*width:100px;*/
}

.delimeter {
    width: 100%;
    height: 1px;
    background-color: #d4d4d4;
    margin: 0;
}

.currency {
    color: #000000;
}

.order__new-price {
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-size: 85px;
    color: #80d34e;
    letter-spacing: -3px;
    line-height: 1;
}

.order__price-zero {
    font-size: 42px;
    top: -0.8em;
}

.old-price {
    position: relative;
}

.order-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 15px;
}

.order-content-info {
    width: 250px;
}

.offer-view {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.order-image-wrap {
    width: 300px;
    margin-right: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.order-content__img {
    margin: 0 auto;
}

.order-content .old-price:after {
    content: '';
    display: block;
    position: absolute;
    right: -35px;
    top: 13px;
    width: 75px;
    height: 3px;
    background-color: #d9261e;
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
}

.order__count {
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #9d9d9d;
}

.order-content__checkbox {
    width: 65px;
    height: 65px;
    background-image: url(../img/checkbox.png);
    background-position: 0 -6px;
}

.order-course {
    position: absolute;
    z-index: 100;
    bottom: -3px;
    right: -40px;
    width: 282px;
    background-image: url(../img/order-course-checkbox.png);
    height: 45px;
    padding: 10px 20px;
    -webkit-border-radius: 10px 0 0 0;
    border-radius: 10px 0 0 0;
}

.order-course__text {
    font-size: 18px;
    font-style: italic;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    margin-top:3px;
    margin-left: 10px;
}

.order-option:hover .order-course {
    background-position: 0 -60px;
}

.order-option-footer {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 250px;
    min-height: 29px;
}

.order-best {
    font-size: 17px;
    font-weight: 500;
    font-style: italic;
    color: #ff8a17;
    width: 160px;
}

.order-best-ico {
    width: 20px;
}

.js-selected {
    border: solid 3px #4a616f;
}

.js-selected:hover .order-course {
    background-position: 0 -120px;
}

.js-selected .order-course {
    background-position: 0 -120px;
}

.js-selected .order-content__checkbox {
    background-position: 0 -80px;
}

/**/

.payout-client-header {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.payout-client-header__title {
    font-size: 20px;
    color: #333333;
}

.payout-client-method .payout-client-header {
    margin-top: 15px;
    margin-bottom: 25px;
}

.input-default,
.select-default {
    height: 50px;
    border: 1px solid #cfcfcf;
    padding: 10px 10px;
    margin-bottom: 10px;
    width: 100%;
}

.input-default:hover,
.input-default:focus {
    border-color: #00c5d4;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,198,212,0.5);
    box-shadow: 0 0 5px 0 rgba(0,198,212,0.5);
}

.payout-client-inputs-house {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.payout-client-inputs-house .input-default-label {
    width: 30%;
}

.payout-client-card-date {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.payout-client-card-date .select-default,
.payout-client-card-date .input-default-label {
    width: 28%;
}

.cvv-helper {
    background-color: #c7c7c7;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    width: 25px;
    height: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px;
    position: relative;
    cursor: pointer;
}

.cvv-helper-info {
    visibility: hidden;
    position: absolute;
    top: -99999px;
    left: -999999px;
}

.cvv-helper:hover .cvv-helper-info {
    visibility: visible;
    top: -210px;
    left: -250px;
}

.cvv-helper__text {
    color: #ffffff;
}

.payout-client-terms {
    font-size: 14px;
    font-weight: 300;
    margin: 20px 0;
}
.terms{
    display: block;
    width: 100%;
    margin-bottom: 20px;
}
.payout-client-terms__label{
    display: block;
    margin-bottom: 10px;
}
.terms-link {
    text-decoration: underline;
}

.payout-client-terms .checkbox {
    margin-right: 10px;
}

.btn-wrap-client {
    margin-top: 35px;
    margin-bottom: 43px;
}

.btn {
    width: 100%;
    color: #ffffff;
    background: rgb(255, 124, 34);
    background: -webkit-linear-gradient(top, rgba(255, 124, 34, 1) 0%, rgba(255, 0, 33, 1) 99%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 124, 34, 1)), color-stop(99%, rgba(255, 0, 33, 1)));
    background: -o-linear-gradient(top, rgba(255, 124, 34, 1) 0%, rgba(255, 0, 33, 1) 99%);
    background: linear-gradient(to bottom, rgba(255, 124, 34, 1) 0%, rgba(255, 0, 33, 1) 99%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7c22', endColorstr='#ff0021', GradientType=0);
    border: none;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
    text-transform: uppercase;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 20px;
}

.btn:hover,
.btn:focus {
    background: rgb(255, 162, 61);
    background: -webkit-linear-gradient(top, rgba(255, 162, 61, 1) 0%, rgba(255, 10, 60, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 162, 61, 1)), to(rgba(255, 10, 60, 1)));
    background: -o-linear-gradient(top, rgba(255, 162, 61, 1) 0%, rgba(255, 10, 60, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 162, 61, 1) 0%, rgba(255, 10, 60, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa23d', endColorstr='#ff0a3c', GradientType=0);
}

.btn:active {
    background: rgb(255, 112, 31);
    background: -webkit-linear-gradient(top, rgba(255, 112, 31, 1) 0%, rgba(217, 0, 26, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 112, 31, 1)), to(rgba(217, 0, 26, 1)));
    background: -o-linear-gradient(top, rgba(255, 112, 31, 1) 0%, rgba(217, 0, 26, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 112, 31, 1) 0%, rgba(217, 0, 26, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff701f', endColorstr='#d9001a', GradientType=0);
}

.btn-text {
    width: 90%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 25px;
    font-weight: 700;
}

.btn-arrow {
    display: block;
    width: 32px;
    height: 32px;
    background-image: url(../img/btn-arrow-sprite.png);
}

.btn:hover .btn-arrow,
.btn:focus .btn-arrow {
    background-position: 0 -42px;
}

.btn:active .btn-arrow {
    background-position: 0 -84px;
}

.charge-text {
    font-weight: 300;
    font-size: 14px;
    margin: 20px 0;
}

/*@order-summary*/

.order-summary {
    margin-top: 35px;
}

.order-summary__title {
    font-size: 20px;
    font-weight: 400;
    color: #333333;
    margin-top: 15px;
    margin-bottom: 15px;
}

.summary-table {
    width: 100%;
    border-collapse: collapse;
    background-color: #ffffff;
}

.summary-table-header {
    background-color: #e4f2f4;
    font-size: 14px;
    font-weight: 300;
    color: #000000;
}

.summary-table-order {
    font-size: 20px;
    font-weight: 700;
}

.summary-table td {
    padding: 10px;
}

.text-centered {
    text-align: center;
}

.text-right {
    text-align: right;
}

.summary-table__product-name {
    color: #61d543;
    text-transform: uppercase;
}

.summary-table-delivery {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 10px;
}

.delivery-label {
    font-weight: 300;
    font-size: 16px;
}

.select-slim {
    width: auto;
    margin-bottom: 0;
    height: 40px;
    font-size: 16px;
}

.summary-table-total {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    border-top: 1px solid #989898;
    padding-top: 10px;
    padding-bottom: 10px;
}

.summary-table-economy-row {
    background-color: #fffae1;
}

.summary-table-economy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    line-height: 1;
}

.economy-retail {
    margin-right: 20px;
    position: relative;
}

.economy-retail,
.economy-save {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.economy-retail__label,
.economy-save__label {
    font-size: 16px;
    font-weight: 300;
    margin-right: 10px;
}

.economy-retail__price {
    font-size: 20px;
}

.economy-retail__price:after {
    content: '';
    display: block;
    position: absolute;
    top: 15px;
    width: 75px;
    height: 3px;
    background: red;
    -webkit-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
}

.economy-save-price-wrap {
    background-color: #00b721;
    padding: 5px 15px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.economy-save__price {
    font-size: 20px;
    font-weight: 900;
    color: #ffffff;
}

.garant {
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;
    margin: 25px 0;
}


.protected {
    margin-top: 30px;
}
/*@footer*/

.footer-wrap {
    margin-bottom: 150px;
}

.footer {
    color: #898989;
    margin-top: 35px;
    margin-bottom: 35px;
}

.company-info{
    text-align: center;
}

.company-info-site__link {
    color: #898989;
}

.bank-info__title {
    font-size: 19px;
    font-weight: 400;
    margin-bottom: 15px;
}

.footer-nav {
    text-align: center;
}

.footer-nav__link {
    color: #56a905;
    font-size: 14px;
    font-weight: 700;
}

.footer-nav__link:hover {
    text-decoration: none;
    color: #8add41;
    padding-bottom: 5px;
    border-bottom: 1px solid #8add41;
}

.validate-bar {
    width: 100%;
    height: 60px;
    background-color: #fbdadb;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
}

.validate-bar__text {
    color: #e82839;
    font-size: 14px;
    margin-left: 10px;
}

.p-l-0 {
    padding-left: 0;
}

.p-r-0 {
    padding-right: 0;
}

.m-t-30 {
    margin-top: 30px;
}

.m-b-30 {
    margin-bottom: 30px;
}

.p-l-0 {
    padding-left: 0;
}

.p-r-0 {
    padding-right: 0;
}

.m-t-25 {
    margin-top: 25px;
}

.m-b-25 {
    margin-bottom: 25px;
}
.pop-up  ol ,li>ul {
    list-style: none;
}
.pop-up{
    max-width: 600px;
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #ffffff;

}
.pop-up__list{
    overflow-y: scroll;
    border: 5px solid #333333;
    max-height: 500px;
}
.pop-up__wrapp{
    width: 100%;
    position: absolute;
    left: 0px;
    top: -40px;

    height: 40px;
    z-index: 33;

    border-bottom: none;
}
.pop-up-close {
    position: relative;
    top: 50%;
    right: 35px;
    width: 27px;
    height: 4px;
    display: block;
    transform: rotate(52deg);
    margin-left: auto;
    border: none;
    background: #000000;
}
.pop-up-close::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(-106deg);
    display: block;
    width: inherit;
    height: inherit;
    background: #000000;
}

@media (max-width: 1200px) {
    .payout-header__title {
        font-size: 45px;
        margin: 0 auto;
    }
}

@media (max-width: 992px) {
    .payout-client-wrap {
        padding-left: 15px;
    }

    .payout-form-header {
        padding-left: 15px;
    }

    .footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .footer-nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        margin-top: 50px;
    }

    .footer-nav-list {
        margin-bottom: 10px;
    }

    .footer-nav__link {
        font-size: 18px;
    }

    .pop-up{
        width: 100%;

    }

    .remains{
        padding-top: 10px;
    }

    .remains-info{
        margin: 10px 0;
    }
}

@media (max-width: 768px) {
    .wv_currency {
        font-size: 56px;
    }

    .wv_new-price {
        font-size: 56px;
    }

    .order__price-zero {
        font-size: 26px;
    }

    .order-image-wrap {
        width: 100px;
    }

    .payout-header__title{
        font-size: 40px;
    }

}

@media (max-width: 580px) {
    .brand{
        flex-direction: column;
        margin: auto;

    }
    .brand__logo{
        margin-right: 0px;
        margin-bottom: 10px;
    }

    .payout-header__title {
        font-size: 32px;
    }
    .mobile-backgraund{
        background:  rgba(0, 197, 212, 1);
    }
    .remains {
        width: 95%;
        height: auto;
        flex-wrap: wrap;
        justify-content: center;
        padding: 12px 0px;
        margin-top: 10px;
        margin: 10px auto auto auto;
        float: none;
        background-color: #ffffff;
        box-shadow: 3px 3px 20px rgba(40, 46, 47, 0.21);
    }

    .remains-count {
        padding-bottom: 10px;
        font-size: 16px;
        border-bottom: 1px solid #dbdbdb;
        width: 100%;
        justify-content: center;
    }
    .remains-count-text {
        white-space: nowrap;
}
.remains-count-graph {
    width: 84px;
}
.remains-info{
    padding-top: 7px;
}
.remains-info__text{
    margin: 0 0 0 15px;
    display: flex;
}
.remains-info__text--none{
    display: none;
}
.order-option{
    box-shadow: 3px 3px 20px rgba(40, 46, 47, 0.21);
}

.order-ret-price-text,.order__old-price{
    white-space: nowrap;
    font-size: 14px;
}
.order-content{
    position: relative;
}
.order-content .old-price:after {
    content: '';
    display: block;
    position: absolute;
    right: -26px;
    top: 6px;
    width: 51px;
    height: 3px;
}
.order-header__title{
    text-align: center;
}
.order-ret-price{
    justify-content: center;
}
.order__new-price {
    font-size: 47px;
    text-align: center;
}
.wv_new-price,.wv_currency{
    font-size: 47px;
}
.order__price-zero{
    font-size: 20px;
}
.order-best,.order-course{
    display: none;
}
.offer-view {
    justify-content: center;}
.order-image-wrap {
    min-width: 100px;
    margin-right: 0;
    margin-left: -21px;
}
.order-header {
    width: 115%;
}
.order-content__checkbox{
   position: absolute;
   top: -30px;
   left: -25px;
   width: 33px;
   height: 33px;
   background-size: cover;
}
.js-selected .order-content__checkbox {
    background-position: 0 -131px;
}
.order__count{
    text-align: center;
}
.order-option-footer {
    position: relative;
    display: flex;
    justify-content: center;
    padding-right: 0px;
}
.order__button--mobile{
    display: block;
    min-width: 251px;
    height: 56px;
    margin-top: 61px;
    margin-bottom: 12px;
    padding-top: 15px;
    text-align: center;
    background-image:  linear-gradient(to top , #899ca2,#a8bbbc);
    box-shadow: 3px 3px 20px rgba(40, 46, 47, 0.21);
}
.js-selected .order__button--mobile  {
    background-image:  linear-gradient(to top , #5cbe1c,#bef964);
}
.order__button--mobile a {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 19px;
}
.order__button--mobile a:focus {
    text-decoration:none;
}

.summary-table-header{
    font-size: 11px;
}
.summary-table-order{
    font-size: 12px;
}
.summary-table-delivery{
    justify-content: flex-start;
}
.delivery-label {
    font-size: 14px;
}

.select-slim {
    width: 157px;
    font-size: 12px;
    padding: 10px 4px;
}
.summary-table td {
    padding: 10px 7px;
}
.summary-table  .padding-none{
    padding: 0px;
    display: none;
}
.summary-table-header td:last-child{
    width:53px;
}
.summary-table-order td,.summary-table-header td {
    display: inline-block;

}

.summary-table-economy{
    flex-direction: column;
}
.economy-retail {
    padding-bottom: 7px;
}




}

@media (min-width: 320px) and (max-width: 580px) {
    .payout-header__title {
        font-size: 26px;
    }

    .remains-info__text{
        flex-direction: column;
        align-items: center;
    }

}

