@charset "UTF-8";




.ggcalc {
	position: relative;
	min-height: 100vh;
	background: var(--green) url(/hu/images/calculator/bg-varos.png) repeat-x bottom;
	box-sizing: border-box;
	padding: 40px 0 200px;
}

.ggcalc .panel {
	position: relative;
	background: white;
	max-width: 1120px;
	min-height: 600px;
	border-top-right-radius: 100px;
	margin: 0 auto;
	box-sizing: border-box;
}

.ggcalc .container {
	position: relative;
	text-align: center;
}


.ggcalc .car {
	position: relative;
	max-width: 320px;
	margin: 0 auto 32px;
}

.ggcalc .car.half {
	width: 220px;
}

.ggcalc .car.half.poor {
	width: 360px;
	max-width: 100%;
	margin: -32px auto 0;
}

.ggcalc .car img {
	display: block;
	width: 100%;
}

.ggcalc h1 {
	color: var(--green);
	font-size: 36px;
	line-height: 44px;
	margin-bottom: 24px;
}

.ggcalc h2  {
	color: var(--dark);
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
}

.ggcalc .h2  {
	color: var(--dark);
	font-size: 18px;
	line-height: 26px;
	font-weight: 600;
}

.ggcalc .max-520 {
	max-width: 520px;
	margin-left: auto;
	margin-right: auto;
}

.ggcalc .max-560 {
	max-width: 560px;
	margin-left: auto;
	margin-right: auto;
}



.ggcalc .green-text {
	color: var(--green);
}




.ggcalc .step-display {
	position: absolute;
	top: 52px;
	right: 80px;
	width: 500px;
	max-width: calc(50% - 80px);
	height: 8px;
	background: #f0f0f0;
	overflow: hidden;
	display: none;
}

.ggcalc .step-display div {
	position: relative;
	width: 0;
	height: 8px;
	background: var(--green);
}

/*.ggcalc .step-display div:after {
	position: absolute;
	width: 16px;
	height: 16px;
	top: 0;
	right: -12px;
	transform: rotate(-45deg); 
	background: var(--green);
	content: '';
}*/







.ggc-page {
	position: relative;
	padding: 40px;
}

.ggc-page .left-title {
	text-align: left;
}


.ggcalc .button {
	padding: 10px 36px;
	margin: 24px auto;
	box-sizing: border-box;
	box-shadow: none;
}

.ggcalc .button.large {
	display: block;
	margin: 24px auto;
	max-width: 360px;
}

.ggcalc .buttons {
	margin: 32px -6px 24px;
	display: flex;
	flex-flow: row nowrap;
}

.ggcalc .buttons .button {
	margin: 0 6px;
	display: block;
	width: 50%;
}

.ggcalc .button.ghost {
	border: 2px solid var(--dark);
	color: var(--dark);
	background: none;
}

.ggcalc .button.yellow {
	background: var(--yellow);
}

.ggcalc .button.inact {
	background: #c6c6c6;
	pointer-events: none;
}

.ggcalc .button.greenlight {
	background: var(--greenlight);
}










.slidercontainer {
	position: relative;
	padding: 30px 0;
}

.slidercontainer .min,
.slidercontainer .max {
	position: absolute;
	bottom: 0;
	line-height: 20px;
	font-size: 15px;
	font-weight: 400;
}

.slidercontainer .min { left: 0 }
.slidercontainer .max { right: 0 }

.slidercontainer .rangevalue {
	position: absolute;
	top: 0;
	padding: 0 12px;
	border-top-right-radius: 12px;
	background: var(--green);
	color: white;
	left: 50%;
	transform: translateX(-50%);
	font-weight: 400;
	font-size: 15px;
	white-space: nowrap;
}


.flexcontainer {
	display: flex;
	flex-flow: row nowrap;
	margin: 12px -6px;
}

.flexcontainer .box {
	width: 50%;
	margin: 0 6px;
	position: relative;
	padding-bottom: 40px;
}

