

.searchbox details,
menu{
	display: block
}

[data-whatinput=mouse] .dropdown.menu a,
[data-whatinput=mouse] .menu>li,
[data-whatinput=mouse] button{
	outline: 0
}

.product-toggle,
.subinformation{
	box-sizing: border-box!important
}

.is-drilldown-submenu-parent>a:after,
.menu a:after,
.menu a:before{
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	text-transform: none
}

.icon-list a:after,
.icon-list a:before,
.menu a:after,
.menu a:before{
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

summary{
	display: list-item
}

canvas{
	display: inline-block
}

[hidden],
template{
	display: none
}

.foundation-mq{
	font-family: "small=0em&medium=1024px&large=64em&xlarge=75em&xxlarge=90em"
}

@media (hover:none),
(hover:on-demand){
	.foundation-mq{
		font-family: "small=0em&medium=1425px&large=64em&xlarge=75em&xxlarge=90em"
	}
}

.map_canvas embed,
.map_canvas img,
.map_canvas object,
.mqa-display embed,
.mqa-display img,
.mqa-display object{
	max-width: none!important
}

button{
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	border-radius: 3px;
	background: 0 0;
	line-height: 1
}

pre{
	overflow: auto
}

.is-visible{
	display: block!important
}

.is-hidden{
	display: none!important
}

@media (max-width:1024px),
(pointer:coarse),
(hover:none),
(hover:on-demand){
	body:after{
		content: "mobile";
		display: none
	}
}

@media print,
screen and (min-width:1025px){
	body:after{
		content: "desktop";
		display: none
	}
}

.menu{
	margin: 0;
	list-style-type: none
}

.menu>li{
	display: table-cell;
	vertical-align: middle
}

.menu>li>a{
	display: block;
	line-height: 1
}

.menu>li>a i,
.menu>li>a img,
.menu>li>a svg{
	vertical-align: middle;
	margin-right: .25rem;
	display: inline-block
}

.menu ul{
	min-height: 100%
}

.menu a:after,
.menu a:before{
	font-family: ln!important;
	font-size: normal
}

.menu a,
.menu button,
.menu input,
.menu select{
	margin-bottom: 0
}

.menu.expanded{
	display: table;
	width: 100%;
	table-layout: fixed
}

.menu.expanded>li:first-child:last-child{
	width: 100%
}

.menu.vertical>li{
	display: block
}

.menu.vertical.dropdown{
	min-height: 100%;
	background: #f0f0f0
}

.menu,
.menu.vertical.dropdown ul{
	background: #f7f7f7
}

.menu.vertical.dropdown>li{
	border-right: 1px solid #e4ecec
}

.menu.vertical.dropdown>li:hover{
	background: #f7f7f7;
	border-right: 1px solid #f7f7f7
}

.menu.vertical.dropdown ul li:hover,
.menu.vertical.dropdown ul ul{
	background: #fff
}

@media print,
screen and (min-width:1025px){
	.menu.medium-expanded{
		display: table;
		width: 100%;
		table-layout: fixed
	}
	.menu>li{
		display: block
	}
	.menu>li:first-child:last-child{
		width: 100%
	}
	.menu .large-expanded{
		display: table;
		width: 100%;
		table-layout: fixed
	}
	.menu .large-expanded>li:first-child:last-child{
		width: 100%
	}
	.menu .large-vertical>li{
		display: block
	}
}

.no-js [data-responsive-menu] ul{
	display: none
}

.is-drilldown{
	position: relative;
	overflow: visible;
	max-width: 100%!important;
	min-height: auto!important
}

.is-drilldown li{
	display: block
}

.is-drilldown .animate-height{
	transition: height .5s
}

.is-drilldown-submenu{
	position: absolute;
	top: 0;
	left: 100%!important;
	z-index: -1;
	width: 100%;
	background: #fefefe;
	transition: transform .15s linear
}

.is-drilldown-submenu.is-active{
	z-index: 1;
	display: block;
	-ms-transform: translateX(-100%);
	transform: translateX(-100%)
}

.is-drilldown-submenu.is-closing{
	-ms-transform: translateX(100%);
	transform: translateX(100%)
}

.drilldown-submenu-cover-previous{
	min-height: 100%
}

.is-drilldown-submenu-parent>a{
	position: relative
}

.is-drilldown-submenu-parent>a:after{
	display: flex;
	align-items: center;
	height: 100%;
	position: absolute;
	top: 0;
	right: 15px;
	font-family: ln;
	font-style: normal;
	color: #acacac;
	content: "\e913"
}

.dropdown.menu>li.opens-left>.is-dropdown-submenu{
	top: 100%;
	right: 0;
	left: auto
}

.dropdown.menu>li.opens-right>.is-dropdown-submenu{
	top: 100%;
	right: auto;
	left: 0
}

.dropdown.menu>li.is-dropdown-submenu-parent>a{
	position: relative;
	padding-right: 1.5rem
}

.dropdown.menu.vertical.opens-left>.is-dropdown-submenu>a:after,
.dropdown.menu.vertical.opens-right>.is-dropdown-submenu>a::after{
	display: flex;
	height: 100%;
	position: absolute;
	top: 0;
	font-family: ln;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	text-transform: none;
	color: #acacac
}

.dropdown.menu.vertical>li .is-dropdown-submenu{
	top: 0
}

.dropdown.menu.vertical>a:after{
	right: 14px
}

.dropdown.menu.vertical.opens-left>.is-dropdown-submenu{
	right: 100%;
	left: auto
}

.dropdown.menu.vertical.opens-left>.is-dropdown-submenu>a:after{
	align-items: center;
	right: 15px;
	content: "\e914"
}

.dropdown.menu.vertical.opens-right>.is-dropdown-submenu{
	right: auto;
	left: 100%
}

.dropdown.menu.vertical.opens-right>.is-dropdown-submenu>a::after{
	align-items: center;
	right: 15px;
	content: "\e913"
}

@media print,
screen and (min-width:1025px){
	.dropdown.menu.medium-vertical>li>a:after{
		right: 14px
	}
	.dropdown.menu.medium-vertical>li .is-dropdown-submenu{
		top: 0
	}
	.dropdown.menu.medium-vertical>li.opens-left>.is-dropdown-submenu{
		right: 100%;
		left: auto
	}
	.dropdown.menu.medium-vertical>li.opens-right>.is-dropdown-submenu{
		right: auto;
		left: 100%
	}
	.dropdown.menu.medium-vertical>li.opens-right>a:after{
		display: block;
		width: 0;
		height: 0;
		border: 6px inset;
		content: '';
		border-right-width: 0;
		border-left-style: solid;
		border-color: transparent transparent transparent #2ba6cb
	}
}

@media print,
screen and (min-width:64em){
	.dropdown.menu .large-vertical>li>a:after{
		right: 14px
	}
	.dropdown.menu .large-vertical>li .is-dropdown-submenu{
		top: 0
	}
	.dropdown.menu .large-vertical>li.opens-left>.is-dropdown-submenu{
		right: 100%;
		left: auto
	}
	.dropdown.menu .large-vertical>li.opens-left>a:after{
		display: block;
		width: 0;
		height: 0;
		border: 6px inset;
		content: '';
		border-left-width: 0;
		border-right-style: solid;
		border-color: transparent #2ba6cb transparent transparent
	}
	.dropdown.menu .large-vertical>li.opens-right>.is-dropdown-submenu{
		right: auto;
		left: 100%
	}
	.dropdown.menu .large-vertical>li.opens-right>a:after{
		display: block;
		width: 0;
		height: 0;
		border: 6px inset;
		content: '';
		border-right-width: 0;
		border-left-style: solid;
		border-color: transparent transparent transparent #2ba6cb
	}
}

.no-js .dropdown.menu ul{
	display: none
}

.is-dropdown-submenu-parent{
	position: static
}

.is-dropdown-submenu-parent.opens-inner>.is-dropdown-submenu{
	top: 100%;
	left: auto
}

.is-dropdown-submenu-parent.opens-left>.is-dropdown-submenu{
	right: 100%;
	left: auto
}

.is-dropdown-submenu-parent.opens-right>.is-dropdown-submenu{
	right: auto;
	left: 100%
}

.is-dropdown-submenu{
	position: absolute;
	top: 0
}

.is-dropdown-submenu>li{
	width: 100%
}

.is-dropdown-submenu .is-dropdown-submenu{
	margin-top: 0
}

.is-dropdown-submenu.js-dropdown-active{
	display: block
}

.is-dropdown-submenu-parent>a:after{
	right: 14px
}

.is-dropdown-submenu-parent.opens-left>a:after,
.is-dropdown-submenu-parent.opens-right>a:after{
	display: flex;
	height: 100%;
	position: absolute;
	top: 0;
	right: 15px;
	font-family: ln;
	font-style: normal;
	color: #acacac;
	text-transform: none;
	font-weight: 400;
	font-variant: normal;
	line-height: 1
}

.is-dropdown-submenu-parent.opens-left>a:after{
	align-items: center;
	content: "\e914"
}

.is-dropdown-submenu-parent.opens-right>a:after{
	align-items: center;
	content: "\e913"
}

.menu{
	padding: 0
}

.menu li{
	transition: background ease-in .3s
}

.menu li>.is-dropdown-submenu{
	display: block;
	visibility: hidden;
	min-width: 200px;
	opacity: 1;
	left: 100%!important;
	z-index: 200;
	transition: visibility .2s;
	transition-delay: .5s;
	-webkit-transition-delay: .4s;
	cursor: default
}

.menu li:hover{
	background: #fff
}

.menu li:hover>.is-dropdown-submenu{
	visibility: visible;
	left: 100%!important;
	opacity: 1
}

.menu ul{
	padding: 0;
	background: #f7f7f7
}

.menu a,
.menu>li>a{
	position: relative;
	padding: 20px;
	font-size: 16px;
	text-transform: none;
	text-decoration: none;
	color: #333;
	border-bottom: 1px solid #e4ecec
}

.head-title h1{
	font-size: 50px;
	margin: 0;
	padding: 20px 0 10px
}

.head-title h1 a{
	color: #fff
}

.head-title h1 a:hover{
	color: #ee7f05
}

@media (min-width:1025px) and (max-width:1400px){
	.head-title h1{
		font-size: 40px!important
	}
}

@media screen and (max-width:1024px){
	.head-title h1{
		font-size: 30px
	}
}

@media screen and (max-width:768px){
	.head-title h1{
		font-size: 24px
	}
}

.subnavigation{
	font-size: 17px;
	margin-right: 30px;
	padding: 15px;
	color: #ee7f05;
	border: 3px solid #ee7f05;
	background: #fff;
	position: relative;
	transition: all ease-in .3s;
	cursor: pointer;
	min-width: 188px
}

@media (max-width:480px){
	.subnavigation{
		margin: 0!important
	}
}

.subnavigation:hover{
	min-width: 188px;
	text-decoration: none;
	background: #ee7f05;
	color: #fff
}

.subnavigation:hover .ln{
	color: #fff
}

.subnavigation:hover>div.b-top{
	border-top: 1px solid #fff;
	font-size: 17px
}

.subnavigation:hover .subinformation{
	font-size: 15px;
	display: block;
	visibility: visible;
	z-index: 150;
	left: -3px;
	opacity: 1;
	transform: translate3d(0, 0, 0)
}

.subnavigation:hover .subinformation li a{
	font-size: 15px
}

.subnavigation>div{
	display: block;
	text-align: center
}

.subnavigation>div.b-top{
	display: block;
	border-top: 1px solid #ee7f05;
	padding-top: 10px;
	transition: border ease-in .3s;
	font-size: 17px
}

.subnavigation>div.b-top span{
	display: inline-block;
	margin-left: 10px;
	transform: translate3d(0, 2px, 0)
}

.subnavigation .large{
	margin-bottom: 10px;
	font-size: 50px
}

.subnavigation .ln{
	color: #f29400
}

.subnavigation .is-drilldown{
	position: absolute;
	left: 0;
	text-align: left
}

.subnavigation .is-drilldown .subinformation{
	border-right: 1px
}

.subnavigation .is-drilldown .subinformation a{
	font-size: 15px
}

.subinformation{
	font-size: 17px;
	display: block;
	visibility: hidden;
	width: 250px;
	position: absolute;
	z-index: -150;
	top: 100%;
	left: -3px;
	list-style: none;
	background: #fff!important;
	border-left: 3px solid #ee7f05;
	border-right: 3px solid #ee7f05;
	transform: translate3d(0, 40px, 0);
	opacity: .1;
	transition: visibility 10ms, transform ease-in .3s, opacity ease-in .3s
}

.subinformation li{
	border-right: none!important
}

.subinformation li:first-child{
	border-top: 3px solid #ee7f05
}

.subinformation li a{
	padding: 15px 30px 15px 15px;
	color: #333;
	font-size: 15px;
	border-bottom: 1px solid #ededed
}

.subinformation li:hover>a{
	border-bottom: 1px solid #ededed;
	background: #f7f7f7;
	color: #ee7f05
}

.subinformation li:hover a:after{
	color: #ee7f05
}

.subinformation ul{
	display: block;
	width: 100%;
	left: -2px;
	border-left: 1px solid #ee7f05;
	border-right: 3px solid #ee7f05;
	background: #fff!important
}

.subinformation ul:after,
.subinformation:after{
	display: block;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	content: " ";
	border-bottom: 3px solid #ee7f05
}

.js-drilldown-back:hover>a,
.js-drilldown-back>a,
.nav-id-188 ul .js-drilldown-back>a,
.nav-id-2415 ul .js-drilldown-back>a,
.nav-id-300 ul .js-drilldown-back>a{
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ef7d00!important;
	padding-left: 20px!important
}

.js-drilldown-back:hover>a:after,
.js-drilldown-back>a:after,
.nav-id-188 ul .js-drilldown-back>a:after,
.nav-id-2415 ul .js-drilldown-back>a:after,
.nav-id-300 ul .js-drilldown-back>a:after{
	display: block;
	width: 100%;
	height: 16px!important;
	position: static!important;
	content: ' ';
	background: url(images/ln-new/arrow-long.svg) center center no-repeat;
	background-size: contain
}

.product-navigation{
	position: relative
}

.product-navigation:hover .ln{
	color: #fff
}

.product-navigation:hover>div.b-top{
	border-top: 1px solid #fff
}

.product-navigation:hover .product-toggle{
	display: block;
	visibility: visible;
	z-index: 150;
	left: -3px;
	opacity: 1;
	transform: translate3d(0, 0, 0)
}

.product-navigation>div{
	display: block;
	text-align: left
}

.product-navigation>div.b-top{
	display: block;
	border-top: 1px solid #ee7f05;
	padding-top: 10px;
	transition: border ease-in .3s
}

.product-navigation>div.b-top span{
	display: inline-block;
	margin-left: 10px;
	transform: translate3d(0, 2px, 0)
}

.product-breadcrumb>li ul,
.product-toggle{
	top: 100%;
	visibility: hidden;
	opacity: .1;
	transform: translate3d(0, 40px, 0);
	transition: visibility 10ms, transform ease-in .3s, opacity ease-in .3s;
	list-style: none
}

.product-navigation .large{
	margin-bottom: 10px;
	font-size: 50px
}

.product-navigation .ln{
	color: #f29400
}

.product-navigation .is-drilldown{
	position: absolute;
	left: 0;
	text-align: left
}

.product-navigation .is-drilldown .subinformation{
	position: relative
}

.product-toggle{
	display: block;
	left: -3px;
	position: absolute;
	z-index: -150;
	background: #fff!important;
	border: 1px solid #ededed
}

@media (max-width:768px){
	.product-toggle{
		width: 290px;
		left: 15px!important
	}
	.product-breadcrumb>li{
		margin-left: 15px
	}
}

@media screen and (min-width:769px){
	.product-toggle{
		width: 700px;
		padding: 20px
	}
}

.product-toggle li{
	display: block;
	border-right: none!important
}

.product-toggle li a{
	display: block;
	padding: 15px 30px 15px 15px;
	color: #333;
	font-size: 15px
}

.product-toggle li:hover>a{
	border-bottom: 1px solid #ededed;
	background: #f7f7f7;
	color: #ee7f05
}

.product-toggle li:hover a:after{
	color: #ee7f05
}

.product-toggle ul{
	list-style: none;
	display: block;
	width: 100%;
	left: -2px;
	background: #fff!important
}

@media screen and (min-width:768px){
	.product-toggle ul{
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 10px;
		-moz-column-gap: 10px;
		column-gap: 10px
	}
}

.product-toggle ul:after,
.product-toggle:after{
	display: block;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	content: " "
}

.product-breadcrumb{
	list-style: none;
	padding: 0
}

.product-breadcrumb>li{
	display: inline-block;
	position: relative;
	margin-top: 14px
}

.product-breadcrumb>li:before{
	display: block;
	width: 80px;
	border-top: 1px solid #fff;
	position: absolute;
	bottom: 100%;
	left: 0;
	content: " "
}

.product-breadcrumb>li>a{
	display: block;
	padding: 10px 0;
	font-size: 23px;
	color: #fff;
	text-transform: uppercase
}

@media (max-width:1000px){
	.product-breadcrumb>li>a{
		font-size: 14px
	}
}

.product-breadcrumb>li ul{
	display: block;
	min-width: 260px;
	width: 100%;
	position: absolute;
	left: 0;
	background: #fff;
	border: 1px solid #eee;
	padding: 10px 20px
}

.product-breadcrumb>li ul li{
	display: block;
	padding: 10px 0;
	border-bottom: 1px solid #eee
}

.product-breadcrumb>li ul li:last-child{
	border: none
}

.lang-list,
.searchbox{
	border-top: 1px solid #ddd
}

.product-breadcrumb>li ul li a{
	color: #555
}

.product-breadcrumb>li ul li a:hover{
	color: #ee7f05
}

.product-breadcrumb>li:hover ul{
	visibility: visible;
	opacity: 1;
	transform: translate3d(0, 0, 0)
}

#main .icon-list li:hover a{
	background: #eee
}

