body {
	background-color: #F5F5F5;
}

.rs-read-block {}

.rs-read-block__container {}

.rs-read-block__header {
	border-bottom: 1px solid #DFDFDF;
	background: #FFF;
	padding: 10px 0px;
	z-index: 10;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
}

.rs-read-block__header .rs-read-block__container {
	display: flex;
	align-items: center;
	justify-content: center;
}

.rs-read-block__header_item {
	display: flex;
	align-items: center;
	flex: 1 1 33.33333%;
	justify-content: center;
}

.rs-read-block__header_item:first-child {
	justify-content: flex-start;
}

.rs-read-block__header_item:last-child {
	justify-content: flex-end;
}

@media (max-width: 991.98px) {
	.rs-read-block__header .rs-read-block__container {
		flex-wrap: wrap;
	}

	.rs-read-block__header_item:first-child {
		order: 2;
		flex-basis: auto;
	}

	.rs-read-block__header_item:nth-child(2) {
		order: 1;
		flex: 1 1 100%;
		margin-bottom: 10px;
	}


	.rs-read-block__header_item:last-child {
		order: 3;
		flex-basis: auto;
	}
}

.rs-link-back {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	border-radius: 50%;
	background: #FF3D00;
	margin-right: 8px;
	transition: all 0.3s ease 0s;
}

@media (any-hover: hover) {
	.rs-link-back:hover {
		background-color: #520d4a;
	}
}

.rs-link-back:before {
	font-size: 16px;
	color: #fff;
}

.rs-read-block__dropdown {
	width: 100%;
	max-width: 240px;
}

@media (max-width: 991.98px) {
	.rs-read-block__dropdown {
		max-width: 160px;
	}
}

.rs-read-block__dropdown_item {
	width: 100%;
	background: #FFF;
}

@media (min-width:991.98px) {
	.rs-read-block__dropdown_item {
		position: relative;
	}
}

.rs-read-block__dropdown_title {
	width: 100%;
	text-align: left;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row-reverse;
	cursor: pointer;
	border: 1px solid #DFDFDF;
	padding: 9px 20px;
	border-radius: 18px;
	transition: all 0.3s ease 0.45s;
	background: #FFF;
	position: relative;
}

.rs-read-block__dropdown_title:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 20px;
	width: 0px;
	right: 20px;
	height: 1px;
	background-color: #DFDFDF;
	transition: width 0.3s ease 0s;
}

.rs-read-block__dropdown_title._spoller-active {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-color: transparent;
	transition: all 0.3s ease 0s;
}

.rs-read-block__dropdown_title._spoller-active::after {
	width: calc(100% - 40px);
}

.rs-read-block__dropdown_title._spoller-active::before {
	transform: rotate(90deg);
}

.rs-read-block__dropdown_title::before {
	transform: rotate(-90deg);
	font-size: 18px;
	color: #111111;
	transition: all 0.3s ease 0s;
}

.rs-read-block__dropdown_body {
	width: 100%;
	position: absolute;
	top: 100%;
	left: 0;
	padding: 9px 20px;
	border: 1px solid #DFDFDF;
	padding: 20px 20px 9px;
	border-radius: 0px 0px 18px 18px;
	border-top: 0px;
	transition: all 0.1s ease 0s;
	background: #FFF;
}

.rs-read-block__dropdown_body ul {}

.rs-read-block__dropdown_body ul li {}

.rs-read-block__dropdown_body ul li:not(:last-child) {
	margin-bottom: 20px;
}

.rs-read-block__dropdown_body ul li a {
	color: #444;
	font-variant-numeric: lining-nums proportional-nums;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	/* 19.6px */
	transition: all 0.3s ease 0s;
}

@media (any-hover: hover) {
	.rs-read-block__dropdown_body ul li a:hover {
		color: #FF3D00;
	}
}

.rs-read-block__dropdown_body ul li a span {
	display: block;
	color: #FF3D00;
}

.rs-read-block__bvi_list {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.rs-read-block__bvi_list li:not(:last-child) {
	margin-right: 10px;
}

.rs-read-block__bvi_btn {
	min-width: 36px;
	min-height: 36px;
	max-height: 36px;
	max-width: 36px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #DFDFDF;
	background: #F5F5F5;
	color: #444;
	leading-trim: both;
	text-edge: cap;
	font-variant-numeric: lining-nums proportional-nums;
	font-style: normal;
	font-weight: 600;
	line-height: 160%;
	/* 30.4px */
	transition: all 0.3s ease 0s;
}

@media (any-hover: hover) {
	.rs-read-block__bvi_btn:hover {
		background: #e6e6e6;
	}
}

.rs-read-block__bvi_btn:not(:last-child) {
	margin-right: 10px;
}

.rs-read-block__bvi_btn-small {
	font-size: 19px;
}

.rs-read-block__bvi_btn-big {
	font-size: 27px;
}

.rs-read-block__body {
	padding-top: 115px;
	padding-bottom: 40px;
}

.rs-read-block__wrapper {
	max-width: 990px;
	margin: 0px auto;
}

.rs-read-block__body_text {
	color: #444;
	font-variant-numeric: lining-nums proportional-nums;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
	/* 25.6px */
	margin-top: 23px;
}

@media (max-width:1439.98px) {
	.rs-read-block__body_text {
		font-size: 14px;
	}
}

.rs-read-block__footer {
	padding-bottom: 56px;
}

.rs-read-block__footer .pagging {
	justify-content: center;
}

.rs-read-block__footer .pagging__arrow {
	border: 1px solid #DFDFDF;
	background: #FFF;
}

@media (any-hover: hover) {
	.rs-read-block__footer .pagging__arrow:hover {
		background-color: #ff3d00;
		border-color: #ff3d00;
		color: #fff;
	}
}

.rs-read-block__grade {
	position: relative;
	padding: 50px;
	text-align: center;
}

@media (max-width:1439.98px) {
	.rs-read-block__grade {
		padding: 30px;
	}
}

@media (max-width:991.98px) {
	.rs-read-block__grade {
		padding: 20px;
	}
}

.rs-read-block__grade_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 24px;
	overflow: hidden;
	z-index: -1;
}