.flexcontainer select {
	width: 100%;
	padding: 8px;
	position: absolute;
	left: 0;
	bottom: 0;
}

select:focus {
	outline: none;
	border-color: var(--green);
}

label, .label {
	font-size: 15px;
	font-weight: 600;
	text-align: left;
	margin: 10px 0;
}

.value {
	display: inline-block;
	background: var(--yellow);
	padding: 2px 12px;
	border-top-right-radius: 12px;
	font-weight: 500;
}

.amortization {
	padding: 6px 0 0;
	display: none;
}

.amortization .h2 {
	margin: 0 0 4px;
}





.ggc-flex {
	display: flex;
	flex-flow: row nowrap;
	align-items: stretch;
	justify-content: center;
}

.ggcalc .gray-plate {
	position: relative;
	padding: 20px 16px;
	text-align: left;
	background: #e0e0e0;
	line-height: 20px;
	border-top-right-radius: 24px;
	max-width: 220px;
	font-weight: 500;
	margin: 0 12px;
	box-sizing: border-box;
}

.ggcalc .ggc-flex .gray-plate {
	padding-bottom: 60px;
}

.ggcalc .gray-plate .disp {
	position: absolute;
	padding: 0 32px;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	bottom: 16px;
	left: 0;
	font-size: 18px;
	font-weight: 700;
}




.page-flex {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	margin: 12px -6px;
}

.page-flex .box {
	width: 50%;
	min-width: 50%;
	box-sizing: border-box;
	padding: 0 40px;
	position: relative;
}


.ggcalc .green-plate {
	position: relative;
	padding: 24px 32px;
	text-align: left;
	background: var(--green);
	border-top-right-radius: 24px;
	max-width: 360px;
	margin: 0 auto 48px;
	color: white;
}

.ggcalc .green-plate:after {
	position: absolute;
	width: 20px;
	height: 20px;
	background: var(--green);
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%) rotate(45deg);
	content: '';
}



.ggc-table {
	position: relative;
	max-width: 340px;
	margin: 32px auto;
}

.ggc-table .img {
	width: 120px;
	margin: 8px auto;
}

.ggc-table .line {
	position: relative;
	width: 100%;
	display: flex;
	flex-flow: row nowrap;
	align-items: stretch;
}

.ggc-table .cell {
	position: relative;
	width: 50%;
	margin: 0.5px;
	padding: 12px 12px;
	text-align: center;
	font-size: 18px;
	line-height: 26px;
	min-height: 26px;
	font-weight: 600;
	white-space: nowrap;
}

.ggc-table .cnt {
	position: relative;
}


.ggc-table .cell.gray {
	background: #e0e0e0;
}

.ggc-table .cell.black {
	background: var(--dark);
	color: white;
}

.ggc-table .cell.green {
	background: var(--green);
	color: white;
}




input[type="range"] {
  -webkit-appearance: none;
  margin-right: 15px;
  width: 100%;
  height: 4px;
  background: rgba(220, 220, 220, 0.6);
  border-radius: 5px;
  background-image: linear-gradient(var(--green), var(--green));
  background-size: 0 100%;
  background-repeat: no-repeat;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: var(--green);
  cursor: ew-resize;
  box-shadow: 0 0 2px 0 #555;
  transition: background .3s ease-in-out;
}

input[type=range]::-webkit-slider-runnable-track  {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}






.ggcalc .highway-disp {
	position: relative;
	display: none;
	padding-top: 24px;
	text-align: left;
}

.ggcalc .highway-disp-flex {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: space-between;
	font-weight: 600;
	font-size: 15px;
}

.ggcalc .highway-select {
	padding: 2px 12px;
	border-radius: 24px;
	border: 1px solid rgba(0,0,0,0.2);
	cursor: pointer;
}

.ggcalc .highway-disp-total {
	height: 40px;
}

.ggcalc .highway-panel {
	position: absolute;
	right: 0;
	bottom: 0;
	display: none;
	padding: 20px !important;
}

