@import url('https://cdn-uicons.flaticon.com/uicons-brands/css/uicons-brands.css');

:root {
	--white:#fff;
	--black:#000;
	--main-color:#f05a0a;
	--second-color:#dd4d00;
    --grey: #f3f5f7;
    --sgrey: #e1e1e1;
    --ce: #eee;
    --cd: #ddd;
    --cc: #ccc;
    --ca: #aaa;
    --c1: #111;
    --c2: #222;
    --c3: #333;
    --c4: #444;
    --c5: #555;
    --c6: #666;
    --c7: #777;
    --c8: #888;
    --c9: #999;
	--fontfamily: "Inter";
	--icons: "uicons-bold-rounded";
}
.main-color{
	color:var(--main-color);
}
.second-color{
	color:var(--second-color);
}
.main-bg{
	background-color:var(--main-color);
}
.second-bg{
	background-color:var(--second-color);
}
body .ba-form-submit-wrapper .ba-form-submit-recaptcha-wrapper .forms-recaptcha{
    opacity: 0 !important;
}
h1,h2,h3,h4{
    font-weight: 800 !important;
}
h1 strong,
h1 span,
h2 strong,
h2 span,
h3 strong,
h3 span,
h4 strong,
h4 span{
    font-weight: 800 !important;
}

@media (min-width: 1400px) {
    body .sppb-row-container {
        max-width: 1350px;
    }
}
.ba-form-submit-field.hidden-condition-field{
    display: none !important;
}

.sppb-addon-content ul:not(.arrowsstd):not(.flexBlock) li{
    padding-left: 8px;
}
.sppb-addon-content ul:not(.arrowsstd):not(.flexBlock){
    list-style: none;
}
.sppb-addon-content ul:not(.arrowsstd):not(.mod-menu):not(.flexBlock):not(.sppb-gallery) li:before{
    content: "/";
    color: var(--main-color);
    font-weight: 800;
    position: absolute;
    left: 22px;
    margin-top: -1px;
    font-family: var(--fontfamily), sans-serif;
}

/* specyfikacja */
#onav_specyfikacja .sppb-nested-row .sppb-row-column .fadeInUp.sppb-animated:first-of-type{
    margin-top: 0 !important;
}

::before,
::after{
	font-family: var(--icons);
}
i.ba-form-icons:before{
    font-family: 'balbooa-form-icons' !important;
}

*{
	padding:0;
	margin:0;
	outline:none;
	box-sizing: border-box;
	font-family: var(--fontfamily), sans-serif;
}
span,i,:before,:after{
	caret-color: rgba(0,0,0,0);
}

body{
	background:#fff;
	margin:0px;
	font-weight: 400;
}
body > .skiptranslate,
body div.icons:has(.float-end){
	display: none !important;
}
body.active{
	overflow:hidden;
}
body i{
	line-height: 0;
}
body a{text-decoration:none}
body img{
	border:none;
	display: block;
	max-width:100%;
	width:auto;
	height:auto;
	text-decoration:none;
}
body .slick-slide img{
    transition: none !important;
}
body a,:before,:after,li,img, .transition,
body > header nav.active .moduletable_menu, 
li a span, li a strong, label,body.active, button,
svg, path, circle, li h2, i{
	transition: all 0.2s linear;
}
/* top site - logo, contact, menu, language */
body .center,
body > section div.finder,
body > section .breadcrumbsBox h2,
body > section .breadcrumbsBox ul{
	margin:0px auto;
	max-width:1360px;
	box-sizing:border-box;
	padding: 0px 20px;
}
body .center.bigger{
	margin:0px auto;
	max-width:1380px;
}
body section.blog,
body > section div.finder{
	padding:0 30px 0;
}
body > section .multiBoxList .content .item-page,
body > section .multiBoxList section.blog{
	padding:0 0;
}
body .item-page a:not([class]){
	color: var(--c1);
}
body .item-page a:not([class]):not[download]{
	color: var(--c1);
	text-decoration: underline;
}
body .item-page a:hover{
	text-decoration:none;
}
body > header .logo{
	overflow: hidden;
	max-width:256px;
}
.displayNone,
.hidden,
.pagination li:first-child,
.pagination-start,
.pagination li:last-child,
.blueBar.home,
body > section .moreLinkOffer #moreCategory,
#checkRodo{
	display:none;
}
.radius100{
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.radius30{
    border-radius: 30px;    
}
.radius25Child:before,
.radius25Child:after,
.radius25{
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}
.radius19Child:before,
.radius19Child:after,
.radius19{
	-webkit-border-radius: 19px;
	-moz-border-radius: 19px;
	border-radius: 19px;
}
.radiusChild:before,
.radiusChild:after,
.radius{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

ul.nolist{
	list-style: none !important;
	padding-left: 0 !important;
}
iframe{
	border:none;
}

/* table - specyfikacja */
#onav_specyfikacja table{
    border: none;
}
#onav_specyfikacja table tr td{
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    padding: 16px 20px;
    border-color: #333;
}
#onav_specyfikacja table tr td,
#onav_specyfikacja table tr td p,
#onav_specyfikacja table tr td a{
    color: var(--c9);
}
#onav_specyfikacja table tr td+td{
    text-align: right;
}
#onav_specyfikacja table tr:nth-child(even) td{
    background: #222;
}



