﻿<br />
<b>Notice</b>:  Undefined index: app in <b>/web/htdocs/www.genext.hu/home/www/_sys/css.php</b> on line <b>31</b><br />
<br />
<b>Notice</b>:  Undefined index: dba in <b>/web/htdocs/www.genext.hu/home/www/_sys/css.php</b> on line <b>39</b><br />
<br />
<b>Notice</b>:  Undefined index: ico in <b>/web/htdocs/www.genext.hu/home/www/_sys/css.php</b> on line <b>40</b><br />
<br />
<b>Notice</b>:  Undefined index: lan in <b>/web/htdocs/www.genext.hu/home/www/_sys/css.php</b> on line <b>41</b><br />

@font-face {
  font-family: "mnts_r";
  src: url("https://genext.hu/_sys/_fnt/montserrat-regular.woff2");
  font-display: swap;
}
@font-face {
  font-family: "mnts_m";
  src: url("https://genext.hu/_sys/_fnt/montserrat-medium.woff2");
  font-display: swap;
}
@font-face {
  font-family: "mnts_b";
  src: url("https://genext.hu/_sys/_fnt/montserrat-bold.woff2");
  font-display: swap;
}


body{
	font-family: "mnts_r";	
}
*{
	margin: 0; 
	padding: 0; 
	list-style-type: none;
	font-weight: normal;	
	text-decoration: none;
	border: 0;
}


[id^="rough_"] {
	display: inline-block;
	position: relative;   
}

[id^="rough_"]:before,
[id^="rough_"]:after{
	position: absolute;
	top: calc(100% + 3px);
	background: #b21f25;
	content: '';
	height: 3px;
	left: 50%;
	width: 0;
	opacity: 0;
	transition: left 0.2s ease-in-out, width 0.2s ease-in-out;
}

#M [id^="rough_"]:before,
#M [id^="rough_"]:after{
	top: calc(100% - 10px);
}
#M [id^="rough_"].visible:before{
	width: calc(50% - 10px);
	left: 10px;
}
#M [id^="rough_"].visible:after{
	width: calc(50% - 10px);
}

[id^="rough_"].visible:before{
	left: 0;
	width: 50%;
	opacity: 1;
}
[id^="rough_"].visible:after{
	width: 50%;
	opacity: 1;
}

.need_load{
	filter: blur(10px);
	transition: filter 0.2s ease-in-out;	
}

.need_load.loaded{
	filter: blur(0px);	
}

br{
	position: static;
	float: none;	
}

html{
	width: 100%;
	height: 100%;
	overflow: hidden;
	overflow-y: scroll;
}
html.noscroll{
	overflow: hidden;
}
body{
	width: 100%;
	height: auto;
    cursor: default;   
	color: #22242e;
	background: #fff;
	user-select: none;
	
	-webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
body[data-typ="2"] .show_1,
body[data-typ="1"] .show_2{
	display: none;
}


div, span, p, img, ol, li, a, h1, h2, h3{
	position: relative;
	float: left;	
}


.simpleParallax{
	position: static;
	float: none;
	
}


/* width */
::-webkit-scrollbar{
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track{
  background: #383838;
  border-left: 0px solid #383838;
}

/* Handle */
::-webkit-scrollbar-thumb{
	background: #b21f25;
	min-height: 200px;
	cursor: pointer !important;
	transition: background 0.2s ease-in-out;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover{
	background: #b21f25;
	cursor: pointer !important;
}



p{
    line-height: 24px;	
}


.col_bck_0{
	background: #fff;
	color: #22242e;	
}
.col_bck_1{
	background: #8cbbb6;
	color: #fff;	
}

#M{
	position: fixed;
	width: calc(100% - 20px);
	
	font-family: 'mnts_m';
	letter-spacing: 0.05em;
	text-transform: lowercase;
	font-size: 12px;
	padding: 20px 10px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	background: #fff;
}

#M [id^="rough_"]{
	margin-bottom: 0;	
}

#M > ol.main li.logo{
	margin-right: 0px;
	background: #fff;
	border-radius: 5px;
	margin: 5px 25px 5px 0;
}
#M > ol.main li.logo img{
	height: 30px;
	width: auto;
	margin: 5px 5px;
}

#M > ol.main{
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	font-size: 12px;
}
.open_menu #M > ol.main{
	display: none;
}

#M > ol.main li.menu a{
	color: #354C3A;
	text-transform: uppercase;
	padding: 5px 10px 5px 10px;
	line-height:40px;
	height: 40px;
}





#M ol.main li.menu ol.hover_sub{
	position: absolute;
    top: 70%;
	left: 50%;
	transform: translateX(-50%);
	background: #f5f5f5;
	border-radius: 20px;
	width: 500px;
	box-shadow: -3px 3px 3px rgba(0,0,0,0.2);
	overflow: hidden;
	transition: top 0.1s ease-in-out, opacity 0.1s ease-in-out;
	opacity: 0;
	pointer-events: none;
}
#M ol.main li.menu:hover ol.hover_sub{
	opacity: 1;
	top: 100%;
	pointer-events: auto;
}

#M ol.main li.menu ol.hover_sub li{
	width: 50%;
}


#M ol.main li.menu ol.hover_sub li a{
	width: calc(100% - 40px);
	padding: 0;
	line-height: 20px;
	padding: 20px 20px;
	font-size: 12px;
	font-family: 'mnts_m';
	transition: background 0.2s ease-in-out;
}
#M ol.main li.menu ol.hover_sub li a:hover{
	background: #eee;
}
#M ol.main li.menu ol.hover_sub li a .graf{
	position: relative;
	float: left;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin-right: 15px;
	background: #b21f25;
	transition: margin 0.2s ease-in-out;
}
#M ol.main li.menu ol.hover_sub li a:hover .graf{
	margin-right: 10px;
}

#M ol.main li.menu ol.hover_sub li a .graf:before{
	content: '';
	position: relative;
	float: left;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	border-radius: 50%;	
}