.rs-read-block__grade_bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.rs-read-block__grade_form {
	margin-top: 32px;
}

@media (max-width:1439.98px) {
	.rs-read-block__grade_form {
		margin-top: 24px;
	}
}

.rs-read-block__grade_list {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: -16px;
	width: 100%;
}

.rs-read-block__grade_item {
	padding: 16px;
	flex: 1 1 33.3333%
}

@media (max-width:1439.98px) {
	.rs-read-block__grade_list {
		margin: -7.5px;
		flex-wrap: wrap;
	}

	.rs-read-block__grade_item {
		padding: 7.5px;
		flex: 1 1 50%;
	}
}

@media (max-width: 767.98px) {
	.rs-read-block__grade_item {
		flex: 1 1 100%;
	}
}

.rs-read-block__grade_row {
	display: flex;
	align-items: center;
	margin-top: 8px;
	border-radius: 73px;
	border: 2px solid #D4D4D4;
	background: #FFF;
	padding: 11px 30px;
}

@media (max-width:1439.98px) {
	.rs-read-block__grade_row {
		justify-content: center;
		padding: 10px 15px;
	}
}

.rs-read-block__grade_stars {}

.rs-read-block__grade_input {
	margin-left: 22px;
	position: relative;
}

@media (max-width:1439.98px) {
	.rs-read-block__grade_input {
		margin-left: 15px;
	}
}

.rs-read-block__grade_input label {}

.rs-read-block__grade_input span {
	color: #111;
	text-align: center;
	font-variant-numeric: lining-nums tabular-nums;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 160%;
	/* 38.4px */
	transition: all 0.3s ease 0s;
}

@media (max-width:991.98px) {
	.rs-read-block__grade_input span {
		font-size: 20px;
	}
}

.rs-read-block__grade_input input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 0px;
	opacity: 0;
	z-index: 1;
	cursor: pointer;
}

.rs-read-block__grade_input input:checked~span {
	color: #FF3D00;
}

.rs-read-block__action {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 671px;
	margin: 36px auto 40px;
}

.rs-read-block__action ul {
	display: flex;
	align-items: center;
	margin: -17px;
}

.rs-read-block__action ul li {
	padding: 17px;
	flex: 1 1 50%;
}

@media (max-width:1439.98px) {
	.rs-read-block__action ul {
		margin: -10px;
	}

	.rs-read-block__action ul li {
		padding: 10px;
	}

	.rs-read-block__action ul button {
		padding: 15px 24px;
	}
}

@media (max-width: 767.98px) {
	.rs-read-block__action ul {
		flex-wrap: wrap;
	}

	.rs-read-block__action ul li {
		flex: 1 1 100%;
		width: 100%;
	}

	.rs-read-block__action ul button {
		width: 100%;
	}
}

.rs-read-block__action ul button {
	padding: 24px 35px;
	border-radius: 16px;
	background: #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: left;
	transition: all 0.3s ease 0s;
}

@media (any-hover: hover) {
	.rs-read-block__action ul button:hover {
		background: #f9f9f9;
	}
}

.rs-read-block__action ul button img {}

.rs-read-block__action ul button span {
	color: #111;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%;
	/* 31.2px */
	margin-left: 15px;
}

@media (max-width:1439.98px) {
	.rs-read-block__action ul button span {
		font-size: 20px;
	}
}

@media (max-width:991.98px) {
	.rs-read-block__action ul button img {
		max-width: 50%;
	}

	.rs-read-block__action ul button span {
		font-size: 16px;
	}
}

@media (max-width:767.98px) {
	.rs-read-block__action ul button img {
		max-width: 30%;
	}

	.rs-read-block__action ul button span {
		font-size: 16px;
	}
}

/* Блок уведомления о конце бесплатного фрагмента */
.rs-read-block__end-free-fragment {
	margin: 40px 0;
	padding: 30px 20px;
	background: #f9f9f9;
	border-radius: 8px;
	text-align: center;
}

.rs-read-block__end-free-fragment .m-semibold-title {
	font-size: 20px;
	font-weight: 600;
	color: #333;
	margin-bottom: 15px;
	line-height: 1.4;
}

.rs-read-block__end-free-fragment .section-text {
	margin: 25px 0 15px;
}

.rs-read-block__end-free-fragment .info-text {
	font-size: 14px;
	color: #666;
	margin-top: 15px;
}

@media (max-width: 767.98px) {
	.rs-read-block__end-free-fragment {
		margin: 30px 0;
		padding: 25px 15px;
	}

	.rs-read-block__end-free-fragment .m-semibold-title {
		font-size: 18px;
	}

	.rs-read-block__end-free-fragment .info-text {
		font-size: 13px;
	}
}