.rs-choice {
	margin: 73px 0px 80px;
	position: relative;
}

@media (max-width: 1920px) {
	.rs-choice {
		margin: calc(35px + 38 * (100vw - 320px) / 1600) 0px calc(35px + 45 * (100vw - 320px) / 1600);
	}
}

.rs-choice__wrapper {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}

@media (max-width: 992px) {
	.rs-choice__wrapper {
		grid-template-columns: repeat(1, 1fr);
	}
}

.rs-choice__books {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media (min-width: 993px) {
	.rs-choice__books {
		grid-column: 1/3;
	}
}

.rs-choice__list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
}

@media (max-width: 1920px) {
	.rs-choice__list {
		-webkit-column-gap: calc(18px + 12 * (100vw - 320px) / 1600);
		-moz-column-gap: calc(18px + 12 * (100vw - 320px) / 1600);
		column-gap: calc(18px + 12 * (100vw - 320px) / 1600);
	}
}

@media (max-width: 768px) {
	.rs-choice__list {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 540px) {
	.rs-choice__list {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 993px) {
	.rs-choice__rating {
		grid-column: 3/4;
	}
}

.rs-choice__rating_body {
	-webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 16px;
	overflow: hidden;
}

.rs-choice__picture {
	width: 100%;
	height: 100%;
	position: relative;
}

.rs-choice__picture picture,
.rs-choice__picture img {
	width: 100%;
	max-height: 502px;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.rs-choice__description {
	padding: 74px 54px;
	background: #ff6d3c;
	color: #fff;
}

@media (max-width: 1920px) {
	.rs-choice__description {
		padding: calc(24px + 50 * (100vw - 320px) / 1600) calc(32px + 22 * (100vw - 320px) / 1600) calc(44px + 30 * (100vw - 320px) / 1600);
	}
}

.rs-choice__description h4 {
	margin-bottom: 16px;
}

@media (max-width: 1920px) {
	.rs-choice__description h4 {
		margin-bottom: calc(10px + 6 * (100vw - 320px) / 1600);
	}
}

.rs-choice__description .rs-btn {
	margin-top: 32px;
}

@media (max-width: 1920px) {
	.rs-choice__description .rs-btn {
		margin-top: calc(20px + 12 * (100vw - 320px) / 1600);
	}
}

.rs-choice__item .books__picture {
	height: 354px;
}

@media (max-width: 1920px) and (min-width: 993px) {
	.rs-choice__item .books__picture {
		height: calc(200px + (354 - 200) * ((100vw - 993px) / (1920 - 993)));
	}
}

@media (max-width: 920px) and (min-width: 320px) {
	.rs-choice__item .books__picture {
		height: calc(193px + (318 - 193) * ((100vw - 320px) / (920 - 320)));
	}
}

@media (max-width:992px) {
	.rs-choice__picture {
		height: 275px;
	}
}