#M ol.main li.menu ol.hover_sub li a .graf svg{
	position: absolute;
	top: 10px;
	left: 10px;
}

#M ol.main li.menu ol.hover_sub li a .graf svg polygon,
#M ol.main li.menu ol.hover_sub li a .graf svg rect {
	stroke: #b21f25;
	stroke: white;
	stroke-width: 8;
	transition: transform 0.1s ease-in-out;
	transform: scale(0.9);
	transform-origin: center;
}

#M ol.main li.menu ol.hover_sub li a:hover .graf svg polygon,
#M ol.main li.menu ol.hover_sub li a:hover .graf svg rect {
	stroke: white; /* or any other color */
	transform: scale(1.1);
}


#M > ol.main li.menu > a{
	font-family: 'mnts_m';
}



/*SUBMENUS*/
#M > ol.slide_menus{
	left: 50%;
	transform: translateX(-50%);
}
#M > ol.slide_menus li.logo{
	margin-right: 0px;
	background: #fff;
	border-radius: 5px;
	margin: 15px 0;
	left: 50%;
	transform: translateX(-50%);
}
#M > ol.slide_menus li.logo img{
	height: 20px;
	width: auto;
	margin: 5px 5px;
}
#M > ol.slide_menus li.menu{
	margin-left: 30px;
	line-height: 60px;
}

#M > ol.slide_menus li.menu a{
	color: #354C3A;
	text-transform: uppercase;
}

#M > ol.slide_menus li.menu.act > a{
	color: #b21f25;
}


#M > ol.slide_menus ol.hover_sub{
	width: 200px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%);
	background: #8cbbb6;
	color: #fff;
	transition: 0.4s opacity ease-in-out 0.2s, 0.2s top ease-in-out;
	opacity: 0;
	z-index: -100;
	pointer-events: none;
}
#M > ol.slide_menus li:hover ol.hover_sub{
	opacity: 0;
	top: 100%;
	z-index: 1;
	pointer-events: auto;
	transition: 0.2s opacity ease-in-out 0.2s, 0.4s top ease-in-out;
}



#M > ol.slide_menus ol.hover_sub li{
	width: 100%;
	text-align: center;
}
#M > ol.slide_menus ol.hover_sub li a{
	width: calc(100% - 20px);
	text-align: center;
	line-height: 20px;
	padding: 10px;
	transition: 0.2s ease-in-out background, 0.2s ease-in-out color; 
}
#M > ol.slide_menus ol.hover_sub li a:hover{
	background: #f1bc1a;
	color: #354C3A;
}


#M > ol.slide_menus li.menu{
		width: calc(100% - 50px);
		padding: 20px 25px;
		margin: 0;
		line-height: 20px;
	}

@media all and (max-width: 1366px){
	#M > ol.slide_menus li.logo{
		margin-right: 0;
	}

}


@media all and (max-width: 1024px){
	#M > ol.slide_menus li.menu{
		width: calc(100% - 50px);
		padding: 20px 25px;
		margin: 0;
		line-height: 20px;
	}
}


@media all and (max-width: 600px){


}


#M > ol.slide_menus{
		left: 0;
		transform: none;
		width: 100%;	
	}


	
	
	body.open_menu ol.slide_menus{
		background: #fff;
		padding-top: 50px;
	}
	
	#M > ol.slide_menus li.menu > a{
		color: #000;	
	}
	
	#M > ol.slide_menus li.menu{
		height: 0px;
		line-height: 30px;
		overflow: hidde;
		padding: 0 25px;
		
		transition: height 0.2s ease-in-out, padding 0.2s ease-in-out;	
	}
	#M > ol.slide_menus li.menu a{
		height: 30px;
		line-height: 30px;	
		position: absolute;
		right: -300px;
		opacity: 0.0;
		transition: right 0.2s ease-in-out, opacity 0.2s ease-in-out;
		text-align: right;
	}
	
	
	#M > ol.slide_menus li.menu:nth-of-type(1) a{
		transition-delay: 50ms;
		transition-property: right;
	}
	#M > ol.slide_menus li.menu:nth-of-type(2) a{
		transition-delay: 100ms;
		transition-property: right;
	}
	#M > ol.slide_menus li.menu:nth-of-type(3) a{
		transition-delay: 150ms;
		transition-property: right;
	}
	#M > ol.slide_menus li.menu:nth-of-type(4) a{
		transition-delay: 200ms;
		transition-property: right;
	}
	#M > ol.slide_menus li.menu:nth-of-type(5) a{
		transition-delay: 250ms;
		transition-property: right;
	}
	#M > ol.slide_menus li.menu:nth-of-type(6) a{
		transition-delay: 300ms;
		transition-property: right;
	}
	#M > ol.slide_menus li.menu:nth-of-type(7) a{
		transition-delay: 350ms;
		transition-property: right;
	}
	
	body.open_menu #M > ol.slide_menus li.menu a{
		right: 30px;
		opacity: 1.0;
	}
	
	body.open_menu #M > ol.slide_menus li.menu{
		height: 30px;
		line-height: 30px;
		padding: 20px 25px;	
	}
	
	body.open_menu #M{
		box-shadow: 0px 0px 30px rgba(0,0,0,0.2);
	}
	


/*SUBMENUS*/



@media all and (max-width: 1366px){
	#M{

	}
	#M > div.logo{
		margin-right: 0;
	}

}


@media all and (max-width: 1024px){
	#M > ol.main li.menu{
		display: none;
	}
	#M > ol.main li.logo {
		margin: 10px 0px 10px 0;
	}
	body #HBM{
		top: 10px;
		right: 20px !important;
		margin-top: 0;
	}
}

@media all and (max-width: 1024px){

	
	body #HBM{
		opacity: 1.0;
	}
	#M > div.logo {
		margin: 15px 0;
	}

}


@media all and (max-width: 600px){
	#M > div.logo img {
		height: 40px;
		width: auto;
		margin: 0px 0px;
	}
	
	
	#M > ol.main{
		left: 20px;
		transform: none;	
	}

}







