/* Главная страница: Рейтинг */
	
	.film .wrapper_block_score, .wrapper_articles_card .wrapper_block_score {
		background: #fff;
		border-bottom-left-radius: 45px;
		color: #000;
		height: 45px;
		justify-content: start;
		left: auto !important;
		position: absolute !important;
		right: -.5px !important;
		top: -.5px !important;
		width: 45px;
		z-index: 3;
	}
	.film .wrapper_block_score:after, .film .wrapper_block_score:before, .wrapper_articles_card .wrapper_block_score:after, .wrapper_articles_card .wrapper_block_score:before {
		position: relative;
		right: -8px;
	}
	.film .wrapper_block_score:after, .wrapper_articles_card .wrapper_block_score:after {
		content: 'ОЦЕНКА';
		font-size: 6px;
		top: -4px;
	}
	.film .wrapper_block_score:before, .wrapper_articles_card .wrapper_block_score:before {
		font-size: 24px;
		font-weight: 900;
	}
	.film .wrapper_block_stack:after, .wrapper_articles_background:after {
		background: url('../img/film.svg');
		background-size: cover;
		bottom: 10px;
		content: '';
		height: 20px;
		left: 10px;
		position: absolute;
		width: 60px;
		z-index: 3;
	}
	.redesign_topic_list_large .redesign_topic.film .wrapper_block_stack:after, .wrapper_articles_background:after, .wrapper_main_topic_left a:first-child.film .wrapper_block_stack:after {
		height: 30px;
		width: 90px;
	}
	.redesign_topic_list_large .wrapper_block_score, .wrapper_articles_card .wrapper_block_score, .wrapper_carousel_bottom a:nth-child(6) .wrapper_block_score, .wrapper_main_topic_left a:first-child.film .wrapper_block_score {
		border-bottom-left-radius: 80px;
		height: 80px;
		width: 80px;
	}
	.redesign_topic_list_large .wrapper_block_score:after, .wrapper_articles_card .wrapper_block_score:after, .wrapper_carousel_bottom a:nth-child(6) .wrapper_block_score:after, .wrapper_main_topic_left a:first-child.film .wrapper_block_score:after {
		font-size: 10px;
		top: -8px;
	}
	.redesign_topic_list_large .wrapper_block_score:before, .wrapper_articles_card .wrapper_block_score:before, .wrapper_carousel_bottom a:nth-child(6) .wrapper_block_score:before, .wrapper_main_topic_left a:first-child.film .wrapper_block_score:before {
		font-size: 42px;
	}
	.wrapper_carousel_bottom a:nth-child(6) .wrapper_block_score {
		background: #f4f4f4;
		right: 422px !important;
	}
	
	/* Рецензия: Рейтинг */
	
	.articles_main .wrapper_articles_background:after {
		display: none;
	}
	.wrapper_articles_background:after {
		bottom: 20px;
		left: 20px;
	}
	.wrapper_articles_card .wrapper_block_score {
		right: -50px !important;
		top: -420px !important;
	}
	.wrapper_articles_card_title {
		margin: 107px 0 10px;
	}
	
	/* Карточка фильма: Блок «Рецензии» */
	
	.wrapper_movies_review {
		background: #fff;
	}
	.wrapper_movies_review .block_bookmark {
		bottom: 0;
		right: 0;
	}
	.wrapper_movies_review .wrapper_block_score {
		margin: 0 361px 0 0;
	}
	.wrapper_movies_review .wrapper_block_stack {
		flex: 0 0 259px;
		height: 151px;
	}
	.wrapper_movies_review img, .wrapper_movies_review var {
		border-radius: 3px;
	}
	.wrapper_movies_review strong {
		display: none;
		font-size: 12px;
		font-weight: 400;
		letter-spacing: .19em;
		margin: 0;
		text-transform: uppercase;
	}
	.wrapper_movies_review .block_info {
		margin: 0;
		width: 305px;
	}
	.wrapper_movies_review .block_main {
		justify-content: center;
		padding: 0 0 0 20px;
		width: 100%;
	}
	.wrapper_movies_review .block_text {
		font: 700 21px/25px roboto, sans-serif;
		margin: auto 0;
		-webkit-line-clamp: 3;
	}