@media (min-width: 960px) and (max-width: 1510px) {
li.t228__list_item {
    margin-top: 10px;
}
}




/* Таблица 1-й класс */
.uc-first-class tr.t431__oddrow:nth-child(3) .t431__td.t-text:nth-child(2) {
    text-align: center !important;
}
.uc-first-class tr.t431__evenrow:nth-child(6) .t431__td.t-text:nth-child(2) {
    text-align: center !important;
}

/* Таблица 2-й класс */
.uc-second-class tr.t431__evenrow:nth-child(6) .t431__td.t-text:nth-child(2) {
    text-align: center !important;
}
.uc-second-class tr.t431__oddrow:nth-child(7) .t431__td.t-text:nth-child(2) {
    text-align: center !important;
}

/* Таблица 3-й класс */
.uc-thrid-class tr.t431__evenrow:nth-child(6) .t431__td.t-text:nth-child(2) {
    text-align: center !important;
}
.uc-thrid-class tr.t431__oddrow:nth-child(7) .t431__td.t-text:nth-child(2) {
    text-align: center !important;
}

/* Таблица 0-й класс */
.uc-zero-class tr.t431__oddrow:nth-child(1) .t431__td.t-text:nth-child(2), .uc-zero-class tr.t431__oddrow:nth-child(3) .t431__td.t-text:nth-child(2), .uc-zero-class tr.t431__oddrow:nth-child(7) .t431__td.t-text:nth-child(2), .uc-zero-class tr.t431__oddrow:nth-child(11) .t431__td.t-text:nth-child(2) {
    text-align: center !important;
}
.uc-zero-class tr.t431__evenrow:nth-child(6) .t431__td.t-text:nth-child(2), .uc-zero-class tr.t431__evenrow:nth-child(10) .t431__td.t-text:nth-child(2) {
    text-align: center !important;
}

/* Таблица летний сад */
.uc-letnij-sad tr.t431__evenrow:nth-child(6) .t431__td.t-text:nth-child(2), .uc-letnij-sad tr.t431__evenrow:nth-child(2) .t431__td.t-text:nth-child(2) {
    text-align: center !important;
}
.uc-letnij-sad tr.t431__oddrow:nth-child(1) .t431__td.t-text:nth-child(2), .uc-letnij-sad tr.t431__oddrow:nth-child(3) .t431__td.t-text:nth-child(2), .uc-letnij-sad tr.t431__oddrow:nth-child(7) .t431__td.t-text:nth-child(2) {
    text-align: center !important;
}
/* Скругление картинок мастерских */
.t776__img {
  border-radius: 10px;
}
/* Скругление картинок команды 0 класса */
.t692 .t692__blockimg_1-1 {
  border-radius: 10px;
}
.t923__bgimg, .t776__bgimg, .t195__img {
  border-radius: 10px;
}
/* Скругление картинок на странице человека */
.t544__blockimg {
  border-radius: 15px;
}
/* Скругление картинок с описанием занятий детского сада */
/*.t-slds__img {
  border-radius: 10px;
}*/
/* Скругление фоток статьи */
.t107__width {
  border-radius: 10px;
}
/* Скругление баннера в статье */    
.t902__inner-col {
  border-radius: 20px;
}
/* Скругление фоток праздников */
.t509__blockimg {
  border-radius: 10px;
}
/* Скругление фоток игротеки */
.t843__blockimg {
  border-radius: 10px;
}


/* Мобильная версия карточек, как на странице праздников, детского лагеря и т.д. */
@media (min-width: 620px) and (max-width: 1200px) {
.t-name_lg {
    font-size: 30px;
} 
.t-descr_sm {
    font-size: 18px;
}
}

@media screen and (max-width: 619px) {
.t-name_lg {
    font-size: 20px;
} 
.t-descr_sm {
    font-size: 15px;
}
}
/* ME403 / mobile menu: выровнять стиль родительских пунктов и подпунктов */
@media (max-width: 980px) {
  /* ссылки и "заголовки" с выпадашкой */
  .t-menusub__target,
  .t-menu__link-item,
  .t-menusub__menu .t-menu__link-item {
    font-size: 18px !important;
    font-weight: 600 !important; /* 400 если нужно тонко */
    color: #000 !important;
    -webkit-text-fill-color: #000 !important;
    opacity: 1 !important;
  }

  /* на всякий: убираем влияние visited/active в iOS */
  .t-menu__link-item:visited,
  .t-menusub__target:visited {
    color: #000 !important;
    -webkit-text-fill-color: #000 !important;
  }
}

