    .t706__carticon {
      display: none !important;
    }
    /*выносим отдельно опции*/
.option-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 20px;
    background-color: #1b1b1f;
    padding: 15px 20px;
    border-radius: 15px;
    font-size: 20px;
    font-family: Montserrat, sans-serif;
    color: white;
    column-gap: 10px;

}
.con-img-bc{
    grid-row: 1/3;
}
@media (min-width: 490px) {
    .option-inner {
        font-size: 19px;
        grid-template-columns: 1fr 2fr 1fr;
        grid-template-rows: 1fr;
        gap: 10px;
    }
    .con-img-bc{
        grid-row: auto;
    }

}
.descriptions {
    font-weight: 700;
}
.description-title {
    margin-bottom: 10px;
}
.description-price{
    color:#FFB45D;
    font-weight: 500;
    font-size: 19px;
}
.con-img-bc {
    width: 80px;
    height: 80px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.button-options {
    padding: 10px 12px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 700;
    border: none;
    font-family: Montserrat, sans-serif;

}
.button-options:hover{
    cursor: pointer;
    background-color: #ffffff;
}
/*@media (min-width: 490px) {*/
/*    .button-options {*/
/*        font-size: 16px;*/
/*    }*/
/*}*/
.button-options.act-opt {
    background-color: #ddebf0;
    /*border: #ffb45d;*/
    color: #141519;
}
.option-inner-0{
    margin-bottom: 0;
}
/*меняем порядок кнопки и опции*/
.t744__info .t744__btn-wrapper.t1002__btns-wrapper {
    display: flex;
    flex-direction: column-reverse;
}
.t744__info .t744__btn-wrapper.t1002__btns-wrapper [href="#order"] {
    order: 1;
}
/*выключим отображение опций*/

.t744__info .js-product-option {
  display: none;
}
/*скроем вспомогательный блок для фото опций*/
.uc-options {
  display: none;
}
.description-title {
  color: #fff;
}

