/* INFO35: фирменный красный плейсхолдер вместо отсутствующего фото */
.info35-title-photo-placeholder{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  height:100%;
  min-height:100%;
  padding:14px;
  box-sizing:border-box;
  text-align:center;
  border-radius:14px;
  border:1px solid #8f151d;
  background:
    radial-gradient(circle at 18% 20%, rgba(255,255,255,.18) 0 12%, transparent 13%),
    radial-gradient(circle at 82% 82%, rgba(255,255,255,.10) 0 18%, transparent 19%),
    linear-gradient(145deg,#9f1821 0%,#c12631 52%,#7b1017 100%);
  position:relative;
  overflow:hidden;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.16), 0 5px 16px rgba(112,14,20,.18);
}
.info35-title-photo-placeholder::before{
  content:"";
  position:absolute;
  right:-34px;
  bottom:-34px;
  width:130px;
  height:130px;
  border-radius:50%;
  border:18px solid rgba(255,255,255,.08);
}
.info35-title-photo-placeholder::after{
  content:"";
  position:absolute;
  left:-30px;
  top:-30px;
  width:100px;
  height:100px;
  border-radius:50%;
  border:14px solid rgba(255,255,255,.07);
}
.info35-title-photo-placeholder__name{
  position:relative;
  z-index:1;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:4;
  overflow:hidden;
  max-width:100%;
  color:#fff;
  font-weight:800;
  line-height:1.25;
  font-size:21px;
  letter-spacing:.01em;
  text-shadow:0 2px 4px rgba(63,0,4,.35);
  word-break:break-word;
}
.array_data_item_wrap_preview .info35-title-photo-placeholder,
.array_data_item_wrap_preview_image_contr .info35-title-photo-placeholder,
.array_vgen_item_contr_img .info35-title-photo-placeholder{
  border-radius:10px;
  padding:9px;
  box-shadow:none;
}
.array_data_item_wrap_preview .info35-title-photo-placeholder__name,
.array_data_item_wrap_preview_image_contr .info35-title-photo-placeholder__name,
.array_vgen_item_contr_img .info35-title-photo-placeholder__name{
  font-size:13px;
  line-height:1.2;
  -webkit-line-clamp:5;
}
.card_elm_not_image.info35-title-photo-placeholder{
  min-height:240px;
}
.array_vgen_item_contr_img .info35-title-photo-placeholder{
  width:100%;
  height:100%;
}
@media (max-width:767px){
  .card_elm_not_image.info35-title-photo-placeholder{min-height:180px;}
  .card_elm_not_image .info35-title-photo-placeholder__name{font-size:18px;}
}