/*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;}

/* forms */
body .ba-form-acceptance-field label.ba-form-checkbox > span, 
body .ba-form-field-item .ba-form-checkbox-wrapper label.ba-form-checkbox > span{
    background-color: var(--white);
}
body .ba-form-submit-field{
    margin: 0;
}


/* lang */
.changeLang .option{
    position: absolute;
    margin-top: 18px;
    border: 1px solid var(--grey);
    overflow: hidden;
    background: #fbfbfb;
    right: 0;
}
.changeLang .option .single,
.changeLang div.selected .list,
.changeLang .option i{
    display: none;
}
.changeLang .switcher{
    width: auto;
    font-family: var(--font);
    position: relative;
    overflow: inherit;
}
.changeLang .switcher .selected,
.changeLang .switcher .selected a:hover{
    background: transparent;
    display: flex;
}
.changeLang .switcher .selected a{
    display: inline-flex;
    width: auto;
    padding: 0;
    border: none;
    font-size: 13px;
	line-height:3px;
    color: var(--llgrey);
    padding-top: 3px;
}
.changeLang .imgbox{
	width: 20px;
    height: 20px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
	margin: -3px 8px 0 0;
}
.changeLang .switcher .option .imgbox{
	margin: 0px 8px 0 0;	
}
.changeLang .imgbox img{
	position: absolute;
    min-width: 30px;
    min-height: 30px;
	opacity: 1;
}
.changeLang div.selected i{
    margin: -4px 0 0 3px;
	font-size: 15px;
    color: var(--llgrey);
}
.changeLang div.selected .open i{
    transform: rotate(180deg);
}
.changeLang .switcher .option a{
    display: flex;
    padding: 10px;
    align-items: center;
}
.changeLang .switcher .option a.selected,
.changeLang .switcher .option a.selected:hover{
    background-color: var(--dark);
    color: var(--white);
}
.changeLang .switcher .option a:hover{
    background-color: #f3f3f3;
}

