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 {
    display: inline-block;
    width: fit-content;
    margin-right: 18px; /* отступ справа */
    margin-bottom: 18px;
    border-radius: 30px;
    box-shadow: inset 0 0 0 1px #cecece; /* Контур вкладки */
}

.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;
    }
    .t395__title {
        font-size: 20px !important;
        line-height: 0.5;
    }
    .t395__tab {
        margin: 0 15px 15px 15px;
    }
}

.t015__uptitle {
    padding-top: 10px;
    padding-bottom: 0;
}

.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;
}

.t603__blockimg_4-3 {
    border-radius: 32px;
}

.js-feed-post-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;  /* количество строк */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.js-feed-post-descr {
  display: -webkit-box;
  -webkit-line-clamp: 5; /* максимум 5 строк */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 480px) {
  /* Карточки t1206 */
  .t1206__card-title.t-name.t-name_md {
    font-size: 20px !important;
  }
  .t1206__card-descr.t-descr.t-descr_sm {
    font-size: 18px !important;
  }

  /* Карточки t502 */
  .t502__title.t-name.t-name_sm {
    font-size: 20px !important;
  }
  .t502__blockdescr.t-descr.t-descr_xs {
    font-size: 18px !important;
  }
  
    .t-card__descr.t-descr.t-descr_sm {
    font-size: 16px !important;
  }
}

 /* Правки ебаных шизов */
 .t1003__item-txt, .t1206__card-descr, .t502__blockdescr {
     font-size: 20px!important;
 }

.t1206__card-title, .t502__title {
    font-size: 24px;
}