div.elso_hirblokk {
	display: none;
}

div.masodik_hirblokk {
	display: block;
}

@media screen and (min-width: 1024px) {
	div.elso_hirblokk {
		display: block;
	}

	div.masodik_hirblokk {
		display: none;
	}
}

div.quality_hirdetesek_container {
	width: 100%;
	max-width: 1300px;
	margin: auto;
	--swiper-navigation-color: #E3287E;
}
div.swiper-slide {
	height: auto !important;
	display: flex !important;
	justify-content: center;
	align-items: center;
	padding: 1%;
	opacity: 1;
	transition: all 0.5s ease;
}
div.swiper-slide:not(.swiper-slide-active) {
	opacity: 0;
}

section.gyogyszertarkereso_map_bar {
	padding-top: calc(50px + (75 - 50) * var(--alap-arany));
	padding-bottom: 0px;
}

div.gyogyszertarkereso_map_container_div {
	position: relative; width: 100%; max-width: 1300px; margin: auto;
	border-radius: calc(15px + (25 - 15) * var(--alap-arany));
}

div.gyogyszertarkereso_map_div {
	border-radius: calc(15px + (25 - 15) * var(--alap-arany));
}

@media screen and (min-width: 550px) {
	div.gyogyszertarkereso_patika_input_container_div {
		--alap-arany-fluid: calc((100vw - 550px) / (1680 - 550));
		width: calc(395px - (100vw - 100%) + (636 - 395) * var(--alap-arany-fluid) - 4px);
		min-width: calc(395px - (100vw - 100%) * 0.9);
		max-width: 636px;
	}
}

@media screen and (min-width: 1000px) {
	div.gyogyszertarkereso_patika_input_container_div {
		width: calc(35% - 4px);
	}
}

@media screen and (min-width: 550px) {
	div.gyogyszertarkereso_patika_container_div {
		--alap-arany-fluid: calc((100vw - 550px) / (1680 - 550));
		width: calc(395px - (100vw - 100%) + (636 - 395) * var(--alap-arany-fluid));
		min-width: calc(395px - (100vw - 100%) * 0.9);
		max-width: 640px;
	}
}
@media screen and (min-width: 1000px) {
	div.gyogyszertarkereso_patika_container_div {
		width: 35%;
	}
}

div.gyogyszertarkereso_patika_nonstop_check_0_div {
	left: calc(35px + (50 - 35) * var(--alap-arany));
	background: url(../images/map_nonstop_check_0.png) center center no-repeat;
}
div.gyogyszertarkereso_patika_nonstop_check_1_div {
	left: calc(35px + (50 - 35) * var(--alap-arany));
	background: url(../images/map_nonstop_check_1.png) center center no-repeat;
}
div.gyogyszertarkereso_patika_hetvege_check_0_div {
	left: calc(70px + (100 - 70) * var(--alap-arany));
	background: url(../images/map_hetvege_check_0.png) center center no-repeat;
}
div.gyogyszertarkereso_patika_hetvege_check_1_div {
	left: calc(70px + (100 - 70) * var(--alap-arany));
	background: url(../images/map_hetvege_check_1.png) center center no-repeat;
}
div.gyogyszertarkereso_patika_input_controls_common_div {
	background-size: 100% auto;
}

div.gyogyszertarkereso_patika_vissza_div {
	display: none; right: calc(-40px - (55 - 40) * var(--alap-arany));
	background: url(../images/map_vissza.png) center center no-repeat; background-size: 100% auto;
}