/* blog list */
.blog.betterla:before{
    display: none;
}
.blog.betterla .blog-items{
    margin:-17px -17px 0;
	width: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.blog.betterla .item{
    margin: 0 18px;
    border-radius: 5px;
    overflow: hidden;
	width: 300px;
	max-width: 400px;
	flex: auto;
    border: 1px solid #ececec;
}
.blog.betterla .text{
    padding: 28px 32px 35px;
}
.blog.betterla .infotop{
    justify-content: flex-start;
    margin-bottom: 7px;
}
.blog.betterla .infotop i{
    font-size: 16px;
    margin-right: 8px;
}
.blog.betterla .infotop span{
    font-size: 13px;
    color: var(--lgrey);
}
.blog.betterla .infotop > *+*{
    margin-left: 30px;
}
.blog.betterla h2{
    font-size: 18px;
    font-weight: 600;
    color: var(--darker);
    line-height: 1.6em;
    margin-bottom: 15px;
}

/* headingbox */
.headingbox{
    max-height: 796px !important;
    height: 41.5vw !important;
    position: relative !important;
    min-height: 540px !important;
    padding-left: 0 !important;
}


/* blog single */
.multiBoxList .item-page div[itemprop="articleBody"] .imageshare{
    margin-top: 0;
}
.item-page div[itemprop="articleBody"] > *{
    margin: 20px;
    width: 200px;
    order: 1;
}
.multiBoxList .item-page div[itemprop="articleBody"] .text{
    margin: 0 20px 20px;
}
.item-page div[itemprop="articleBody"] .imageshare{
    width: 100%;
    display: flex;
}
.item-page div[itemprop="articleBody"] .imageshare .image{
    position: relative;    
}
.item-page div[itemprop="articleBody"] .infobox{
	background: var(--dark);
    margin-top: 40px;
    flex: auto;
    display: flex;
    padding: 30px;
    flex-direction: column;
    justify-content: center;
}
.item-page div[itemprop="articleBody"] .imageshare .sharebuttons{
    background: var(--darker);
    padding: 6px;
}
.item-page div[itemprop="articleBody"] .imageshare span.info{
    position: absolute;
    right: 20px;
    top: 20px;
    padding: 2px 14px 1px;
    color: var(--white);
}
.item-page div[itemprop="articleBody"] .imageshare strong{
    margin: 0 7px;
}
.item-page div[itemprop="articleBody"] .imageshare .date{
    font-size: 16px;
}
.item-page div[itemprop="articleBody"] .imageshare .ifbox span{
	color: var(--lgrey);    
	margin-top: 3px;
}
.item-page div[itemprop="articleBody"] .imageshare .ifbox{
    margin: 20px 0 0;
    font-size: 16px;
    color: var(--dark);
}
.item-page div[itemprop="articleBody"] .imageshare .break{
    display: block;
    min-height: 20px;
    min-width: 1px;
    margin: 0 15px;
    background:var(--lgrey);
}
.item-page div[itemprop="articleBody"] .infobox i{
    color: var(--main-color);
    font-size: 23px;
    position: relative;
    margin-right: 6px;
	line-height: 1.2;
}
.item-page div[itemprop="articleBody"] .imageshare h4{
    color: var(--white) !important;
    margin: 0 0 15px;
    font-size: 20px;
    font:500 20px var(--fontfamily);
}
.item-page div[itemprop="articleBody"] .imageshare .bw-social-share-title{
    display: none;
}
.item-page div[itemprop="articleBody"] .imageshare .sharebuttons ul{
    padding-left: 0;
}
.item-page .specyfikacja{
    display: none !important;
}
.item-page .galeria{
    margin-top: 40px;
}
.item-page .galeria .field-label{
    display: none;
}



/* error 404 */
.error404{
    margin:-20px;
}
.error404 > *{
    margin: 20px;
    width: 320px;
    flex: auto;
}

/* pagination */
.pagination_next{
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #e5eaea;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.pagination_next input{
    height: 40px;
    border: 1px solid var(--grey);
    width: 46px;
    font-size: 16px;
    color: var(--darker);
    text-align: center;
}
.pagination_next span{
    display: flex;
    align-items: center;
    margin-left: 20px;
    font-size: 14px;
    color: var(--darker);
}
.pagination_next span:after{
    content:"";
    background-color: var(--lgrey);
    height: 25px;
    min-width: 1px;
    margin: 0 20px;
}
.pagination_next li a{
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--main-light);
    font-size: 26px;
}
.pagination_next li+li{
    margin-left: 5px;
}
.pagination_next li a:not([href]){
    color:#dfdfdf;
    cursor: no-drop;
}