#HBM{
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	cursor: pointer;
	
	z-index: 110;
	border-radius: 50%;
	pointer-events: auto;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	transition: opacity 0.2s ease-in-out, right 0.2s ease-in-out;
	margin-top: 15px;
	top: 25px;
	right: -150px;
}





#HBM:before{
	width: 50px;
	height: 50px;
	line-height: 50px;
	content: 'MENU';
	color: #000;
	position: absolute;
	top: 0px;
	right: 40px;
	text-transform: uppercase;
}

html[lang="HU"] #HBM:before{
	content: 'MENÜ';
}

.hbml{
	width: 28px;
	height: 2px;
	overflow: hidden;
	position: absolute;
	z-index: 10;
}

.hbml-in{
	width: 84px;
	height: 2px;
	position: absolute;
	top: 0;
	left: 0;
}

.hbml-in::before,
.hbml-in::after{
	width: 28px;
	height: 2px;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	background-color: #222;
}

.hbml-in::before{
	left: -56px;
}

.hbml-in::after{
	left: 0;
}

.hbml--01,
.hbml--02,
.hbml--03,
.hbml--cross01,
.hbml--cross02{
	left: 12px;
}

.hbml--cross01,
.hbml--cross02{
	opacity: 0.0;
}

.open_menu .hbml--cross01,
.open_menu .hbml--cross02{
	opacity: 1.0;
}

.hbml--01{
	top: 16px;
}

.hbml--02,
.hbml--cross01,
.hbml--cross02{
	top: 23px;
}

.hbml--03{
	top: 30px;
}

.hbml--cross01{
	transform: rotate(45deg);
}

.hbml--cross02{
	transform: rotate(-45deg);
}

.hbml{
	transition-duration: 0.6s;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hbml-in{
	transition-duration: 0.6s;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hbml-in::before,
.hbml-in::after{
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}

.hbml-in--cross01,
.hbml-in--cross02{
	transform: translateX(-33.3%);
}

.hbml-in--01{
	transition-delay: 0.2s;
}

.hbml-in--02{
	transition-delay: 0.25s;
}

.hbml-in--02::before,
.hbml-in--02::after{
	transition-delay: 0.05s;
}

.hbml-in--03{
	transition-delay: 0.3s;
}

.hbml-in--03::before,
.hbml-in--03::after{
	transition-delay: 0.1s;
}

.hbml-in--cross01{
	transition-delay: 0.0s;
}

.hbml-in--cross02{
	transition-delay: 0.05s;
}

.hbml-in--cross02::before,
.hbml-in--cross02::after{
	transition-delay: 0.1s;
}

body.open_menu #HBM .hbml-in--01,
body.open_menu #HBM .hbml-in--02,
body.open_menu #HBM .hbml-in--03{
	transform: translateX(33.3%);
}

body.open_menu #HBM .hbml-in--cross01,
body.open_menu #HBM .hbml-in--cross02{
	transform: translateX(0);
}

body.open_menu #HBM .hbml-in--01{
	transition-delay: 0s;
}

body.open_menu #HBM .hbml-in--02{
	transition-delay: 0.05s;
}

body.open_menu #HBM .hbml-in--03{
	transition-delay: 0.1s;
}

body.open_menu #HBM .hbml-in--cross01{
	transition-delay: 0.25s;
}

body.open_menu #HBM .hbml-in--cross02{
	transition-delay: 0.3s;
}

#HBM:hover .hbml-in::before,
#HBM:hover .hbml-in::after{
	transform: translateX(200%);
}

#HBM:hover .hbml-in--01::before,
#HBM:hover .hbml-in--01::after,
#HBM:hover .hbml-in--02::before,
#HBM:hover .hbml-in--02::after,
#HBM:hover .hbml-in--03::before,
#HBM:hover .hbml-in--03::after{
	transition-duration: 1s;
}

#HBM:hover .hbml-in--cross01::before,
#HBM:hover .hbml-in--cross01::after,
#HBM:hover .hbml-in--cross02::before,
#HBM:hover .hbml-in--cross02::after{
	transition-duration: 0s;
}

body.open_menu #HBM:hover .hbml-in--cross01::before,
body.open_menu #HBM:hover .hbml-in--cross01::after,
body.open_menu #HBM:hover .hbml-in--cross02::before,
body.open_menu #HBM:hover .hbml-in--cross02::after{
	transition-duration: 1s;
}

body.open_menu #HBM:hover .hbml-in--01::before,
body.open_menu #HBM:hover .hbml-in--01::after,
body.open_menu #HBM:hover .hbml-in--02::before,
body.open_menu #HBM:hover .hbml-in--02::after,
body.open_menu #HBM:hover .hbml-in--03::before,
body.open_menu #HBM:hover .hbml-in--03::after{
	transition-duration: 0s;
}



@-webkit-keyframes intervalHamburgerBorder{
	0%{
		opacity: 1;
		transform: scale(1);
	}
	80%{
		transform: scale(1.6);
	}
	100%{
		opacity: 0;
		transform: scale(1.6);
	}
}

@keyframes intervalHamburgerBorder{
	0%{
		opacity: 1;
		transform: scale(1);
	}
	80%{
		transform: scale(2.0);
	}
	100%{
		opacity: 0;
		transform: scale(2.0);
	}
}



@media all and (max-width: 1024px){
body.fixedMenu #HBM, 
body.open_menu #HBM {
    right: 50px;
}
}

@media all and (max-width: 600px){
	#HBM {
		margin-top: 5px;
        right: 25px !important;
	}
	body.fixedMenu #HBM{
	right: 25px !important;
}
}




#HBM2{
	width: 64px;
	height: 64px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 110;
	transition: opacity 0.2s ease-in-out, color 0.2s ease-in-out, background 0.2s ease-in-out;
	opacity: 0.0;
	
	pointer-events: none;
}

#HBM2 .clickable {
	width: 64px;
	height: 64px;
	display: block;
	cursor: pointer;
	z-index: 110;
	border-radius: 50%;
	background-color: #b21f25;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
	text-align: center;
	color: #fff;
	line-height: 64px;
	font-size: 24px;

	pointer-events: auto; 
}

