  /* disable font boosting on mobile browsers */
body * {
  /*max-height: 1000000em;  Chrome for Android */
  -moz-text-size-adjust: none; /* Firefox Mobile */
  text-size-adjust: none;
    -ms-text-size-adjust: none;
    -webkit-text-size-adjust: none;
}
  
  
  /* Sticky блок - замените на Id блока который должен прилипнуть */
    .uc-top-banner {
     position: sticky;
    position: -webkit-sticky;
     z-index: 999;
      top: 0px;
     }
    .t-records {
      overflow: unset !important;
    }    
  
  /*красим весь бэкграунд на странице в фирменный белый*/
      .t-body {
      background-color: #FCFEFE;  
    }
  
/*стили для хэдера в мобильной версии*/
  .tmenu-mobile__container {
    min-height: 14px !important;
    padding: 10px !important;
  }
  
 
/*скругления попапа формы*/
    .uc-form .t-popup__container {
        border-radius: 48px;
    }
    @media screen and (max-width: 1199px) {
    .uc-form .t-popup__container {
        border-radius: 24px;
    }
    }
     
  
 /*непонятно - нужный или нет код, разобрать */
/*   .solid_border .tn-atom {*/
/*        border-radius: 12px 44px 12px 44px !important;*/
/*    }*/
/*   .rec1 .tn-atom {*/
/*        border-radius: 12px 12px 44px 44px !important;*/
/*    }*/
/*     .rec2 .tn-atom {*/
/*        border-radius: 44px 12px 44px 12px !important;*/
/*    }*/
/*     .rec3 .tn-atom {*/
/*        border-radius: 12px 44px 44px 12px !important;*/
/*    }*/
/*     .rec4 .tn-atom {*/
/*        border-radius: 12px 44px 12px 12px !important;*/
/*    }*/
/*     .t-store__card {*/
/*        pointer-events: none;*/
/*    }*/
/*    .t-popup__container {*/
/*        border-radius: 12px;*/
/*    }*/
/*    .t706__cartwin-content {*/
/*        border-radius: 12px;*/
/*    }*/
/*    .t706 .t-form .t-input {*/
/*        border-radius: 12px;*/
/*    }*/
/*    .t-submit {*/
/*    color: #fefefe;*/
/*    background-color: #241D1D !important;*/
/*    border-radius: 8px;*/
/*    font-size: 19px;*/
/*    font-family: 'Intro',Arial,sans-serif;*/
/*    line-height: 1.55;*/
/*    font-weight: 600;*/
/*    }*/
/*    .t-inputpromocode__btn {*/
/*        color: #13293D !important;*/
/*    background-color: #D1D3D5 !important;*/
/*    border-radius: 8px;*/
/*    font-size: 16px;*/
/*    font-family: 'Intro',Arial,sans-serif;*/
/*    line-height: 1.55;*/
/*    font-weight: 600;*/
/*    }*/
/*    .t-inputpromocode__wrapper {*/
/*        border-spacing: 5px;*/
/*    }*/
/*    .t514 .t-section__descr {*/
/*    max-width: 700px;*/
/*}*/