/*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{
    display: inline-flex;
	align-items:center;
	justify-content: space-between;
}
.flexWrap{
	flex-wrap:wrap;
}
.flexFull{
	flex:auto;
}
.rightSide{
    width: 100%;
}
.headerText{
	display: flex;
	align-items: center;
	letter-spacing: 1px;
	justify-content: flex-start;
	font-size: 24px;
}
.headerText.center{
	padding: 0 30px !important;
}
.headerText:before{
	background-color: var(--second-color);
	width: 40px;
	height: 4px;
	content:"";
	margin-right: 23px;
	border-radius: 10px;
}
.smallheader p{
	font-size: 14px;
	color: var(--second-color);
	margin-bottom: 5px;
	letter-spacing: 1px;
}
.smallheader h3{
	font-size: 29px;
	color: var(--white);
	letter-spacing: 1px;
}
.headerBox{
	position: relative;
}   
.headerLine{
	margin-bottom: 33px;	
}
.headerLine:after{   
	flex: auto;
	content:"";
	height:1px;
	margin-left: 30px;
	background-color: #0d8060;
}
.headerInit .break{
	min-width: 2px;
    height: 10px;
    margin: 0 30px;
    background-color: #a0a7aa;
}
.headerBox.hdPage:after{
	position: absolute;
	z-index: 0;
	height: 100%;
	left: 0;
	content:"";
	width: 100%;
	background: rgb(0 0 0 / 41%);
	top: 0rem;
}
.headerBox.hdPage .center{
	z-index: 1;
}
.headerBox h4,
.headerBox h3,
.headerBox h2,
.headerBox h1,
.content-category h2{
    font-weight: 800;
    font-size: 45px;
    color: var(--c1);
    margin-bottom: 0;
}
.headerBox.bigger h4,
.headerBox.bigger h3,
.headerBox.bigger h2,
.headerBox.bigger h1,
.content-category h2.bigger{
	font-size: 45px;
}
.headerBox.white h1,
.headerBox.white h2,
.headerBox.white h3,
.headerBox.white h4{
	color:var(--white);
}
.headerBox.darker h4,
.headerBox.darker h3,
.headerBox.darker h2,
.headerBox.darker h1{
	color: var(--btcolor);
}
.headerBox p{
	color:var(--main-color);
	font-weight: 600;
    font-size: 20px;
    margin-bottom: 0;
}
.headerBox.break:after{
	content: "";
    display: block;
    width: 42px;
    height: 2px;
    margin: 14px 0;
    background-color: #227892;
}

/* link */
.linkstd,
.linkstdbox a{
    font-size: 15px;
    color: var(--c3);
    display: inline-flex;
    position: relative;
    font-weight: 600;
}
.linkstd.white{
    color: var(--white);
}
.buttonOutline,
.sppb-btn-round{
    border-width: 2px;
    border-radius: 30px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    min-width: 170px;
    justify-content: center;
    padding: 0 20px;
}
.buttonOutline.dark{
    color: var(--c1);
    border-color:var(--c1);
}
.buttonOutline:hover{
    background:var(--c1);
    /* border: 2px solid var(--c1); */
}
.linkstd:after,
.linkstdbox a:after{
    content: "\e07e";
    margin-left: 8px;
    font-size: 18px;
    top: -1px;
    position: relative;
}
.linkstd.white:after{
    color: var(--white);
}
.linkstd:before,
.linkstdbox a:before{
    content:"";
    position: absolute;
    left: 0;
    bottom: -1px;
    width:34px;
    height: 2px;
    background-color: var(--main-color);
}
.linkstd:hover:before,
.linkstdbox a:hover:before{
    animation: lineAnimation 2s infinite;
}
.linkstd:hover:after,
.linkstdbox a:hover:after{
    color: var(--main-color);
    animation: iconSlide 2s infinite;
}

.shaking{
    animation: pulseBtn 2s ease-in-out infinite;
}

@keyframes pulseBtn {
    0%{
        transform: rotate(0deg);
        background-color: var(--main-color);
        border-color: var(--main-color);
    }
    15% {
        transform: rotate(0deg);
        background-color: var(--c1);
        border-color: var(--c1) !important;
    }
    20% {
        transform: rotate(10deg);
    }
    25% {
        transform: rotate(-10deg);
    }
    30% {
        transform: rotate(10deg);
    }
    35% {
        transform: rotate(0deg);
        background-color: var(--main-color);
        border-color: var(--main-color);
    }
    100% {
        transform: rotate(0deg);
    }
}

