/*Скругление углов у изображений блок IM01*/
.t107__width.t-width.t-width_8.t-img.loaded {
  border-radius: 20px; /*радиус*/
  border: 1px solid #ebebeb; /*обводка*/
  box-shadow: 0 5px 15px #00000010; /*тень*/
}

/*стиль таба в блоке PL120/ Чтобы код работал, нужно выделить слово курсивом*/

.t616__text.t-descr.t-descr_xs em {
  border: 1px solid #ebebeb;
  paddind: 10px 10px 10px 10px !important;
  margin-left: 8px;
  background-color: #ebebeb;
  border-radius: 16px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
}

/*удаление цены в блоке PL120*/
.t616__price {
  display: none !important;
}
/*настройка отступов  в блоке PL120*/
.t616__price__descr {
  margin-bottom: 16px !important;
}
/*настройка отступов и удаление цены в блоке PL120*/
.t616__price__wrapper {
  padding-bottom: 16px !important;
}
/*настройка отступов в блоке PL120*/
.t616__header {
  /*height: fit-content;*/
  padding: 0 20px 0px!important;
}