:root {
	--darkgreen: #008DD2;
	--lime: #66C3D0;
	--blue: #008DD2;
	--lightgreen: #66C3D0;
	--textgrey: #6e6e6e;
	--lightgrey: #efefef;
	--white: #fff;
	--darker: #1c1c1c;
	--black: #000;
	--fontfamily: Glory;
}

* {
	padding: 0;
	margin: 0;
	outline: none;
	box-sizing: border-box;
	font-family: 'Montserrat', sans-serif;
}

body {
	background: #fff;
	margin: 0px;
	font-size: 15px;
}

body.active {
	overflow: hidden;
}

body a {
	text-decoration: none
}

body img {
	border: none;
	display: block;
	max-width: 100%;
	width: auto;
	height: auto;
	text-decoration: none;
}

body a,
:before,
:after,
li,
img,
.transitionEl,
body>header nav.active .moduletable_menu,
li a span,
li a strong,
label,
body.active,
svg,
path,
circle,
li h2,
i {
	-webkit-transition: All 0.2s ease-in-out;
	-moz-transition: All 0.2s ease-in-out;
	-o-transition: All 0.2s ease-in-out;
	-ms-transition: All 0.2s ease-in-out;
	transition: All 0.2s ease-in-out;
}

/* top site - logo, contact, menu, language */
body .center,
body .item-page,
body>section .breadcrumbsBox h2,
body>section .breadcrumbsBox ul {
	margin: 0px auto;
	max-width: 1270px;
	box-sizing: border-box;
	padding: 0px 30px;
}

body .item-page,
body section.blog,
body>section div.finder {
	padding: 30px 30px 0;
}

body>section .multiBoxList .content .item-page,
body>section .multiBoxList section.blog {
	padding: 0 0;
}

body .item-page a {
	font-weight: 700;
	color: var(--blue);
}

body .item-page a:hover {
	text-decoration: none;
}

body>header .logo img {
	max-width: 199px;
}

.displayNone,
.hidden,
.pagination-end,
.pagination-start,
.pagination li,
.blueBar.home,
body>section .moreLinkOffer #moreCategory,
#checkRodo {
	display: none;
}

.pagination li.pagination-next,
.pagination li.pagination-prev {
	display: inline-block;
}

.radius100 {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

.radiusChild:before,
.radiusChild:after,
.radius {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.radius:before,
.radius:after,
.radius {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

iframe {
	border: none;
}

/*width*/
body .width100 {
	width: 100%;
}

body .width85 {
	width: 85%;
}

body .width70 {
	width: 70%;
}

body .width65 {
	width: 65%;
}

body .width60 {
	width: 60%;
}

body .width55 {
	width: 55%;
}

body .width50 {
	width: 50%;
}

body .width48 {
	width: 48%;
}

body .width40 {
	width: 40%;
}

body .width35 {
	width: 35%;
}

body .width30 {
	width: 30%;
}

body .width31 {
	width: 31%;
}

body .width25 {
	width: 25%;
}

body .width21 {
	width: 21%;
}

/*floats*/
body .overflowHidden {
	overflow: hidden;
}

/*align text */
body .alignLeft {
	text-align: left;
}

body .alignRight {
	text-align: right;
}

body .alignCenter {
	text-align: center;
}

/*cookie*/
#redim-cookiehint {
	background-color: #0f9cd4;
	padding: 15px 2%;
}

#redim-cookiehint .cookiebuttons .btn {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	padding: 7px 30px !important;
	background: #fff;
	color: #0d446d;
	font-size: 15px;
	margin-bottom: 0;
}

#redim-cookiehint .cookiebuttons .btn:hover {
	background-color: #0d446d;
	color: #ffffff;
}