@keyframes iconSlide {
    0% { transform: translateX(0); opacity: 1; }
    50% { transform: translateX(6px); opacity: 0; }
    51% { transform: translateX(-6px); opacity: 0; }
    100% { transform: translateX(0); opacity: 1; }
}
@keyframes iconSlideStd {
    0% { transform: translateX(0); opacity: 1; }
    90% { transform: translateX(12px); opacity: 1; }
    100% { transform: translateX(12px); opacity: 0; }
}
@keyframes lineAnimation {
    0% { width: 34px; left: 0; }
    20% { width: 0; left: 34px; }
    40% { width: 0; left: 0; }
    60% { width: 34px; left: 0; }
    100% { width: 34px; left: 0; }
}

.linkbox ul{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 20px;
    justify-content: flex-start;
}
.ba-form-submit-wrapper .ba-form-submit-btn-wrapper{
    text-align: center;
}
.linkbox a,
.buttonLink,
.buttonLinkDark,
.controls .btn.btn-primary{
	justify-content:center;
	height:52px;
	min-width:180px;
	font-size:15px;
	font-weight: 400;
	color:var(--white);
	cursor: pointer;
	text-align: center;
	background-color: var(--main-color);
    border-radius: 30px;
    display: inline-flex;
    gap: 8px;
    padding: 0 20px;
    align-items: center;
    justify-content: center;
}
.buttonLinkDark,
.linkbox a{
    background-color: var(--c1);
}
.buttonLink:hover,
.buttonLinkDark:hover,
.linkbox a:hover,
.linkbox .current a{
	background-color: var(--main-color);
}
.buttonLink.white{
	border-color: var(--white);
	color: var(--white);
}
.controls .btn.btn-primary{
	border-radius: 25px;
	background-color: var(--main-color);
	color: var(--white);
	padding: 0 15px;
	font-size: 16px;
	font-weight: 600;
}
.controls .btn.btn-primary:hover{
	opacity: .8;
}
.buttonLink.borderbt{
	background: transparent;
	height: 54px;
    border: 2px solid var(--main-color);
    color: var(--white);
    border-radius: 30px;
}
.buttonLink.borderbt.dark{
    color: var(--c1);
}
.buttonLink.bg{
	background-color: var(--white);
}
.buttonLink.bg:hover,
.buttonLink.borderbt:hover{
	background-color: var(--main-color);
}
.buttonLink.icon i{
    font-size: 16px;
    line-height: 0;
    position: relative;
}
.buttonLink.icon:not(.borderbt) i{
    color:var(--white);
}
.buttonLink.icon.borderbt{
    color: var(--white);
}
#betterslider .buttonLink.icon.borderbt i,
.buttonLink.icon.borderbt i{
    color: var(--main-color);
}
#betterslider .buttonLink.icon.borderbt{
    color: var(--white);
}
.buttonLink.icon.borderbt:hover i,
#betterslider .buttonLink.icon.borderbt:hover i{
	color: var(--white);
}

/* carousel sp */
.sppb-carousel-extended-outer-stage{
    height: auto !important;
}
.darklogocarousel img{
    /* filter:contrast(0) brightness(0.6); */
}
.darklogocarousel .sppb-carousel-extended-item:hover img{
    filter:none;
}
.sppb-carousel-extended-item img{
    width: auto;
    height: auto;
}

