/*КАЛЬКУЛЯТОР*/

.t-img-select__indicator {
    height: 0!important;
}
/*галочка*/
.t-img-select__indicator:after {
    /*content:none; - убрать комент если галочка надоест*/
    width: 20px!important;
    height: 20px!important;
    top: -14px!important;
    left: -9px!important;
}

/*заголовки полей*/
.t-input-title {
    color: white;
}

/*шрифт в радиокнопке*/
.t-text_xs {
    font-size: 14px!important;
    line-height: 1.55!important;
}

/*шрифт в инпутах*/
.t-input {
    font-family: 'Mediator',Arial,sans-serif!important;
}

/*шрифт в дропдаунах*/
.t-select {
    font-family: 'Mediator',Arial,sans-serif;
}

/*делаем из радиокнопки просто кнопку*/
.t-img-select__control {
    padding: 5px 10px!important;
    border-radius: 30px!important;
    width: auto!important;
    }

/*комментарии*/
.t-descr_xxs {
    font-family: 'Mediator',Arial,sans-serif;
    font-weight: 400;
    line-height: 1.30;
    color: #fff;
}

.t-img-select__text {
    margin-top: 0!important;
}

.t-img-select__indicator {
border: none!important;    
}

/*цена*/
.t-name_md {
    font-size: 24px!important;
    line-height: 0;
    color: #fff!important;
}

/*КОРЗИНА*/
.t706__cartwin-content {
    /* Укажи радиус окна корзины */
    border-radius: 5px;
    max-width: 1200px;
}

/*иконка корзины*/
.t706__cartwin-prodamount-currency, .t706__cartwin-prodamount-price {
    display: inline-block;
    vertical-align: bottom;
    }

@media screen and (min-width: 960px) {
.t706__carticon-imgwrap {
    background-color: transparent!important;
    box-shadow: none;
    }
    
.t706__carticon-counter {
    background-color: transparent!important;
    bottom: 39px;
    right: 37px;
    width: 15px;
    height: 15px;
    line-height: 16px;
    font-size: 12px;
    }
    
.t706__carticon-img {
    width: 30px;
    height: 30px;
    padding: 14px 20px 22px
    }
}

.t706__cartwin-heading {
    /* Укажи цвет заголовка окна корзины */
    color: #ffd000 !important;
}

.uc-shop .t706__product-title div {
    font-size: 12px!important;
    font-family: 'Mediator'!important;
    word-break: break-all;
    /*overflow: hidden!important;
    text-overflow: ellipsis!important*/;
}

.t706__product-title {
    max-width: 255px;
}

.t706__product-title div {
    font-size: 12px;
    font-weight: 300;
    opacity: 0.8;
}

.t-radio__control {
    display: inline-flex;
    padding: 5px 10px;
    border-radius: 30px;
    background-color: #ffd000;
    width: auto;
}

.t-radio__indicator {
    position: absolute;
    vertical-align: middle;
    border-style: none;
}
    
.t-radio__indicator:after {
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 76.887 55.552'%3E%3Cpath fill='%23000000' d='M34.373 49.541L76.887 5.889 70.739 0 28.426 43.458 6.078 20.632 0 26.585l22.488 22.972 6.029 5.995-.091-.085.091.085 5.856-6.011z'/%3E%3C/svg%3E");
    background-color: #ffd000;
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center;
    border-radius: 50%;
    box-shadow: 0px 1px 4px 0px rgb(0 0 0 / 40%);
    width: 13px;
    height: 13px;
    top: 0;
    bottom: 27px;
    left: -27px;
}

.t-text_xs {
    color: #0d0a1c;
}

#rec440532934 .t-input-group_uw {
    position: absolute;
    left: -9999px;
    visibility: hidden;
}