.coloredLine--even:nth-child(even){
	background-color: #e2f2ff;
}
.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;
	position:relative;
	background-size: cover;
}