.header-cart{
    font-weight: normal;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: 0.03em;
    color: #282830;
    margin: 40px 0;
    font-family: 'Yanone Kaffeesatz';
}
.header-cart #count_items{
    color: #bcbecb;
}
.order-new .basket-product__info-title{
    font-weight: 300;
    font-size: 20px;
    line-height: 130%;
    font-family: Fira Sans;
    color: #282830;
}
.order-new .basket-product__info{
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding-left: 20px;
}
.order-new .basket-product__input-count{
    font-weight: 600;
    font-size: 24px;
    line-height: 130%;
    font-family: Fira Sans;
    text-align: center;    
    color: #282830;
    border: none;
    background: none;
    width: 30px;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
}
/* .order-new .item_count {
    position: relative;
    background: #282830;
    border-radius: 32px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.order-new .item_count.item-plus:after{
    content: "+";
    color: #fff;
    position: absolute;
    margin-top: 3px;
    font-weight: bold;
    font-size: 24px;
}
.order-new .item_count.item-minus:after{
    content: "-";
    color: #fff;
    position: absolute;
    margin-top: -1px;
    font-weight: bold;
    font-size: 24px;
} */
.item_count.item-minus{
    background-image: url("/local/templates/future_2020/markup/dist/images/minus.png?v=2");
    width: 48px;
    height: 48px;
}
.item_count.item-minus.input-count-1{
    background-image: url("/local/templates/future_2020/markup/dist/images/minus2.png?v=2");
    width: 48px;
    height: 48px;
}
.item_count.item-plus{
    background-image: url("/local/templates/future_2020/markup/dist/images/plus.png?v=1");
    width: 48px;
    height: 48px;
}
.basket-product__info_item.product-title {
    max-width: 280px;
    width: 100%;
    margin-right: 25px;
}
.basket-product__info_item.product-counter, .basket-product__info_item.prices-product{
    /* margin-right: 25px; */
}
.basket-product__info_item.product-counter{
    width: 150px;
    margin: 0 auto;
}/* 
.basket-product__info_item.product-delete-btn{
    margin-left: auto;
} */
.order-new .price-item-cur, .price-item-discount{
    font-weight: 600;
    font-size: 24px;
    line-height: 130%;
    font-family: Fira Sans;
    text-align: center;
    color: #282830;
}
.order-new .price-item-cur.isset-discount{
    font-weight: 300;
    font-size: 20px;
    line-height: 130%;
    text-decoration-line: line-through;
    font-feature-settings: 'ordn' on;
    color: #8C8C8C;
    margin: 15px 0;
}
.basket-product__info_item.prices-product{
    text-align: center;
    width: 170px;
}
.price-value-discount span{
    background: rgba(255, 184, 0, 0.15);
    border-radius: 20px;
    padding: 4px 8px;
    font-weight: 500;
    font-size: 16px;
    line-height: 110%;
    text-align: center;
    color: #FFB800;
}
.order-new .basket-product__btn-delete{
    opacity: 0;
    overflow: hidden;
    display: none;
}
.order-new .basket-product__btn-delete, .order-new .basket-product__btn-delete_fake{
    background-image: url("/local/templates/future_2020/markup/dist/images/Trash-2.png");
    height: 32px;
    width: 32px;
    cursor: pointer;
}
.order-new .basket-product__item{
    border-bottom: none;
    align-items: center;
    margin-bottom: 40px;
}
.order-new .basket-product__item-image-container{
    margin-right: 25px;
}
.order-new .basket-total  .checkout__container{
    padding: 30px;
    background: #FAFAFB;
    border-radius: 20px;
}
.checkout__item_price{
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.checkout__item_price > div{
    width: calc(50% - 12px);
    font-family: 'Yanone Kaffeesatz';
}
.checkout__item_price_total > div:nth-child(1){
    font-weight: normal;
    font-size: 24px;
    line-height: 115%;
    letter-spacing: 0.02em;
    margin-bottom: 12px;
    color: #282830;
}
.checkout__item_price_total > div:nth-child(1) span{
    color: #FFB800;
}
.checkout__item_price_total > div:nth-child(2){
    font-weight: bold;
    /* font-size: 48px; */
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0.03em;
    color: #282830;
}
.checkout__item_price_discount > div{
    background: rgba(255, 184, 0, 0.15);
    border-radius: 20px;
    padding: 10px 20px;
    text-align: center;
}
.checkout__item_price_discount_text{
    font-weight: normal;
    font-size: 28px;
    line-height: 115%;
    text-align: center;
    letter-spacing: 0.02em;
    color: #282830;
}
.checkout__item_price_discount_price{
    font-weight: bold;
    font-size: 28px;
    line-height: 115%;
    text-align: center;
    letter-spacing: 0.02em;
    color: #FFB800;
}
.order-new .hide{
    display: none;
}
.order-new .checkout__info{
    border-bottom: none;
}
.checkout-promo{
    margin-bottom: 30px;
}
.checkout-promo .checkout__promocode2{
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    color: #5078E2;
    font-family: Fira Sans;
}
.checkout-text{
    font-family: Fira Sans;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    color: #BCBECB;
}
.order-new .checkout__button, .popup-promo__button{
    width: 100%;
    height: 70px;
    background: #f27615;
    /* background: #BCBECB; */
    border-radius: 20px;
    margin-bottom: 16px;
}
.order-new .checkout__button span, .popup-promo__button span{
    font-size: 24px;
    line-height: 130%;
    font-family: 'Yanone Kaffeesatz';
    letter-spacing: 0.07em;
    color: #FFFFFF;
}
.order-new .profile-title{
    font-weight: normal;
    font-size: 48px;
    line-height: 100%;
    font-family: 'Yanone Kaffeesatz';
    letter-spacing: 0.03em;
    margin-bottom: 40px;
    color: #282830;
}
.order-new .basket-product__container{
    margin-bottom: 80px;
}
.order-new .personal-data__title, .order-new .delivery-data__title, .order-new .payment-data__title{
    font-weight: normal;
    font-size: 28px;
    line-height: 115%;
    font-family: 'Yanone Kaffeesatz';
    letter-spacing: 0.02em;
    color: #BCBECB;
    margin-bottom: 24px;
}
.order-new .delivery-data__textarea, .order-new .personal-data__inputs input, .order-new .delivery-data__input{
    max-width: 456px;
    border: 1px solid #E2E4EE;
    box-sizing: border-box;
    border-radius: 20px;
    font-size: 20px;
    line-height: 130%;
    font-family: 'Yanone Kaffeesatz';
    letter-spacing: 0.07em;
    color: #282830;
    background: #fff;
}
.order-new .delivery-data__textarea{
    margin-top: 20px;
}
.order-new .delivery-data__textarea.notempty{
    border: 1px solid #282830;
}
.order-new .personal-data__input:not(.personal-data__input--error), .order-new .delivery-data__input:not(.personal-data__input--error){
    border: 1px solid #282830;
}
.order-new .reverseradiobutton__text{
    font-weight: normal;
    font-size: 20px;
    line-height: 130%;
    color: #282830;
    font-family: Fira Sans;
}
.delivery-data__inputs{
    display: none;
}
.delivery-data__inputs.active{
    display: block;
}
.delivery-data__addres.active{
    display: block;
}
.delivery-data__addres{
    margin-top: 24px;
    font-family: Fira Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    color: #282830;
    max-width: 456px;
    display: none;
}
.delivery-data__addres span{
    font-weight: bold;
    display: block;
}
.order-new input:checked ~ .reverseradiobutton__text{
    font-weight: 600;
    color: #282830;
}
.order-new .checkout__payment-section input:checked ~ .reverseradiobutton__fake-input .reverseradiobutton__dot {
    background-color: #9a9b9c;
}
.order-new .reverseradiobutton input:checked~.reverseradiobutton__fake-input{
    background-color: #282830;
    border-color: #282830;
}
.order-new .checkout__payment-section .reverseradiobutton input:not(:checked)~.reverseradiobutton__fake-input{
    background-color: #282830;
    border-color: #282830;
}
.order-new .buy1click{
    width: 100%;
    background: #E2E4EE;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.order-new .buy1click a{
    display: block;
    font-weight: normal;
    font-size: 24px;
    line-height: 130%;
    font-family: 'Yanone Kaffeesatz';
    letter-spacing: 0.07em;
    color: #282830;
    text-decoration: none;
    width: 100%;
    text-align: center;
    padding: 19px 0;
}
.order-new .promocode-inpute2{
    display: none;
    margin-bottom: 30px;
}
.order-new .promocode-inpute2 input{
    border: 1px solid #E2E4EE;
    box-sizing: border-box;
    border-radius: 20px 0px 0px 20px;
    padding: 20px 30px;
    background: #fff;
}
.order-new .promocode-inpute2 button{
    background: #ECEDF2;
    border-radius: 0px 20px 20px 0px;
    font-family: 'Yanone Kaffeesatz';
    padding: 20px 30px;
    font-weight: normal;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0.07em;
    color: #BCBECB;
    border: 1px solid transparent;
}
.order-new .promocode-inpute2 input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #BCBECB;
  }