.icon-list{
	list-style: none;
	padding: 0;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px
}

.icon-list li{
	display: inline-block;
	width: 100%
}

.icon-list a{
	display: block;
	position: relative;
	padding: 15px 0 15px 40px!important;
	border-bottom: 1px solid #ededed;
	color: #9ca9ae;
	transition: background ease-in .3s
}

.icon-list a:hover{
	color: #9ca9ae!important;
	background: #fff
}

.icon-list a:after,
.icon-list a:before{
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 5px;
	font-family: ln!important;
	font-size: 24px;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1
}

@media screen and (max-width:768px){
	.icon-list{
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		-webkit-column-gap: 0;
		-moz-column-gap: 0;
		column-gap: 0
	}
}

.three-row .icon-list{
	list-style: none;
	padding: 0;
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px
}

.three-row .icon-list li{
	display: inline-block;
	width: 100%
}

header{
	height: 433px
}

@media screen and (max-width:768px){
	.three-row .icon-list{
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 20px;
		-moz-column-gap: 20px;
		column-gap: 20px
	}
	header{
		height: auto
	}
}

.popovernav.pull-left{
	max-width: 75%
}

.languagedrop>ul{
	height: auto!important
}

.searchbox{
	padding-top: 20px
}

@media screen and (max-width:480px){
	.three-row .icon-list{
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		-webkit-column-gap: 0;
		-moz-column-gap: 0;
		column-gap: 0
	}
	.searchbox{
		width: 100%
	}
}