body.fixed #HBM2{
	opacity: 1.0;
}


#HBM2.light .clickable {
	background-color: #ffffff;
	color: #b21f25;
}
#HBM2 .clickable:hover{
	background-color: #b21f25;
	color: #fff;
}


	#HBM2{
		position: fixed;
		bottom: 10px;
		right: 10px;
		transform: scale(0.75);
	}	
	
	
	#HBM2 {
	pointer-events: none;
}




#HBM2 .clickable:not(:hover):after{
	width: 64px;
	height: 64px;
	box-sizing: border-box;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	border: 4px solid #b21f25;
	border-radius: 50%;
	-webkit-animation-duration: 1.2s;
	animation-duration: 1.2s;
	-webkit-animation-name: intervalHamburgerBorder;
	animation-name: intervalHamburgerBorder;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

#HBM2.light .clickable:not(:hover):after{
	border: 4px solid #ffffff;
}


@-webkit-keyframes intervalHamburgerBorder{
	0%{
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	80%{
		-webkit-transform: scale(1.6);
		transform: scale(1.6);
	}
	100%{
		opacity: 0;
		-webkit-transform: scale(1.6);
		transform: scale(1.6);
	}
}

@keyframes intervalHamburgerBorder{
	0%{
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	80%{
		-webkit-transform: scale(1.6);
		transform: scale(1.6);
	}
	100%{
		opacity: 0;
		-webkit-transform: scale(1.6);
		transform: scale(1.6);
	}
}







#TERMIN{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100vh;
	background: rgba(255,255,255,0.4);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	z-index: 120;
	font-size: 18px;
	line-height: 24px;
	transition: opacity 0.2s ease-in-out;
	opacity: 0.0;
	display: none;
}
#TERMIN.block{
	display: block;
}
#TERMIN.visible{
	opacity: 1.0;
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
}

#TERMIN form{
	width: 400px;
	padding: 40px;
	height: calc(100vh - 80px);
	overflow: hidden;
	overflow-y: auto;

	position: absolute;
	top: 0;
	right: -600px;
	box-shadow: 0px 0px 30px rgba(0,0,0,0.2);
	transition: right 0.2s ease-in-out;
	
	color: #22242e;
    background: #ffffff;
	
}

#TERMIN form.visible{
	right: 0;
}

#TERMIN form h5{
	width: 100%;
	line-height: 50px;
	font-size: 20px;
	padding: 0;
	margin: 0;
	font-family: "mnts_b";
	text-transform: uppercase;
}
#TERMIN form h5 s{
	float: right;
	cursor: pointer;
}

#TERMIN form ol{
	width: calc(100% - 4px);
	padding: 50px 0px 0 0px;
	max-height: 0;
	transition: max-height 0.2s ease-in-out;
	overflow: hidden;
	background: #ffffff;
	border: 2px solid #354C3A;
	border-radius: 3px;
}
#TERMIN form .choose.err ol{
	border: 2px solid #e74c3c;
}



#TERMIN form ol li{
	width: calc(100% - 40px);
	padding: 0px 20px 0 20px;
	height: 50px;
	line-height: 50px;
	cursor: pointer;
	font-size: 16px;
}

#TERMIN form ol li span{
	width: calc(100% - 40px);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 20px;
	line-height: 20px;
}

#TERMIN form ol li[data-typ="0"]:not(.sel){
	display: none;
}
#TERMIN form ol.open{
	max-height: 100000px;
	background: #354C3A;
	color: #fff;
}
#TERMIN form ol li.sel{
	position: absolute;
	top: 0px;
	left: 0px;
}

#TERMIN form ol.open li:hover{
	background: #f1bc1a;
	color: #1A341F;
}

#TERMIN form .step{
	width: 100%;
}

#TERMIN form p{
	margin-top: 20px;
	width: 100%;
	color: #22242e;
}

#TERMIN form div.step[data-step="5"]{
	margin-top: 30px;	
}
#TERMIN form div.step[data-step="5"] p{
	margin-top: 0px;	
}

#TERMIN form p.mt{
	margin-top: 40px;
	width: 100%;
}
#TERMIN form p.mb{
	margin-bottom: 20px;
	width: 100%;
}

#TERMIN form p b{
	float: left;
	width: 100%;
	margin-bottom: 5px;
	font-family: "mnts_b";
}

#TERMIN form p a{
	float: left;
	width: 100%;
	margin-bottom: 5px;
	font-family: "mnts_b";
}
#TERMIN form p a:hover{
	color: #b21f25;
}

#TERMIN form .ui-state-active, .ui-widget-content .ui-state-active{
    border: 1px solid #b21f25;
    background: #b21f25;
	color: #fff;
}


#TERMIN form p.err b{
	color: #e74c3c;
}

#TERMIN form > *{
	float: left;
	margin: 5px 0;
}

#TERMIN.success form > *,
#TERMIN form > .success{
	display: none;
}

#TERMIN.success form > .success,
#TERMIN.success form > h5{
	display: block;
}

#TERMIN form p a{
	float: none;
	text-decoration: underline;
	color: inherit;
}
#TERMIN form p a:hover{
	color: #b21f25;
}

#TERMIN form p span{
	float: left;
	width: 100%;
	line-height: 30px;
	margin-top: 5px;
}
#TERMIN form p.checks{
	margin-top: 0;
}
#TERMIN form p span{
	font-size: 16px;
}
#TERMIN form p span.check{
	cursor: pointer;
}
#TERMIN form p span.check:before{
	float: left;
	width: 30px;
	line-height: 28px;
	content: '\e065';
	font-family: i065;
	font-size: 18px;
	transition: color 0.2s ease-in-out;
	margin-right: 4px;
}
#TERMIN form p span.check.oke:before{
	content: '\e066';
	font-family: i066;
	color: #b21f25;
}

#TERMIN form p.input{
	border: none;
	box-shadow: none;
	border-bottom: 2px solid #ccc;
	width: 100%;
	background: #ffffff;
}

