.rn14__top {
	background: url("https://www.mp.cz/media/photos/2025/01/17/188825-rn14.webp") no-repeat 165px 20px #fff;
	min-height: 38.5rem;
	position: relative;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	padding: 0 0 2.5rem 0;
	align-items: center;
}

@media (min-width: 1500px) and (max-width: 1550px) {
	.rn14__top {
		background: url("https://www.mp.cz/media/photos/2025/01/17/188825-rn14.webp") no-repeat 130px 20px #fff;
	}
}

@media (min-width: 1100px) and (max-width: 1300px) {
	.rn14__top {
		background: url("https://www.mp.cz/media/photos/2025/01/17/188825-rn14.webp") no-repeat #fff;
		background-position-x: 25%;
		background-position-y: 20px;
	}
}

@media (min-width: 1100px) and (max-width: 1150px) {
	.rn14__top {
		background-position-x: 15%;
	}
}

@media (max-width: 1500px) {
	.rn14__top {
		background-size: contain;
	}
}

@media (max-width: 1100px) {
	.rn14__top {
		grid-template-columns: auto 1fr;
		justify-content: center;
		padding: 30px 20px;
		gap: 4rem;
	}
}

@media (max-width: 850px) {
	.rn14__top {
		background: white;
		justify-items: center;
		padding: 0 20px 30px 20px;
		display: flex;
		flex-direction: column;
		gap: 1rem;
	}
}

.rn14__top .product-image img {
	display: none;
}

@media (max-width: 850px) {
	.rn14__top .product-image img {
		display: block;
	}
}

@media (max-width: 850px) {
	.rn14__top .product-image {
		order: 1;
	}
}

.rn14__top .phones {
	max-width: unset;
	margin: 0 -100px -30px;
}

@media (max-width: 1400px) {
	.rn14__top .phones {
		max-width: 600px;
	}
}

@media (max-width: 1200px) {
	.rn14__top .phones {
		max-width: 440px;
		margin: 0 -40px -20px;
	}
}

@media (max-width: 600px) {
	.rn14__top .phones {
		max-width: 100%;
		margin: 40px 0 -30px;
	}
}

.rn14__top .logo {
	position: absolute;
	top: 30px;
	right: 5px;
}

@media (max-width: 850px) {
	.rn14__top .logo {
		top: 0;
		right: 20px;
		max-width: 30px;
	}
}

.rn14__top .btn {
	font-family: 'Graphik Compact', sans-serif;
	display: flex;
	align-items: center;
	justify-content: center;
	justify-self: flex-end;
	max-width: 184px;
	width: 100%;
	height: 64px;
	margin: 20px auto 0;
	padding: 0 60px;
	font-size: 2rem;
	border-radius: 50px;
	border: 2px solid #000;
	color: #fff;
	background: #000;
	font-weight: 500;
	transition: 0.3s all ease-in-out;
}

.rn14__top .btn.btn--sm {
	height: 48px;
	padding: 0 40px;
	font-size: 1.6rem;
	max-width: 200px;
}

.rn14__claim {
	position: relative;
	padding: 35px 0 0 0;
	font-size: 24px;
	z-index: 1;
}

@media (max-width: 1400px) {
	.rn14__claim {
		font-size: 20px;
	}
}

@media (min-width: 601px) and (max-width: 1100px) {
	.rn14__claim {
		grid-column: span 2;
	}
}

@media (max-width: 600px) {
	.rn14__claim {
		order: -2;
	}
}

.rn14__claim img {
	margin: 0 auto 40px;
}

@media (max-width: 1400px) {
	.rn14__claim img {
		margin: 0 auto 25px;
	}
}

.rn14__claim .bold {
	font-size: 26px;
}

@media (max-width: 1400px) {
	.rn14__claim .bold {
		font-size: 22px;
	}
}

.rn14__claim>div:not(.bold) {
	margin: 3px 0 1px;
}

.rn14__drops {
	display: grid;
	margin: 0 0 0 9rem;
}

