@charset "UTF-8";



main {
	background: var(--white);
}

#b2bport {
	background: var(--bg);
	max-width: 100%;
	overflow: hidden;
}

.gg-prices .top-section {
    padding-bottom: 16%;
}

.gg-prices .archider-base:before {
	padding-top: 16%;
}

.gg-prices .archider-base:before {
    background: url(/hu/images/web/bg-arch-down-white.png) no-repeat bottom;
    background-size: 100% 100%;
}

.gg-prices h1 {
    color: white;
    text-align: center;
    margin-bottom: 48px;
}

.gg-prices-dashboard {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
}


#b2bport h2.b2b-title {
	text-align: center;
	margin: 48px 0 72px;
}


.gg-prices-dashboard .box {
    margin: 0 12px 24px;
}

.gg-prices-dashboard .box .label {
    margin-bottom: 12px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
}

.gg-prices-dashboard .box .label .text {
    color: white;
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}

#b2bport .gg-prices-dashboard .label .text {
	color: var(--dark);
}



.gg-prices-tab {
    display: flex;
    flex-flow: row nowrap;
    background: white;
    border: 4px solid white;
    border-radius: 24px;
	position: relative;
}

.gg-prices-tab.gray {
    background: var(--green);
	border: 4px solid var(--green);
}


.gg-prices-tab.gray .tab {
	cursor: pointer;
	color: white;
}


.gg-prices-tab.gray .tab.active {
	cursor: auto;
	pointer-events: none;
	background: white;
	color: var(--dark);
}





.columns-holder {
	position: relative;
}

.columns-holder .columns-container {
	position: absolute;
	pointer-events: none;
	opacity: 0;
	z-index: 0;
	top: 0;
}

.columns-holder .columns-container h2 {
	text-align: center;
	margin: 12px 0 56px;
}

.columns-holder .columns-container.active {
	position: relative;
	pointer-events: auto;
	opacity: 1;
	z-index: 1;
}






#b2bport .gg-prices-tab {
	box-shadow: 0 0 24px rgba(0,0,0,0.1);
}

.gg-prices-tab .tab {
    box-sizing: border-box;
    padding: 6px 24px;
    line-height: 24px;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    white-space: nowrap;
	cursor: pointer;
}

.gg-prices-tab .tab .m-name { display: none }

.gg-prices-tab .tab.active {
    background: var(--green);
    color: white;
    border-radius: 24px;
}

.gg-prices-tab .tab.tab-GREENU25.active {
    background: rgb(73,90,152);
	background: linear-gradient(45deg, rgba(73,90,152,1) 0%, rgba(63,180,152,1) 100%);
}

.gg-prices-tab .tab.tab-COMFORT.active {
    background: #FBBA00;
}

.gg-prices-tab .tab.tab-CARGO.active {
    background: #EC672F;
}

.gg-price-disps {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    align-items: baseline;
    justify-content: center;
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
    color: white;
}

#b2bport .gg-price-disps {
	color: var(--dark);
}


#b2bport .gg-price-displayers {
	margin-bottom: 36px;
}


.gg-price-disp {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    align-items: baseline;
    justify-content: center;
    margin: 24px 0 0;
	letter-spacing: -1px;
}

.gg-price-disp .price-unit {
    white-space: nowrap;
}

.gg-price-disp-or {
    margin: 24px 12px 0;
}

.gg-price-disp .price-disp {
    font-size: 56px;
    line-height: 56px;
    font-weight: 700;
    margin-right: 12px;
    transform: translateY(2px);
	white-space: nowrap;
}

.gg-price-info {
    position: relative;
    margin: 4px auto 0;
    color: white;
    font-size: 21px;
    display: flex;
    flex-flow: row nowrap;
    align-items: baseline;
    justify-content: center;
}







.gg-prices-container {
    margin-top: -12%;
    margin-bottom: 0;
    padding-bottom: 64px;
    overflow: hidden;
}

.gg-prices-columns {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    justify-content: center;
}

.gg-prices-panel {
    display: block;
    position: relative;
    padding: 24px 24px;
    box-sizing: border-box;
    margin: 0 8px;
    font-size: 15px;
}

