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

::selection {
    background: #f2841c;
    color: white;
}

.uc-footer-line .t-container, .uc-footer-line .t-col_12{
    max-width: 100vw;
    margin: 0;
}

input{
    /*border: 2px solid #99acbb !important;*/
    /*border-radius: 16px;*/
}

/** Панель корзины в анализаторах **/

.t-rec[data-record-type="784"] {
  position: sticky;
  top: 0;
  z-index: 999;
  background: white;
}

.t784__wrapper, .t784__btn-price-wrapper{
    flex-wrap: nowrap !important;
    width: auto !important;
}

.t784__text-wrapper{
    width: 100% !important;
}

.t784__btn-price-wrapper{
    width: auto !important;
}

.t-btnflex__text{
    text-wrap: nowrap;
}


/** **/

.triangled:after{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 999;
      width: 0; height: 0;
  border-style: solid;
  border-width: 0px 0px 72px 72px;
  border-color: transparent transparent #ffffff transparent;
  transform: rotate(0deg);
}

@media screen and (max-width: 960px) {
    .t758__col {
        padding-left: 8px !important;
        padding-right: 0 !important;
    }
}

.t758__list{
    background: #F2F6F9;
    width: max-content;
    padding: 4px 12px 0px 12px !important;
    border-radius: 16px;
}

.t706__sidebar-content{
    padding: 0 !important;
    display: flex;
    flex-direction: column;
}

.t706__sidebar-bottom{
    padding: 24px;
}

#rec2039138751 .t-btnflex.t-btnflex_type_button{
    background: #f18401 ! IMPORTANT;
    width: 100%;
    padding: 32px;
    border-radius: 12px !important;
}

.t706__sidebar-top{
    padding: 24px 24px 20px !important;
}

.t706__sidebar-products {
    border-bottom: none !important;
    display: block;
    padding: 0 16px 0 24px  !important;
    width: calc(100% - 40px)  !important;
    height: 100%  !important;
    overflow-y: scroll  !important;
}

@media screen and (max-width: 960px) {
    .triangled:after{
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 999;
          width: 0; height: 0;
      border-style: solid;
      border-width: 0px 0px 48px 48px !important;
      border-color: transparent transparent #ffffff transparent;
      transform: rotate(0deg);
    }
    
    /* == КРОШКИ == */

    .t758 .t-container{
        max-width: 100% !important;
    }
    
    .t-container {
        max-width: 100%;
    }
}

@media screen and (min-width: 961px) and (max-width: 1199px) {
    .cart_btn_base .tn-atom__button-text,
    .question_btn_base .tn-atom__button-text {
        display: none;
    }
}

/* === КОРЗИНА ===*/

.t706__sidebar-products .t706__product-title a{
        font-weight: 400;
        font-size: 18px;
    }
    
    .t706__product-title__option{
        font-family: 'Inter';
        font-size: 12px;
        font-weight: 500;
        opacity: 1;
        margin-top: 4px;
        color: #777777;
    }
    
    .t706__product-plusminus{
        display: flex;
        align-items: center;
        width: auto !important;
    }
    
    .t706__product-minus, .t706__product-plus, .t706__product-del{
        cursor: pointer;
        display: inline-block;
        height: 20px;
        opacity: .4;
        position: relative;
        width: 24px !important;
    }
    
    .t706__product-minus img, .t706__product-plus img, .t706__product-del img{
        width: 24px !important;
        height: 24px !important;
    }
    
    .t706__product-quantity {
        border: 2px solid #99ACBB;
        padding: 4px 12px !important;
        border-radius: 8px;
        line-height: 32px;
        width: 32px;
        text-align: center;
    }
    
    .t706__sidebar-content{
        border-radius: 24px !important;
        overflow: hidden !important;
        box-shadow: none !important;
        transform: translateX(calc(100% + 8px)) scale(0.98) !important;
        box-shadow: none !important;
    }

    .t706__sidebar-content_showed{
        transform: translateX(0%) scale(0.98) !important;
    }


.t431__th, .t431__td{
    padding: 8px !important;
    border-bottom: 1px solid #99acbb;
}

.table .t431__table tr td:first-child {
    font-weight: 600;
}

@media screen and (max-width:480px){
    .table .t431__table tr td, .table .t431__table tr th{
        font-size: 12px !important;
    }
    
    .t784__title_small{
        margin-top: 0 !important;
    }
    
    .t784__wrapper{
        gap: 16px;
    }
    
    #rec2052289801 .tn-group[data-group-id="1773646164058000023"] #molecule-1773646164058000023{
        padding: 0 !important;
    }
    
    #allrecords{
        padding-top: 96px !important;
    }
    
    input{
        /*border-radius: 12px !important;*/
    }
}