.ggcalc .highway-panel .close {
	position: absolute;
	right: -4px;
	top: -4px;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	background: #555;
	transform: rotate(-45deg);
	line-height: 40px;
	text-align: center;
	font-size: 30px;
	color: white;
	cursor: pointer;
}

.ggcalc .hw-line {
	padding: 12px 0;
	border-bottom: 1px solid #555;
	position: relative;
}

.ggcalc .hw-line:last-child {
	border: none;
}

.ggcalc .hw-text {
	font-size: 16px;
	margin-bottom: 4px;
}

.ggcalc .hw-price {
	width: 240px;
	opacity: 0.6;
}

.ggcalc .hw-price.has {
	opacity: 1;
}

.ggcalc .hw-pcs {
	position: absolute;
	bottom: 12px;
	right: 0;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
}

.ggcalc .hwbtn {
	position: relative;
	width: 20px;
	height: 20px;
	border-radius: 20px;
	border: 1px solid white;
	opacity: 0.5;
}

.ggcalc .hwbtn:hover {
	opacity: 1;
}

.ggcalc .hw-num {
	width: 30px;
	text-align: center;
}

.ggcalc .hwbtn:before,
.ggcalc .hwbtn:after {
	position: absolute;
	top: 50%;
	left: 50%;
	background: white;
	content: '';
	transform: translate(-50%,-50%);
}

.ggcalc .hwbtn:before {
	width: 10px;
	height: 2px;
}

.ggcalc .hwbtn:after {
	width: 2px;
	height: 10px;
}

.ggcalc .hwbtn.hw-minus:after {
	display: none;
} 
	




.calc-ok {
	background: var(--green);
}


.calc-ok .fluid {
	max-width: 620px;
	text-align: center;
}

.calc-ok .spare {
	position: relative;
}

.calc-ok .spare .text {
	position: absolute;
	top: 40%;
	right: 33%;
	width: 50%;
	height: 40%;
	box-sizing: border-box;
	font-size: 30px;
	line-height: 30px;
	font-weight: 600;
	color: white;
	transform: translate(50%,-50%);
}

.calc-ok .spare .text div {
	font-size: 48px;
	line-height: 48px;
	font-weight: 700;
	color: rgba(0,0,0,0.9);
	margin-top: 12px;
	white-space: nowrap;
}


.calc-ok .thank-you {
	font-size: 18px;
	line-height: 26px;
	font-weight: 600;
	color: white;
	margin: 24px 0;
}

.calc-ok .thank-you .large {
	font-size: 36px;
	line-height: 48px;
	margin-bottom: 24px;
	display: block;
}

.calc-ok .thank-you .black {
	color: #0f5627;
}

.calc-ok .thank-you a {
	color: #0f5627;
	text-decoration: none;
}

.calc-ok .white-plate {
	position: relative;
	padding: 16px 48px;
	text-align: center;
	background: white;
	color: var(--dark);
	line-height: 20px;
	border-top-right-radius: 32px;
	font-weight: 600;
	margin: 0 12px;
	display: inline-block;
	font-size: 15px;
	margin: 16px 0;
}

.calc-ok .white-plate .large {
	display: block;
	font-size: 30px;
	line-height: 36px;
	margin: 4px 0 0;
	text-transform: uppercase;
}

.calc-ok .app-flex {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
	margin: 48px -6px;
}

.calc-ok .app-flex .app {
	position: relative;
	width: 260px;
	min-width: 260px;
	max-width: 260px;
	margin: 6px;
	display: block;
}



.ggcalc .info-sign,
.ggc-table .info-sign {
	width: 18px;
	height: 18px;
	line-height: 20px;
	font-weight: 900;
	font-size: 14px;
	color: var(--dark);
	border: 2px solid var(--dark);
	cursor: pointer;
	display: inline-block;
	margin-left: 8px;
	text-align: center;
	border-radius: 22px;
	position: relative;
}