.gg-prices-panel.label {
    width: 360px;
    margin-right: 24px;
    padding-left: 0;
}

.gg-prices-panel.vehicle {
    width: 280px;
    min-width: 220px;
    background: white;
    box-shadow: 0 0 24px rgba(0,0,0,0.2);
    border-radius: 12px;
}

.ggp-section,
.ggp-line,
.ggp-price {
    min-height: 22px;
    line-height: 22px;
    margin-bottom: 10px;
}

.ggp-section {
    font-weight: 700;
    margin: 32px 0;
}


.ggp-section span {
	color: var(--green);
}

.ggp-section span,
.ggp-line span{
    display: block;
    white-space: nowrap;
}

.ggp-line span{
    color: #817F7D;
}

.ggp-section .ggp-hint {
    line-height: 20px;
    font-size: 14px;
    margin-top: 4px;
    height: 40px;
    font-weight: 400;
}

.gg-prices-panel.vehicle .ggp-section .ggp-hint {
    opacity: 0;
    pointer-events: none;
}


.ggp-hint .hint {
    position: relative;
    display: inline-block;
}

.ggp-hint .hint-label,
.ggp-line .hint-label {
    position: relative;
	text-indent: -10000px;
    cursor: pointer;
	width: 18px;
	display: inline-block;
	margin-left: 6px;
}

.ggp-hint .hint-label:before,
.ggp-line .hint-label:before{
    position: absolute;
	top: 0;
	left:0;
	width: 16px;
	height: 16px;
	border-radius: 16px;
	border: 2px solid var(--green);
	content: 'i';
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	line-height: 16px;
	color: var(--green) !important;
	text-indent: 0;
}


.ggp-price {
    font-weight: 700;
    text-align: right;
}

.ggp-price.netto,
.ggp-price.gross,
.price-disp .netto,
.price-disp .gross {
	display: none;
}

.netto .ggp-price.netto,
.gross .ggp-price.gross,
.netto .price-disp .netto,
.gross .price-disp .gross {
	display: block;
}




.gg-prices-panel.vehicle .ggp-section span {
    opacity: 0;
    pointer-events: none;
}

.gg-prices-panel.vehicle .ggp-line span {
    display: none;
}

.gg-prices-panel.vehicle .ggp-section {
    border-top: 1px solid rgba(0,0,0,0.2);
}

.ggp-column-top {
    position: absolute;
    width: 100%;
    z-index: 100;
    top: -24px;
}

.white-bg .vehicle .ggp-column-top {
    background: white;
}

.white-bg .vehicle .ggp-column-top:before,
.vehicle .ggp-column-top:after {
    position: absolute;
    width: 100%;
    content: '';
    left: 0;
}

.white-bg .vehicle .ggp-column-top:before { 
    top: -10px;
    height: 10px;
    background: white;
}

.vehicle .ggp-column-top:after { 
    bottom: -30px;
    height: 40px;
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}



.ggp-column-wrap {
    position: relative;
    margin-top: -48px;
    padding-top: 160px;
}


.ggp-disp {
    position: relative;
    text-align: center;
    color: var(--green);
    font-weight: 700;
    box-sizing: border-box;
    padding: 0 24px;
    height: 60px;
    line-height: 20px;
}

.ggp-ibox {
    position: relative;
    width: 164px;
    height: 88px;
    margin: 0 auto;
}

.ggp-ibox img {
    display: block;
    width: 100%;
}




.gg-prices-FRAME {
    position: relative;
    margin-left: -32px;
    margin-right: -32px;
    padding: 48px 24px 24px;
}



.ggp-more {
    position: relative;
    display: none;
    height: 48px;
    text-align: center;
}

.COMFORT .gg-prices-FRAME {
    height: 480px;
    overflow: hidden;
    transition: all 0.8s ease-out;
    -webkit-transition: all 0.8s ease-out;
}

.COMFORT.show-all .gg-prices-FRAME {
    height: auto;
}

.COMFORT .ggp-more {
    display: block;
}

