.spam-ticket {
	font-size: 14px;
	line-height: 18px;
	position: relative;
	padding: 15px;
	background: #fff;
	color: #3b393f;
	overflow: hidden;
	clear: both;
}
.spam-ticket:hover {
	background: #f5f5f5;
}
.spam-ticket__link {
	display: block;
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.spam-ticket__message {
	margin-left: 54px;
	padding-left: 15px;
	padding-top: 4px;
}
.spam-ticket__cover {
	width: 50px;
	display: block;
	border: 1px solid #c0c0c0;
	float: left;
	box-sizing: content-box;
}
.spam-ticket__cover img {
	max-width: 52px;
}
.spam-ticket__cover-no-img {
	background: url(../../../../../../static/litres/modules/spam-tickets/i/info4bell.svg) 0 0 / contain no-repeat;
	height: 50px;
	border: none;
}
.spam-ticket__cover-info{
	background: url(../../../../../../static/litres/modules/spam-tickets/i/info.svg) 0 0 no-repeat;
	height: 50px;
	border: none;
}
.spam-ticket__cover-warn{
	background: url(../../../../../../static/litres/modules/spam-tickets/i/achtung.svg) 0 0 no-repeat;
	height: 50px;
	border: none;
}
.spam-ticket__cover .cover {
	padding: 0;
}
.spam-ticket__caption {
	font-size:14px;
	font-weight: bold;
	display: block;
	line-height: 20px;
	color:#3B393F;
}
.spam-ticket__caption a {
	text-decoration: none;
	color: #3b393f;
}
.spam-ticket__text{
	font-size:14px;
	line-height:18px;
	color:#3B393F;
}
.spam-ticket_text__link{
	text-decoration:none;
}
.spam-ticket .book-error-cover {
	border: none;
}
.spam-ticket__spoiler {
	display: block;
}
.spam-ticket__spoiler-readmore,
.spam-ticket__text-readmore,
.spam-ticket__text-readmore__disabled,
.spam-ticket__text-link,
.teleport {
	color: #106edc;
	text-decoration: none;
	cursor: pointer;
	position: relative;
	z-index: 5;
}
.spam-ticket__spoiler-readmore:hover,
.spam-ticket__text-readmore:hover,
.teleport:hover {
	color: #ff4c14;
}
.spam-ticket__spoiler-content {
	display: none;
}
.spam-ticket__warning {
	text-align: center;
	width: 50px;
	float: left;
	padding-top: 16px;
}
.spam-ticket__text-date{
	margin-top: 10px;
}
#react-lc .spam-ticket {
	padding: 15px 0;
}