/* arrows standard */
.arrowsstd{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap:20px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.arrowsstd a{
    width: 43px;
    height: 43px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: var(--c3);
    border: 1px solid var(--c9);
}
.arrowsstd.mc a,
.arrowsstd.dark a{
    color: var(--white);
    border-color: var(--c9);
    border-radius: 100%;
}
.arrowsstd.dark.borderstd a{
    color: var(--c3);
    border-radius: 100%;
}
/* .arrowsstd li+li a{
    padding-left: 2px;
} */
.arrowsstd a.active:not(.disabled),
.arrowsstda:not(.disabled):hover,
.arrowsstd.dark.borderstd a:hover,
.arrowsstd a:hover{
    opacity: 1;
    background-color: var(--main-color);
    border-color: var(--main-color);
    color: var(--white);
}
.arrowsstd.borderstd.dark a:not(.disabled):hover,
.arrowsstd.borderstd.dark a.active:not(.disabled){
    background-color: transparent;
    opacity: 1;
}
.arrowsstd.dark a:not(.disabled):hover{
    opacity: 1;
    background-color: var(--main-color);
    color: var(--white);
}
.arrowsstd.borderstd.dark a:not(.disabled):hover{
    background: var(--main-color);
    color: var(--white);
}
.arrowsstd i{
    transition: all 0ms linear;
}
.arrowsstd .next-slide i{
    position: relative;
    right: -1px;
}
.arrowstd.dark.borderstd a{
    color: var(--c3);
}

a.circle{
	display: inline-flex;
	align-items: center;
	color: var(--darker);
	font-size: 15px;
	font-weight: 500;
}
a.circle:after{
	content: "\f136";
	font-size: 22px;
	color: var(--darker);
	height: 42px;
	min-width: 42px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 17px;
	border: 1px solid var(--main-color);
}
a.circle:hover:after{
	background-color: var(--main-color);
	color: var(--white);
}

/* apla */
.apla{
    padding: 0 0 30px!important;
    /* border-radius: 30px;
    backdrop-filter: blur(6px); */
    min-width: 50%;
    max-width: fit-content;
    margin-top: 130px;
}
.sppb-row-column:has(> .apla){
    min-width: 50%;
}
.apla p{
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
    color: var(--white);
    max-width: 470px;
    margin-top: 11px;
}
.mod-breadcrumbs{
    padding: 0 !important;
    margin: 0 !important;
    font-size: 12px;
    color: var(--cd);
    max-width: 60svw;
}
.mod-breadcrumbs__wrapper:before{
    margin: 0;
    content:"";
    width: 55px;
    height: 1px;
    background-color: var(--white);
    opacity: .15;
    margin-bottom: 21px;
    margin-top: 1em;
    display: block;
}
.mod-breadcrumbs__wrapper a{
    color: var(--cd);
}
.mod-breadcrumbs__wrapper a:hover{
    color: var(--main-color);
}
.mod-breadcrumbs__wrapper li:first-child:before{
    content: "\e881";
    margin: 0 7px 0 0;
    position: relative;
    top: -1px;
}
.breadcrumb-item+.breadcrumb-item:before{
    color: var(--c7);
    font-size: 18px;
    line-height: 12px;
}
.mod-breadcrumbs__wrapper .breadcrumb-item.active{
    color: var(--ca);
}

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

/*text article*/
body > section .item-page div[itemprop="articleBody"]{
	margin: -20px;
}
body > section .item-page div[itemprop="articleBody"] p strong{
	font-weight: 600;
}
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: var(--grey);
    font-size: 16px;
    line-height: 1.9em;
}
body > section .item-page div[itemprop="articleBody"] table p strong,
body > section .item-page div[itemprop="articleBody"] table p{
	color: var(--ddarker);
}
body > section .item-page div[itemprop="articleBody"] p + p{
	margin-top:15px;
}
::marker {
	display: none !important;
}
.item-page div[itemprop="articleBody"] >h1,
.item-page div[itemprop="articleBody"] h2,
.item-page div[itemprop="articleBody"] h3,
.item-page div[itemprop="articleBody"] h4,
.item-page div[itemprop="articleBody"] h5,
.promotion.single .products .item .text h3,
.promotion.single .list .item h3,
.productroom #tabs > .tab-content h3,
.twopart .contentall h3{
	margin: 0 0 5px;
    font-size: 25px;
	font-family: var(--fontfamily);
    color: var(--dark);
	font-weight:600;
}
body > section .item-page div[itemprop="articleBody"] h2{
	font-size: 30px;
}
body > section .item-page div[itemprop="articleBody"] h1{
	font-size: 39px;
}
body > section .item-page div[itemprop="articleBody"] p + h3,
body > section .item-page div[itemprop="articleBody"] p + h2,
body > section .item-page div[itemprop="articleBody"] p + h4,
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 .item-page div[itemprop="articleBody"] table+table,
body > section .item-page div[itemprop="articleBody"] h3+div.table,
body > section .item-page div[itemprop="articleBody"] div.table + h4,
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"] ol,
body > section .item-page div[itemprop="articleBody"] ul{
	display: block;
    width: 100%;
    padding-left: 30px;
	box-sizing:border-box;
	margin-top:0 !important;
}
body > section .item-page div[itemprop="articleBody"] ul{
	list-style: square;
}