.COMFORT.show-all .ggp-more {
    margin-top: 32px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.ggp-more:before {
    position: absolute;
    left: 0;
    bottom: 48px;
    width: 100%;
    height: 240px;
    background: -webkit-linear-gradient(rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    content: '';
}

.ggp-more .button {
    background: #E7F2DA;
    color: rgba(0,0,0,0.6);
    padding-right: 48px;
    position: relative;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.ggp-more .button:after {
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translate(50%,-50%);
    content: '\002B';
    color: rgba(0,0,0,0.6);
    text-align: center;
    line-height: 20px;
    width: 21px;
    height: 21px;
    border-radius: 21px;
    border: 1px solid rgba(0,0,0,0.6);
}

.ggp-more .less {
    display: none;
}

.show-all .ggp-more .less { display: block }
.show-all .ggp-more .more { display: none }

.show-all .ggp-more .button:after { content: '\2212' }
.show-all .ggp-more:before { opacity: 0; pointer-events: none; }




.fixed-costs-container {
    margin: 0;
    padding: 24px 0 48px;
}

.fixed-costs {
    margin: 36px 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: stretch;
}

.fixed-costs .box {
    width: 240px;
    margin: 8px;
    padding: 24px;
    box-sizing: border-box;
    background: linear-gradient(0deg, rgba(231,242,218,0.2) 0%, rgba(231,242,218,1) 100%);
    border-radius: 16px;
}

.fixed-costs .box p {
    line-height: 22px;
    font-size: 16px;
    height: 44px;
    margin-bottom: 12px;
}

.fixed-costs .box .price {
    font-size: 24px;
    font-weight: 700;
}



.priceplans-container {
    margin: 0;
    padding: 24px 0 48px;
}

.price-plans {
    margin: 36px 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: stretch;
}

.price-plans .box {
    position: relative;
    width: 400px;
    margin: 48px 12px 12px;
    padding: 48px 32px 32px;
    box-sizing: border-box;
    background: white;
    border-radius: 16px;
    font-size: 16px;
    line-height: 24px;
    box-shadow: 0 0 24px rgba(0,0,0,0.1);
}

.price-plans .box h3 {
    color: var(--green);
    font-size: 27px;
    line-height: 36px;
}

.price-plans .box:after {
    position: absolute;
    top: 10px;
    left: 50%;
    width: 144px;
    height: 144px;
    transform: translate(-50%,-50%);
    content: '';
    pointer-events: none;
}

.price-plans .box.GREEN:after {
    background: url(/hu/images/web/pp-green.png) no-repeat center;
    background-size: 100%;
}

.price-plans .box.GREENU25:after {
    background: url(/hu/images/web/pp-greenu25.png) no-repeat center;
    background-size: 100%;
}

.price-plans .box.GREENPLUS:after {
    background: url(/hu/images/web/pp-greenplus.png) no-repeat center;
    background-size: 100%;
}

.price-plans .box.GREENPREMIUM:after {
    background: url(/hu/images/web/pp-greenpremium.png) no-repeat center;
    background-size: 100%;
}
    
    
    
    

.other-fees-container {
    margin: 0;
    padding: 24px 0 48px;
    overflow: hidden;
}

.other-fees-container.serial {
    padding: 12px 0;
}

.other-fees {
    position: relative;
    margin: 0 auto;
    padding: 36px 32px;
    max-width: 760px;
    background: #F5F4F4;
    border-radius: 16px;
    font-size: 16px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
	justify-content: space-between;
}

.other-fees h3 {
    color: var(--green);
    font-size: 24px;
	margin-top: 0;
}

.other-fees .button {
    margin-left: 48px;
    white-space: nowrap;
	display: block;
}



.offers-container {
    margin: 0;
    padding: 24px 0 48px;
    overflow: hidden;
}

.offers-carousel {
    width: 672px;
    margin: 0 auto;
}

.offers-carousel .carousel-handler {
    display: block;
    margin-top: 56px;
}

.gg-prices-offerboxes {
    display: flex;
    flex-flow: row nowrap;
    align-items: stretch;
    padding: 24px 0;
    transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
}

.gg-prices-offerboxes .box {
    display: block;
    position: relative;
    padding: 32px 32px 96px 32px;
    box-sizing: border-box;
    margin: 0 16px;
    font-size: 16px;
    width: 640px;
    min-width: 640px;
    max-width: 640px;
    background: white;
    box-shadow: 0 0 24px rgba(0,0,0,0.2);
    border-radius: 16px;
}

.gg-prices-offerboxes .box h3 {
    color: var(--green);
    font-size: 24px;
}

.gg-prices-offerboxes .box p.btn-holder {
    position: absolute;
    bottom: 32px;
    left: 32px;
}






.gg-prices-gradient {
    background: url(/hu/images/web/gg-prices-gradient.jpg) no-repeat center 240px;
    background-size: 100% auto;
}




.gg-prices-dashboard .info,
.gg-price-info .info{
    margin-left: 12px;
}

.gg-prices-dashboard .info-sign,
.gg-price-info .info-sign {
    position: relative;
    text-align: center;
    width: 20px;
    height: 20px;
    font-size: 14px;
    border: 2px solid white;
    border-radius: 20px;
    line-height: 20px;
    font-weight: 700;
    color: white;
    cursor: pointer;
}

#b2bport .gg-prices-dashboard .info-sign {
	color: var(--dark);
	border: 2px solid var(--dark);
}

.gg-prices-dashboard .info-text,
.gg-price-info .info-text,
.ggp-hint .hint-hint,
.ggp-line .hint-hint {
    position: absolute;
    bottom: 48px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--dark);
    color: white;
    font-size: 14px;
    line-height: 20px;
    padding: 24px;
    border-radius: 8px;
    box-shadow: 0 0 24px rgba(0,0,0,0.1);
    display: none;
    width: 280px;
    z-index: 100000;
	white-space: normal;
}

.ggp-hint .hint-hint,
.ggp-line .hint-hint{
    left: -12px;
    transform: none;
}

.gg-prices-dashboard .info:hover .info-text,
.gg-price-info .info:hover .info-text,
.ggp-hint .hint:hover .hint-hint,
.ggp-line .hint:hover .hint-hint{
    display: block;
}

.gg-prices-dashboard .info-text:after,
.gg-price-info .info-text:after,
.ggp-hint .hint-hint:after,
.ggp-line .hint-hint:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,50%) rotate(45deg);
    background: var(--dark);
    width: 16px;
    height: 16px;
    content: '';
}

