body
  {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }
   
/*характеристики товара и артикул*/
    .t762__title_small, .t-store__prod-popup__sku{ 
        display: none;
    }

 .t762__textwrapper  {
    display: flex;
    flex-direction: column
    }
    
    .js-product-controls-wrapper{
     order:1;
     /*display: flex*/
    }
    .t762__price-wrapper {
    order: 2;
    }
    .t762__btn-wrapper {
        order: 3; 
    }
    .t762__descr {
        order: 4; 
    }
    


@media screen and (min-width: 980px){
    
     .t762__title {
    max-width: 550px !important;
    font-size: 55px !important;
    line-height: 1 !important;
    color: #496676 !important;
    font-weight: 500 !important;
}
    

.t-name_md {
     margin-top: 50px !important;
    color: #C5C5C5 !important;
    font-size: 35px !important;
}
    .t762__descr  {
         margin-top: 40px !important;
         margin-bottom: 50px !important;
        max-width: 600px !important;
        font-size: 18px !important;
        color: #656565 !important;
    } 
}

@media screen and (max-width: 979px) {
    
     .t762__title {
    font-size: 30px!important;
    line-height: 1 !important;
    color: #496676 !important;
    font-weight: 500 !important;
}
    
.t-name_md {
     margin-top: 30px !important;
    color: #C5C5C5 !important;
    font-size: 30px !important;
}
    .t762__descr  {
        margin-top: 10px !important;
         margin-bottom: 20px !important;
        max-width: 600px !important;
        font-size: 14px !important;
        color: #656565 !important;
    } 
}

 .js-product .t-product__option-variants_buttons .t-product__option-item { /*общие настройки невыбранных вариантов*/
       background: #F9F9F9!important;
       border: 1px /*толщина бордюра*/ solid /*вид заливки*/ #EEEEEE /*цвет бордюра*/!important;
       border-radius: 6px!important;
       
  }
    .t-product__option-item  .t-descr {
        color: #656565!important; /*цвет шрифта невыбранного варианта*/
        font-weight: 500!important; /*толщина шрифта невыбранного варианта*/
        font-size: 14px; /*размер шрифта*/

    }
    
     .js-product .t-product__option-variants_buttons .t-product__option-item_simple.t-product__option-item_active { /*борлюр и фон активного варианта*/ 
        border: 1px /*толщина бордюра*/ solid /*вид заливки*/ #EEEEEE /*цвет бордюра*/!important;
        background-color:#496676!important;
        border-radius: 6px!important;
    }
      .t-product__option-item_active .t-descr {
        color: #fff!important; /*цвет шрифта активного варианта*/
        font-weight: 500!important; /*толщина шрифта активного варианта*/
        font-size: 14px; /*размер шрифта*/
    }
    
    
    .js-product .t-product__option-variants_custom .t-product__option-item.t-product__option-item_disabled {
        opacity: 1 !important;
    }