a.gyogyszertarkereso_map_patika_reszletek_link_style {display: block; width: max-content; border: 1px solid #e3287e; padding: 3px 10px; border-radius: 10px; margin: 5px auto; FONT-SIZE: 17px; font-style: normal; font-weight: 500; COLOR: #e3287e; FONT-FAMILY: 'Rubik', sans-serif; text-decoration: none; text-transform: uppercase; cursor: pointer; transition: all 1s ease; box-shadow: 0px 0px 3px #e3287e;}
a.gyogyszertarkereso_map_patika_reszletek_link_style:hover {transform: scale(1.1); box-shadow: 0px 0px 5px #e3287e;}




section.quality_bar {
	width: 100%; min-height: 10px; background-color: transparent; padding: 10px 10px;
	position: relative;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}

section.quality_bar.jelolt {
	margin-bottom: 40px;
	padding-bottom: 40px;
	box-shadow: 0px 0px 20px #999999;
}

section.quality_bar.top {
	margin-top: 40px;
}

section.quality_bar.hirdetes {
	width: 100%; background-color: transparent; padding: 20px 10px;
	position: relative;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}


section.quality_bar.hirdetes::after {
	content: 'Hírdetés!';
	position: absolute;
	top: 0; left: 50%; transform: translateX(-50%);
	FONT-SIZE: 10px; font-style: normal; font-weight: 500; COLOR: #e4287e; FONT-FAMILY: 'Rubik', sans-serif; text-decoration: none; text-transform: uppercase;
}

section.quality_bar img.mobil {
	display: block;
	width: 100%; max-width: 1000px; margin: auto; text-align: left; padding: 0px;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	box-shadow: 0px 0px 5px #999999;
}

section.quality_bar img.desktop {
	display: none;
	width: 100%; max-width: 1000px; margin: auto; text-align: left; padding: 0px;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	box-shadow: 0px 0px 5px #999999;
}

@media screen and (min-width: 700px) {
	section.quality_bar img.mobil {
		display: none;
	}
	section.quality_bar img.desktop {
		display: block;
	}
}

section.quality_bar.no_padding {
	padding: 0px;
}

section.quality_bar.no_padding img {
	width: 100%;
	max-width: 100%;
	height: auto;
	box-shadow: auto;
}

section.quality_bar.no_padding img.mobile {
	display: block;
}
section.quality_bar.no_padding img.desktop {
	display: none;
}

@media screen and (min-width: 800px) {
	section.quality_bar.no_padding img.mobile {
		display: none;
	}
	section.quality_bar.no_padding img.desktop {
		display: block;
	}
}

div.quality_container_div {
	width: 100%; max-width: 1100px; margin: auto; text-align: left; padding: 25px 0px;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}

div.quality_hirek_cim_div {
	position: relative; box-sizing: content-box; width: 100%; height: 100%; text-align: left; margin: 15px 0px; padding-top: 15px;
}

.quality_hirek_cim_style {
	FONT-SIZE: 25px; font-style: normal; font-weight: 500; COLOR: #e4287e; FONT-FAMILY: 'Rubik', sans-serif; text-decoration: none; text-transform: uppercase;
}


section.quality_title_bar {
	width: 100%; min-height: 10px; padding: 10px 10px;
	background-image: linear-gradient(to right, #e0e0e0, #f7f7f7, #fff, #f7f7f7, #dcdcdc, #f7f7f7, #fff);
	position: relative;
	box-shadow: 0px 5px 5px #999999;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	overflow: hidden;
}
section.quality_title_bar:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	top: 0;
	left: 0;
	background-image: linear-gradient(90deg, #afafaf, #e7e7e7, #afafaf, #e7e7e7);
}
section.quality_title_bar:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(90deg, #afafaf, #f7f7f7, #afafaf, #f7f7f7);
}


div.quality_title_container_div {
	position: relative;
	width: 100%; max-width: 1100px; margin: auto; text-align: left; padding: calc(5px + (25 - 5) * var(--alap-arany)) 0px;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}

div.quality_title_cim_div {
	position: relative; box-sizing: content-box; width: 100%; height: 100%; text-align: left; margin: calc(5px + (15 - 5) * var(--alap-arany)) 0px;
}

.quality_title_cim_style {
	position: relative;
	FONT-SIZE: calc(26px + (42 - 26) * var(--alap-arany)); font-style: normal; font-weight: 500; COLOR: #e4287e; FONT-FAMILY: 'Rubik', sans-serif; text-decoration: none; text-transform: uppercase;
	
    background: -webkit-gradient(to bottom,
                                color-stop(0%, #afafaf),
                                color-stop(27%, #fff),
                                color-stop(64%, #c4c3c3),
                                color-stop(100%, #fff));
    background: -webkit-linear-gradient(top, #afafaf 0%,
                                             #fff 27%,
                                             #c4c3c3 64%,
                                             #fff 100%);

	-webkit-background-clip: text;
	-webkit-text-fill-color: #e4287e;
    -webkit-text-stroke: calc(2px + (5 - 2) * var(--alap-arany)) transparent;
}
.quality_title_cim_style:before {
	position: absolute;
	content: '';
	width: 100vw;
	height: 2px;
	top: 50%;
	left: 0;
	transform: translate(-102%,50%);
	background-image: linear-gradient(90deg, #afafaf, #f7f7f7, #e7e7e7, #afafaf, #f7f7f7, #e7e7e7);
}
.quality_title_cim_style:after {
	position: absolute;
	content: '';
	width: 100vw;
	height: 2px;
	top: 50%;
	right: 0;
	transform: translate(102%,50%);
	background-image: linear-gradient(90deg, #afafaf, #f7f7f7, #e7e7e7, #afafaf, #f7f7f7, #e7e7e7);
}

div.quality_title_search_container_div {
	display: block; margin: auto;
	position: relative;
	width: calc(320px + (400 - 320) * var(--alap-arany));
	height: calc(59px + (74 - 59) * var(--alap-arany));
	background: url(../images/quality_new/kereses_alap.png) no-repeat center center; background-size: 100% auto;
}
@media screen and (min-width: 1820px) {
	div.quality_title_search_container_div {
		position: absolute;
		top: 50%;
		right: 0;
		transform: translate(102%,-50%);
	}
}
div.quality_title_search_container_div input {
	position: absolute;
	width: 76%;
	height: 60%;
	top: 50%;
	left: 2%;
	transform: translateY(-50%);
	background-color: transparent;
	border: none;
	padding: calc(2px + (5 - 2) * var(--alap-arany));
	FONT-SIZE: calc(14px + (18 - 14) * var(--alap-arany)); font-style: normal; font-weight: 400; COLOR: #4d4d4d; FONT-FAMILY: 'Rubik', sans-serif; text-decoration: none;
}
div.quality_title_search_container_div input:focus {
	outline: none;
}
div.quality_title_search_container_div a {
	position: absolute;
	display: inline-block;
	cursor: pointer;
	width: 10%;
	height: 60%;
	top: 50%;
	left: 79%;
	transform: translateY(-50%);
}


section.quality_hirek_section {
	width: 100%; min-height: 10px; background-color: transparent; padding: calc(20px + (50 - 20) * var(--alap-arany)) calc(10px + (20 - 10) * var(--alap-arany)) calc(20px + (50 - 20) * var(--alap-arany)) calc(10px + (20 - 10) * var(--alap-arany));
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}

div.quality_hirek_container_div {
	width: 100%; max-width: 1100px; margin: auto; text-align: center;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;	
}

div.quality_hirek_item_div {
	display: inline-block; vertical-align: top;
	width: 90%;
	border-radius: 0px 0px 5px 5px;
	box-shadow: 0px 0px 5px #666;
	text-align: left;
	margin: 10px 1%;
}

@media screen and (min-width: 520px) {
	div.quality_hirek_item_div {
		width: 48%;
	}
}


@media screen and (min-width: 820px) {
	div.quality_hirek_container_div {
		display: flex;
	}
	div.quality_hirek_item_div {
		width: 31%;
	}
}

div.quality_hirek_item_inner_div {
	width: 100%;
	height: 100%;
	cursor: pointer;
}

div.quality_hirek_item_div:hover {
	box-shadow: 0px 0px 5px #000;
}

div.quality_hirek_item_div div.quality_hirek_item_img_div {
	position: relative;
	width: 100%;
	padding-top: 40%;
}

div.quality_hirek_item_div div.quality_hirek_item_img_div img {
	position: absolute;
	width: 100%; height: 100%;
	top: 0px; left: 0px;
	object-fit: cover;
}

div.quality_hirek_item_div span.quality_hirek_item_title_span {
	display: block;
	padding: calc(5px + (10 - 5) * var(--alap-arany)) 10px;
	position: relative; FONT-SIZE: calc(14px + (18 - 14) * var(--alap-arany)); font-style: normal; font-weight: 500; COLOR: #757575; FONT-FAMILY: 'Rubik', sans-serif; text-decoration: none;
}

div.quality_hirek_item_div span.quality_hirek_item_text_span {
	display: block;
	padding: calc(5px + (10 - 5) * var(--alap-arany)) 10px;
	position: relative; FONT-SIZE: calc(12px + (14 - 12) * var(--alap-arany)); font-style: normal; font-weight: 400; COLOR: #757575; FONT-FAMILY: 'Rubik', sans-serif; text-decoration: none;
}


section.quality_patikak_section {
	width: 100%; min-height: 10px; background-color: transparent; padding: 20px calc(10px + (20 - 10) * var(--alap-arany));
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}


div.quality_patikak_container_div {
	position: relative;
	width: 100%; max-width: 1100px; margin: auto; text-align: center;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;	
}

div.quality_patikak_container_div img.terkep {
	display: block;
	width: 90%; max-width: 450px; margin: 10px auto;
}
@media screen and (min-width: 1820px) {
	div.quality_patikak_container_div img.terkep {
		position: absolute;
		width: 400px;
		top: 50%;
		left: 0;
		transform: translate(-105%,-50%);
	}
}

div.quality_patikak_container_div img.tovabbiak {
	display: block;
	width: 50px; margin: 10px auto;
	cursor: pointer;
}
@media screen and (min-width: 1820px) {
	div.quality_patikak_container_div img.tovabbiak {
		position: absolute;
		width: 50px;
		top: 50%;
		right: 0;
		transform: translate(205%,-50%);
	}
}

div.quality_patikak_container_div > div {
	display: inline-block;
}

div.quality_patikak_container_div.indulo > * {
	display: none;
}

div.quality_patikak_container_div.indulo > img {
	display: block;
}
div.quality_patikak_container_div.quality_patikak_regiok.indulo > div:nth-child(-n+8) {
	display: inline-block;
}

div.quality_patikak_container_div.quality_patikak_all.indulo > div:nth-child(1) {
	display: inline-block;
}

div.quality_details_item_div {
	position: absolute;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	top: 50%; left: 50%; transform: translate(-50%,-50%);
	opacity: 0;
	transition: all 1s ease;
	z-index: 1;
}
div.quality_details_item_div:after {
	content: '';
	position: absolute;
	bottom: -2%;
	left: -2%;
	width: 20%;
	height: 20%;
	background: url(../images/quality_new/q-sign.png) no-repeat center center; background-size: 100% 100%;
}

div.quality_details_item_div.on {
	opacity: 1;
	transition: all 1s ease;
	z-index: 2;
}

div.quality_details_item_div span.quality_details_item_title_span {
	display: block;
	text-align: left;
	width: 100%;
	padding: calc(5px + (10 - 5) * var(--alap-arany));
	border-radius: 15px 15px 0px 0px;
	background: rgba(255,255,255,1);
	position: relative; FONT-SIZE: calc(20px + (28 - 20) * var(--alap-arany)); font-style: normal; font-weight: 600; COLOR: #10a78f; FONT-FAMILY: 'Rubik', sans-serif; text-decoration: none; text-transform: uppercase;
}

div.quality_details_item_div span.quality_details_item_text_span {
	position: relative;
	display: block;
	text-align: left;
	width: 100%;
	padding: calc(5px + (10 - 5) * var(--alap-arany));
	background: rgba(255,255,255,1);
	position: relative; FONT-SIZE: calc(12px + (14 - 12) * var(--alap-arany)); font-style: normal; font-weight: 400; COLOR: #10a78f; FONT-FAMILY: 'Rubik', sans-serif; text-decoration: none;
}
div.quality_details_item_div span.quality_details_item_text_span a {
	FONT-SIZE: calc(12px + (14 - 12) * var(--alap-arany)); font-style: normal; font-weight: 400; COLOR: #10a78f; FONT-FAMILY: 'Rubik', sans-serif; text-decoration: none;
}
div.quality_details_item_div span.quality_details_item_text_span a:hover {
	FONT-SIZE: calc(12px + (14 - 12) * var(--alap-arany)); font-style: normal; font-weight: 400; COLOR: #10a78f; FONT-FAMILY: 'Rubik', sans-serif; text-decoration: underline;
}
div.quality_details_item_div span.quality_details_item_text_span:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: 0;
	left: 0;
	transform: translateY(100%);
	background-image: linear-gradient(90deg, rgba(255,255,255,0.5), rgba(16,167,143,0.9), rgba(16,167,143,0.9), rgba(255,255,255,0.5));
}

div.quality_details_item_back_container {
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.9);
	border-radius: 15px;
	overflow: hidden;
}

div.quality_details_item_back_container span.quality_details_item_back_title_span {
	display: block;
	text-align: left;
	width: 100%;
	padding: calc(5px + (10 - 5) * var(--alap-arany));
	position: relative; FONT-SIZE: calc(20px + (28 - 20) * var(--alap-arany)); font-style: normal; font-weight: 600; COLOR: #10a78f; FONT-FAMILY: 'Rubik', sans-serif; text-decoration: none; text-transform: uppercase;
}

div.quality_details_item_back_container span.quality_details_item_back_text_span {
	display: block;
	text-align: left;
	width: 100%;
	padding: calc(5px + (10 - 5) * var(--alap-arany));
	position: relative; FONT-SIZE: calc(12px + (14 - 12) * var(--alap-arany)); font-style: normal; font-weight: 400; COLOR: #10a78f; FONT-FAMILY: 'Rubik', sans-serif; text-decoration: none;
	max-heigth: calc(50px + (75 - 50) * var(--alap-arany)); overflow-y: auto;
}
div.quality_details_item_back_container span.quality_details_item_back_text_span a {
	FONT-SIZE: calc(12px + (14 - 12) * var(--alap-arany)); font-style: normal; font-weight: 400; COLOR: #10a78f; FONT-FAMILY: 'Rubik', sans-serif; text-decoration: none;
}
div.quality_details_item_back_container span.quality_details_item_back_text_span a:hover {
	FONT-SIZE: calc(12px + (14 - 12) * var(--alap-arany)); font-style: normal; font-weight: 400; COLOR: #10a78f; FONT-FAMILY: 'Rubik', sans-serif; text-decoration: underline;
}

div.quality_thumbs_item_div {
	position: absolute;
	display: inline-block;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	top: 50%; left: 50%; transform: translate(-50%,-50%);
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-origin: border-box;
	background-clip: content-box, border-box;
	
	border-style: solid;
	border-width: 2px;
	border-color: transparent;
	border-radius: 15px;
	cursor: pointer;
	box-shadow: 0px 0px 10px #ccc;
	opacity: 0;
	transition: all 1s ease;
}

div.quality_thumbs_item_div:hover {
	transform: translate(-50%,-50%) scale(1.1);
}

div.quality_thumbs_item_div.on {
	opacity: 1;
	transition: all 1s ease;
}

div.quality_thumbs_item_div span.quality_thumbs_item_title_span {
	display: none;
	text-align: left;
	width: 100%;
	padding: calc(5px + (10 - 5) * var(--alap-arany)) calc(5px + (10 - 5) * var(--alap-arany)) 0px calc(5px + (10 - 5) * var(--alap-arany));
	border-radius: 15px 15px 0px 0px;
	background: rgba(255,255,255,1);
	position: relative; FONT-SIZE: calc(14px + (18 - 14) * var(--alap-arany)); font-style: normal; font-weight: 500; COLOR: #76b82a; FONT-FAMILY: 'Rubik', sans-serif; text-decoration: none; text-transform: uppercase;
}

div.quality_thumbs_item_div span.quality_thumbs_item_text_span {
	display: none;
	text-align: left;
	width: 100%;
	padding: 5px calc(5px + (10 - 5) * var(--alap-arany));
	background: rgba(255,255,255,1);
	position: relative; FONT-SIZE: calc(10px + (12 - 10) * var(--alap-arany)); font-style: normal; font-weight: 400; COLOR: #76b82a; FONT-FAMILY: 'Rubik', sans-serif; text-decoration: none;
}
div.quality_thumbs_item_div span.quality_thumbs_item_text_span a {
	FONT-SIZE: calc(10px + (12 - 10) * var(--alap-arany)); font-style: normal; font-weight: 400; COLOR: #76b82a; FONT-FAMILY: 'Rubik', sans-serif; text-decoration: none;
}
div.quality_thumbs_item_div span.quality_thumbs_item_text_span a:hover {
	FONT-SIZE: calc(10px + (12 - 10) * var(--alap-arany)); font-style: normal; font-weight: 400; COLOR: #76b82a; FONT-FAMILY: 'Rubik', sans-serif; text-decoration: underline;
}
div.quality_thumbs_item_div span.quality_thumbs_item_text_span:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: 0;
	left: 0;
	transform: translateY(100%);
	background-image: linear-gradient(90deg, rgba(255,255,255,0.5), rgba(118,184,42,0.9), rgba(118,184,42,0.9), rgba(255,255,255,0.5));
}


div.quality_details_div {
	position: relative;
	display: inline-block;
	width: 100%;
	padding-top: 100%;
}

div.quality_thumbs_div {
	display: none;
	position: relative;
	width: 50%;
	padding-top: 50%;
}

div.quality_thumbs_div.on {
	display: inline-block;
}

	div.quality_thumbs_item_div span.quality_thumbs_item_title_span {
		display: block;
	}
	div.quality_thumbs_item_div span.quality_thumbs_item_text_span {
		display: block;
	}

@media screen and (min-width: 520px) {
	div.quality_patikak_container_div {
		text-align: left;
	}
	div.quality_details_div {
		position: relative;
		display: inline-block;
		float: left;
		width: 66.66%;
		padding-top: 66.66%;
	}

	div.quality_thumbs_div {
		width: 33.33%;
		padding-top: 33.33%;
	}
}

@media screen and (min-width: 820px) {
	div.quality_details_div {
		position: relative;
		display: inline-block;
		float: left;
		width: 60%;
		padding-top: 60%;
	}

	div.quality_thumbs_div {
		width: 20%;
		padding-top: 20%;
	}
}


@media screen and (min-width: 1000px) {
	div.quality_details_div {
		position: relative;
		display: inline-block;
		float: left;
		width: 40%;
		padding-top: 40%;
	}

	div.quality_thumbs_div {
		width: 20%;
		padding-top: 20%;
	}
}

div.quality_regio_terkep_div {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	transition: all 0.5s ease;
}
span.quality_regio_terkep_valassz_felirat {
	position: absolute;
	max-width: 90%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	FONT-SIZE: calc(32px + (52 - 32) * var(--alap-arany)); font-style: normal; font-weight: 500; COLOR: #e4287e; FONT-FAMILY: 'Rubik', sans-serif; text-decoration: none; text-transform: uppercase;
	
    background: -webkit-gradient(to bottom,
                                color-stop(0%, #afafaf),
                                color-stop(27%, #ffffff),
                                color-stop(64%, #c4c3c3),
                                color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(top, #afafaf 0%,
                                             #ffffff 27%,
                                             #c4c3c3 64%,
                                             #ffffff 100%);

	-webkit-background-clip: text;
	-webkit-text-fill-color: #e4287e;
    -webkit-text-stroke: calc(2px + (5 - 2) * var(--alap-arany)) transparent;
}
span.quality_regio_terkep_felirat {
	position: absolute;
	max-width: 90%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	FONT-SIZE: calc(26px + (42 - 26) * var(--alap-arany)); font-style: normal; font-weight: 500; COLOR: #ffffff; FONT-FAMILY: 'Rubik', sans-serif; text-decoration: none; text-transform: uppercase;
	
    background: -webkit-gradient(to bottom,
                                color-stop(0%, #afafaf),
                                color-stop(27%, #e4287e),
                                color-stop(64%, #c4c3c3),
                                color-stop(100%, #e4287e));
    background: -webkit-linear-gradient(top, #afafaf 0%,
                                             #e4287e 27%,
                                             #c4c3c3 64%,
                                             #e4287e 100%);

	-webkit-background-clip: text;
	-webkit-text-fill-color: #ffffff;
    -webkit-text-stroke: calc(2px + (5 - 2) * var(--alap-arany)) transparent;
}
span.quality_regio_terkep_felirat_szam {
	FONT-SIZE: calc(32px + (52 - 32) * var(--alap-arany)); font-style: normal; font-weight: 500; COLOR: #e4287e; FONT-FAMILY: 'Rubik', sans-serif; text-decoration: none; text-transform: uppercase;
	
    background: -webkit-gradient(to bottom,
                                color-stop(0%, #afafaf),
                                color-stop(27%, #ffffff),
                                color-stop(64%, #c4c3c3),
                                color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(top, #afafaf 0%,
                                             #ffffff 27%,
                                             #c4c3c3 64%,
                                             #ffffff 100%);

	-webkit-background-clip: text;
	-webkit-text-fill-color: #e4287e;
    -webkit-text-stroke: calc(2px + (5 - 2) * var(--alap-arany)) transparent;	
}

div.regio_valaszto_select_container {
	display: block;
	width: 96%;
	margin: auto;
	padding: calc(3px + (5 - 3) * var(--alap-arany));
	border-radius: calc(3px + (5 - 3) * var(--alap-arany));
    background: -webkit-gradient(to bottom right,
                                color-stop(0%, #afafaf),
                                color-stop(27%, #ffffff),
                                color-stop(64%, #c4c3c3),
                                color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(top left, #afafaf 0%,
                                             #ffffff 27%,
                                             #c4c3c3 64%,
                                             #ffffff 100%);
	box-shadow: 2px 2px 5px #8d8d8d;
}

select.regio_valaszto_select {
	position: relative;
	width: 100%;
	height: 25px;
	background-color: white;
	border: none;
	border-radius: calc(3px + (5 - 3) * var(--alap-arany));
	padding: calc(2px + (5 - 2) * var(--alap-arany));
	FONT-SIZE: calc(14px + (18 - 14) * var(--alap-arany)); font-style: normal; font-weight: 400; COLOR: #4d4d4d; FONT-FAMILY: 'Rubik', sans-serif; text-decoration: none;
}
select.regio_valaszto_select:focus {
	outline: none;
}

@media screen and (min-width: 900px) {
	div.regio_valaszto_select_container {
		display: none;
	}
}


div.quality_patika_felugro_alap_div {
	display: none;
	position: fixed;
	width: calc(100vw + 50px);
	height: calc(100vh + 50px);
	z-index: 998;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-color: rgba(0,0,0,0.4);
	padding: calc(10px + (20 - 10) * var(--alap-arany));
}
div.quality_patika_felugro_outer_div {
	display: block;
	position: absolute;
	width: calc(100% - 90px);
	max-width: 1200px;
	height: calc(100% - 120px);
	max-height: 800px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-image: linear-gradient(90deg, #fff, #fff),linear-gradient(90deg, #fff, #afafaf, #fff, #c4c3c3);

	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-origin: border-box;
	background-clip: content-box, border-box;
	
	border-style: solid;
	border-width: 2px;
	border-color: transparent;
	border-radius: 15px;
	box-shadow: 0px 0px 10px #ccc;
}
div.quality_patika_felugro_outer_div:after {
	content: '';
	position: absolute;
	bottom: calc(-3px - (13 - 3) * var(--alap-arany));
	left: calc(-3px - (13 - 3) * var(--alap-arany));
	width: calc(30px + (100 - 30) * var(--alap-arany));
	height: calc(30px + (100 - 30) * var(--alap-arany));
	background: url(../images/quality_new/q-sign.png) no-repeat center center; background-size: 100% 100%;
}
div.quality_patika_felugro_bezar_div {
	position: absolute;
	width: calc(30px + (50 - 30) * var(--alap-arany));
	height: calc(30px + (50 - 30) * var(--alap-arany));
	top: calc(-15px - (25 - 15) * var(--alap-arany));
	right: calc(-15px - (25 - 15) * var(--alap-arany));
	border-radius: 50%;
	background-color: #e4287e;
	cursor: pointer;
	background: url(../images/quality_felugro_bezar.png) no-repeat center center;
	background-size: 100% 100%;
}
div.quality_patika_felugro_inner_div {
	position: relative;
	width: calc(100% - calc(20px + (50 - 20) * var(--alap-arany)));
	height: calc(100% - 60px);
	margin: calc(20px + (30 - 20) * var(--alap-arany)) auto;
	overflow: auto;
}

div.quality_patika_felugro_content_div {
	width: 100%; text-align: left;
}
#quality_patika_felugro_content_div {FONT-SIZE: 15px; font-weight: 400; font-style: normal; COLOR: #4d4d4e; FONT-FAMILY: 'Rubik', sans-serif; text-decoration:none;}
#quality_patika_felugro_content_div p,h1,h2,h3,h4,h5 {margin: 0px; padding: 0px;}
#quality_patika_felugro_content_div h1{FONT-SIZE: 17px; font-weight: 700; font-style: normal; COLOR: #10a78f; FONT-FAMILY: 'Rubik', sans-serif; text-decoration:none; text-transform: uppercase; padding-bottom: 15px;}
#quality_patika_felugro_content_div h2{FONT-SIZE: 17px; font-weight: 500; font-style: normal; COLOR: #4d4d4e; FONT-FAMILY: 'Rubik', sans-serif; text-decoration:none; padding-bottom: 15px;}
#quality_patika_felugro_content_div h3{FONT-SIZE: 15px; font-weight: 700; font-style: normal; COLOR: #4d4d4e; FONT-FAMILY: 'Rubik', sans-serif; text-decoration:none; padding-bottom: 15px;}
#quality_patika_felugro_content_div h4{FONT-SIZE: 15px; font-weight: 500; font-style: normal; COLOR: #4d4d4e; FONT-FAMILY: 'Rubik', sans-serif; text-decoration:none; padding-bottom: 15px;}
#quality_patika_felugro_content_div h5{FONT-SIZE: 11px; font-weight: 400; font-style: normal; COLOR: #4d4d4e; FONT-FAMILY: 'Rubik', sans-serif; text-decoration:none; padding-bottom: 15px;}
#quality_patika_felugro_content_div p {FONT-SIZE: 15px; font-weight: 400; font-style: normal; COLOR: #4d4d4e; FONT-FAMILY: 'Rubik', sans-serif; text-decoration:none; padding-bottom: 15px;}
#quality_patika_felugro_content_div strong{font-weight: 500;}
#quality_patika_felugro_content_div a {FONT-SIZE: 15px; font-style: normal; font-weight: 400; COLOR: #10a78f; FONT-FAMILY: 'Rubik', sans-serif; text-decoration: none}
#quality_patika_felugro_content_div a:hover {FONT-SIZE: 15px; font-style: normal; font-weight: 400; COLOR: #10a78f; FONT-FAMILY: 'Rubik', sans-serif; text-decoration: underline}

div.quality_patika_felugro_kep_desktop_div {
	display: none;
	width: 30%; max-width: 420px; float: right; padding: 10px 10px 10px 10px; border: 0px;
	text-align: right;
}
div.quality_patika_felugro_kep_mobile_div {
	display: block;
	width: 100%; padding: 10px 10px 10px 10px; border: 0px;
	text-align: right;
}
@media screen and (min-width: 800px) {
	div.quality_patika_felugro_kep_desktop_div {
		display: block;
	}
	div.quality_patika_felugro_kep_mobile_div {
		display: none;
	}
}

img.quality_patika_felugro_kep_img {
	width: 100%;
	border-radius: calc(15px + (25 - 15) * var(--alap-arany));
	box-shadow: 0 0 5px 0px #10a78f;
}
img.quality_patika_felugro_kep_img:hover {
	box-shadow: 0 0 5px 2px #10a78f;
}

img.quality_patika_felugro_ikonkep_img {
	width: 25%;
}

img.quality_patika_felugro_logo_img {
	display: block;
	width: 90%;
	margin: auto;
	transition: all 1s ease;
}
img.quality_patika_felugro_logo_img:hover {
	transform: scale(1.1);
}

div.quality_patika_felugro_aloldal_vissza_div {
	float: right; padding: 3px 10px; border-radius: 10px; background-color: #db208f;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}
.quality_patika_felugro_aloldal_vissza_style {
	FONT-SIZE: 11px; font-style: normal; font-weight: bold; COLOR: #ffffff; FONT-FAMILY: 'DINPro_Bold', sans-serif; text-decoration: none; text-transform: uppercase;
}



div.card_container_div {
	display: block; position: relative;
	width: 100%; padding-top: 100%;
	cursor: pointer;
}

div.card_3dcontainer_div {
	display: block; position: absolute;
	width: 100%; height: 100%;
	top: 0px;
	transform-style: preserve-3d;
	transition: all 1.5s ease-in;
	transform: rotate3d(0);
}
div.card_3dcontainer_div.back {
	transform: rotate3d(0, 1, 0, 180deg);
}
div.card_front_div {
	position: absolute; backface-visibility: inherit; transform: translateZ(0px);

	width: 100%;
	height: 100%;

	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-origin: border-box;
	background-clip: content-box, border-box;
	
	border-style: solid;
	border-width: 2px;
	border-color: transparent;
	border-radius: 15px;
	cursor: pointer;
	box-shadow: 0px 0px 10px #ccc;
}
div.card_front_div span.card_flip_icon {
	display: inline-block;
	position: absolute;
	top: 50%; left: 50%; transform: translate(-50%,-50%);
	animation: card_flip_icon_pulse 3s linear 1s infinite alternate;
}
@keyframes card_flip_icon_pulse {
  0%   {transform: translate(-50%,-50%);}
  100% {transform: translate(-50%,-50%) scale(2);}
}
div.card_front_div span.card_flip_icon i {
	FONT-SIZE: calc(30px + (58 - 30) * var(--alap-arany)); font-weight: 700; font-style: normal; COLOR: rgba(227,40,126,0.5);
}

div.card_back_div {
	position: absolute; backface-visibility: inherit; transform: rotateY(180deg) translateZ(1px);
	
	width: 100%;
	height: 100%;

	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-origin: border-box;
	background-clip: content-box, border-box;
	
	border-style: solid;
	border-width: 2px;
	border-color: transparent;
	border-radius: 15px;
	cursor: pointer;
	box-shadow: 0px 0px 10px #ccc;
}
div.card_back_div span.card_flip_icon {
	display: inline-block;
	position: absolute;
	top: 5%; right: 5%;
}
div.card_back_div span.card_flip_icon i {
	FONT-SIZE: calc(30px + (48 - 30) * var(--alap-arany)); font-weight: 700; font-style: normal; COLOR: rgba(0,0,0,0.5);
}
div.card_right_div {
	position: absolute; backface-visibility: inherit; transform: rotateY(90deg) translateZ(2.5px); width: 1px !important; height: 100%; background-color: transparent;
}
div.card_left_div {
	position: absolute; backface-visibility: inherit; transform: rotateY(-90deg) translateZ(2.5px); width: 1px !important; height: 100%; background-color: transparent;
}
div.card_top_div {
	position: absolute; backface-visibility: inherit; transform: rotateX(90deg) translateZ(2.5px); width: 100%; height: 1px !important; background-color: transparent;
}
div.card_bottom_div {
	position: absolute; backface-visibility: inherit; transform: rotateX(-90deg) translateZ(2.5px); width: 100%; height: 1px !important; background-color: transparent;
}
div.card_container_div:hover span.card_flip_icon i {
	COLOR: rgba(227,40,126,0.9);
}


#slider {
	display: flex;
	align-items: center;
	min-height: 200px;
	max-height: 90vh;
    width: 100%;
	max-width: 1600px;
    margin: auto;
    overflow: hidden;
    margin: 10px 0px;
    position: relative;
}
 
#slider #slides {
    width: 100%;
	height: auto;
    overflow: hidden;
    font-family: Arial, sans-serif;
    position: relative;
	text-align: center;
}
 
#slider #slides > div {
    list-style: none;
    width: 100%;
	height: auto;
	white-space: nowrap;
    position: relative;
    left: 0px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
 
#slides > div > span {
    -webkit-transition: all 0.7s cubic-bezier(0.550, 0.085, 0.680, 0.530);
    -moz-transition: all 0.7s cubic-bezier(0.550, 0.085, 0.680, 0.530);
    -o-transition: all 0.7s cubic-bezier(0.550, 0.085, 0.680, 0.530);
    transition: all 0.7s cubic-bezier(0.550, 0.085, 0.680, 0.530);
    width: 8%;
    border-radius: 5px;
	max-height: 90vh;
    opacity: 1;
    display: inline-block; vertical-align: middle;
    position: relative;
    font-size: 1.6em;
    z-index: 1;
	cursor: pointer;
	margin: 1%;
	text-align: center;
    /* Set 3D perspective since we're using 3D transforms */
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -webkit-perspective: 300px;
    -moz-perspective: 300px;
    perspective: 300px;
    -webkit-perspective-origin: 20% 50%; 
    -moz-perspective-origin: 20% 50%; 
    perspective-origin: 20% 50%;
}

#slides > div > span img {
    -webkit-transition: all 0.7s cubic-bezier(0.550, 0.085, 0.680, 0.530);
    -moz-transition: all 0.7s cubic-bezier(0.550, 0.085, 0.680, 0.530);
    -o-transition: all 0.7s cubic-bezier(0.550, 0.085, 0.680, 0.530);
    transition: all 0.7s cubic-bezier(0.550, 0.085, 0.680, 0.530);
	width: 100%;
	max-height: 90vh;
	object-fit: contain;
}

/* Display none, so the user doesn't see whats happening with the radio buttons */
#slider input[type=radio] {
    display: none;
}
 
#slider #slides > div > span > img {
    margin: auto;
    height: 100%;
}
 
/* Style the arrows so they look nice! */
#slider .arrows {
    font-size: calc(12px + (50 - 12) * var(--alap-arany));
    color: #fff;
    position: absolute;
    top: 50%; transform: translateY(-50%);
    display: none;
    cursor: pointer;
    z-index: 100;
    text-align: center;
    padding: 0px;
	transition: transform 1s ease;
}

#slider .arrows i {
	color: #e4287e !important;
	font-size: calc(12px + (50 - 12) * var(--alap-arany));
}

#slider .arrows:hover {
	transform: translateY(-50%) scale(1.2);
}
 
/* The info boxes */
#slides .info {
    width: 100%;
    padding: 20px 20px 25px 20px;
    position: relative;
    bottom: 120px;
    border-radius: 5px 5px 0 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
    -webkit-transition: all 1s 0.2s cubic-bezier(1, 0, 0.6, 1);
    transition: all 1s 0.2s cubic-bezier(1, 0, 0.6, 1);
    color: #fff;
    font-weight: bold;
    background-color: rgb(30, 30, 30);
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
    line-height: 30px;
}
 
#slides .info strong {
    border-bottom: 2px solid #fff;
    padding: 3px 0;
}
 
#slides .info em {
    font-size: 0.8em;
    float: right;
    padding-top: 4px;
    color: rgba(255,255,255,0.2);
}