.custom-underline-link {
  position: relative;
  text-decoration: none;
  color: rgb(36, 50, 73);
  display: inline-block; /* ширина по слову */
}

.custom-underline-link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -0.3em; /* адаптивный отступ вниз */
  width: 100%;
  height: 1px;
  background-color: rgb(10, 121, 111);
  opacity: 0.5;
}


* {
  scrollbar-width: none !important;       /* Firefox */
  -ms-overflow-style: none !important;    /* старые IE / Edge */
}

/* WebKit (Chrome, Safari, Opera) */
*::-webkit-scrollbar {
  display: none !important;
}

html, body {
  overflow-x: clip !important; 
}

html, body {
  -webkit-overflow-scrolling: touch;
}

.t-name { /*Заголовок*/
    font-family: 'TermoCera',Arial,sans-serif;
    font-weight: 500;
    color: #243249;
}

.t-name_xl { /*Заголовок*/
    font-size: 36px;
    line-height: 1.1;
    letter-spacing: -1px;
}

.t706__cartpage-heading { /* Заголок 2 этапа*/
    color: #243249;
}

.t706__product-title { /*Заголовок товара*/
    color: #243249;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.3px;
    line-height: 1.45;
}


.t706__product { /*Линия под заголовком товара*/ 
    height: 104px;
    border-bottom: 1px solid #e8efee;
    margin-bottom: 16px;
    vertical-align: middle
}

.t706__cartwin-top { /*Линия под заголовком*/
    border-bottom: 1px solid #e8efee;
    padding: 0 0 32px
}

.t706__cartwin-totalamount-wrap { /*Общая сумма*/
    color: #243249;
    display: none;
    font-weight: 600;
    overflow-wrap: break-word;
    padding-top: 25px;
    text-align: left
}

.t706__product-del { /*Удалить*/
    opacity: .2;

}

.t706__cartwin-bottom { /*Общая сумма под  товаром*/
    display: none;
    border-top: 1px solid rgba(0,0,0,.1);
    padding-top: 30px
}

.t706__product-amount,.t706__product-amount--portion { /*Цена под наименованием*/
    display: none;
    color: #09786e;
    font-weight: 600;
    font-size: 13px;

}

.t706__cartwin-totalamount-wrap { /*Общая сумма*/
    color: #243249;
    font-weight: 600;
    letter-spacing: .2px;
    text-transform: uppercase;
    padding-top: 40px;
    margin-bottom: 16px;
    margin-left: 4px;
    text-align: center
}




.t706 .t-form__submit { /*Кнопка в корзине*/
    display: block;
    height: 80px;
    margin-bottom: 8px;
    margin-top: 8px;
    text-align: center;
    vertical-align: middle;
    width: 100%
}

.t706 .t-submit { /*Ширина кнопки*/
    width: 330px
}

.t706__form-bottom-text { /*текст внизу формы*/
    margin-bottom: 16px;
    margin-top: 16px;
    text-align: center;
    margin-left: 4px;
}



.t706__cartwin { /*Фон попапа корзины*/
    background-color: rgb(234 241 240 / 97%);
 }

.t706__cartwin-content { /*Подложка корзины*/
    background-color: #ffffff;
}
