.nagyszoveg {
	font-size: 1.3rem !important;
	letter-spacing: 1px;
	text-align: justify;
}
.hatosikon,
.negyesikon .cell {
	background-color: #ea1940;
	text-align: center;
}
.hatosikon h5,
.negyesikon h5 {
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	font-weight: normal;
	margin: -2.2rem 0 0.5rem 0;
	font-size: 1.5rem;
	min-height: 5rem;
	display: grid;
	justify-content: center;
	align-content: center;
}
.negyesikon h5 {
	text-transform: none;
	font-size: 1.9rem;
	line-height: 1.1;
	font-weight: 600;
	margin: 0 auto 1.7rem auto;
}
.hatosikon h6 {
	font-size: 0.9rem;
  font-weight: normal;
  text-align: center;
  line-height: 1.0;
  color: #fff;
}
.hatosikon .cell {
	position: relative;
	padding-bottom: 0.5rem;
}
.hatosikon .cell:nth-child(n+2):before {
	position: absolute;
	content: "";
	top: 25%;
	left: -1.25rem;
	width: 1px;
	height: 50%;
	background-color: #fff;
	opacity: 0.5;
}
.hatosikon figure {
	width: 55%;
  margin: 3rem auto 2rem auto;
}
.negyesikon .cell {
	border-radius: 2rem;
}
.negyesikon figure {
	width: 64%;
	margin: 20% auto 10% auto;
}
.negyesikon a {
  border-radius: 2rem;
  margin: 0 auto 2rem auto;
}
.idezet {
	display: grid;
  grid-template-columns: 3fr 2fr;
	width: 100%;
}
.idezet .cell {
	width: 100% !important;
}
.idezet .cell:nth-child(2) img {
	max-height: 340px;
  width: 100%;
  object-fit: contain;
}
.idezet .cell p {
	border-left: 4px solid red;
  padding: 0.3em 1.2em;
  font-size: 1.4em;
  font-style: italic;
	margin-top: 40px;
}
.sliderbox1 {
	height: 380px;
}
.sliderbox1 > div, .sliderbox1 > div > div {
	height: 100%;
}
.sliderbox1 .swiper-slide {
	background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.slider-and-logos {
	text-align: center;
}
.slider-and-logos .logopair {
	display: inline-block;
}
.slider-and-logos .logopair:last-child {
	position: relative;
	margin-left: 20px;
  padding-left: 20px;
}
.slider-and-logos .logopair:last-child::before {
	content: "";
	position: absolute;
	pointer-events: none;
	background: linear-gradient( 120deg, transparent calc(50% - 1px), #93939380 calc(50% - 1px), #93939380 calc(50% + 1px), transparent calc(50% + 1px) );
	top: 2px;
	left: -15px;
	height: 28px;
	width: 28px;
}
.hintapalinta .cell h3 {
	background-color: #e11b22 !important;
  color: #fff;
  font-size: 1.1rem;
  text-align: center;
  padding: 1rem 0.4rem 0.6rem 0.4rem;
  margin-top: -3.5rem;
  position: relative;
  border-bottom-left-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
  line-height: 1.2;
	min-height: 4.5rem;
}
.hintapalinta figure img {
	border-radius: 1.5rem;
}
.hintapalinta .cell:nth-child(2n) {
	padding-top: 8rem;
}
.sokikon .cell {
	background-color: #f6f6f6;
}
.sokikon .cell figure {
	width: 5.5rem;
	height: 5.5rem;
	margin: 1rem auto 0 auto;
}
.sokikon .cell h6 {
height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.kulonkulon h3 {
	background-color: #e11b22 !important;
	color: #fff;
	font-size: 1.5rem;
	text-align: center;
	padding: 0.7rem 0.3rem;
	border-radius: 1.8rem;
}
.kulonkulon h4 {
	font-size: 1.3rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.8rem;
	margin-top: 1.5rem;
}
.kulonkulon .cell {
	position: relative;
	padding-bottom: 70px;
}
.kulonkulon .cell::before {
	content: "";
	position: absolute;
	bottom: 15px;
	left: -1.5rem;
	width: calc(100% + 3rem);
	height: 2px;
	background-color: #e11b22;
}
.kulonkulon .cell:first-child::before {
	width: calc(50% + 1.5rem);
	left: 50%;
}
.kulonkulon .cell:last-child::before {
	width: calc(50% + 1.5rem);
}
.kulonkulon .cell::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translatex(-50%);
	width: 30px;
	height: 30px;
	background-color: #e11b22;
	border-radius: 50%;
}
.kephat {
	height: 800px;
  position: relative;
}
.kephat .cell:first-child {
	height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.kephat .cell:first-child figure {
	position: relative;
	height: 100%;
	overflow: hidden;
}
.kephat .cell:first-child figure img {
	position: absolute;
	top: 0;
	left: 0;
	max-width: unset;
	height: 100%;
	object-fit: contain;
	width: auto;
}
.kephat .cell:last-child {
	position: absolute;
	right: 2rem;
	width: 50%;
	background-color: #fff;
	top: 3rem;
	height: calc(100% - 6rem);
	padding: 1rem 2rem;
}
.nohinta.hintapalinta .cell:nth-child(2n) {
	padding-top: 0;
}
.centered {
	text-align: center;
}
a.centered {
	margin-left: auto;
  margin-right: auto;
  display: grid;
  width: max-content;
}
.fullroundedbutton {
	border-radius: 9999px;
}
.szelesgomb {
	padding-left: 5rem;
	padding-right: 5rem;
	font-weight: 500;
	font-size: 1.7rem;
}
.hi-headline .c-page-header__content {
	margin-left: auto;
	margin-right: auto;
}
@media (max-width: 1260px) {
	.ketteske.grid-margin-x > .large-3 {
		width: calc(35% - 2.5rem);
	}
	.ketteske.grid-margin-x > .large-9 {
		width: calc(65% - 2.5rem);
	}
	.hatosikon.grid-margin-x.large-up-6 > .cell {
		width: calc(25% - 2.5rem);
	}
	.hatosikon.grid-margin-x.large-up-6 > .cell:nth-child(5) {
		margin-left: auto;
		margin-right: 1.5rem;
	}
	.hatosikon.grid-margin-x.large-up-6 > .cell:nth-child(6) {
		margin-left: 1.5rem;
		margin-right: auto;
	}
	.hatosikon .cell:nth-child(6)::after {
	position: absolute;
	content: "";
	top: 25%;
	right: -1.25rem;
	width: 1px;
	height: 50%;
	background-color: #fff;
	opacity: 0.5;
}
	.hatosikon.grid-margin-x.large-up-6 > .cell figure {
		max-width: 90px;
	}
	.negyesikon {
		justify-content: center;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 2.5rem;
		max-width: 560px;
		margin-left: auto;
		margin-right: auto;
		padding-right: 2.5rem;
	}
	.negyesikon.grid-margin-x.large-up-4 > .cell {
		width: 100%;
	}
	.negyesikon figure {
		margin: 10% auto 2% auto;
		max-width: 136px;
	}
}
@media (max-width: 1024px) {
	.ketteske {
		display: grid;
		grid-template-columns: 100%;
		width: calc(100% - 0.1rem);
	}
	.ketteske.grid-margin-x > .large-3, .ketteske.grid-margin-x > .large-9 {
		width: 100%;
	}
	.ketteske.grid-margin-x > .large-3 {
		order: 2;
		height: 300px;
		overflow: hidden;
	}
	.ketteske.grid-margin-x > .large-3 figure {
		height: 100%;
		position: relative;
	}
	.ketteske.grid-margin-x > .large-3 figure img {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 100%;
	}
	.hatosikon.grid-margin-x.large-up-6 > .cell {
		width: calc(33.33% - 2.5rem);
	}
	.hatosikon .cell:nth-child(6)::after {
		display: none;
	}
	.hatosikon.grid-margin-x.large-up-6 > .cell:nth-child(5) {
		margin-left: auto;
		margin-right: auto;
	}
	.hatosikon.grid-margin-x.large-up-6 > .cell:nth-child(6) {
		margin-left: auto;
		margin-right: auto;
	}
	.hatosikon.grid-margin-x.large-up-6 > .cell figure {
		max-width: 80px;
	}
}
@media (max-width: 920px) {
	.hi-headline h1 {
		font-size: 3.35rem !important;
	}
	.negyesikon figure {
		max-width: 110px;
	}
	.negyesikon h5 {
		font-size: 1.6rem;
		padding: 0 0.5rem;
	}
	.idezet h4 {
		font-size: 24px !important;
	}
	.idezet h5 {
		font-size: 25px !important;
	}
	.idezet h6 {
		font-size: 26px !important;
		line-height: 32px !important;
	}
	.idezet .cell p {
		font-size: 21px !important;
		line-height: 29px !important;
	}
	.idezet .cell:last-child figure {
		margin-top: 50px;
	}
}
@media (max-width: 820px) {
	.hatosikon.grid-margin-x.large-up-6 > .cell {
		width: calc(50% - 2.5rem);
	}
	.negyesikon {
		grid-gap: 1rem;
	}
	.negyesikon h5 {
		font-size: 1.4rem;
		max-width: 180px;
	}
	.negyesikon a {
		font-size: 1rem;
		height: 2.5rem;
		padding: 0 1.5rem !important;
		min-width: unset;
	}
}
@media (max-width: 820px) and (min-width: 640px) {
	.idezet {
		grid-template-columns: 1fr;
	}
	.idezet .cell:first-child p {
		margin-bottom: 0;
	}
	.idezet .cell:first-child figure {
		float: left;
		margin: 0 0 -2rem 1.5rem;
		padding-top: 2.7rem;
		padding-right: 0.5rem;
	}
	.idezet .cell:last-child figure {
		max-width: 40%;
		float: left;
		border-left: 4px solid #f00;
		padding: 1em 1.2em;
		margin-top: 0;
	}
	.idezet .cell:last-child figure {
		margin-top: 1rem;
	}
}
@media (max-width: 679px) {
	.hi-headline h1 {
		font-size: 3rem !important;
	}
}
@media (max-width: 639px) {
	.hatosikon.grid-margin-x.large-up-6 > .cell {
		width: calc(33.33% - 2.5rem);
	}
	.negyesikon {
		max-width: 500px;
		grid-gap: 2.5rem;
	}
	.idezet .cell:last-child figure {
		margin-top: 1rem;
	}
}
@media (max-width: 540px) {
	.hatosikon.grid-margin-x.large-up-6 > .cell {
		width: calc(50% - 2.5rem);
	}
	.negyesikon {
		grid-gap: 1rem;
	}
	.hatosikon.grid-margin-x.large-up-6 > .cell figure {
		max-width: 60px;
	}
	.idezet {
		grid-template-columns: 1fr;
	}
	.idezet .cell:first-child p {
		margin-bottom: 0;
	}
	.idezet .cell:first-child figure {
		float: left;
		margin: 0 0 -2rem 1.5rem;
		padding-top: 2.7rem;
		padding-right: 0.5rem;
	}
	.idezet .cell:last-child figure {
		max-width: 40%;
		float: left;
		border-left: 4px solid #f00;
		padding: 1em 1.2em;
		margin-top: 0;
	}
	.idezet .cell:last-child figure {
		margin-top: 0;
	}
	.idezet .cell p {
		font-size: 20px !important;
		line-height: 27px !important;
		text-align: justify;
	}
}
@media (max-width: 480px) {
	.negyesikon {
		grid-template-columns: 1fr;
		max-width: 250px;
	}
}
@media (max-width: 420px) {
	.idezet .cell:last-child figure {
		float: unset;
		width: 100%;
		max-width: unset;
		text-align: center;
		margin-bottom: 0;
	}
	.idezet .cell:last-child figure img {
		max-width: 200px;
		margin-left: auto;
		margin-right: auto;
	}
	.idezet h4, .idezet h5, .idezet h6 {
		border-left: 4px solid #f00;
		padding: 0 1.2em;
	}
}
@media (max-width: 330px) {
	.hatosikon.grid-margin-x.large-up-6 > .cell {
		width: calc(100% - 2.5rem);
	}
	.hatosikon .cell:before {
		position: absolute;
		content: "";
		background-color: #fff;
		opacity: 0.5;
		left: 15% !important;
		top: unset !important;
		bottom: -1.25rem !important;
		height: 1px !important;
		width: 75% !important;
	}
}