.ggp-hint .hint-hint:after,
.ggp-line .hint-hint:after{
    left: 20px;
    transform: translateY(50%) rotate(45deg);
}






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

	
}



@media only screen and (max-width: 919px) {
	
	
    .fixed-costs {
        display: block;
    }

    .fixed-costs .box {
        width: auto;
        margin: 0 0 24px;
    }
    
    .fixed-costs .box p {
        height: auto;
    }
    
    .price-plans {
        display: block;
    }

    .price-plans .box {
        width: auto;
        margin: 64px 0 24px;
    }
    
    .other-fees {
        display: block;
    }
    
    .other-fees .button {
        margin: 12px 0 0;
    }
	
	
	.gg-prices-tab .tab .d-name { display: none }
    .gg-prices-tab .tab .m-name { display: block }
	
	.gg-prices-dashboard {
        flex-flow: row wrap;
		max-width: 100%;
    } 
	
	.gg-prices-dashboard .box {
        margin-left: 0;
		margin-right: 0;
		width: 100%;
    } 
	
	.gg-prices-tab {
		max-width: 100%;
		min-width: 100%;
		width: 100%;
	}
	
	.gg-prices-tab .tab {
		width: 100%;
		max-width: 100%;
	}
	
	.gg-prices-tab.for-subscription {
		display: block;
	}
	
}



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

    .carousel-handler {
        display: block;
        margin-top: 56px;
    }

	
}