/* pagination */
.com-content-category-blog__navigation{
	margin-top: 60px;
    padding-top: 30px;
    border-top: 1px solid #e5eaea;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.com-content-category-blog__navigation .counter{
	color: var(--tgrey);
	font-size: 15px;
	font-weight: 600;
}

ul.pagination {
	display:flex;
	justify-content:flex-end;
	align-items:center;
    margin-bottom: 0 !important;
}
.pagination li span{
    background-color: transparent;
    height: auto;
    width: auto;
    padding: 0;
}
.pagination li.active a{
	color: var(--main-color);
    font-weight: 700;
}
.pagination li > *{
    color: var(--white);
}
.pagination a.page-link,
.pagination span{
    background: transparent;
    border: none;
    padding: 0;
    height: auto;
    font-size: 17px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.pagination li > span{
    color: var(--lgrey);
	font-size:0 !important;
}
.pagination li:nth-child(2) > a:before,
.pagination li:nth-child(2) > span:before{
	content: "\e07d";
    font-size: 20px;
    position: relative;
    top: -1px;
}
.pagination li:nth-last-child(2) > a:before,
.pagination li:nth-last-child(2) > span:before{
    content: "\e07e";
    font-size: 20px;
    margin-right: -6px;
    position: relative;
    top: -1px;
}
.pagination li:nth-last-child(2) > a span:before,
.pagination li:nth-child(2) > a span:before,
.pagination li span span{
    display: none;
}
.pagination li + li{
	margin-left:15px;
}
.pagination .disabled>.page-link, 
.pagination .page-link.disabled{
    border: none;
    background: transparent;
    color: var(--ca);
    padding: 0;
    width: auto;
    margin-left: -5px;
}
.page-link:hover,
.page-link:active,
.page-link:focus{
    border: none !important;
    box-shadow: none !important;
    opacity: .8;
    color: var(--white);
}

/*mobile*/
a.mobile{
	font-size: 0;
	color: var(--dark);
    display: none;
}

/*table*/
.table{
	overflow-x:auto;
}
table{
	width:100%;
	/* border:1px solid #cbcbcb; */
	box-sizing:border-box;
	/* min-width: 400px; */
	text-align: left;
}
body section p + table{
	margin-top:30px;
}
table thead tr:first-child > *{
	padding: 25px;
	font-size: 20px;
	font-weight: 500;
	border-bottom: 1px solid #cbcbcb;
}
table tr th:first-child,
table tr td:first-child{
	border-bottom: 1px solid #cbcbcb;
	
}
table p strong{
	color: var(--darker);
}
table tr{
	transition: all 200ms linear;
}
table tr td p:first-child{
	/* margin:15px 0 10px; */
}
table tr td,
table tr th{
	padding:15px 25px;
}
table[style*="border-width: 0"] td:first-child,
table[style*="border-width: 0"] th:first-child{
	/* padding:15px 0; */
}
table[style*="border-width: 0px;"],
table[style*="border-width: 0;"],
table.sppb-table-style[style*="border-width: 0"] td, 
table.sppb-table-style[style*="border-width: 0;"] th{
    border: none !important;
}
table tr td+td,
table tr th+th{
	border-left: 1px solid #cbcbcb;
}
table tr td:last-child{
	
}
table tr td p,
table tr td p + p{
	margin:0;
}
table tr td{
	border-bottom: 1px solid #cbcbcb;
}
table tr:last-child td,
table tr:last-child td[rowspan]{
	border-bottom:none;
}
table tr td[rowspan="3"],
table tr td[rowspan="2"]{
	border-bottom: 0 !important;
}
table tr td[rowspan]+td{
	border-left: none;
}
table tr td[rowspan]{
	border-right: 1px solid #cbcbcb;
	border-bottom: 1px solid #cbcbcb;
}

/*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;
}

/*searchform*/
#search-result-empty h2{
    font-size: 25px;
    color: #b93d59;
    font-weight: 600;
}
#search-result-empty p{
    color: var(--lbtext);
    font-size: 14px;
    letter-spacing: 1px;
    justify-content: flex-start;
}
#search-query-explained a{
	color: var(--darker);
	text-decoration: underline;
}
#search-results .result__title-link{
    color: var(--dgrey);
}
#search-results .result__title-link:hover span{
    color: var(--green);
    text-decoration: none;
}
#search-results mark,
mark[data-markjs="true"]{
	padding: 2px 8px;
    border-radius: 8px;
    background: var(--main-color);
	color: var(--white);
}
#search-results .result__title-url{
	font-size: 12px;
}