.searchbox input{
	width: 100%;
	height: 50px;
	color: #555;
	font-size: 16px;
	line-height: auto;
	margin: 0
}

.searchbox .searchbutton{
	height: 50px;
	width: 50px;
	margin: 0!important;
	line-height: auto;
	background: #ef7d00;
	color: #fff
}

.language{
	width: 200%;
	background: #f7f7f7!important;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
	padding: 20px
}

@media (max-width:768px){
	.language{
		width: 100%;
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1
	}
}

.language>li{
	border-right: none!important
}

.navigation{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	height: 120px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 200;
	background: #fff;
	border-bottom: 1px solid #dcdcdc;
	transition: height .3s;
	-webkit-box-shadow: 0 10px 18px 0 rgba(0, 0, 0, .07);
	-moz-box-shadow: 0 10px 18px 0 rgba(0, 0, 0, .07);
	box-shadow: 0 10px 18px 0 rgba(0, 0, 0, .07)
}

.navigation.scrolling{
	height: 100px
}

@media (max-width:540px){
	.navigation{
		height: 100px
	}
}

.navcontainer{
	width: 100%;
	max-width: 1170px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 10px
}

.navigation,
.navigation a{
	color: #333;
	text-decoration: none
}

.iconnav-icon:hover,
.iconnav_drop:hover .iconnav-icon,
.lang-list a:hover{
	color: #ef7d00
}

