/*Ширина корзины*/
.t706__cartwin-content {
    max-width: 720px;
}


/*Заголовок - корзина*/
.t-name_xl {
    font-size: 48px;
    color: #1a1919;
    line-height: 1;
    text-transform: uppercase;
}


/*Заголовки полей - корзина*/
.t706 .t-form .t-descr_md, .t-descr_md {
    font-size: 16px;
    text-transform: uppercase !important;
    font-weight: 700 !important;
}


/*Текст в поле ввода - корзина*/
.t-input {
    font-family: 'Circe', Arial, sans-serif;
    font-size: 18px;
}


/*Высота поля ввода - корзина*/
.t706 .t-form .t-input, .t706 .t-form .t-select {
    height: 60px;
}


/*цена 1*/
.t706__product-amount, .t706__product-amount--portion {
    display: none !important;
}

/*цена 2*/
.t706__cartwin-prodamount-wrap {
    display: none !important;
}

/*цена 3*/
.t706__cartwin-totalamount-wrap.t-descr_xl {
    font-size: 40px !important;
}

/*крестик*/
.t706__product-del-wrapper {
    display: none !important;
}

/*Название товара - корзина*/
.t706__product-title {
    font-size: 32px;
    text-transform: uppercase;
}


/*Кнопки*/
.t702 .t-submit, .t-submit, .t993__btn_xxl, .t-btn.t993__btn_xxl, .t-btnflex_md, .t-btn.t-btnflex_md, .t-submit.t-btnflex_md {
    height: 80px;
    font-size: 28px;
    letter-spacing: 1px;
}

.t-btnflex_smd, .t-btn.t-btnflex_smd, .t-submit.t-btnflex_smd {
    --height: 64px;
    font-size: 24px;
    padding-left: 88px;
    padding-right: 88px;
}


/*Кнопка загрузки файлов*/
.t-upwidget-container__button {
    max-width: -webkit-fill-available !important;
    width: 100%;
    padding: 8px 20px !important;
    line-height: 38px !important;
    background-color: #1a1919 !important;
    color: #fffffe !important;
    text-transform: uppercase;
    font-family: 'Circe' !important;
    font-size: 16px !important;
    font-weight: 600;
}


/*кнопки плюс-минус*/
.t706__product-plus img, .t706__product-minus img {
    position: absolute;
    width: 20px !important;
    height: 20px !important;
    top: 0px;
}

.t706__product-plus, .t706__product-minus {
    opacity: 1;
    width: 20px;
    height: 20px;
}

.t706__product-plusminus {
    padding: 13px 0px 16px;
}


/*количество*/
.t706__product-quantity {
    font-size: 32px;
    line-height: 16px;
    margin: 0px 13px;
    border: 0px solid;
}


/*Итого*/
/*.t706__cartwin-totalamount-wrap, .t706__cartwin-totalamount-info {*/
/*    font-weight: 800;*/
/*    font-size: 32px !important;*/
/*    text-transform: uppercase;*/
/*}*/

/*Выравнивание логотипов*/
.t594__container {
    justify-content: left;
    -webkit-justify-content: left;
}

/*кнопки в опросе*/
/*.t-input-block_rd-flex .t-radio__wrapper{*/
/*    flex-wrap: wrap;*/
/*    justify-content: space-between;*/
/*}*/

/*.t-radio__wrapper_button .t-radio__item, .t-checkboxes__wrapper_button .t-checkboxes__item {*/
/*    width: 18%;*/
/*}*/

/*отступы в форме*/
.t678 .t-input-group {
    margin-bottom: 48px;
}

/*ширина кнопки в форме*/
#rec797954211 .t-submit {
    width: 100%;
}