/*Тарифы*/
.uc-tarif .t1070__price_old {
        opacity: 0.5;
        font-size: 30px!important;
    }
    .uc-tarif .t1070__price-wrap {
        display: flex;
        flex-direction: column-reverse;
        margin-top: 0px;
    }
    .uc-tarif .t1070__price {
        height: 40px;
    }
    .uc-tarif .t-card__title {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .uc-tarif .t1070__btn-title {
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 500;
    }
    .uc-tarif .t-card__btn.t-btn_sm {
        padding-left: 50px;
        padding-right: 50px;
        margin-top: 15px;
    }
    .uc-tarif .t-section__topwrapper {
        margin-bottom: 60px;
    }
    .uc-tarif .t1070__row {
        justify-content: center;
    }
    .uc-tarif .t1070__content {
            height: 100%;
    }
    .t756__wrapper.js-store-single-product-info {
        display: flex;
        flex-direction: column;
    }
    .t756__wrapper .js-product-controls-wrapper {
        order: 1;
    }
    .t756__wrapper .t756__btn-wrapper {
        order: 1;
    }
    .t756 .t-product__option-title {
        font-size: 16px;
    }
    .js-product-edition-option-name.t-product__option-title.t-typography__options.t-descr.t-descr_xxs {
    font-weight: 700;
}
    @media (max-width: 640px) {
        .uc-tarif .t1070__price {
            font-size: 26px!important;
        }
        .uc-tarif .t1070__content {
            display: flex;
            flex-wrap: wrap;
            padding: 20px;

        }
        .uc-tarif .t1070__imgwrapper {
            width: 50%;
            order: 1;
        }
        .uc-tarif .t-card__title {
            width: 50%;
            order: 3;
            display: flex;
            align-items: flex-end;
            justify-content: center;
            font-size: 20px!important;
        }
        .uc-tarif .t1070__price-wrap {
            order: 2;
            justify-content: flex-end;
            align-items: center;
            width: 50%;
        }
        .uc-tarif .t-card__link {
            width: 50%;
            order: 4;
        }
        .uc-tarif .t-card__btn {
            margin-top: 0px!important;
        }
        .uc-tarif .t1070__price_old {
            font-size: 18px!important;
        }
        .uc-tarif .t1070__bgimg {
            width: 60px!important;
            height: 60px!important;
        }
        .uc-tarif .t1070__price {
        height: 15px!important;
    }
    }
    
    
    /*kassa*/
    .uc-prodamus .t-radio__wrapper-payment .t-radio__control:first-child {
        display: none;
    }
    .uc-bspb .t-radio__wrapper-payment .t-radio__control:nth-child(2) {
        display: none;
    } 