/*gradient*/
.gradient {
	background: linear-gradient(120deg, #66C3D0 0%, #008DD2 100%);
}

.tgradient {
	background: -webkit-linear-gradient(120deg, #66C3D0 0%, #008DD2 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

/*contrast*/
body.yContrast header>.bottom,
body.dContrast header>.bottom {
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
}

body.yContrast a.mobile span,
body.yContrast>header .middle .logos ul>li img,
body.yContrast a.mobile span.symbol {
	background: #ffff00 !important;
}

body.dContrast a.mobile span,
body.dContrast>header .middle .logos ul>li img {
	background: #fff !important;
}

body.yContrast,
body.dContrast,
body.yContrast *:not(.bigger):not(iframe):not([tabindex="0"]):not(.break),
body.dContrast *:not(.bigger):not(iframe):not([tabindex="0"]):not(.break) {
	background: #000 !important;
}

body.yContrast *:not(.bigger):not(iframe):not([tabindex="0"]) a.mobile span,
body.yContrast span.break,
body.yContrast #betterslider .carousel-item:before,
body.dContrast #betterslider .carousel-item:after {
	background: #ffff00 !important;
}

body.dContrast *:not(.bigger):not(iframe):not([tabindex="0"]) a.mobile span,
body.dContrast span.break,
body.dContrast #betterslider .carousel-item:before,
body.dContrast #betterslider .carousel-item:after {
	background: #fff !important;
}

body.yContrast *:not(path),
body.yContrast *:before,
body.yContrast *:after,
body.yContrast>section .infopart ul li:before {
	border-color: #ffff00 !important;
	color: #ffff00 !important;
	box-shadow: none !important;
	-webkit-text-fill-color: inherit !important;
}

body.yContrast *::placeholder {
	color: #ffff00 !important;
}

body.yContrast>section .infopart ul li:before,
body.dContrast>section .infopart ul li:before,
body.dContrast.activeMobile *:not(.bigger):not(iframe):not([tabindex="0"]) a.mobile span,
body.yContrast.activeMobile *:not(.bigger):not(iframe):not([tabindex="0"]) a.mobile span,
body.active a.mobile span {
	background: transparent !important;
}

body.dContrast *:not(path),
body.dContrast>section .infopart ul li:before {
	border-color: #fff !important;
	color: #fff !important;
	box-shadow: none !important;
	-webkit-text-fill-color: inherit !important;
}

body.yContrast path,
body.yContrast polygon,
body.yContrast circle,
body.yContrast rect {
	fill: #ffff00 !important;
}

body.dContrast path,
body.dContrast polygon,
body.dContrast rect {
	fill: #fff !important;
}

body.yContrast>section .articlelist .blogarticle .bigger a,
body.dContrast>section .articlelist .blogarticle .bigger a {
	background: transparent !important;
}

body.yContrast>section .articlelist .blogarticle .bigger:after,
body.dContrast>section .articlelist .blogarticle .bigger:after,
body.yContrast>section .stepsCarousel .single:before,
body.dContrast>section .stepsCarousel .single:before,
body.yContrast .map,
body.dContrast .map {
	display: none !important;
}

body.yContrast *:not(.bigger):not(iframe):not([tabindex="0"]) .categorylist li a,
body.dContrast *:not(.bigger):not(iframe):not([tabindex="0"]) .categorylist li a {
	background: transparent !important;
}

/*contactpage*/
section .contactpage {
	margin: -20px;
}

.convertforms .cf-content-wrap,
.convertforms .cf-form-wrap {
	padding: 0;
}

.convertforms .cf-control-group+.cf-control-group {
	margin-top: 15px;
}

.convertforms .cf-input {
	border-radius: 10px;
	min-height: 46px;
}

section .contactpage>* {
	margin: 20px;
}

section .contactpage .form {
	width: 300px;
}

section .contactpage .infofull {
	width: 500px;
}

#wrap-contact-form113 .rf_submit:hover {
	opacity: 0.9;
}

section .contactpage .infofull h4 {
	font: 400 22px "Trirong";
	letter-spacing: 2px;
}