@media only screen and (max-width: 1019px) {
	
    
    .ggp-fluid {
        width: 100%;
        min-width: 100%;
    }
    
    .gg-prices-panel.label {
        display: none;
    }
    
    .gg-prices-panel.vehicle {
        width: 320px;
        min-width: 280px;
    }
    
    .gg-prices-panel.vehicle .ggp-section .ggp-hint {
        opacity: 1;
        pointer-events: auto;
        height: auto;
    }
        
    .gg-prices-panel.vehicle .ggp-section span,
    .gg-prices-panel.vehicle .ggp-line span {
        opacity: 1;
        pointer-events: auto;
        display: block;
    }
    
    .ggp-line {
        height: auto;
        margin-bottom: 16px;
        display: block;
    }
    
    .ggp-price {
        text-align: left;
    }
    
    .ggp-section span,
    .ggp-line span {
        white-space: normal;
    }
    
    .ggp-line span {
        margin-bottom: 4px;
    }
    
    .gg-prices-panel.vehicle .ggp-section {
        border-top: none;
    }
    
    .gg-prices-columns {
        justify-content: flex-start;
        transition: all 0.3s ease-out;
	    -webkit-transition: all 0.3s ease-out;
    }
    
    .gg-prices-columns.center {
        justify-content: center;
    }
    
    .gg-prices-columns.right {
        justify-content: flex-end;
    }
    
      
    
    
    
}

@media only screen and (max-width: 720px) {
	
	.gg-price-disp {
		flex-flow: row wrap;
	}
    
    .gg-price-displayers {
        margin-bottom: 36px; 
    }
    
    .gg-price-disps {
        flex-flow: row wrap;
    }

    .gg-price-disp.monthly {
        width: 100%;
        min-width: 100%;
        font-size: 20px;
    }

    .gg-price-disp.annual {
        margin-top: 4px;
        font-size: 16px;
        line-height: 24px;
    }
    
    .gg-price-disp-or {
        font-size: 16px;
        line-height: 24px;
        margin-left: 0;
        margin-top: 4px;
    }


    .gg-price-disp.annual .price-disp {
        font-size: 36px;
        line-height: 36px;
        transform: translateY(2px);
    }
    
    .gg-prices .top-section {
        padding-bottom: 148px;
    }
    
    .gg-prices-container {
        margin-top: -148px;
    }
	
	.gg-prices-tab .tab {
		padding: 6px 0;
	}

}
	

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

    .offers-carousel {
        width: 352px;
        margin: 0 auto;
    }
    
    .gg-prices-offerboxes .box {
        width: 320px;
        min-width: 320px;
        max-width: 320px;
    }
}
	

@media only screen and (max-width: 639px) {
	
	.ggp-fluid {
        width: 100%;
        min-width: 100%;
    }
	
       
	
	/*.ggp-line .hint {
		display: block;
		margin: 8px 0;
	}*/
	
	.ggp-line,
	.ggp-section {
		position: relative;
	}
	
	.ggp-line .hint,
	.gg-prices-panel.vehicle .ggp-section .hint {
		display: inline-block;
		position: static;
	}
	
	.ggp-line .hint .hint-hint {
		max-width: 90%;
	}
	
	.ggp-line .hint .hint-hint {
        max-width: 90%;
		bottom: 56px
    }
	
	.gg-prices-panel.vehicle .ggp-section .hint-hint {
        max-width: 90%;
		bottom: 32px
    }
	
	.ggp-line .hint .hint-hint:after,
	.gg-prices-panel.vehicle .ggp-section .hint-hint:after {
        display: none;
    }
	
    
    .gg-prices-dashboard .info-text {
        bottom: auto;
        margin-top: 12px;
    }
    
    .gg-price-info .info-text {
    }
    
    .gg-prices-dashboard .info-text:after {
        bottom: auto;
        top: 0;
        left: 50%;
        transform: translate(-50%,-50%) rotate(45deg);
    }
    
   /* .gg-prices-panel.vehicle .ggp-section .hint {
        display: block;
		margin: 8px 0;
    }
    
    .gg-prices-panel.vehicle .ggp-section .hint-hint {
        max-width: 100%;
        margin-left: -32px;
		margin-bottom: 10px;
    }
    
    .gg-prices-panel.vehicle .ggp-section .hint-hint:after {
        left: 48px;
    }*/


}



@media only screen and (min-width: 640px) {
    
    .gg-prices-dashboard .info,
    .gg-price-info .info {
        position: relative;
    }
	
	.ggp-line .hint {
		position: relative;
		display: inline-block;
	}
    
}

