a.t778__btn.t-btn.t-btn_sm {
    width: 100%!important;
}

.t395__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;  /* center  центр - flex-start  слева -  flex-end справа  */
    
}
.t395__title {
    line-height: 0.8;
}
.t395__tab {
    box-shadow: inset 0 0 0 1px #cecece; /*Контур вкладки*/
    border-radius: 30px;
    margin-right: 18px; /*left - отступ слева*/
    margin-bottom: 18px;
    display: inline-block;
    width: fit-content;
}
.t395__tab_active {
    box-shadow: inset 0 0 0 0px#232C3D, 0 0 2px 0 #232C3D; /*Контур активной вкладки*/
}
@media screen and (max-width: 960px){
.t395__wrapper_mobile {display: none}
.t395__wrapper {
    justify-content: center;  /* center  центр - flex-start  слева -  flex-end справа  */
}
.t395__title { 
    font-size: 20px !important;
     line-height: 0.5;
}
.t395__tab {
    margin-right: 15px;
    margin-left: 15px; /*left - отступ слева*/
    margin-bottom: 15px;
}
}
.t015__uptitle {
    padding-top: 10px;
    padding-bottom: 0px;
}
.t-feed__post-popup {
    background-color:#fcfaff!important;
}

  #myTable{
     font-family: 'helvetica neue',helvetica,arial,'lucida grande',sans-serif;
     border-collapse: collapse;
  }
  #myTable td{
     border: solid 1px #C9C9C9;
     padding: 10px;
     font-size: 12px;
     text-align: center;
  }
  #myTable tr{
     background-color: #EBEBEB;
     color: #000000;
  }
  #myTable tr:hover{
     background-color: #FFFFFF;
     color: #000000;
  }
  #myTable th{
     border: solid 1px #BFBFBF;
     padding: 10px;
     color: #000000;
     background-color: #D4D4D4;
     text-align: center;
     font-size: 12px;
  }
  
.t121 *:not(.t-text, .t-descr) {
    border-radius: 10px!important;
}

.t396 [data-elem-type="video"] *:not(.t-text, .t-descr) {
    border-radius: 15px;
}

    .js-store-prod-all-text {
        font-size:16px!important;
    }
    
.t-popup__container {
        border-radius:32px;
    }
    
.t107__width {
    border-radius:52px;
}

.t603__blockimg {
    border-radius:32px;
}

.t-feed__post-popup__content img {
    border-radius:30px;
}

.t-feed__post-bgimg {
    margin: 10px 10px 0 10px !important;
    border-radius: 30px!important;
}