.order-new .promocode-inpute2 input::-moz-placeholder { /* Firefox 19+ */
    color: #BCBECB;
}
.order-new .promocode-inpute2 input:-ms-input-placeholder { /* IE 10+ */
    color: #BCBECB;
  }
.order-new .promocode-inpute2 input:-moz-placeholder { /* Firefox 18- */
    color: #BCBECB;
}
.order-new .promocode-inpute2{
    display: none;
}
.order-new .promocode-inpute2.dblock{
    display: flex;
    align-items: center;
}
.promocode-inpute2.active button{
    background: #FFB800;
    color: #282830;
}
.promocode-inpute2.active input{
    color: #282830;
    font-weight: normal;
    font-size: 20px;
    font-family: 'Yanone Kaffeesatz';
    line-height: 130%;
    letter-spacing: 0.07em;
}
.order-new .basket-total{
    padding: 0 !important;
}
.order-new .basket-total > div{
    position: sticky;
    top: 150px;
}
.order-new .basket-total .checkout__container{
    margin-top: 0;
}
body.redis-header main {
    overflow: visible !important;
}
.success-text{
    font-weight: normal;
    font-size: 48px;
    line-height: 100%;
    font-family: 'Yanone Kaffeesatz';
    letter-spacing: 0.03em;
    color: #282830;
    margin-bottom: 16px;
}
.order_price{
    color: #FFB800;
}
.success-text_hint{
    font-weight: normal;
    font-size: 28px;
    line-height: 115%;
    letter-spacing: 0.02em;
    color: #BCBECB;
}
.success-wrap{
    margin-bottom: 30px;
    margin-top: 40px;
    display: flex;
    align-items: center;
}
.success-text_button{
    background: #282830;
    border: 1px solid #282830;
    border-radius: 20px;
    display: block;
    font-weight: normal;
    font-size: 24px;
    line-height: 130%;
    font-family: 'Yanone Kaffeesatz';
    letter-spacing: 0.07em;
    color: #FFFFFF;
    text-decoration: none;
    width: 320px;
    text-align: center;
    padding: 20px 0;
}
.success-text_button:hover{
    text-decoration: none;
    color: #fff;
    background: #fff;
    color: #282830;
}
.success-wrap > div:first-child{
    margin-right: 50px;
}
.strong{
    font-weight: bold;
}
.popup-delete-bg.open{
    opacity: 1;
    visibility: visible;
    z-index: 9999;
}
.popup-delete-bg{
    height: 100%;
    background: rgba(0,0,0,.2);
    opacity: 0;
    visibility: hidden;
    padding: 40px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: -1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: all .3s ease;
    visibility: visible;
}
.popup-delete-message{
    width: 100%;
    max-width: 540px;
    max-height: 100vh;
    overflow: auto;
    background: #fff;
    box-shadow: 0 0 30px rgb(0 0 0 / 10%);
    position: relative;
    display: block;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    padding: 40px;
    border-radius: 14px;
    text-align: center;
    font-smoothing: antialiased!important;
    -webkit-backface-visibility: hidden;
}
.popup-delete-title{
    font-family: Yanone Kaffeesatz;
    font-style: normal;
    font-weight: normal;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: 0.03em;
    color: #282830;
    margin-bottom: 30px;
}
.popup-delete-text{
    font-family: Fira Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    color: #282830;
    margin-bottom: 40px;
}
.popup-delete-btn{
    width: 100%;
    max-width: 202px;
    background: #282830;
    border-radius: 20px;
    font-family: Yanone Kaffeesatz;
    font-weight: normal;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: 0.07em;
    color: #FFFFFF;
    cursor: pointer;
    margin: 0 auto;
    text-align: center;
    padding: 20px 0;
}
.popup-delete-close{
    position: absolute;
    background-image: url("/local/templates/future_2020/markup/dist/images/Close.png");
    width: 48px;
    height: 48px;
    right: 20px;
    top: 20px;
    cursor: pointer;
}
/* .order-items  .product-item .product-item-title a{
    font-family: Fira Sans;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 130%;
    color: #282830;
}
.order-items .product-item-image-wrapper{
    padding-top: 60%;
}
.order-items .product-item-title{
    overflow: visible;
} */
.order-items .product-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.order-items .product-item-image-wrapper{
    order: 1;
    padding-top: 40%;
    max-width: 220px;
}
.order-items .product-item-price-container{
    order: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.order-items .product-item-title{
    order: 2;
    width: 100%;
    white-space: initial;
    /* max-width: 300px; */
    margin-right: 30px;
}
.order-items .product-item-big-card .product-item-price-old{
    order: 2;
    font-family: Fira Sans;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 130%;
    text-align: center;
    text-decoration-line: line-through;
    font-feature-settings: 'ordn' on;
    color: #8C8C8C;
    margin: 15px 0;
}
.order-items .product-item-big-card .product-item-price-current{
    order: 1;
    font-family: Fira Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 130%;
    text-align: center;
    color: #282830;
}
.order-items .product-item-big-card .product-item-label-ring.product-item-label-small{
    font-family: Fira Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 110%;
    text-align: center;
    color: #FFB800;
    background: rgba(255, 184, 0, 0.15);
    border-radius: 20px;
    width: 60px;
    height: auto;
    order: 3;
    position: relative;
    padding: 4px 8px;
}
.order-items .product-item__item:nth-child(odd){
    border-right: 0.5px solid #E2E4EE;
}
.order-items .product-item__item{
    padding-right: 80px;
}
.toggle-mobile-block{
    display: none;
}
.order-new .promocode-inpute2.activepromo input{
    color: #FFB800;
}
.order-items .product-item-big-card .product-item-image-wrapper{
    margin-right: 20px;
}
@media (max-width: 1280px){
    .basket-product__info_item.product-title {
        max-width: 250px;
    }
}
@media (max-width: 1180px){
    .checkout__item_price_total > div:nth-child(2){
        font-size: 40px;
    }
    .checkout__item_price{
        flex-direction: column;
    }
    .checkout__item_price > div{
        width: 100%;
    }
    .checkout__item_price > div:first-child{
        margin-bottom: 20px;
    }
    .order-new .basket-product__item-image-container{
        flex: 0 0 140px;
    }
}
@media (max-width: 1024px){

    .order-items .product-item-big-card .product-item-image-wrapper{
        margin-right: 0px;
    }
    .order-new .basket-product__container {
        margin-bottom: 20px;
    }
    .order-new .basket-total .checkout__container{
        max-width: 500px;
        margin: 0 auto;
    }
    .order-new .basket-total{
        margin-bottom: 30px;
    }
    .checkout__item_price .checkout__item_price_total, .checkout__item_price .checkout__item_price_discount > div{
        display: flex;
        align-items: center;
    }
    .checkout__item_price .checkout__item_price_discount > div{
        justify-content: center;
    }
    .checkout__item_price .checkout__item_price_total > div:first-child, .checkout__item_price .checkout__item_price_discount > div .checkout__item_price_discount_text{
        margin: 20px;
    }
    .order-items .product-item-image-wrapper{
        padding-top: 20%;
    }
    /* .order-new .basket-total.basket-product__no-mobile{
        display: none !important;
    } */
}

@media (max-width: 900px){
    .success-wrap{
        flex-direction: column;
    }
    .success-wrap > div:first-child{
        margin-right: 0px;
        margin-bottom: 30px;
    }
}
@media (max-width: 680px){
    .order-new .checkout__container.basket-product__mobile-only{
        display: none !important;
    }
    .order-new .basket-total .basket-product__no-mobile{
        display: block !important;
    }
    .order-new .basket-product__mobile-only span{
        /* border-radius: 20px; */
        font-weight: normal;
        font-size: 20px;
        font-family: Yanone Kaffeesatz;
        line-height: 130%;
        letter-spacing: 0.07em;
        /* padding: 19px 0; */
        color: #FFFFFF;
    }
    .order-new .checkout__button{
        background: #282830;
        border-radius: 20px;
    }
    .order-new .basket-product__mobile-only{
        display: none;

    }
}
@media (max-width: 650px){
    .order-new .basket-product__item > div{
        width: 50%;
    }
    .order-new .basket-product__item{
        position: relative;
        flex-wrap: wrap;
        max-width: 500px;
        padding-bottom: 20px;
    }
    .basket-product__info_item.product-delete-btn{
        position: absolute;
        bottom: 0;
        right: 0;
        width: auto !important;
    }
    .basket-product__info_item.product-title {
        max-width: 100%;
        margin-right: 0;
        order: 4;
    }
    .order-new .price-item-cur.isset-discount{
        margin: 5px 0;
    }
    .basket-product__info_item.product-counter{
        max-width: 170px;
        margin: initial;
        margin-right: 25px;
        order: 3;
    }
    .order-new .basket-product__item-image-container {
        flex: 0 0 170px;
        max-height: unset;
        order: 1;
    }
    .basket-product__info_item.prices-product{
        order: 2;
        text-align: left;
    }
    .order-new .price-item-cur, .price-item-discount{
        text-align: left;
    }
    
}
@media (max-width: 500px){
    .success-text{
        font-size: 32px;
    }
    .success-text_hint{
        font-size: 24px;
    }
    .wrap-block-products .product-item-big-card .product-item-title a{
        font-size: 16px;
    }
    .order-items .product-item{
        flex-direction: column;
    }
    .order-items .product-item__item {
        padding-right: 15px;
    }
    .order-items .product-item-title{
        margin-right: 0px;
        text-align: center;
    }
    .order-new .basket-product__mobile-only{
        display: block !important;
    }
    .toggle-mobile-block{
        display: block;
        font-weight: normal;
        font-size: 18px;
        line-height: 130%;
        text-align: center;
        letter-spacing: 0.07em;
        background: #FAFAFB;
        font-family: Yanone Kaffeesatz;
        color: #282830;
        padding: 14px 0;
        border: 0.5px solid #E2E4EE;
        box-sizing: border-box;
        border-radius: 20px;
        margin-bottom: 30px;
        position: relative;
    }
    .toggle-mobile-block:after{
        content: url("/local/templates/future_2020/markup/dist/images/Vector.png");
        position: absolute;
        right: 20px;
    }
    .toggle-mobile-block.active:after{
        transform: rotate(180deg);
    }
    .toggle-mobile-block.active + .basket-product__container{
        display: block;
    }
    .basket-product__container{
        display: none;
    }
    .item_count.item-minus, .item_count.item-plus{
        width: 40px;
        height: 40px;
        background-size: 100%;
    }
    .order-new .basket-product__input-count, .order-new .basket-product__info-title{
        font-size: 16px;
    }
    .header-cart{
        font-size: 32px;
        margin: 24px 0;
    }
    .order-new .basket-product__item{
        margin-bottom: 20px;
    }
    .order-new .basket-product__item:first-child {
        margin-top: 0;
    }
    .checkout__item_price_total > div:nth-child(1){
        font-size: 20px;
    }
    .checkout__item_price_total > div:nth-child(2){
        font-size: 32px;
    }
    .checkout__item_price_discount_price, .checkout__item_price_discount_text{
        font-size: 23px;
        margin: 0px !important;       
    }
    .checkout__item_price_discount_text{
        margin-right: 16px !important;
    }
    .checkout__item_price .checkout__item_price_total{
        justify-content: center;
    }
    .checkout__item_price_total{
        margin-bottom: 20px;
    }
    .checkout__item_price_total > div{
        margin: 0px !important;
    }
    .checkout__item_price_total > div:first-child{
        margin-right: 16px !important;
    }
    .order-new .basket-total .checkout__container {
        transform: unset;
        padding: 24px;
        width: 100%;
    }
    .checkout__item_price{
        margin-bottom: 20px;
    }
    .checkout-promo{
        text-align: center;
        margin-bottom: 24px;
    }
    .checkout__payment-section .checkout__button.checkout__button-submit{
        display: none;
    }
    .order-new .buy1click a{
        font-size: 20px;
    }
    .order-new .profile-title{
        font-size: 32px;
        margin-bottom: 24px;
    }
    .order-new .personal-data__title, .order-new .delivery-data__title, .order-new .payment-data__title{
        font-size: 24px;
        margin-bottom: 24px;
    }
    .order-new .basket-total{
        padding: initial !important;
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
    .checkout__item_price_discount > div{
        padding: 16px 20px;
    }
    .order-new .reverseradiobutton__text{
        font-size: 18px;
    }
    .popup-delete-title{
        font-size: 32px;
        margin-bottom: 24px;
    }
    .popup-delete-text{
        margin-bottom: 24px;
    }
    .popup-delete-close{
        width: 32px;
        height: 32px;
        background-size: 100%;
    }
    .popup-delete-message{
        padding: 24px;
    }
    .order-new .promocode-inpute2.dblock{
        flex-direction: column;
    }
    .order-new .promocode-inpute2.dblock{
        align-items: inherit;
    }
    .order-new .promocode-inpute2 input{
        border-radius: 20px 20px 0px 00px;
    }
    .order-new .promocode-inpute2 button{
        border-radius: 0px 0px 20px 20px;
    }
}

@media (max-width: 440px){
    .checkout__item_price_total > div:nth-child(2){
        font-size: 28px;
    }
    .checkout__item_price .checkout__item_price_total,.checkout__item_price .checkout__item_price_discount > div{
        flex-direction: column;
    }
    .checkout__item_price_discount_text, .checkout__item_price_total > div:first-child{
        margin-right: 0px !important;
    }
    .basket-product__info_item.product-counter, .order-new .basket-product__item-image-container{
        margin-right: 10px;
    }
}
@media (max-width: 400px){
    .order-new .basket-product__item-image-container{
        flex: 0 0 120px;
    }
    .basket-product__info_item.product-counter{
        max-width: 120px;
    }
    .popup-delete-btn{
        padding: 15px 0;
    }
    .popup-delete-text{
        font-size: 16px;
    }
    .popup-delete-title{
        font-size: 28px;
    }
    .popup-delete-close {
        top: 2px;
        right: 2px;
    }
}
@media (max-width: 330px){
    .success-text_button{
        width: 300px;
    }
}
.future--order-payment-form .btn-success,
.future--order-payment-form .btn-primary {
    background: #FFB800;
    border-radius: 20px;
    padding: 13px 30px;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: 0.07em;
    color: #282830;
    text-align: center;
    cursor: pointer;
    transition: 0.2s;
    display: inline-block;
    margin-bottom: 20px;
    text-decoration: none;
}
.future--order-payment-form .btn-success:hover,
.future--order-payment-form .btn-primary:hover {
    background: #FFF4D9;
    color: #282830;
    text-decoration: none;
}