section .contactpage .infofull div+div {
	margin-top: 20px;
}

section .contactpage .infofull div *+* {
	margin-top: 10px !important;
}


/*flex*/
.flexBlock {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.flexStart {
	align-items: flex-start;
}

.flexLeft {
	justify-content: flex-start;
}

.flexCenter {
	justify-content: center;
}

.flexRight {
	justify-content: flex-end;
}

.flexColumn {
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.flexInline,
#wrap-contact-form104 .rf_submit {
	/*  align-items: baseline;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; */
	display: inline-flex;
	/*  -webkit-flex-flow: row wrap; */
	align-items: center;
	justify-content: space-between;
}

.flexWrap {
	flex-wrap: wrap;
}

.flexFull {
	flex: auto;
}

.rightSide {
	width: 100%;
}

.headerBox h4,
.headerBox h3,
.headerBox h2,
.headerBox h1,
.content-category h2 {
	font-weight: 400;
	font-size: 32px;
	color: var(--darkblue);
	letter-spacing: 1px;
	line-height: 1em;
}

.headerBox h4:after,
.headerBox h3:after,
.headerBox h2:after {
	margin-left: 15px;
	height: 1px;
	width: 40px;
	background-color: var(--green);
	content: "";
	display: inline-block;
}

.headerBox p {
	color: var(--green);
	font-size: 17px;
	font-weight: 800;
	letter-spacing: 2px;
	justify-content: flex-start;
}

.headerBox.break:after {
	content: "";
	display: block;
	width: 42px;
	height: 2px;
	margin: 14px 0;
	background-color: #227892;
}

.buttonLink {
	justify-content: center;
	height: 48px;
	padding: 0 18px;
	min-width: 190px;
	max-width: 190px;
	font-size: 13px;
	font-weight: 400;
	color: var(--darker);
	letter-spacing: 1px;
	cursor: pointer;
	background: transparent;
	border: 1px solid var(--lime);
}

.buttonLink:not(.noicon):after {
	font-family: uicons-regular-rounded !important;
	font-style: normal;
	font-weight: normal !important;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f10c";
	background: -webkit-linear-gradient(120deg, rgba(144, 229, 170, 1) 0%, rgba(3, 173, 193, 1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 25px;
}

.buttonLink.noicon i {
	margin-left: 15px;
	font-size: 16px;
}

.buttonLink.border:after {
	display: none;
}

.buttonLink.border {
	height: 44px;
	width: 142px;
	background: var(--white);
	border: 1px solid var(--green);
	font-size: 14px;
	text-transform: uppercase;
	color: var(--green);
	margin: 0 auto -21px;
}

body>.tooltip,
a.btn.btn-link.jmodedit,
*[role="tooltip"] {
	display: none !important;
}

/*text article*/
/*text article*/
body>section .item-page div[itemprop="articleBody"] {
	margin-bottom: 60px;
}

body>section .item-page div[itemprop="articleBody"] p,
body>section .item-page div[itemprop="articleBody"] li,
body>section .productroom #tabs>.tab-content p {
	margin: 0;
	color: #7e7e7e;
	font-size: 14px;
	line-height: 1.9em;
}

body>section .item-page div[itemprop="articleBody"] p+p {
	margin-top: 15px;
}

body>section .item-page div[itemprop="articleBody"] h1,
body>section .item-page div[itemprop="articleBody"] h2,
body>section .item-page div[itemprop="articleBody"] h3,
body>section .item-page div[itemprop="articleBody"] h4,
body>section .item-page div[itemprop="articleBody"] h5,
body>section .promotion.single .products .item .text h3,
body>section .promotion.single .list .item h3,
body>section .productroom #tabs>.tab-content h3,
body>section .twopart .contentall h3 {
	margin: 0 0 5px;
	font-size: 19px;
	color: var(--darkgreen);
}

body>section .item-page div[itemprop="articleBody"] h2 {
	font-size: 27px;
}

body>section .item-page div[itemprop="articleBody"] h1 {
	font-size: 35px;
}

body>section .item-page div[itemprop="articleBody"] p+h3,
body>section .item-page div[itemprop="articleBody"] ul+p,
body>section .item-page div[itemprop="articleBody"] ul+h3,
body>section .item-page div[itemprop="articleBody"] p+ul,
body>section .productroom #tabs>.tab-content p+h3,
body>section .promotion.single .products .item .text p+h3,
body>section .promotion.single .products .item .text ul+p,
body>section .promotion.single .products .item .text ul+h3 {
	margin-top: 30px;
}

body>section .item-page div[itemprop="articleBody"] p+ul {
	margin-top: 15px;
}

body>section .item-page div[itemprop="articleBody"] ul {
	display: block;
	width: 100%;
	padding-left: 30px;
	box-sizing: border-box;
	list-style: square;
	margin-top: 0 !important;
}

/*pagination*/
body>section .pagination ul {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.pagination li>* {
	min-width: 40px;
	height: 40px;
	border: 1px solid #e8e8ef;
	background: #ffffff;
	color: #576372;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0 !important;
}

.pagination li>span {
	color: #e8e8ef;
	font-size: 0 !important;
}

.pagination li.pagination-prev>span:before,
.pagination li.pagination-prev>a:before {
	content: "<";
	font-size: 22px;
}

.pagination li.pagination-next>span:before,
.pagination li.pagination-next>a:before {
	content: ">";
	font-size: 22px;
}

.pagination li+li {
	margin-left: 15px;
}

.pagination .vm-page-counter {
	min-width: 76px;
	padding: 0 15px;
	height: 40px;
	border: 1px solid #e8e8ef;
	background: #ffffff;
	justify-content: center;
	display: inline-flex;
	align-items: center;
	font-weight: 400;
	font-style: italic;
	font-size: 14px;
	color: #576372;
}

/*mobile*/
a.mobile {
	margin-left: -15px;
	--length: 24;
	--offset: -38;
	display: none;
	width: 34px;
	height: 34px;
}

.mobile svg {
	min-width: 100px;
	height: 100px;
	margin: -32px 0 0 -33px;
}

.mobile circle {
	fill: hsla(0, 0%, 100%, .2);
	opacity: 0;
}

.mobile path {
	fill: none;
	stroke: var(--darkblue);
	stroke-width: 3;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-dasharray: var(--length) var(--total-length);
	stroke-dashoffset: var(--offset);
	transition: all .8s cubic-bezier(.645, .045, .355, 1);
}

.activeMobile .mobile path {
	stroke: var(--green);
}

.dots {
	--length: 0;
	--offset: -50;
}

.mobile circle {
	fill: #fff3;
	opacity: 0;
}

.mobile:hover circle {
	opacity: 1;
}

.activeMobile .mobile svg .line--1,
.activeMobile .mobile svg .line--3 {
	--length: 22;
}

.activeMobile .mobile svg .line--2 {
	--length: 0;
}

.mobile .line--1,
.mobile .line--3 {
	--total-length: 126;
}

.mobile .line--2 {
	--total-length: 70;
}

.activeMobile .mobile svg .line--1,
.activeMobile .mobile svg .line--3 {
	--offset: -94;
}

.activeMobile .mobile svg .line--2 {
	--offset: -50;
}

/*table*/
body>section .table {
	overflow-x: auto;
}

body section table {
	width: 100%;
	border: 1px solid #efefef;
	padding: 20px;
	box-sizing: border-box;
	min-width: 400px;
	text-align: left;
}

body section p+table {
	margin-top: 30px;
}

body section table tr:first-child th {
	border-bottom: 1px solid #efefef;
	padding: 10px 0;
	text-align: left;
	color: #0d446d;
	text-transform: uppercase;
	font: 700 17px Source Sans Pro;
}

body>section table tr td:last-child,
body>section table tr:first-child th:last-child {
	text-align: right;
}

body>section table p strong {
	color: #6c6c6c;
}

body>section table tr td p:first-child {
	margin: 15px 0 10px;
}

body>section table tr td:last-child {
	width: 120px;
}

body>section table tr td p,
body>section table tr td p+p {
	margin: 0;
}

body>section table tr td {
	padding-bottom: 15px;
	border-bottom: 1px solid #efefef;
}

body>section table tr:last-child td {
	border-bottom: none;
}

/*header top*/
header .mobilebox,
header .mobilebox li.aos-init:not(:last-child) {
	display: none;
	align-items: center;
}

header .mobilebox li:last-child {
	margin-left: 25px;
}


/*rwd*/
@media (max-width:1000px) {
	header .mobilebox {
		display: flex;
	}

	header .mobilebox .moduletable {
		flex: auto;
	}

	body header nav .mobilebox ul.flexBlock {
		justify-content: flex-start;
	}

	body header nav .mobilebox a.radiusSmall {
		margin-top: 19px;
		height: 101px;
	}

	body.activeMobile {
		overflow: hidden;
	}

	body>header nav a.mobile {
		display: inline-flex;
	}

	body>header nav {
		z-index: 10000;
	}

	body.activeMobile>header {
		position: relative;
		z-index: 11000;
		background-color: var(--white);
	}

	body.activeMobile:not(.homepage) .abovetop {
		z-index: 10000;
		position: relative;
	}

	body.activeMobile>section,
	body.activeMobile>footer {
		overflow: hidden;
	}

	body>header nav>div.moduletable {
		top: 206px;
		left: 28px;
		margin: 0;
		max-width: inherit;
		right: 28px;
		box-sizing: border-box;
		padding: 28px 14px 0;
		position: fixed;
		bottom: 0;
		-webkit-transition: -webkit-transform 1.2s, opacity 1.2s;
		transition: transform 1.2s, opacity 1.2s;
		-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
		transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		z-index: 9999;
		overflow: auto;
	}

	body>section .shadow {
		-webkit-transition: -webkit-transform 1.2s, opacity 1.2s;
		transition: transform 1.2s, opacity 1.2s;
		-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
		transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		background: rgb(27 99 100 / 80%);
		left: 0;
		right: 0;
		top: -40px;
		bottom: 0;
		z-index: 2;
		display: block;
		position: fixed;
		z-index: 9999;
		-webkit-backdrop-filter: blur(6px);
		backdrop-filter: blur(6px);
	}

	body>header nav.activeMobile>div.moduletable,
	body>section .shadow.activeMobile {
		pointer-events: auto;
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	body>header nav.activeMobile>div.moduletable {
		bottom: 28px;
		width: inherit;
		overflow-x: hidden;
	}

	body>header nav.hidden,
	body>header nav>div.moduletable ul.flexBlock {
		display: block !important;
	}

	body>header nav>div.moduletable ul.flexBlock {
		flex-wrap: wrap;
		display: flex;
		margin: -14px;
	}

	body>header nav>div.moduletable ul.flexBlock li {
		width: 100%;
		flex: auto;
		justify-content: center;
		align-items: center;
		box-sizing: border-box;
		margin: 0;
		display: flex;
	}

	body>header nav>div.moduletable ul.flexBlock li a,
	body>header nav>div.moduletable ul.flexBlock li span.separator {
		flex: auto;
		text-align: center;
		padding: 30px;
		letter-spacing: 2px;
		color: #fff;
		font-size: 22px;
		background: transparent;
	}

	body>header nav>div.moduletable ul.flexBlock li.active a {
		color: var(--green);
	}

	body>header nav>div.moduletable ul.flexBlock li+li {
		border-top: 1px solid rgba(165, 227, 231, 0.65);
	}

	body>header nav>div.moduletable ul.flexBlock .active a:before {
		display: none;
	}
}