#TERMIN #timepicker{
		
	width: 100%;

}


#TERMIN form .logo{
    margin-top: 30px;
    height: 50px;
	width: auto;
}
#TERMIN #timepicker span{
	cursor: pointer;
	width: calc(25% - 16px);	
	padding: 0 5px;
	line-height: 32px;
	height: 30px;
	margin: 0;
	font-size: 14px;
	margin: 0px 2px 2px 0px;
	background: #eee;
	text-align: center;
	transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
	font-size: 14px;
	border-radius: 3px;
	border: 2px solid #ccc;
	font-family: "mnts_b";
}
#TERMIN #timepicker span:hover{
	backgrund: #ddd;	
}
#TERMIN #timepicker span.sel{
	cursor: default;
}
#TERMIN #timepicker span:not(.sel):hover{
	background: #ccc;
}
#TERMIN #timepicker span.sel{
	background: #61121c !important;
	color: #fff;
	border: 2px solid #61121c;
}

#TERMIN form .choose{
	width: 100%;
}
#TERMIN form #choose_2{
	display: none;
	margin-top: 20px;
}

#TERMIN form p.input input{
	line-height: 40px;
	height: 40px;
	width: 100%;
	font-family: inherit;
	background: #ffffff;
	color: #22242e;
}

#TERMIN form p.input textarea{
	line-height: 24px;
	height: auto;
	min-height: 96px;
	width: 100%;
	resize: vertical;
	font-family: inherit;
	background: #ffffff;
}

#TERMIN form p.input:after{
	position: absolute;
	bottom: -3px;
	left: 0px;
	transition: width 0.2s ease-in-out;
	content: '';
	width: 0px;
	height: 4px;
	background: #b21f25;
	border-radius: 1px;
}

#TERMIN form p.input.focus:after{
	width: 100%;
	box-shadow: none;
}

#TERMIN form p.input input,
#TERMIN form p.input textarea{
	font-family: inherit;
	font-size: inherit;
}
#TERMIN form p.input input:focus,
#TERMIN form p.input textarea:focus{
	border: none;
	outline: none;
}


#TERMIN form #send{
	padding: 0px 25px;
	line-height: 50px;
	height: 50px;
	background: #eee;
	color: #292b36;
	cursor: pointer;
	margin-bottom: 50px;
	transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
	cursor: pointer;
	font-family: "mnts_b";
	margin-top: 20px;
}

#TERMIN form #send:hover{
	background: #b21f25;
	color: #fff;
}

#TERMIN .step{
	display: none;	
}
#TERMIN[data-step="1"] .step[data-step="1"],
#TERMIN[data-step="2"] .step[data-step="1"],
#TERMIN[data-step="2"].calendar .step[data-step="2"],
#TERMIN[data-step="3"] .step[data-step="1"],
#TERMIN[data-step="3"].calendar .step[data-step="2"],
#TERMIN[data-step="3"] .step[data-step="3"],
#TERMIN[data-step="5"] .step[data-step="5"]{
	display: block;	
}


#TERMIN[data-step="3"] .step[data-step="3"]{
	display: none;	
}

#TERMIN .step[data-step="1"]{
	display: none !important;
}



@media all and (max-width: 1366px){
	
}

@media all and (max-width: 1024px){


	

}
@media all and (max-width: 800px){
	#TERMIN form{
		width: calc(100% - 40px);
		padding: 20px;
		height: calc(100vh - 40px);
		
		right: -120%;
		box-shadow: 0px 0px 30px rgba(0,0,0,0.2);
		transition: right 0.2s ease-in-out;
	}
	
	#TERMIN form #send{
		width: calc(100% - 50px);
		margin-top: 25px;
		margin-bottom: 100px;
		line-height: 60px;
		height: 60px;
		text-align: center;
	}

}




.ui-datepicker-header{
	width: 100%;	
}
.ui-datepicker .ui-datepicker-title{
    margin: 0 50px;
    width: calc(100% - 100px);
}
.ui-datepicker .ui-datepicker-title span{
	width: calc(50% - 20px);
	padding: 0px 5px;
	text-align: right;	
}

.ui-datepicker .ui-datepicker-title span:last-of-type{
	text-align: left;	
}

.ui-datepicker td{
    border: 0;
    padding: 1px;
    width: calc(100%/7);
}

.ui-datepicker th span{
	width: 100%;
	text-align: center;	
}

.ui-widget-content .ui-state-default{
	width: calc(100% - 2px);
    text-align: center;
    padding: 0;
    margin: 0;	
}



.ui-widget-content .ui-state-disabled.ui-datepicker-current-day .ui-state-default{
	
}
.e16 .next, 
.btn{
	width: auto;
	left: 50%;
	transform: translateX(-50%);
	background: #fff;
	color: #22242e;
	padding: 15px 25px;
	line-height: 20px;
	border-radius: 25px;
	transition: color 0.2s ease-in-out, border 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
	font-family: "mnts_m";
	overflow: hidden;
	box-shadow: 0px 4px 10px rgba(0,0,0,0.2);
	text-align: center;
	text-decoration: none;
}

.e16 .next span,
.btn span{
	width: 100%;
}

.e13.btn_0 a.btn{
    background: #fff;
}
.e13.btn_1 a.btn,
.btn.btn_1{
    background: #8cbbb6;
	color: #fff !important;
}
.e13.btn_2 a.btn,
.btn.btn_2,
.e16 .next{
    background: #b21f25;
	color: #fff !important;
}


.btn:after,
.e16 .next:after{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 100%;

	transition: top 0.2s ease-in-out;
	background: linear-gradient(0deg, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0) 100%);
	content: '';
}
.btn:hover{
	color: #292b36;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
}
a.btn:hover:after,
.e16 .next:hover:after{
	top: 0;
}

.e11 a.btn{
	left: auto;
	transform: none;
}
.e11.ali_0 a.btn,
.e11.ali_1 a.btn{
	float: right;
}