@media (max-width: 1400px) {
	.rn14__drops {
		align-self: flex-end;
		margin: 0 2.5rem 1.75rem 6rem;
	}
}

@media (max-width: 850px) {
	.rn14__drops {
		grid-template-columns: auto auto auto;
		justify-content: center;
		margin: 0 auto;
		order: -1;
	}
}

.rn14__drop {
	width: 9.5rem;
	height: 9.5rem;
	border: 0.1875rem solid white;
	font-size: 1.25rem;
}

@media (max-width: 1400px) {
	.rn14__drop {
		width: 8rem;
		height: 8rem;
		border: 0.1875rem solid white;
		font-size: 1rem;
	}
}

@media (max-width: 850px) {
	.rn14__drop {
		width: 5.75rem;
		height: 5.75rem;
		border: 0.125rem solid white;
		font-size: 0.8125rem;
	}
}

.rn14__drop:nth-child(1) {
	position: relative;
	margin: 0 0 1rem -1.5rem;
	padding: 0 0.25rem 0.5rem 0;
	border-radius: 0 50% 50% 50%;
}

@media (max-width: 850px) {
	.rn14__drop:nth-child(1) {
		margin: 0 0 1rem 0;
	}
}

.rn14__drop:nth-child(2) {
	margin: -4rem 0 -4rem -6.5rem;
	padding: 0 0 0.125rem 0;
	border-radius: 50% 50% 50% 0;
	z-index: 1;
}

@media (max-width: 850px) {
	.rn14__drop:nth-child(2) {
		margin: 0.75rem -0.5rem 0;
	}
}

.rn14__drop:nth-child(3) {
	position: relative;
	padding: 0.125rem 0 0 0.25rem;
	border-radius: 50% 0 50% 50%;
	z-index: 1;
}

.rn14__left {
	padding-inline: 1rem;
}

@media (max-width: 850px) {
	.rn14__left {
		order: 2;
		position: relative;
		top: -5rem;
	}
}

.rn14 .drops {
	position: relative;
	display: flex;
	padding: 0 40px;
	isolation: isolate;
}

@media (max-width: 1300px) {
	.rn14 .drops {
		justify-content: center;
	}
}

.rn14 .drops .drop {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 130px;
	height: 130px;
	font-size: 20px;
	border: 3px solid #fff;
	text-transform: uppercase;
}

@media (max-width: 500px) {
	.rn14 .drops .drop {
		width: 100px;
		height: 100px;
		font-size: 13px;
	}
}

.rn14 .drops .drop--violet {
	margin: 30px -20px 0 0;
	border-radius: 0 50% 50% 50%;
	z-index: 2;
}

.rn14 .drops .drop--orange {
	margin: 80px -38px 0 -5px;
	border-radius: 50% 50% 0 50%;
}

.rn14 .drops .drop--green {
	margin: -2.3rem 0 0 -6.2rem;
	border-radius: 50% 0 50% 50%;
	z-index: 3;
}

@media (min-width: 601px) and (max-width: 1100px) {
	.rn14__bonus__container {
		padding-top: 7rem;
		grid-column: 1 / span 2;
	}
}

@media (max-width: 850px) {
	.rn14__bonus__container {
		order: 3;
		padding-top: 0;
		margin-top: -3rem;
	}
}

@media (max-width: 500px) {
	.rn14 .drops .drop--green {
		margin: -.5rem 0 0 -3.5rem;
	}
}

@media (min-width: 851px) and (max-width: 950px) {
	.rn14__bonus__container {
		padding-top: 3rem;
	}
}

.rn14__bonus {
	display: grid;
	justify-content: center;
}

.rn14__bonusItem {
	display: flex;
	align-items: center;
	position: relative;
}

@media (min-width: 601px) {
	.rn14__bonusItem {
		justify-self: center;
	}
}

@media (max-width: 600px) {
	.rn14__bonusItem {
		gap: 30px;
	}
}

@media (min-width: 851px) {
	.rn14__bonusItem>img {
		margin: -14px 0 0;
	}
}

