a, body, div, footer, h1, h2, h3, h4, h5, h6, header, 
hr, html, img, li, menu, nav, p, span, ul {
    border: 0;
    margin: 0;
    padding: 0
}

body {
    line-height: 1;
    border: 0;
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight:400;
    font-size:17px;
    line-height: 28px;
    background: #f1f1f1;
}


* {
    box-sizing: border-box
}

hr {
    height: 1px;
    background: #ccc;
}

.clear {
    clear: both
}

.a-center{text-align:center !important;}
.a-right{text-align:center;}

.light{font-weight:300;}
.regular{font-weight:400}
.medium{font-weight:500;}
.bold{font-weight:700;}
.underline{text-decoration:underline;}
.bigHeadline{font-size:46px; line-height:53px;}
.italic{font-style:italic;}
.lspac{letter-spacing: 0.5px;}
.justify{text-align:justify;}
.fullWidth{width:100%}
.fb{color: #385898; font-weight: bold;}
.mainColor{color:#f9cb37 !important;}
.big{font-size:28px; line-height:34px;}
.offer{ font-weight:700;}
.fbSmall{font-size:9px !important;}
.mainProd{width: 40%;margin: 0 auto;text-align: center;display: block;}
.del{text-decoration: line-through; color:#ff0000;}
h1 {font-weight: 400;line-height: 48px;font-size: 38px;padding-bottom: 50px;}

.firstHeadlineLine {
    font-size: 38px;
    text-align: left;
    font-weight:600;
    line-height:45px;
}

.fSize17{
	font-size:17px !important;
	line-height:24px !important;
}
.exit-popup__error{
    color:red;
}

h2 {
    font-weight: 400;
    line-height: 43px;
    font-size: 36px;
    padding-top: 10px;
    padding-bottom: 30px;
    text-decoration: underline;
}

.singlePageArticle h2.newh2{
	text-decoration:none;
	font-size:32px !important;
	font-weight:500;
	text-align:left;
	line-height:39px;
}

/*.yellowBg{
	background:	#FFFF00;
}*/

h3{padding:15px 0px;}
h4 {font-size: 16px;font-weight: 500;line-height: 22px;text-align: left;}
.pullLeft{
	float:left;
}

blockquote {
background:#EDEDED;
border-left:8px solid #008FEA;
box-shadow:0 3px 15px rgba(0,0,0,.15);
color:#666;
font-size:1.1em;
font-style:italic;
font-weight:300;
line-height:1.6;
margin:50px auto;
padding:1.2em 30px 1.2em 75px;
position:relative;
vertical-align:super;
width:100%;
z-index: 0;
overflow: hidden;
-moz-osx-font-smoothing:grayscale;
-webkit-font-smoothing:antialiased;
font-family:Montserrat, sans-serif;
}

blockquote::before {
color:#008FEA;
content:"\201C";
font-size:9em;
left:0;
position:absolute;
top:-35px;
}

blockquote p::before {
    color: #ddd;
    content: "\201C";
    font-size: 56em;
    line-height: 0.65em;
    right: 0.070em;
    position: absolute;
    z-index: -1;
    top: 0.06em;
}

h3.bigHeadline {
    font-size: 33px;
    line-height: 40px;
}

p.list {
    font-size: 22px;
    font-weight: bold;
    position:relative;
}


.product-banner-container {
    background: url(../img/banner_background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border: 3px dashed #ed2040;
}
.product-banner {
    display: flex;
    flex-direction: row;
    margin: 20px 15px;
    gap: 30px;
    align-items: center;
}

.product-banner img {
    max-width: 220px;
    height: 100%;
}

.banner-text a {
    text-decoration: underline;
    font-weight: bold;
    font-size: 22px!important;
    color: #ed2040;
}
.banner-text p {
    padding-bottom: 0!important;
    text-align: left!important;
}

p.list:before {
    content: "\A";
    width: 10px;
    height: 10px;
    display: inline-block;
    background: #000;
    border-radius: 50%;
    margin-right: 5px;
    top: -3px;
    bottom: 0px;
    margin: auto 5px auto 0px;
    position: relative;
}

blockquote span {
/*color:#008FEA;*/
display:block;
font-size:1.4em;
font-weight:300;
letter-spacing:1px;
margin-top:.5em;
}

/* ARTICLE HEADLINE */
.d-flex{
    display:flex;
}

.article-author-section{
    align-items: flex-start;
}

.article-author-content {

}

.article-author-content img{
    height: 100%;
    width: auto;
}

.aticle-author-details{
    margin-left:10px;
}

.aticle-author-details p{
    margin: 0px !important;
    font-size: 15px;
    padding-bottom:0px !important;
}

.aticle-author-details b{
    font-size: 16px;
}

.aticle-author-details .small {
    color: #aaa;
    font-size: 14px;
}

.article-social-media{
    margin-left: auto;
}

.article-social-media img{
    object-fit: contain;
    margin: 4px;
    width:35px;
}

.article-social-media img:last-child{
    margin-right:0px;
}

@media screen and (max-width:550px) {
    .article-social-media img{
        width: 30px;
        height: auto;
    }  
}

@media screen and (max-width:450px) {
    .article-social-media img{
        display:none;
    } 
}

/* ARTICLE HEADLINE  END*/

div.loginForm .defaultBtn {
    background: #f8ca35;
    padding: 16px;
    width: 100%;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 19px;
    margin-top: 15px;
}

input[type="submit"], .popupText button{
	cursor:pointer;
	transition:0.2s linear;
}

.login {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.loginBox {
    background: #fff;
    width: 400px;
    padding: 45px;
}

input[type="submit"]:hover, .popupText button:hover:not(:disabled){
	opacity:0.7;
}

.loginBox .formContent{
	width:100%;
}

.loginTitle h2{
	padding-bottom: 10px;
}

.loginTitle{
	text-align:center;
	margin-bottom:20px;
}

a.link{
}

a{
	transition:0.2s linear;
}


.promoBox a{
	display:inline-block;
	text-align:center;
	font-size:30px;
	line-height:37px;
}

.promoBox a:hover{
	text-decoration:none;
}

.pullRight{
	float:right;
}

div.main{
	padding:20px 0px;
}

div.mainContainer {
    width: 1050px;
    background: #fff;
    padding: 40px 30px;
    margin: 0 auto;
}

div.sideBoxes{
	width:100%;	
}

div.mainContent {
    width: 70%;
    padding-right: 30px;
}



.asideAbout{
	width:25%; 
	margin-left:20px; 
	background:#E0E0E0; 
	margin-bottom:20px; 
	text-align:center;
}

.asideAboutContent p{
	font-size: 16px;
	line-height: 27px;
	text-align:center !important;
	padding:0px 10px 20px;
}

aside{
	width:30%;
}

aside .promo{
	margin-top:0px;
}

.info {
    background: #fff6da;
    border: 1px solid #ffc308;
    padding: 20px 20px 50px;
    margin: 20px 0px;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    text-align: justify;
}

.alert{
    background: #ffdada;
    border: 1px solid #ff0808;
    padding: 20px 20px 50px;
    margin: 20px 0px;
    height: 100%;
    text-align: center;
}

.infoImgBox{
	width:45%;	
	margin-right:20px;
}

.infoImgBox img{
	width:100%;
}

.infoText{
	width:55%;
}

.infoText p.text, .singleElement p.text {
    font-size: 17px;
    line-height: 24px;
}
.infoText p.author{
	position:absolute;
	bottom:0px;
	right:0px;
	padding:10px 10px 20px;
}

.productInfo {
    background: none;
    border: none;
    margin: 0px;
    padding: 10px 0px;
}

.infoImgBox.pullRight{
	margin-right:0px;
	margin-left:20px;
}

.dateAuthor p {
    font-size: 13px;
    margin: 10px 0px !important;
}

.authorFB{
	font-size: 14px;
    color: #385898;
    font-weight: bold;	
    color: #385898;
    font-weight: bold;
   padding-top:10px;
}


.mainArticle p{
	padding-bottom:20px;
}

div.promoBox{
	text-align:center;
}

.promo, .popupText button.promo{
	background: #f9cb37;
    padding: 15px 25px;
    font-weight: 900;
    color: #000;
    display:inline-block;
    font-size:26px;
    line-height:33px;
    font-weight:500;
    text-align:center;
    margin:20px auto;   
}

p.promo{
	text-align:center;
}

.promo img{
	width:100%;
}

.singleElement {
    background: #daf6ff;
    border: 2px solid #0c6ddc;
    padding: 20px;
    margin-bottom: 30px;
}

.singleElement img{
	width:100%;
}

.singleElement p{
	padding-bottom:10px;
}

.singleElement p:last-child{
	padding-bottom:0px;
}

.articleList{
	padding:0px 20px 20px;
}

.articleList h3{
	text-transform:uppercase;
	text-align:center;
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
	
}

.singleArticle{
	padding:10px 10px;
	display:flex;
	align-items:center;
}

.singleArticle .mainContent{
	padding-right:0px;
	width:65%;
	position:relative;
}


.singleArticle aside img{
	width:100%;
}

.singleArticle aside{width:35%; padding-right:10px}

.commentBox{
	border-bottom:1px solid #ccc;
}

.singleComment {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.commentBox h3{}

.commentImg{
	width:55px;
	margin-right:15px;
}

.comments{
	margin-top:20px;
}

.commentImg img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
}

.commentContent{
	width:calc(100% - 70px);
}

.commentContent p {
    font-size: 15px;
    line-height: 23px;
}

.commentContent p.text{
	padding-right:50px;
}

.commentContent p.author {
    font-size: 16px;
    color: #000000;
    font-weight: bold;
}

div.commentMenu img{
	width:11px;
	margin-right:5px;
}

div.commentMenu span{
	float:left;
	margin-right:10px;
	font-size:13px;
}

div.commentMenu .answer{
	color: #385898;
	font-weight:bold;
}

div.commentMenu .time{
	color:#aaa;
}

.underComment {
    margin-left: 70px;
    border-left: 1px solid #ccc;
    padding-left: 15px;
}

img.imgArticle {
    margin-left: 20px;
    margin-bottom: 6px;
}

div.imageProductsSection {
	display:flex;
	justify-content:center;
}

div.imageProductsSection .infoImgBox{
	float:left;
	width:32%;
	margin:0px 4px;
	text-align:center;
}

div.imageProductsSection .infoImgBox img{
	max-height:180px;
}

div.imageProductsSection .infoImgBox span{
	font-style:italic;
}

.arrowRightSide .decoGroup {
    position: relative;
    padding-left: 50px;
    border-left: 0px solid #f9cb37;
    font-size: 19px;
}

.arrowRightSide .decoGroup:before {
    content: '';
    background: url(../img/arrow-R.png) no-repeat;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}


footer{
	padding-top:20px;
	border-top:1px solid #ccc;
}

footer p.small{
	font-size:12px;
	color:#aaa;
	line-height:19px;
	text-align:center;
}

ul.list{
	padding-left:20px;

}

.photoArticle a img{
	width:100%;
}

.bigList {
    font-size: 22px;
    line-height: 29px;
}

ul.list li{
	padding-bottom:5px;
}

.decoGroup {
    margin-bottom: 25px;
    border-left: 4px solid #f9cb37;
    padding-left: 20px;
    margin-left: 20px;
}

.decoGroup p {
    padding-bottom: 10px;
}

div.decoGroup p.text:last-of-type{
	padding-bottom:0px;
}

.positiveElement {
    position: relative;
    padding-left: 50px;
    margin-bottom: 15px;
}

.cert{
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content:space-between;
}

.cert img{
	padding-left:20px;
	width:320px;
}

.positiveElement:before {
    content: '';
    position: absolute;
    background: url(../img/positive.svg) no-repeat;
    width: 30px;
    height: 30px;
    left: 0px;
    transform: translate(0, -50%);
    top: 50%;
}

.positiveElement p:last-of-type{
	padding-bottom:0px;
}

span.otherStyle {
    background: #f9cb37;
    padding: 5px 10px;
    font-weight: 900;
    color: #000;
}

.bigger{
	font-size: 19px;
    line-height: 28px;
    padding-top: 25px;
    padding-bottom: 25px;
}

.formGroup{
	display:flex;
	align-items:center;
	padding:5px 0px;
}

label{
width:170px;	
text-align:left;
}

.radioGroup label{
	width:100%;
	margin-left:10px;
}

div.form{
	width: 570px;
    margin: 0 auto;
    text-align:center;
}

div.form h3{
	text-align:center;
}



input[type="submit"] {
    margin: 0 auto;
    display: inline-block;
    border: none;
    padding: 25px 80px;
}



input:last-of-type{
	margin-right:0px;
}

.col-sm-1{
	width:100%;
}

.col-sm-2{
	width:66%;
}

.col-sm-3{
	width:calc(33% - 16px);
}

.formContent {
    width: 100%;
}

div.buyForm div.promoBox p.promo{
	background:none;
}

.smallCert{
	display:none;
}

.dr{
	width:41%;
	float:right
}

.contactBox{
	position:fixed;
	top:0px;
	left:5%;
	background:#f9cb37;
	padding:10px;
	text-align:center;
	z-index: 100;
}

.telNr{
	font-weight: 700;
    font-size: 21px;
}

.timeCall{
	font-size: 12px;
    font-weight: 600;
}

.buyInfoBox{
	position:fixed;
	padding:20px;
	right:15px;
	bottom:15px;
	max-width:250px;
	background:#f9cb37cc;
}

.buyInfoBox p{
	font-weight:700;
}


.addComment{
	padding-top:15px;
	display:none;
}

input, .popupText button, textarea {
    margin-right: 15px;
    padding: 8px 10px;
    background: #f1efef;
    outline: none;
    border: 1px solid #b1b1b1;
    border-radius: 5px;
}

.addComment input:first-child{
	margin-bottom:15px;
}

.addComment input, .addComment textarea{
	margin-bottom:5px;
}

.popupText button {
    margin: 0 auto !important;
    display: inline-block;
    border: none !important;
    padding: 25px 15px !important;
}

.popupBox {
    
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #0000008c;
    z-index: 100000;
    display: none; 
    align-items: center;
    justify-content: center;
}

.popupContent {
    width: 530px;
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0px 0px 10px #000;
    max-height: 90vh !important;
    overflow: auto !important;
}
span.closePopup {
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
}

.popupLeftText {
    width: 100%;
    background: #fff9;
    position: relative;
}

.popupProduct {
    position: absolute;
    right: 20px;
    bottom: 0px;
    width: 220px;
    height: auto;
    top: 0px;
    margin: auto;
    height: 305px;
    display: none;
}

.popupText span.otherStyle {
    padding: 3px 10px;
}

.popupText {
    font-family: 'Roboto', sans-serif;
    line-height: 24px;
}

.popupText h3 {
    font-size: 27px;
    line-height: 37px;
    font-weight: 700;
    text-align: center;
    padding-top: 0px;
}

.popupText span.otherStyle{
	font-size:inherit;
}

.popupText span.text {
    font-size: 22px;
}

.popupText input, .popupText a.promo, .popupText button.promo {
    width: 100%;
}

.popupText a.defaultBtn.promo{
	margin:0px;
	text-decoration:none;
	margin-top:15px;
	margin-bottom:15px;
	color:#000;
}

.popupText a.defaultBtn{
	text-align:center;
	display:block;
	width:400px;
	color:#fff;
	text-decoration:none;
}

span.smileInfo {
    padding: 10px;
    display: block;
    margin-right: 137px;
    font-size: 20px;
    text-align: center;
    font-weight: 400;
}

a:hover{
	opacity:0.8;
}

.popupText input[type="text"]{
	padding: 18px;
    font-size: 18px;
    margin:10px 0px;
}

.popupText .lineSeparator {
    height: 2px;
    background: #f9cb37;
    width: 100%;
    display: block;
    margin-bottom: 15px;
}

.popupProduct img{
	width:100%;
}


/*ZDROWE PORADY 1912*/

.mainNewHeader{
	width:1050px;
	overflow:hidden;
	margin:0 auto;
}

.newHeaderBg{
	background:linear-gradient(281deg, #008D8D, #00AFB1);
	background-size: 400% 400%;

	width:100%;
	height:30px;
	overflow:hidden;
}

.nevHeaderFrame{
	background:linear-gradient(281deg, #008D8D, #00AFB1, #008D8D, #00AFB1, #008D8D, #00AFB1, #008D8D, #00AFB1);
	background-size: 400% 400%;
	-webkit-animation: headerChange 24s ease infinite;
	-moz-animation: headerChange 24s ease infinite;
	animation: headerChange 24s ease infinite;
	width:100%;
	height:6px;
}

@-webkit-keyframes headerChange {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes headerChange {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes headerChange {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

.newHeaderBg p.anim {
width:1000%;
 height: 100%;
 margin: 0;
 color:#fff;
 text-align: left;
 /* Starting position */
 -moz-transform:translateX(100%);
 -webkit-transform:translateX(100%);	
 transform:translateX(100%);
 /* Apply animation to this element */	
 -moz-animation: scroll-left 100s linear infinite;
 -webkit-animation: scroll-left 100s linear infinite;
 animation: scroll-left 100s linear infinite;
}
/* Move it (define the animation) */
@-moz-keyframes scroll-left {
 0%   { -moz-transform: translateX(1050px); }
 100% { -moz-transform: translateX(-100%); }
}
@-webkit-keyframes scroll-left {
 0%   { -webkit-transform: translateX(1050px); }
 100% { -webkit-transform: translateX(-100%); }
}
@keyframes scroll-left {
 0%   { 
 -moz-transform: translateX(1050px); /* Browser bug fix */
 -webkit-transform: translateX(1050px); /* Browser bug fix */
 transform: translateX(1050px); 		
 }
 100% { 
 -moz-transform: translateX(-100%); /* Browser bug fix */
 -webkit-transform: translateX(-100%); /* Browser bug fix */
 transform: translateX(-100%); 
 }
}

.newHeaderFrame{
	
}

.logoHeader {
    height: auto;
    padding: 15px 10px 0px;
    background: #00AFB1 url(../img/slimG.png) no-repeat;
    background-position: right;
    
}

.logoHeader.nobg{
	background: #008d8d;
	padding:0px !important;
	
	
}

.newHeaderBg {
	font-family:"Open Sans", sans-serif;
	
}

.newHeaderBg h2{
	text-decoration:none;
	color:#fff;
	padding-bottom:15px;
	
}

.logoHeader.nobg .articleHeadMenu ul.headMenu{
	text-align:right;
	background:#008d8d;
	padding:0px !important;
}

.logoHeader.nobg .articleHeadMenu ul.headMenu li {
    border-bottom: 2px solid #008d8d;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
}

h2.category{
	color:#fff;
	margin-top:20px;
	text-decoration:none;
	text-transform:uppercase;
	font-size:20px;
}

.logoHeader .articleHeadMenu ul.otherMainMenu{
	background:none;
	border:none;
	text-align:left;
	padding-top:20px;
	text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
}

.logoHeader .articleHeadMenu ul a{
	
}

.logoHeader .articleHeadMenu ul a li {
    color: #000;
    border-bottom:2px solid #00AFB1;
    width: auto;
}

.logoHeader .articleHeadMenu ul.otherMainMenu li:hover, .logoHeader .articleHeadMenu ul.otherMainMenu li.activeMenu {
    border-bottom: 2px solid #00afb1;
    background: #00afb1;
    color: #ffffff;
    text-decoration: none;
}

.newHeaderBg.logoHeader .articleHeadMenu ul.otherMainMenu li:hover, .newHeaderBg.logoHeader  .articleHeadMenu ul.otherMainMenu li.activeMenu {
    border-bottom: 2px solid #008d8d;
    background: #008d8d;
    color: #ffffff;
    text-decoration: none;
}

.logoHeader img{
	    padding: 6px;
}

div.subHeadMenu ul.headMenu{
	background:#008D8D;
	border-bottom:2px solid #00AFB1;
	text-align:left;
}

div.subHeadMenu ul.headMenu li{
	width:auto;
	color:#fff;
	border-bottom: 2px solid #fff;
}

.rules{
	
}

.rules h1{
	padding-bottom:15px;
}

.rules p{
	padding:15px 0px;
	text-align:justify;
}

.rules ul.rulesList{
	list-style-type: decimal;
    margin-left: 27px;
}

.rules ul.rulesList li{
	padding-bottom:8px;
	text-align:justify;
}

.rules ul.rulesList li ul.secondList {
    padding: 13px 22px 0px;
    list-style-type: lower-alpha;
}

.rules h2 {
    font-size: 22px;
    padding-bottom: 0px;
    font-weight:500;
}

.footerMenu {
    text-align: center;
}

ul.footerMenuContent {
    list-style-type: none;
}

ul.footerMenuContent li {
    display: inline-block;
    margin: 5px;
}

ul.footerMenuContent li a{
	color:#888;
	font-size:12px;
}

ul.footerMenuContent li:hover a{
	
}

.articleHead{
	
}

.articleHeadMenu{
	margin-top:15px;
}

.articleHeadMenu ul {
    background: #b7b1d1;
    list-style-type: none;
    text-align: center;
}

.m0{margin:0px;}

.articleHeadMenu ul.otherMainMenu {
    background: #fff;
    list-style-type: none;
    text-align: center;
    border-bottom:2px solid #888;
}

.articleHeadMenu ul.otherMainMenu li {
    border-bottom: 2px solid #fff;
    color: #000;
    width: 19%;
}

.articleHeadMenu ul.otherMainMenu li:hover, .articleHeadMenu ul.otherMainMenu  li.activeMenu{
	border-bottom:2px solid #fff;
	background:#fff;
}

.articleList .singleArticle h4{
	text-decoration:none;
	font-size:14px;
	color: #000;
}

.articleHead .dateAuthor{
	border-bottom:2px solid #888;
}

.bColor{
	color: #00e !important;
}

.articleList .singleArticle h4:hover{
	text-decoration:none;
}

.mainArticleAside .singleArticle{
	padding:5px 5px 20px;
}


.articleHeadMenu ul li {
    display: inline-block;
    padding: 10px;
    color: #000;
    transition:0.2s linear;
    cursor:pointer;
}

	.headMenu li.resp{
		display:none;
	}

.articleHeadMenu ul li:hover, .articleHeadMenu ul li.activeMenu {
    text-decoration:underline;
	background:#b7b1d1;
}

.path {
    margin: 7px 0px 15px;
}
.path ul.pathList{
	list-style-type:none;
}


.path ul.pathList li {
    float: left;
    margin-right: 5px;
    font-size: 13px;
    color: #999;
    transition:0.2s linear;
    cursor:pointer;
}

.path ul.pathList li:after{
	content:' > ';
	margin:0px 5px;
	text-decoration:none;
}


.path ul.pathList li.activePath:after{
	content:'';
}

.path ul.pathList li:hover ,.path ul.pathList li.activePath{
	color:#555;
}

.path ul.pathList li:hover:after{
	text-decoration:none;
}

.social{
	margin-top:10px;
	display:block;
}

.social img {
    margin-left: 5px;
    width: auto !Important;
}

.photoArticle img{
	margin-top:10px;
}

.rightPhotoArticle{
	width:55%;
	margin-bottom:5px;
	margin-left:15px;
}

.rightPhotoArticle.smallPhoto{
	width:45%;
}

.singlePageArticle h2 {
    font-weight: 700;
    font-size: 39px;
    line-height: 46px;
}

.singlePageArticle p:first-of-type {
    /*font-size: 22px;
    line-height: 32px;*/
}


.rightPhotoArticle span {
    line-height: 17px;
}

img.articlePhotoInside{
	width:100%;
}

img.photoCenterHalf{
	display:block;
	margin:0 auto;
	width:50%;
}


span.photoDescription {
    font-size: 12px;
    color: #777;
    text-align: center;
    display: block;
    margin: 0 auto;
}

.certyfikat{
	margin-left:50px;
}

@media screen and (max-height:550px){
	.popupContent{
		height:90%;
		overflow:auto;
		padding: 0px 30px;
		margin-top:0px;
		top:auto;
	}	
	

	
	.popupLeftText {
	    height: 480px;
	    transform: none;
	    top:auto;
	}	
}

@media screen and (min-width:500px){
	.desktopContent{
		display:block;
	}
	
	.mobileContent{
		display:none;
	}
}

@media screen and (max-width:500px){
	.desktopContent{
		display:none;
	}
	
	.mobileContent{
		display:block;
	}
	
	.blogAnComment .singleComment .commentImg{
		display:none;
	}
	
	.blogAnComment .underComment .commentImg{
		display:block;
	}
	
	.blogAnComment .singleComment .commentContent{
		width:100%;
	}
	
	.blogAnComment .underComment .commentContent {
	    width: calc(100% - 70px);
	}
	.blogAnComment .commentContent p.text {
	    padding-right: 0px;
	}
	
}

@media screen and (max-height:600px) and (max-width:500px){
.popupContent, .popupLeftText {
    width: 99% !important;
    height: 99vh;
    padding: 10px 3px;
}
}

@media screen and (max-width:680px){
	.popupContent, .popupLeftText {
            width: 98%;
   	}
	
	.popupText input, .popupText a.promo, .popupText a.defaultBtn, span.smileInfo, .popupText button.promo {
	    width: 100%;
	    margin-right:0px;
	}
	
	.popupLeftText {
	    height: auto;
	    max-height:100%;
	    overflow:auto;
        }
        
    
}

@media screen and (max-width:768px){
        body {
            line-height: 23px !important;
        }
        .popupContent {
            padding: 10px 5px !important;
            height: calc(100vh - 100px);
            overflow: auto;
            width: calc(100% - 40px) !important;
        }
        .mainPopupTextCont h3 {
            font-size:30px !important;
            line-height:29px !important;
        }
        .countdown {
            font-size: 35px !important;
            line-height: 35px !important;
            margin-top: 5px !important;
            padding: 5px 20px !important;
        }
        .popupText span.otherStyle {
            padding: 0px 4px;
        }
}

@media screen and (max-width: 1200px){
	div.mainContainer{
		width:calc(100% - 20px);
		margin:10px;
	}
	.mainNewHeader{
		width: calc(100% - 20px);
	}
}

@media screen and (max-width:1070px){
	.logoHeader.nobg .articleHeadMenu ul.headMenu {
    text-align: center;
}

img[alt="Zdroweporady"]{
	float:none;
	display:block;
	margin:0 auto;
    width:100%;
}

.logoHeader .articleHeadMenu{
	float:none;
}

.logoHeader.nobg .articleHeadMenu ul.headMenu li {
padding:10px 5px;
}
}
@media screen and (max-width: 990px){
	aside{
		display:none;
	}
	
	.sideBoxes .mainContent{
		width:calc(100% - 0px);
		padding-right:0px;
		margin:0px 0px;
		
	}
}

@media screen and (max-width: 850px){
	.info{
		flex-direction:column;
	}
	
	.asideAbout{
		width:100%;
		margin:15px 0px;
		display: flex;
	}
	.asideAbout img{
		float:left;
		width:auto !important;
	}
	.asideAboutContent{
		padding:10px;
		display:flex;
		align-items:center;
		justify-content:center;
		flex-direction:column;
	}
	
	.asideAboutContent p {
	    margin: 5px 0px !important;
	    padding: 0px !important;
	}
	
	.info .infoImgBox{
		width:80%;
	}
	
	.info .infoText {
		width:100%;
	}
	
	.productList .productInfo:nth-child(odd){
		flex-direction: column-reverse;
	}
	
	.cert img{
		display:none;
	}
	
	.smallCert{
		display:block;
		text-align: center;
    	margin: 0 auto;
	}
}

@media screen and (max-width: 700px){
	div.form {
    	width: 100%;
    }
    
    .articleHead img{
    	margin: 0 auto;
    text-align: center;
    display: block;
    }
    
    .popupProduct{
    	display:none;
    }
    
    .asideAbout img {
	    width: 100% !important;
	}
	
	img{
		max-width:100%;
	}
	
	.asideAbout {
	    display: flex;
	    flex-direction: column;
	}
	
	.sideBoxes .mainContent {

	    margin: 0px 0px;
	}
	
	.mainPopupTextCont{
		width:100% !important;
	}
	
	.logoHeader {
	    background: #00AFB1;
	    text-align: center;
	}
    .product-banner {
        flex-direction: column;
    }
    .banner-text p {
        text-align: center!important;
    }
    .banner-text a {
        text-align: center;
        display: block;
    }
    
    
    div.imageProductsSection {
	    display: block;
	}
	
	div.imageProductsSection .infoImgBox {
	    float: none;
	    width: 100%;
	    margin-bottom:15px;
	}
	
	div.imageProductsSection .infoImgBox img{
		max-height:100%;
	}
    .product-banner {
        flex-direction: column;
    }
    
	.formGroup {
    	display: block;
	}
	.formContent {
	    width: 100%;
	}
	
	.radioGroup{
		display:flex;
	}
	
	ul.headMenu li.mainMenu{
		display:none;
	}
	
	.headMenu li.resp{
		display:block;
	}
	
	.rightPhotoArticle{
		width:100%;
	}
	
	
}

@media screen and (max-width: 550px){
	img.dr{
		width:100%;
		float:none;
		margin-left:0px;
		
	}
	
	img.articlePhotoInside {
		width:100% !important;
		margin-bottom:5px;
	}
	
	.path{
		display:none;
	}
	
	img.photoCenterHalf{
		width:100%;
	}
}

@media screen and (max-width: 480px){
	.bigHeadline {
	    font-size: 33px;
	    line-height: 44px;
	}
	
	.pid{
		display:none;
	}
	
	h1 {
		margin-top:30px;
	    line-height: 36px;
	    font-size: 29px;
	}
	
	div.mainContainer {
	    width: calc(100% - 20px);
	    margin: 0 auto;
	    padding: 20px 10px;
	}
	
	.sideBoxes .mainContent {
	    width: calc(100% - 0px);
	    padding-right: 0px;
	    margin: 0px 0px;
	}
	
	.underComment {
	    margin-left: 0px;
	    border-left: 0px solid #ccc;
	    padding-left: 0px;
	}
	
	.contactBox {
	    left: 0px;
	    padding: 3px;
	    right: 0px;
	    z-index: 10000;
	}
	
	.decoGroup {
	    padding-left: 10px;
	    margin-left: 0px;
	}
	h2 {
	    line-height: 32px;
	    font-size: 25px;
	    text-align: center;
	}
	
	.positiveElement::before {
	    position: static;
	}
		.positiveElement {
	    padding-left: 0px;
	}
	
	img{
		width:100%;
	}
	
	img.like{
		width: 11px;
	}
}

/* Additional */
.errors {
        color: red;
        margin-top: 10px;
        font-size: 14px;
}

.red{
	color:#ff0000
}

.nav {
        background: #525252;
        width: 100%;
        height: 44px;
}

.nav > div.adminContainer{
	width:1200px;
	margin:0 auto;
}

.nav a {
        float: left;
        padding: 10px 0px;
        margin-right: 40px;
        font-size: 14px;
        color: #eee;
        text-decoration: none;
}

.nav a.logout {
        float: right;
        margin-right: 0px;
}

.main > div.adminContainer{
	width:1200px;
	background:#fff;
	padding:40px 20px;
	margin:0 auto;
}

table{
	width:100%;
        font-size: 11px;
}

table th{
	padding: 2px 10px;
	color:#000;
	text-transform:none;
}

tr{
	cursor:pointer;
}

table.dataTable thead th,
table.dataTable thead td,
table tbody th,
table tbody td  {
        padding: 3px 16px;
}

table.dataTable tbody th,
table.dataTable tbody td {
        padding: 2px 8px;
}

table.dataTable tbody tr td,
table tbody tr td{
        border-bottom:1px solid #ccc;
}

table.dataTable tbody tr:last-child td,
table tbody tr:last-child td{
        border-bottom:0px solid #ccc;
}

table.dataTable, table{
	border:1px solid #ccc;
}

td.center{
	text-align:center;
}

table.dataTable>tbody>tr.child ul.dtr-details>li,
table>tbody>tr.child ul.dtr-details>li{
	padding:0px 0px;
}

table.dataTable thead th,
table thead th{
        border-bottom:1px solid #ccc !important;
}

table.dataTable > thead,
table > thead{
	background:#e4efff;
	color: #575757;
	text-transform:uppercase;
}

table.dataTable tbody tr td,
table tbody tr td{
	color:#000;
}

table.dataTable tbody tr:nth-child(odd),
tabletbody tr:nth-child(odd){
	background:#efefef;
}

div.dataTables_wrapper{
	background:#F8F8F8;
}

div.dataTables_filter{
	padding:5px 15px;
}

div.dataTables_filter > label > input{
	border-radius:10px;
	height:34px;
	line-height:34px;
	box-sizing:border-box;
	padding:0px 10px;
	border:1px solid #AAB2BD;
	transition:0.2s linear;
	outline:none;
}

div.dataTables_filter > label > input:hover,
div.dataTables_filter > label > input:focus,
div.dataTables_filter > label > input:active{
	border:1px solid #3a89ff;
}

td.lp{
	text-align:center;
}

div.dt-buttons {
        position: relative;
        float: left;
        padding:5px 15px;
}

.hideColButton .dt-button-collection .buttons-columnVisibility:nth-child(-n+3),
.hideColButton .dt-button-collection .buttons-columnVisibility:nth-child(5){
        display:none;
}

.hideColButton div.dt-button-collection {
        max-width: 140px;
        max-height: 178px;
        overflow-y: auto;
}

.hideColButton div.dt-button-collection .buttons-columnVisibility{
        padding:1px;
}

button.dt-button {
        transition: all 0.2s ease-in-out;
        font-size: 13px;
        border: none;
        background: #3a89ff;
        color: #fff !important;
        padding: 6px 21px;
        position: relative;
        border: none !important;
        margin-left: 0px;
        transition: 0.2s linear;
}

button.dt-button:hover:not(disabled),
button.dt-button:active:not(disabled),
button.dt-button:focus:not(disabled){
        background: #357de8 !important;
}

button.disabled:hover{
	opacity:0.5;
}

button.dt-button.disabled{
	background: #3a89ff9c;
}

div.dt-button-collection button.dt-button.active:not(.disabled){
	background: #1857b5 !important
}

table.dataTable tbody>tr.selected,
table tbody>tr>.selected {
        background-color: #e4efff !important;
}

table.dataTable tbody>tr:hover,
table tbody>tr:hover{
	background:#e4efff !important;
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
        top: 2px !important;
}

table.dataTable thead tr th,
table.dataTable tbody tr td,
table thead tr th,
table tbody tr td  {
	border-left:1px solid #dcdcdc	
}

table.dataTable thead tr th:first-child,
table.dataTable tbody tr td:first-child,
table thead tr th:first-child,
table tbody tr td:first-child {
        border-left:none;
}

.dataTables_wrapper .dataTables_processing {
        position: absolute;
        top: 0px;
        left: 50%;
        width: 100%;
        height: 100%;
        margin-left: -50%;
        margin-top: 0px;
}

.dataTables_scroll > .dataTables_scrollHead table.dataTable thead tr th,
.dataTables_scroll > .dataTables_scrollHead table.dataTable thead th,
.dataTables_scroll > .dataTables_scrollHead table thead th {
        border-bottom: 0px none !important;
}

.searchSection {
        display: inline-block;
        width: 100%;
        margin-bottom: 80px;
        border-bottom: 1px solid #ddd;
        padding-bottom: 15px;
}

.searchSection .row {
        float: left;
        margin-right: 50px;
}

.searchSection .row > label {
        margin-right: 10px;
}

.searchSection .row-submit {
        margin-top: 20px;
}

.searchSection button {
        transition: all 0.2s ease-in-out;
        font-size: 13px;
        border: none;
        background: #3a89ff;
        color: #fff !important;
        padding: 6px 21px;
        position: relative;
        border: none !important;
        margin-left: 0px;
        transition: 0.2s linear;
}

.searchSection.settingsSection {
        border-bottom: 0px none;
        margin-bottom: 0px;
}

.settingsSection .row2 {
        margin-bottom: 10px;
}

.settingsSection .row2 label {
        width: 150px;
        display: inline-block;
}

select {
        padding: 8px 10px;
        background: #f1efef;
        outline: none;
        border: 1px solid #b1b1b1;
        border-radius: 5px;
}

.errors2 {
        color: red;
        font-size: 14px;
        margin-top: 10px;
}

.settingsSection .errors2,
.settingsSection .successMsg {
        margin-bottom: 20px;
        margin-top: 0px;
}

.error-field {
        border-color: red;
}

.successMsg {
        color: green;
        font-size: 14px;
        margin-top: 10px;
}

.loader {
        display: inline-block;
        background: url('../img/loader.gif') no-repeat;
        background-size: 25px 25px;
        width: 25px;
        height: 25px;
}

.popupContent .errors2 {
        line-height: 16px;
        font-size: 14px;
}

.popupContent .errors2:empty {
        display: none;
}

.popupContent .successMsg {
        line-height: 16px;
        font-size: 14px;
        margin-top: 15px;
}

.popupContent .successMsg:empty {
        display: none;
}

.captchaSection {
    text-align: left;
}
.captchaSection > .iconNextCaptcha {
    width: 16px;
    height: 16px;
    vertical-align: top;
    margin-left: 4px;
    cursor: pointer;
}
.captchaSection > .captcha {
    height: 80px;
    vertical-align: bottom;
}
.captchaSection > input[type=text] {
    margin-left: 5px;
    vertical-align: bottom;
    width: 80px;
    float: none;
    font-size: 12px;
}

/* Style dla tresci z wysiwyga */
.mainContent {
    line-height:1.4;
}
.mainContent figure.image {
    max-width: 100%;
}
.mainContent figure.image img {
    max-height: 600px;
    width: 100%;
}
.mainContent .imagesContainer {
    display: inline-block;
    margin-top: 20px;
}
.mainContent .imagesContainer figure.image {
    float: left;
    width: 32%;
    margin: 0px 4px;
}
.mainContent .imagesContainer figure.image img {
    max-height: 180px;
    width: 100%;
}
.mainContent img.imgArticleLeft {
    float: left;
    width: 41%;
    margin-right: 20px;
    margin-bottom: 6px;
}
.mainContent img.imgArticleRight {
    float: right;
    width: 41%;
    margin-left: 20px;
    margin-bottom: 6px;
}
.mainContent img.imgFullWidth {
    display: block;
    float: none;
    width: 100%;
    max-height: 500px;
}
.mainContent div.textContainer1 {
    width: 100%;
    padding: 15px 0px;
    background-color: #ff0000;
    margin-bottom: 15px;
}
.mainContent div.textContainer2 {
    width: 100%;
    padding: 15px 25px;
    background-color: #f9cb37;
    margin-bottom: 20px;
}

.mainContent div.textContainer3 {
    width: 100%;
    padding: 15px 25px;
    background: #ffdada;
    border: 1px solid #ff0808;
    margin: 20px 0px;
}

.mainContent div.textContainer4 {
    width: 100%;
    padding: 15px 25px;
    background: #daf6ff;
    border: 1px solid #6ba8bb;
    margin: 20px 0px;
}

.mainContent div.textContainer1 > *,
.mainContent div.textContainer2 > *,
.mainContent div.textContainer3 > *,
.mainContent div.textContainer4 > * {
    margin-bottom:25px;
}

.mainContent div.textContainer1 > :last-child,
.mainContent div.textContainer2 > :last-child,
.mainContent div.textContainer3 > :last-child,
.mainContent div.textContainer4 > :last-child{
    margin-bottom:0px;
}


.mainContent ul {
    margin: 0;
    padding: 0;
    padding-left: 20px;
}
.mainContent ul.bullets1,
.mainContent ul.bullets2,
.mainContent ul.bullets3,
.mainContent ul.bullets4,
.mainContent ul.bullets5,
.mainContent ul.bullets6,
.mainContent ul.bullets7 {
    margin: 0;
    padding: 0;
}
.mainContent ul.bullets1 li {
    padding-bottom: 5px;
    padding-left: 35px;
    list-style-type: none !important;
    background: url(../img/dot.svg) no-repeat;
    background-size: 22px 23px;
    background-position: 2px 0px;
    margin-bottom: 25px;
    margin-left: 20px;
}
.mainContent ul.bullets2 li {
    padding-left: 50px;
    padding-bottom: 0px;
    list-style-type: none !important;
    background: url(../img/positive.svg) no-repeat;
    background-size: 30px 30px;
    background-position: 0px center;
    margin-bottom: 15px;
}

.mainContent ul.bullets3 li {
    padding-left: 50px;
    padding-bottom: 0px;
    list-style-type: none !important;
    background: url(../img/li.svg) no-repeat;
    background-size: 30px 30px;
    background-position: 0px center;
    margin-bottom: 15px;
}

.mainContent ul.bullets4 li {
    padding-left: 50px;
    padding-bottom: 0px;
    list-style-type: none !important;
    background: url(../img/check.png) no-repeat;
    background-position: 0px center;
    margin-bottom: 15px;
}

.mainContent ul.bullets5 li {
    padding-left: 50px;
    padding-bottom: 0px;
    list-style-type: none !important;
    background: url(../img/check2.png) no-repeat;
    background-size: 30px 30px;
    background-position: 0px center;
    margin-bottom: 15px;
}

.mainContent ul.bullets6 li {
    padding-left: 50px;
    padding-bottom: 0px;
    list-style-type: none !important;
    background: url(../img/check3.png) no-repeat;
    background-size: 20px 20px;
    background-position: 0px center;
    margin-bottom: 15px;
}

.mainContent ul.bullets7{
	background: url(../img/paperBG.jpg) repeat;
	height:auto;
	width:100%;
}
.only-mobile2{
    display:none!important;
    width: initial;
}

.mainContent ul.bullets7 li {
    padding-left: 35px;
    list-style-type: none !important;
    background: url(../img/check4.png) no-repeat;
    background-size: 20px 20px;
    background-position: 4px 3px;
    padding-bottom: 15px;
}

.mainContent p{
	margin:15px 0px;
}

.mainContent p:first-child{
	margin-top:0px;
}

.mainContent p:last-child{
	margin-bottom:0px;
}


.mainContent figure {
    display: table;
    margin: 1rem auto;
}
.mainContent figure figcaption {
    display: block;
    margin-top: 0.25rem;
    text-align: center;
}
.mainContent figure.align-left {
    float: left;
}
.mainContent figure.align-right {
    float: right;
}
.mainContent figure.image.align-center {
    display: table;
    margin-left: auto;
    margin-right: auto;
}					

.tox .tox-collection--list .tox-collection__item[title="Lista1"] {
    background: url(../img/dot.svg) no-repeat;
    background-size: 17px 17px;
    background-position: 12px 8px;
}	

.tox .tox-collection--list .tox-collection__item[title="Lista2"] {
    background: url(../img/positive.svg) no-repeat;
    background-size: 17px 17px;
    background-position: 12px 8px;
}	

.tox .tox-collection--list .tox-collection__item[title="Lista3"] {
    background: url(../img/li.svg) no-repeat;
    background-size: 17px 17px;
    background-position: 12px 8px;
}	

.tox .tox-collection--list .tox-collection__item[title="Lista4"] {
    background: url(../img/check.png) no-repeat;
    background-size: 17px 17px;
    background-position: 12px 8px;
}	

.tox .tox-collection--list .tox-collection__item[title="Lista5"] {
    background: url(../img/check2.png) no-repeat;
    background-size: 17px 17px;
    background-position: 12px 8px;
}	

.tox .tox-collection--list .tox-collection__item[title="Lista6"] {
    background: url(../img/check3.png) no-repeat;
    background-size: 17px 17px;
    background-position: 12px 8px;
}	

.tox .tox-collection--list .tox-collection__item[title="Lista7"] {
    background: url(../img/check4.png) no-repeat;
    background-size: 17px 17px;
    background-position: 12px 8px;
} 

/* Podstrona z podziekowaniem */

.thanksPageContainer {
    width: 1050px;
    background: #fff;
    padding: 40px 30px;
    margin: 0 auto;
}

.thanksPageContainer .successMsg {
    color: green;
    font-size: 14px;
    margin-top: 10px;
}

.thanksPageContainer .bigger{
    font-size: 15px;
    line-height: 28px;
    padding-top: 25px;
    padding-bottom: 25px;
}

.thanksPageContainer .a-center{text-align:center !important;}

.thanksPageContainer .mainProd{width: 40%;margin: 0 auto;text-align: center;display: block;}

@media screen and (max-width: 1200px){
    .thanksPageContainer{
        width:calc(100% - 20px);
        margin:10px;
        margin-top:0px;
    }
}

@media screen and (max-width: 480px){
    .thanksPageContainer {
        width: calc(100% - 20px);
        margin: 0 auto;
        padding: 20px 10px;
    }
}

@media screen and (max-width: 600px) {
    .thanksPageContainer .mainProd {
        width: 70%;
    }
}

@media screen and (max-width: 720px){
    .only-mobile2{
        text-align: center;
        display: block !important;
    }
}