.e11.c1 a.btn,
.e11.col_1 a.btn,
.e11.col_2 a.btn{
	border: 2px solid #292b36;
	color: #292b36;
}
.e11.c1 a.btn:before,
.e11.col_1 a.btn:before,
.e11.col_2 a.btn:before{
	background: #292b36;
}
.e11.c1 a.btn:hover,
.e11.col_1 a.btn:hover,
.e11.col_2 a.btn:hover{
	color: #EBF2FA;
}


.e11.sub_1.txt_ali_2 .ele a.btn,
.e11.sub_0.txt_ali_2 a.btn{
	left:50%;
	transform: translateX(-50%);
	float: left;
	margin-top: 0;
}


.e11.sub_0.c1 a.btn:before{
	background: #354C3A;
}

.e11.sub_0.c1 a.btn{
    border: 2px solid #354C3A;
    color: #354C3A;
}
.e11.sub_0.c1 a.btn:hover{
    color: #fff;
}



.e11 .button_center{
	left: 50%;
	transform: translateX(-50%);
}

.e11 .button_center .btn:first-of-type{
	margin-right: 25px;	
}

.e11 .button_center .btn:first-of-type{
	margin-bottom: 25px;	
}
.e11 .button_center .btn:last-of-type{
	margin-bottom: 0px;	
}


@media all and (max-width: 1920px) {

}

@media all and (max-width: 1600px) {

}

@media all and (max-width: 1366px) {

}

@media all and (max-width: 1024px) {

}
@media all and (max-width: 800px) {
	.e11 .button_center{
		width: 100%;
		left: 0;
		transform: none;
	}
	.e11 .button_center .btn{
		clear: both;
		left: 50%;
		margin-right: 0 !important;
		transform: translateX(-50%);
	}
}	
@media all and (max-width: 600px) {
	.e11 a.btn, .e11 a.btn {
		float: left !important;
		left: 50% !important;
		transform: translateX(-50%) !important;
	}
}
	.el0{
	width: 100%;
	overflow: hidden;
}



.el0:empty{
	display:none;
}







.el0.col_1{background: #292b36;}
.el0.col_2{background: #ebf2fa;}
.el0.col_3{background: #17526c;}



.el0.mrb_1{
	padding-bottom: 5%;	
}


.el0 > i.logo{
	position: absolute;
	left: 10%;
	color: rgba(191,191,191,0.3);	
	width: 80%;
	line-height: 1000px;
	font-size: 1000px;
	text-align: center;
	font-style: normal;
}

.el0 > .jarallax{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;	
}

.el0 > .jarallax:after{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: rgba(255,255,255,0.9);	
}

@media all and (max-width: 1600px) {

}
@media all and (max-width: 1366px) {


}
@media all and (max-width: 1024px) {

}
@media all and (max-width: 800px) {


}
@media all and (max-width: 600px) {

}








.el0{
	width: 100%;
}

.el0 .con0{
	width: calc(100%/5*4 - 1px);
	float: right;
	border-left: 1px solid #c7c2bc;
}



.el0 .filB{
    width: calc(100%/5 - 20px);
	padding: 10px;
	border-top: 1px solid #c7c2bc;
}

.el0 .filB .fil_inn{
	 width: 100%;
	 background: #fff;	
}

.el0 .filB .in > span{
	text-align: left;
}

.el0 .filB .fil,
.el0 .filB .tit{
	line-height: 20px;
	width: calc(100% - 60px);
	padding: 20px 20px 20px 40px;	
	color: #555;
	cursor: pointer;
	border-bottom: 1px solid #eee;
	font-size: 16px;
}
.el0 .filB .fil[data-lv="2"]{
	width: calc(100% - 60px);
	padding: 15px 20px 15px 40px;	
}

.el0 .filB:hover .fil{
}
.el0 .filB .fil:hover{
	color: #000;
	background: #eee;
}

.el0 .filB .tit{
	font-family: "24_500",segoe ui,arial;
	font-size: 18px;
	text-transform: uppercase;
}

.el0 .filB .tit:before,
.el0 .filB .fil:before{
	position: absolute;
	top: 20px;
	left: 10px;
	width: 30px;
	height: 20px;
	text-align: center;
}

.el0 .filB .tit:before{
	content:'\e171';
	font-family: i171;
}

.el0 .filB .fil:before{
	content:'•';
}




.el0 .filB .fil.hid{
	display: none;
}


.el0 .filB .fil_inn:hover{
	z-index:2;
	box-shadow: 0px 0px 0px 4px #c7c2bc;
	box-shadow: 0px 0px 0px 4px #404040;
	box-shadow: 0px 0px 0px 1px #c7c2bc;
}



.el0 .filB.fix{
	position: fixed;
	top: 54px;
	border-top: 0px;
}

.el0 .filB.fix.fixBOT{
	position: absolute;
	top: auto;
	bottom: 0px;
}













@media all and (max-width: 1920px){
	
	.el0 .con0{
		width: calc(100%/5*4 - 1px);
		float: right;
		border-left: 1px solid #c7c2bc;
	}
	
	.el0 .filB {
		width: calc(100%/5*1 - 20px);
	}
}
@media all and (max-width: 1600px){
	.el0 .filB {
		font-size: 14px;
	}
}
	
	
@media all and (max-width: 1366px){
.el0 .filB .fil,
.el0 .filB .tit{
	line-height: 16px;
	width: calc(100% - 45px);
	padding: 15px 15px 15px 30px;	
	font-size: 14px;
}
.el0 .filB .tit:before,
.el0 .filB .fil:before{
	top: 15px;
	left: 5px;
	width: 20px;
	height: 20px;
}
}
	
	
@media all and (max-width: 1280px){

	
	
	.el0 .con0{
		width: calc(100%/4*3 - 1px);
		float: right;
		border-left: 1px solid #c7c2bc;
	}
	
	
	/*FILTER ESETÉN*/
	.el0 .filB {
		width: calc(100%/4*1 - 20px);
		font-size: 13px;
		font-family: "02_500";
	}
	.el0 .filB.fix {
		 top: 54px;
	}
}
	
@media all and (max-width: 1024px){
	
	
	
	
	
}
@media all and (max-width: 800px){

	.el0 .con0{
		width: 100%;
		float: left;
		border-left: 0px solid #c7c2bc;
	}
	
	.el0 .filB {
		width: calc(100% - 20px);
		height: 40px;
		overflow: hidden;
		z-index: 3;
		font-size: 12px;
		margin-bottom: 10px;
	}
	
	.el0 .filB .tit{
		line-height: 20px;
	}

	
	.el0 .filB .tit s {
		display: block;
		float: right;
		width: 50px;
		font-size: 20px;
		text-align: center;
	}
	.el0 .filB .tit s:before{
		content: '\e002';
    	font-family: i002;
	}
	.el0 .filB.m_open .tit s:before{
		content: '\e003';
		font-family: i003;
	}
	
	
	.el0 .filB.fix{
		position: fixed;
		top: 0px;
		left: 0px;
		margin: 0;
		width: 50px;
		height: 50px;
	}
	
	.el0 .filB.fix:not(.open) .fil_inn{
		display: none;
	}
	
	.el0 .filB.fix:not(.open):before{
		position: relative;
		float: left;
	    width: 50px;
		height: 50px;
		line-height: 50px;
		text-align: center;
		background: #fff;
		top: 0;
		left: 0px;
		text-align: center;
		font-size: 24px;
    	content: '\e171';
    	font-family: i171;
		cursor: pointer;
	}

	.el0 .filB.open{
		width: calc(100% - 20px);
		top: 0px;
		left: 0px;
		height: auto;
		max-height: calc(100vh - 10px);
		overflow: hidden;
		position: fixed;
		z-index: 11;
		font-size: 12px;
	}

}
@media all and (max-width: 600px){
	.e16.s4.spl_2 .filters {
		margin-bottom: 5px;
	}
	
	.el0 .filB .in > span {
		min-width:15px;	
		padding: 10px 20px 10px 10px;
	}
	

	
}	







































#minosites{
	width: calc(100%);
	padding: 0% 0 5% 0;
	background: #fff;
}
#minosites h2{
	width: calc(100%);
	margin: 0px 0 0px 0;
	text-align: center;
	color: #000;
	font-family: 'mnts_b';
	font-size: 20px;
	padding-right: 0 !important;
	padding-left: 0 !important;
}
#minosites .center{
	margin-top: 40px;
	left: 50%;
	transform: translateX(-50%);
}
#minosites .center img{
	max-width: 100px;
	width: 20vw;
	height: auto;
	margin: 0 20px;
}