.navigation_inner,
nav .logo{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%
}

@media (max-width:540px){
	.navigation_inner{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		margin-right: -10px
	}
}

nav .logo{
	display: block;
	width: 85px;
	padding: 20px 10px
}

.iconnav,
.iconnav-icon{
	display: -webkit-box;
	display: -ms-flexbox;
	position: relative
}

nav .logo img{
	height: 80px;
	width: auto;
	max-width: none;
	vertical-align: center;
	transition: height .3s
}

.scrolling .logo img{
	height: 60px
}

.iconnav{
	display: flex;
	height: 100%;
	list-style: none;
	margin: 0 0 0 25px;
	padding: 0
}

.iconnav>li{
	height: 100%;
	cursor: pointer;
	padding: 30px 0
}

.iconav_basket{
	padding-right: 10px
}

.iconnav-icon{
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	font-size: 19px;
	text-decoration: none;
	padding: 0 25px;
	border-left: 1px solid #ddd;
	transition: color .3s ease-out, background .3s ease-out
}

.iconnav_activelang{
	position: relative;
	padding-right: 16px;
	margin-left: 10px;
	font-size: 18px
}

.iconnav_activelang_arrow{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 2px;
	font-size: 16px
}

.lang-list{
	list-style: none;
	margin: 0;
	padding: 20px 0 0;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
	column-gap: 40px
}

