/***** добавленные ******/
.modal_button_basket{
    bottom: 30px;
    position: absolute;
}
.modal_button_catalog{
    bottom: 30px;
    position: absolute;
    right: 0;
}
.order_police{
    text-align: center;
}
.order_buy_button{
    margin-top: 10px;
    margin-bottom: 20px;
}
.order_buy_button_text {
    padding: 0 20px;
}
.shop-order__bottom_right{
    text-align: center !important;
    float: none !important;
}

/**** переопределение  ***/
.shop-order-table{
    margin-bottom: 0;
}
.shop-order__m-submit {
    width: 100% !important;
}
.shop-order__m-submit {
    text-align: center !important;
}
.deliveryBlockProduct{
    background: #f0f0f0;
    padding: 25px;
}
.deliveryBlockProduct img{
    vertical-align: middle;
}
.deliveryBlockProduct span{
    padding-left: 10px;
}
.deliveryBlockProduct div:last-child span{
    top: 5px;
    position: relative;
}
.deliveryBlockProduct div:first-child{
    margin-bottom: 13px;
}
.shop-order-subbmit-left{
     display: none;
}
.shop-order-subbmit-left .shop-order__bottom_right{
    margin-top: 10px;
}
.shop-order-subbmit-left .shop-order__bottom_right .sst-button.sst-button--radius.sst-button--bordered.sst-button--phone-buy-order{
    height: 40px;
}

/**** плашка с акцией ***/
@media screen and (max-width: 959px) {
    .basket-footer__action {
        display: none !important;
    }
}

.basket-footer__action {
    position: fixed;
    bottom: 0;
    z-index: 999;
    width: 100%;
    color: #fff;
    display: none;
}
.basket-footer__action .sst-center-block {
    background: #ec0044;
    -webkit-box-shadow: 0px -5px 20px 1px rgba(145,140,145,1);
    -moz-box-shadow: 0px -5px 20px 1px rgba(145,140,145,1);
    box-shadow: 0px -5px 20px 1px rgba(145,140,145,1);
    height: 64px;
    padding-top: 10px;
    display: flex;
}
.basket-footer__action .sst-center-block > div {
    display: inline-flex;
    vertical-align: middle;
    overflow: hidden;
}
.basket-footer__action .sst-center-block .in-basket-btn__block {
    display: inline-grid;
    height: auto;
}

.action-prewiev__text {
    margin-left: 15px;
    text-align: center;
    position: relative;
}
.action-prewiev__block {
    font-size: 17px;
    font-weight: normal;
    text-align: left;
    vertical-align: text-top;
    width: 33%;
   /* flex-basis: 27%; */
}
.basket-footer__action .sst-center-block .price__text {
    display: inline-grid;
    flex-basis: 13.5%;
}
.all-price {
    position: relative;
    width: fit-content;
}
.all-price:after {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: black;
    transform: rotate(10deg);
}
.price-with-discount {
    font-size: 150%;
    width: fit-content;
}
.in-basket-btn__block {
    height: 64px;
    /*flex-basis: 27%;*/
    width: 33%;
}
.in-basket-btn {
    background: #fff;
    border-radius: 9px;
    padding: 9px 32px;
    border: 1px solid #d50b40;
    cursor: pointer;
    height: 36px;
    width: fit-content;
    max-width: 190px;
    margin: 0 auto;
}
.basket-footer__action .sst-center-block .timeout__block {
    display: block;
    font-size: 16px;
}
.timeout__block {
    /*flex-basis: 40.5%;*/
    width: 33%;
}
.timeout__block .timeout__text {
    width: 100%;
    display: block;
}
.timeout__display {
    width: 100%;
    display: inline-block;
    font-size: 17px;
}
.timeout__display span {
    margin: 5px;
}
.after-rub.active:after {
    content: " р.";
}