/* modal gallery */
body #cboxPrevious,
body #cboxNext,
body #cboxClose{
    display: none !important;
}
body #cboxLoadedContent{
    padding: 0 !important;
}

/* headers */
.headersnd37,
.headersnd35,
.headersnd45{
    font-size: 35px;
    font-weight: 800;
    color: var(--c1);
}
.headersnd45{
    font-size: 45px;
}
.headersnd37.white,
.headersnd45.white{
    color: var(--white);
}
.headersnd37.white strong,
.headersnd37.white span,
.headersnd45.white strong,
.headersnd45.white span{
    color: var(--main-color);
}
.preheadersnd{
    color: var(--main-color);
    font-weight: 700;
    font-size: 20px;
}

/* header page */
div.page-header h1{
	margin-bottom: 15px;
    font-size: 26px;
    color: var(--db);
}

.headerBox h1 mark,
.headerBox p mark{
	padding: 0;
	border-radius: inherit;
	background: transparent;
	color: inherit;
	font: 700 var(--sfontfamily);
}
#search-results .result__title{
    margin-bottom: 8px;
}
#search-results .result__description{
    color: #919191;
    font-size: 14px;
    line-height: 1.9em;
}
.result__item+.result__item {
    border-top: 1px solid var(--lgrey);
    margin-top: 25px;
    padding-top: 35px;
}
.com-finder__navigation.search-pagination{
    margin-top: 40px;
    padding-top: 35px;
    border-top: 1px solid #d7d9db;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.com-finder__navigation.search-pagination .pagination{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.com-finder__navigation.search-pagination .pagination li.page-item:not(.disabled):not(:first-child):not(:nth-child(2)):not(:last-child):not(:nth-last-child(2)){
    display: block;
}
.com-finder__navigation.search-pagination .pagination li.page-item:nth-child(3){
    margin-left: 0;
}
.com-finder__navigation.search-pagination .pagination li.page-item:not(.disabled):not(:last-child):not(:last-child) > *{
	min-width: 44px;
    height: 44px;
    border: 1px solid #e5eaea;
    background: #ffffff;
    color: var(--dark);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
}
.com-finder__navigation.search-pagination .pagination li.page-item:not(.disabled):not(:last-child) > span{
    color: var(--dark);
    cursor: no-drop;
}
.com-finder__navigation.search-pagination .pagination li.page-item:not(.disabled):not(:last-child):not(:last-child).active a{
	color: var(--white);
	background-color: var(--main-color);
	border-color: var(--main-color);
}
.com-finder__navigation.search-pagination .search-pages-counter{
    color: var(--lgrey);
    font-size: 15px;
    font-weight: 500;
	order: 0;
}
.com-finder__navigation.search-pagination .com-finder__pagination{
	order: 1;
	margin-left: 15px;
}

/* button form */
body .ba-form-submit-wrapper[class*="animation"] .ba-form-submit-btn{
	background: var(--main-color);
    border-radius: 50px;
}
