.lang-list li{
	padding: 5px 0
}

.lang-list a{
	white-space: nowrap;
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	transition: color .3s
}

.iconnav_drop_dropdown{
	display: block;
	min-width: 320px;
	margin: 0;
	padding: 0 40px 30px;
	position: absolute;
	top: 100%;
	right: -1px;
	list-style: none;
	background: #fff;
	border: 1px solid #ddd;
	border-top: 1px solid #fff;
	z-index: -200;
	visibility: hidden;
	opacity: 0;
	transform: translateY(-20px);
	transition: visibility .1s, opacity .3s ease-out, transform .4s ease-out
}

@media (max-width:1024px){
	.iconnav{
		order: 1
	}
	.active .iconnav_drop_dropdown{
		z-index: 200;
		visibility: visible;
		opacity: 1;
		transform: translateY(0);
		padding: 20px
	}
}

@media (max-width:540px){
	.iconnav{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		height: 50px;
		list-style: none;
		margin: 0;
		padding: 0;
		position: relative
	}
	.iconnav>li{
		padding: 0;
		position: static
	}
	.iconnav-icon{
		padding: 0 15px;
		transition: background .3s ease-out
	}
	.active .iconnav_drop_dropdown,
	.iconnav_drop_dropdown{
		padding: 20px;
		border-top: 1px solid #ddd;
		background: #ddd
	}
	.active .iconnav-icon{
		background: #ddd
	}
	.active .iconnav_drop_dropdown{
		top: 200%;
		width: 100vw;
		min-width: auto;
		z-index: 200;
		visibility: visible;
		opacity: 1;
		transform: translateY(0)
	}
	.iconnav-icon:hover,
	.iconnav_drop:hover .iconnav-icon{
		background: #ddd
	}
}