.ggc-table .info-sign { 
	color: white;
	border: 2px solid white;
	position: absolute;
	top: 4px;
	right: 4px;
	margin: 0;
	transform: scale(0.9);
}

.ggcalc .info-sign:before,
.ggcalc .info-sign:after,
.ggc-table .info-sign:before,
.ggc-table .info-sign:after {
	position: absolute;
	width: 3px;
	border-radius: 3px;
	background: var(--dark);
	left: 50%;
	transform: translateX(-50%);
	content: '';
}

.ggc-table .info-sign:before,
.ggc-table .info-sign:after {
	background: white;
}

.ggcalc .info-sign:hover {
	border-color: var(--green);
}

.ggcalc .info-sign:hover:before,
.ggcalc .info-sign:hover:after {
	background: var(--green);
}

.ggcalc .info-sign:before,
.ggc-table .info-sign:before {
	top: 8px;
	height: 8px;
}

.ggcalc .info-sign:after,
.ggc-table .info-sign:after {
	bottom: 12px;
	height: 3px;
}

.ggcalc .info-panel,
.ggc-table .info-panel {
	position: absolute;
	right: 0;
	background: var(--dark);
	padding: 10px;
	box-sizing: border-box;
	display: none;
	border-top-right-radius: 24px;
	z-index: 2000;
	box-shadow: 0 0 24px rgba(0,0,0,0.2);
	color: #fff;
	font-size: 14px !important;
	line-height: 20px;
	text-align: left;
}

.ggc-table .info-panel.panel-ggc {
	background: var(--green);
}

.ggc-table .info-panel {
	right: 0;
	top: 52px;
}

.ggcalc .info-panel.top,
.ggc-table .info-panel.top {
	transform: translateY(-100%);
	margin-top: -20px;
}

.ggcalc .info-panel-title,
.ggc-table .info-panel-title {
	padding: 12px 12px 16px 12px;
}

.ggcalc .info-panel .line,
.ggc-table .info-panel .line {
	border: 1px solid #777;
	margin-top: -1px;
}

.ggc-table .info-panel.panel-ggc .line {
	border: 1px solid var(--greenlight);
	margin-top: -1px;
}

.ggc-table .info-panel .cell {
	position: relative;
	font-size: 14px !important;
	line-height: 20px;
	font-weight: 300;
	white-space: normal;
	text-align: left;
	min-height: 0;
}





@media only screen and (max-width: 1159px) { 
	
	.ggcalc .panel {
		margin: 0 20px;
	}
}



@media only screen and (max-width: 919px) and (min-width: 760px) { 

	.ggcalc .page-flex .buttons {
		margin: 32px -6px 24px -126px;
	}

	
}


@media only screen and (min-width: 760px) { 

	.page-flex .box.leftpad {
		padding-left: 120px;
	}
	
	.slidercontainer.leftdisp {
		padding-top: 0;
	}
	
	.slidercontainer.leftdisp .rangevalue {
		top: auto;
		bottom: 30px;
		left: -120px;
		width: 80px;
		transform: none;
		text-align: center;
	}
	
	
	.ggc-table .pre {
		position: absolute;
		left: -120px;
		top: 50%;
		transform: translateY(-50%);
		width: 100px;
		font-size: 14px;
		line-height: 20px;
		text-align: left;
		font-weight: 500;
	}
	
	.ggcalc .info-panel .line,
	.ggc-table .info-panel .line {
		display: flex;
		flex-flow: row nowrap;
		align-items: stretch;
	}
	
	.ggcalc .info-panel .line .cell,
	.ggc-table .info-panel .line .cell {
		width: 240px;
		border-right: 1px solid #777;
		box-sizing: border-box;
		padding: 6px 12px;
		font-weight: 300;
		white-space: normal;
	}
	
	.ggc-table .info-panel.panel-ggc .line .cell {
		border-right: 1px solid var(--greenlight);
	}

	.ggcalc .info-panel .line .cell:last-child,
	.ggc-table .info-panel .line .cell:last-child {
		width: 130px;
		min-width: 130px;
		max-width: 130px;
		border: none;
		text-align: right;
	}
	
	.ggcalc .info-panel .line .cell:first-child,
	.ggc-table .info-panel .line .cell:first-child {
		width: 200px;
		min-width: 200px;
		max-width: 200px;
	}
	
	.ggcalc .info-panel.small .line .cell,
	.ggc-table .info-panel.small .line .cell {
		width: 220px;
		font-size: 14px !important;
		line-height: 20px;
		font-weight: 300;
	}
	
	.ggcalc .info-panel.small .line .cell:first-child,
	.ggc-table .info-panel.small .line .cell:first-child {
		width: 140px;
		min-width: 140px;
		max-width: 140px;
	}


}