#footer{
	width: calc(100%);
	padding:0 0 0 0; 
	background: #222;
	color: #fff;	
	position: relative;
	float: left;
	left: 0;
	z-index: 2;
	overeflow: hidden;
	font-size: 14px;
}
#footer h3{
	width: 100%;
    font-family: "mnts_b";
	margin-bottom: 10px;
    font-size: 18px;
	height: 40px;
	line-height: 40px;
	color: #f3faf9;	
}

#footer a{
	color: #f3faf9;	
	width: 100%;
	transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
}

#footer a:hover{
	color: #ffffff;	
}


#footer .clear{
	width: 100%;
	height: 1px;	
}




#footer p{
	margin-bottom: 25px;
	width: 100%;
}


#footer_in{
	width: 70%;
	padding: 5% 15%;	
}



#footer_in .bl{
	width: calc(100%/4 - 50px);
	padding-right: 50px;
	
}


 #footer_in .bl.subs{
	padding-top: 50px;
	min-height: 10px; 
 }

#footer_in .bl ol{
	width: 100%;	
}


#footer_in .bl .logo{
	width: auto;
	height: 30px;
	margin-top:5px;
	
	margin-bottom: 10px;
}
#footer_in .bl .logo img{
	width: auto;
	height: 100%;
}


#footer_in .bl img.eu{
	width: 100%;
	height: auto;
	margin: 10px 0;
}


#footer_in .bl li{
	width: calc(100% - 0px);
}
#footer_in .bl li a{
	width: auto;
	padding-left: 0px;	
	padding: 5px 0;
	line-height: 20px;
}


#footer_in .bl li a:after,
#footer_in .bl a span:after{
	position: absolute;
    bottom: 0px;
    left: 0;
    height: 2px;
    background: #fff;
    width: 0%;
    content: '';
    transition: width 0.2s ease-in-out;
}

#footer_in .bl li a:hover:after,
#footer_in .bl a:hover span:after,
#footer_in .bl li.act a:after{
    width: 100%;
}


#footer_in .bl li a:before{
	float: left;
	margin-right: 10px;	
}

#footer .bl > a:before{
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 40px;
	line-height: 40px;	
}

#footer_in .bl a span{
	width: auto;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
}


#footer .bo{
	width: 70%;
	padding: 30px 15%;
	line-height: 30px;
	text-align: center;
	color: #fff;
	transition: color 0.2s ease-in-out;
	
	background: #b21f25;
	font-size: 14px;
}
#footer .bo a{
	color: #f3faf9;
}


#footer .bo ol{
	float: right;
	padding: 0;
}
#footer .bo ol li{
	padding: 0;
	width: auto;
}
#footer .bo ol li a{
	padding: 0;
	font-size: 14px;
	margin-left: 30px;
	width: auto;
}

#footer .bo ol li a:after{
	position: absolute;
	bottom: -2px;
	right: 0;
	height: 2px;
	background: #fff;
	width: 0%;
	content: '';
	transition: width 0.2s ease-in-out;
}
#footer .bo ol li a:hover:after{
	width: 100%;
}


.mob_float{
	float: none;
	position: static;	
}

#footer .social{
	left: 0	
}

#footer .social a{
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	border-radius: 50%;
	border: 2px solid #fff;	
	color: #f3faf9;
	text-align: center;
	transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
	margin: 0 10px 0 0;
}

#footer .social a:hover{
	background: #fff;
	color: #B21917;
}