@media (min-width:1025px){
	.iconnav_drop_dropdown{
		-webkit-box-shadow: 0 10px 18px 0 rgba(0, 0, 0, .07);
		-moz-box-shadow: 0 10px 18px 0 rgba(0, 0, 0, .07);
		box-shadow: 0 10px 18px 0 rgba(0, 0, 0, .07)
	}
	.iconnav_drop:hover .iconnav_drop_dropdown{
		z-index: 200;
		visibility: visible;
		opacity: 1;
		transform: translateY(0)
	}
}

.nav{
	height: 100%
}

@media (max-width:1024px){
	.nav_list li:hover>a,
	.nav_list li:hover>span,
	.nav_list_subnav>li:hover>a{
		color: #ef7d00
	}
	.nav{
		padding: 30px 0;
		order: 2
	}
	.nav_toggle{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		height: 100%;
		list-style: none;
		margin: 0;
		padding: 0 10px 0 25px;
		font-size: 19px;
		text-decoration: none;
		border-left: 1px solid #ddd
	}
	.active .nav_toggle .icon-menu,
	.nav_toggle .icon-close{
		display: none
	}
	.active .nav_toggle .icon-close,
	.nav-wrap,
	.nav_list,
	.nav_toggle_text{
		display: block
	}
	.nav_toggle_text{
		margin-left: 10px;
		font-size: 18px;
		text-transform: uppercase
	}
	.nav-wrap{
		min-width: 240px;
		max-height: 70vh;
		overflow: hidden;
		position: absolute;
		top: 100%;
		right: 0;
		background: #fff;
		border: 1px solid #dcdcdc;
		border-top: none;
		z-index: -200;
		visibility: hidden;
		opacity: 0;
		transform: translateY(-20px);
		transition: visibility .1s, opacity .3s ease-out, transform .4s ease-out
	}
	.active .nav-wrap{
		z-index: 200;
		visibility: visible;
		opacity: 1;
		transform: translateY(0)
	}
	.nav_list{
		min-width: 300px;
		max-height: 70vh;
		list-style: none;
		margin: 0;
		padding: 20px;
		overflow: hidden;
		overflow-y: scroll
	}
	.nav_list>li{
		padding: 5px 0;
		border-bottom: 1px solid #ddd;
		cursor: pointer
	}
	.nav_list>li:last-of-type{
		padding: 5px 0;
		border-bottom: none
	}
	.has-subnav{
		position: relative;
		padding-right: 20px
	}
	.has-subnav:before{
		display: block;
		height: 100%;
		position: absolute;
		right: 0;
		top: 9px;
		content: "\e915"
	}
	.active.has-subnav:before{
		content: "\e91b";
		font-size: 10px;
		top: 12px
	}
	.nav_list>li,
	.nav_list>li>a{
		font-size: 18px;
		transition: color .3 ease-out
	}
	.nav_list_subnav{
		display: none;
		list-style: none;
		padding: 5px 0 0;
		margin: 0
	}
	.active.has-subnav .nav_list_subnav,
	.nav_list_subnav .sub>.nav_list_subnav,
	.sub.active>.nav_list_subnav,
	.sub:before{
		display: block
	}
	.nav_list_subnav>li{
		padding: 2px 2px 2px 0
	}
	.nav_list_subnav>li a,
	.nav_list_subnav>li span{
		font-size: 16px;
		white-space: nowrap;
		-moz-hyphens: auto;
		-o-hyphens: auto;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto
	}
	.nav-wrap:after,
	.nav-wrap:before{
		display: block;
		width: 100%;
		height: 20px;
		position: absolute;
		z-index: 200;
		content: ""
	}
	.nav-wrap:before{
		top: 0;
		left: 0;
		background: -moz-linear-gradient(top, #fff 0, rgba(255, 255, 255, 0) 100%);
		background: -webkit-linear-gradient(top, #fff 0, rgba(255, 255, 255, 0) 100%);
		background: linear-gradient(to bottom, #fff 0, rgba(255, 255, 255, 0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0)
	}
	.nav-wrap:after{
		bottom: 0;
		left: 0;
		background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 100%);
		background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 100%);
		background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0)
	}
	.sub{
		position: relative;
		padding-right: 20px!important
	}
	.sub:before{
		width: 20px;
		position: absolute;
		top: 11px;
		right: 0;
		text-align: right;
		content: "\e915"
	}
	.sub.active:before{
		content: "\e91b";
		font-size: 10px;
		top: 15px;
		right: 4px
	}
	.nav_list_subnav .sub:before{
		display: none
	}
	.nav_list_subnav .sub{
		font-size: 16px
	}
	.nav_list_subnav .sub>.nav_list_subnav{
		padding: 0 0 0 10px;
		margin: 5px 0 0 10px;
		border-left: 1px solid #bababa
	}
	li:first-of-type .nav_list_subnav a{
		position: relative
	}
	li:first-of-type .nav_list_subnav a:after{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		font-size: 20px;
		transition: color .3s ease-out
	}
}

