/* .coloredLine--even:nth-child(even){
	background-color: #e2f2ff;
} */
 .pubsItem_simplephoto {
   background-color:#fff;
   margin: 0 10px;
   border-bottom: 1px solid #E5E7EB;
   transition: background-color 0.2s ease;
   cursor:pointer;
 }
 .pubsItem_simplephoto:hover {
     background: #F8FAFC;
 }
 .pubsItem_simplephoto__name {
  font-size: 15px;
  line-height: 1.4;
  font-weight: 700;
  text-decoration:none;
  color:#0F172A;
  display:block;
 }
 .pubsItem_simplephoto__name::hover {
  color:#2563EB;
 }
 .pubsItem_simplephoto__tag {
  font-size:12px;
  color:#2563EB;
 }
 .pubsItem_simplephoto__infoline {
  width:100%;
  overflow:hidden;
  display:flex;
  justify-content: space-between;
  margin-bottom:8px;
 }
 .pubsItem_simplephoto__infoline span {
  text-wrap:nowrap;
 }
 .pubsItem_simplephoto__mainblock {
  display:flex;
  flex-direction:column;
  overflow:hidden;
  width:100%;
 }
 .pubsItem_simplephoto__comments {
  color:#7F7C7A;
  font-size:12px;
  margin:8px 0;
 }
.block_item__video_play {
  width: 80px;
  height: 80px;
  background-color: rgba(0,0,0,.2);
  transition: background-color linear .1s;
  background-image: url(https://9111.ru/images/vector-icons/video2.svg);
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
}
.simpleline_image {
	min-width: 80px;
	min-height:80px;
  width: 80px;
	height:80px;
	position:relative;
	background-size: cover;
  align-self: center;
  background-color: unset;;
}