@media (min-width: 851px) and (max-width: 1100px) {
	.rn14__bonusItem>img {
		max-width: 40%;
	}
}

@media (min-width: 851px) and (max-width: 1100px) {
	.rn14__bonusItem:first-child>img {
		margin: -30px 0 0;
	}
}

@media (max-width: 600px) {
	.rn14__bonusItem:first-child>img {
		max-width: 100px;
	}
}

@media (min-width: 851px) {
	.rn14__bonusItem:last-child>img {
		margin: -14px -30px 0 0;
	}
}

@media (max-width: 600px) {
	.rn14__bonusItem:last-child>img {
		max-width: 80px;
		margin: 0 0 0 20px;
	}
}

.rn14__bonusItem .desc {
	font-size: 18px;
	font-weight: 500;
	position: absolute;
	bottom: 1rem;
	text-align: center;
	width: 100%;
}

@media (max-width: 500px) {
	.rn14__bonusItem .desc {
		position: relative;
		top: 5px;
	}
}

.rn14__bonusItem .desc img {
	margin: 12px 0 5px;
}

.rn14__bonusItem .desc a {
	font-size: 18px;
	transition: 0.1s color ease-in-out;
}

.rn14__bonusItem .desc a:hover {
	color: #d0d3d4;
}

.rn14__articles {
	display: grid;
	grid-template-rows: repeat(2, auto);
	grid-gap: 20px 40px;
	margin: 0 0 8rem;
}

@media (min-width: 1100px) and (max-width: 1500px) {
	.rn14__articles {
		position: relative;
		top: -6rem;
		margin: 0 0 2rem;
	}
}

@media (max-width: 1000px) {
	.rn14__articles {
		gap: 20px;
	}
}

@media (max-width: 600px) {
	.rn14__articles {
		grid-template-columns: 1fr;
		margin: 0 0 40px;
	}
}

@media (min-width: 601px) {
	.rn14__articles--halved {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 601px) {
	.rn14__articles--thirds {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (min-width: 601px) and (max-width: 1000px) {
	.rn14__articles--thirds {
		grid-template-columns: 1fr 1fr;
	}
}

@media (min-width: 1201px) {
	.rn14__articles--quatres {
		grid-template-columns: repeat(4, 1fr);
	}
}

@media (min-width: 601px) and (max-width: 1200px) {
	.rn14__articles--quatres {
		grid-template-columns: 1fr 1fr;
	}
}

.rn14__articles--fifths {
	grid-template-columns: repeat(5, minmax(230px, 1fr));
	padding: 0 0 30px;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
	scroll-behavior: smooth;
}

.rn14__articles--scroll {
	padding: 0 0 30px;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
	scroll-behavior: smooth;
}

.rn14__articles--scroll.rn14__articles--quaters {
	grid-template-columns: repeat(4, minmax(230px, 1fr));
}

.rn14__scButton {
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(-90deg);
	width: 40px;
	height: 40px;
	padding: 6px;
	border-radius: 50%;
	border: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1;
}

.rn14__scButton .icon {
	width: 28px;
	height: 28px;
}

.rn14__scButton--left {
	transform: translateY(-50%) rotate(90deg);
	left: 0;
}

.rn14__scButton--right {
	right: 0;
}

.rn14__article {
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 2;
	align-items: flex-start;
	gap: 20px;
	scroll-snap-align: start;
}

.rn14__article img {
	margin: 0 auto;
	max-width: 100%;
}

.rn14__article .headline {
	padding: 25px 15px 20px;
	font-size: 28px;
	text-wrap: balance;
}

@media (max-width: 1200px) {
	.rn14__article .headline {
		padding: 25px 20px 20px;
		font-size: 19px;
	}
}

.rn14__article .desc {
	padding: 0 25px;
	font-size: 16px;
	text-wrap: balance;
}

@media (max-width: 1200px) {
	.rn14__article .desc {
		padding: 0 20px;
		font-size: 16px;
	}
}