@media (max-width:540px){
	.nav{
		width: 100%;
		height: 50px;
		border-top: 1px solid #ddd;
		border-left: 1px solid #ddd;
		padding: 0;
		transition: background .3s ease-out
	}
	.nav-wrap{
		min-width: auto;
		width: 100vw;
		background: #ddd
	}
	.nav-wrap:before{
		top: 0;
		left: 0;
		background: -moz-linear-gradient(top, #ddd 0, rgba(221, 221, 221, 0) 100%);
		background: -webkit-linear-gradient(top, #ddd 0, rgba(221, 221, 221, 0) 100%);
		background: linear-gradient(to bottom, #ddd 0, rgba(221, 221, 221, 0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0)
	}
	.nav-wrap:after{
		bottom: 0;
		left: 0;
		background: -moz-linear-gradient(top, rgba(221, 221, 221, 0) 0, #ddd 100%);
		background: -webkit-linear-gradient(top, rgba(221, 221, 221, 0) 0, #ddd 100%);
		background: linear-gradient(to bottom, rgba(221, 221, 221, 0) 0, #ddd 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0)
	}
	.nav_list{
		padding: 20px
	}
	.nav_toggle{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 0 15px;
		border-left: none
	}
	.sub.active>.nav_list_subnav,
	.sub:before{
		display: block
	}
	.nav.active{
		background: #ddd
	}
	.nav_list>li{
		border-bottom: 1px solid #bababa
	}
	.sub{
		position: relative;
		padding-right: 20px!important
	}
	.sub:before{
		width: 20px;
		position: absolute;
		top: 11px;
		right: 0;
		text-align: right;
		content: "\e915"
	}
	.sub.active:before{
		content: "\e91b";
		font-size: 10px
	}
}

@media only screen and (min-device-width:480px) and (max-device-width:740px) and (orientation:landscape){
	.navigation{
		position: absolute
	}
}

@media (min-width:1025px){
	.nav-wrap,
	.nav_list{
		height: 100%
	}
	.nav_list li:hover>a,
	.nav_list li:hover>span,
	.nav_list_subnav>li:hover>a,
	li:first-of-type .nav_list_subnav li:hover a:after{
		color: #ef7d00
	}
	.nav_toggle{
		display: none
	}
	.nav_list{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		list-style: none;
		margin: 0;
		padding: 0
	}
	.nav_list>li{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		height: 100%;
		padding: 0 20px;
		position: relative;
		cursor: pointer
	}
	.nav_list>li,
	.nav_list>li>a{
		font-size: 18px;
		transition: color .3 ease-out
	}
	.nav_list>li:before{
		display: block;
		width: calc(100% - 40px);
		position: absolute;
		bottom: 20px;
		left: 20px;
		border-bottom: 1px solid #ef7d00;
		content: "";
		transform: translateY(-15px);
		opacity: 0;
		transition: transform .3s ease-out, opacity .3s ease-out
	}
	.nav_list>li:hover:before{
		transform: translateY(0);
		opacity: 1
	}
	.nav_list_subnav{
		display: block;
		min-width: 240px;
		margin: 0;
		padding: 0 40px 40px 35px;
		position: absolute;
		top: 100%;
		left: -18px;
		list-style: none;
		background: #fff;
		border: 1px solid #ddd;
		border-top: 1px solid #fff;
		z-index: -200;
		visibility: hidden;
		opacity: 0;
		transform: translateY(-20px);
		transition: visibility .1s, opacity .3s ease-out, transform .4s ease-out;
		-webkit-box-shadow: 0 10px 18px 0 rgba(0, 0, 0, .07);
		-moz-box-shadow: 0 10px 18px 0 rgba(0, 0, 0, .07);
		box-shadow: 0 10px 18px 0 rgba(0, 0, 0, .07)
	}
	li:hover .nav_list_subnav{
		z-index: 200;
		visibility: visible;
		opacity: 1;
		transform: translateY(0)
	}
	.nav_list_subnav>li{
		position: relative;
		padding: 5px 0;
		transition: color .3 ease-out
	}
	.nav_list_subnav>li a,
	.nav_list_subnav>li span{
		display: block;
		font-size: 16px;
		white-space: nowrap;
		-moz-hyphens: auto;
		-o-hyphens: auto;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto
	}
	.nav_list_subnav>li .nav_list_subnav{
		display: block;
		min-width: 240px;
		margin: 0 0 0 5px;
		padding: 20px;
		position: absolute;
		top: -20px;
		left: 100%;
		list-style: none;
		background: #ddd;
		border: 1px solid #ddd;
		z-index: -200;
		visibility: hidden;
		opacity: 0;
		transform: translateX(-20px);
		transition: visibility .1s, opacity .3s ease-out, transform .4s ease-out;
		-webkit-box-shadow: 0 10px 18px 0 rgba(0, 0, 0, .07);
		-moz-box-shadow: 0 10px 18px 0 rgba(0, 0, 0, .07);
		box-shadow: 0 10px 18px 0 rgba(0, 0, 0, .07)
	}
	.nav_list_subnav>li:hover .nav_list_subnav{
		z-index: 200;
		visibility: visible;
		opacity: 1;
		transform: translateX(0)
	}
	.nav_list_subnav>li .nav_list_subnav:after{
		position: absolute;
		right: 100%;
		top: 23px;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		pointer-events: none;
		border-color: rgba(221, 221, 221, 0);
		border-right-color: #ddd;
		border-width: 15px
	}
	.nav_list_subnav>li .nav_list_subnav:before{
		width: 15px;
		height: 100%;
		position: absolute;
		top: 0;
		right: 100%;
		content: ""
	}
	li:first-of-type .nav_list_subnav{
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 40px;
		-moz-column-gap: 40px;
		column-gap: 40px
	}
	li:first-of-type .nav_list_subnav li{
		display: table;
		width: 100%;
		padding: 10px 0;
		border-bottom: 1px solid #eee
	}
	li:first-of-type .nav_list_subnav a{
		position: relative
	}
	li:first-of-type .nav_list_subnav a:after{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		font-size: 25px;
		transition: color .3s ease-out
	}
	.apg-id-007000100000901667 a:after{
		content: '\e904';
		color: #d3c502
	}
}

header{
	margin-top: 120px
}

@media (max-width:540px){
	header{
		margin-top: 100px
	}
}

.d-flex{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.justify-content-between{
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.align-items-center{
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.weboffer-menu .ln{
	position: relative
}

.weboffer-menu .item-count{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	border-radius: 9px;
	background: #ee7f05;
	font-size: 12px;
	position: absolute;
	top: -9px;
	right: -9px;
	font-family: 'Noto Sans', sans-serif
}

.weboffer-menu:hover .item-count{
	color: #333
}