@media all and (max-width: 1366px) {
	#footer_in{
		width: calc(100% - 200px);
		padding: 50px 100px;	
	}

	#footer{
		padding-top: 0px;
		padding-bottom: 0px;
	}
	#footer h3 {
		font-size: 16px;
	}
	
	#footer a{
		font-size: 14px;	
	}
	
	#footer .bo{
		width: calc(100% - 200px);
		padding: 30px 100px;
	}
	
	#minosites .center img{
		width: 20vw;
		margin: 0 15px;
	}
}

@media all and (max-width: 1024px){

	
	#footer_in .up .so,
	#footer_in .bl,
	#footer_in .lo,
	#footer_in .nl h3,
	#footer_in .up .so h3{
		width: 100%;
	}
	
	
	#footer_in .up .so a:first-of-type{
		margin-left: 0;	
	}
	
	#footer_in .bl{
		padding-left: 0;
		text-align: center;	
	}
	#footer_in .lo{
		left: 50%;
		transform: translateX(-50%);
		top: 0px;
		margin-bottom: 20px;
	}
	
	#footer h3{
		width: 100%;
		text-align: center;
		margin-top: 20px;	
	}
	
	#footer p {
       width: 100%;
		text-align: center;
		margin-top: 20px;
    }
	
	#footer_in > div{
		margin-bottom: 20px;	
	}
	
	#footer_in .bl img {
		width: auto;
		height: 30px;
		margin-bottom: 20px;
		left: 50%;
		transform: translateX(-50%);
	}
	
	#footer_in .bl .logo{
		left: 50%;
		transform: translateX(-50%);
	}
	
	#footer h3 {
		line-height: 20px;
		height: auto;
	}
	
	#footer_in .bl .social{
		left: 50%;
		transform: translateX(-50%);
		display: none;
	}
	
	#footer_in .bl ol li a {
		width: auto;
		clear: both;
		left: 50%;
		transform: translateX(-50%);
		white-space: nowrap;
	}
	
	
	#footer_in .mob_float{
		float: left;
		position: relative;
		width: auto;
		left: 50%;
		transform: translateX(-50%);	
	}
	
	#footer_in .bl.subs {
		padding-top: 0px;
		min-height: 10px;
		margin-bottom: 0;
	}
	#footer .clear {
		margin-bottom: 0;
	}
	
	#footer .bo span,
	#footer .bo ol,
	#footer .bo ol li{
		width: 100%;
		text-align: center;	
	}
	
	#footer .bo ol{
		margin-top: 15px;	
	}
	
	#footer .bo ol li a{
		left: 50%;
		transform: translateX(-50%);
		padding: 0;
		margin-left: 0;	
	}
	
	#footer_in .bl img.eu{
		width: 50%;
		height: auto;
		margin: 10px 0;
		left: 50%;
		transform: translateX(-50%);
	}
	
	#footer_in .bl .logo{
		max-width: 150px;
		margin-bottom: 15px;
	}
}


@media all and (max-width: 800px) {
	#footer_in {
        width: calc(100% - 60px);
        padding: 30px 30px;
    }
}

@media all and (max-width: 600px) {
	.up .mob_float *{
		width: 100%;	
	}

	#footer_in .bl {
		padding-right: 0px;
	}
	
	
	#footer h3{
		font-size: 20px;
	
	}
	#minosites h2{
		font-size: 20px;	
	}
	
	#minosites {
		width: calc(50%);
		padding: 0px 25% 0px 25%;
	}
	
	#minosites .center{
		width: calc(100%);
		margin-top: 20px;
	}
	
	#minosites .center img{
		max-width: 40%;
		width: 40%;
		margin: 0 10px 30px 10px;
	}
	
}














body:after{
	position: fixed;
	bottom: 0;
	right: 50%;
	border-radius: 5px 5px 0 0;
	padding: 5px;
	background: rgba(255,255,255,1.0);
	color: rgba(0,0,0,1.0);
	content: '4k';
	font-size: 10px;
	z-index: 1000;	
	display:none;
}
@media all and (max-width: 2560px) {
	body:after{
		content: '< 2560';	
	}
}

@media all and (max-width: 1920px) {
	body:after{
		content: '< 1920';	
	}
}
@media all and (max-width: 1600px) {
	body:after{
		content: '< 1600';	
	}
}
@media all and (max-width: 1366px) {
	body:after{
		content: '< 1366';	
	}
}
@media all and (max-width: 1280px) {
	body:after{
		content: '< 1280';	
	}
}
@media all and (max-width: 1024px) {
	body:after{
		content: '< 1024';	
	}
}
@media all and (max-width: 800px) {
	body:after{
		content: '< 800';	
	}
}
@media all and (max-width: 600px) {
	body:after{
		content: '< 600';	
	}
}
@media all and (max-width: 500px) {
	body:after{
		content: '< 500';	
	}
}



	@font-face {
		font-family: 'i002'; src:url('https://genext.hu/_sys/_ico/002.woff') format('woff');
		font-display: swap;
	}
	.i002:before {
		font-family: i002; content: "\e002";
	}
	
	@font-face {
		font-family: 'i003'; src:url('https://genext.hu/_sys/_ico/003.woff') format('woff');
		font-display: swap;
	}
	.i003:before {
		font-family: i003; content: "\e003";
	}
	
	@font-face {
		font-family: 'i065'; src:url('https://genext.hu/_sys/_ico/065.woff') format('woff');
		font-display: swap;
	}
	.i065:before {
		font-family: i065; content: "\e065";
	}
	
	@font-face {
		font-family: 'i066'; src:url('https://genext.hu/_sys/_ico/066.woff') format('woff');
		font-display: swap;
	}
	.i066:before {
		font-family: i066; content: "\e066";
	}
	
	@font-face {
		font-family: 'i171'; src:url('https://genext.hu/_sys/_ico/171.woff') format('woff');
		font-display: swap;
	}
	.i171:before {
		font-family: i171; content: "\e171";
	}
	/*71849 > 40285 char*/