@media only screen and (max-width: 759px) { 

	
	.ggcalc {
		position: relative;
		min-height: 100vh;
		background: white;
		padding: 40px 0 60px;
	}
	
	.ggcalc.calc-ok {
		background: var(--green);
	}
	
	.ggcalc.calc-ok .fluid {
		max-width: 480px;
	}
	
	.ggcalc.calc-ok .spare .img {
		max-width: 360px;
		margin: 0 auto;
	}
	
	.ggcalc .panel {
		border-radius: 0;
	}
	
	.ggc-page {
		padding: 0;
	}
	
	.ggcalc .step-display {
		position: absolute;
		top: -20px;
		right: 0;
		width: 100%;
		max-width: 100%;
	}
	
	.ggcalc .buttons {
		margin: 32px -6px 24px;
		justify-content: center;
		flex-flow: row wrap;
	}
	
	.ggcalc .buttons .button {
		margin: 6px;
		width: 360px;
		max-width: 100%;
	}
	
	.page-flex {
		display: block;
		margin: 12px 0;
	}
	
	.page-flex .box {
		width: auto;
		min-width: 0;
		padding: 0;
	}
	
	.page-flex .app {
		margin: 6px auto;
		width: 400px;
	}
	
	.desk-ico {
		display: none;
	}
	
	.page-flex .label {
		margin: 0;
	}
	
	
	.slidercontainer.leftdisp {
		position: relative;
		padding: 0 0 30px;
		margin-bottom: 20px;
	}
	
	.slidercontainer.leftdisp .rangevalue {
		position: relative;
		top: auto;
		left: auto;
		transform: none;
		width: 80px;
		margin: 0 auto 4px;
	}
	
	.for-car-price .slidercontainer .rangevalue {
		left: 100%;
		transform: translateX(-100%);
	}
	
	.ggc-table .pre {
		position: relative;
		width: 100%;
		font-size: 14px;
		line-height: 20px;
		text-align: left;
		font-weight: 500;
		padding: 16px 0 10px;
	}
	
	.ggcalc .ggc-flex {
		display: block;
	}
	
	.ggcalc .ggc-flex .gray-plate {
		margin: 6px auto;
		width: 100%;
		max-width: 340px;
	}
	
	
	.calc-ok .spare .text {
		font-size: 21px;
		line-height: 21px;
	}
	
	.calc-ok .spare .text div {
		font-size: 30px;
		line-height: 30px;
		margin-top: 4px;
	}
	
	.ggc-table .info-panel .line {
		display: block;
	}
	
	.ggcalc .info-panel .line .cell,
	.ggc-table .info-panel .line .cell {
		width: 280px;
		padding: 2px 12px;
		font-size: 14px;
		line-height: 20px;
		font-weight: 300;
		white-space: normal;
	}
	
	.ggcalc .info-panel .line .cell:first-child,
	.ggc-table .info-panel .line .cell:first-child {
		padding-top: 10px;
	}
	
	.ggcalc .info-panel .line .cell:last-child ,
	.ggc-table .info-panel .line .cell:last-child {
		text-align: right;
		padding-bottom: 10px;
	}
	

}
