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

body {
    line-height: 1;
    border: 0;
    margin: 0;
    padding: 0;
    font-family: 'LatoR';
    font-weight:400;
    font-size:17px;
    line-height:24px;
    background: #f3f3f3;
    letter-spacing: 0.25px;
}


* {
    box-sizing: border-box
}
ul {
    list-style-type: none;
}


footer{
    background-color:white;
    padding:25px 30px;
}
footer a {
    color:#aaa;
}
hr {
    height: 1px;
    background: #ccc;
}

p{
	/*font-family:'georgia';*/
}

.d-flex{
    display:flex;
}

.clear {
    clear: both
}

.only-mobile{
    display:none;
}
.summary{
    padding-bottom:15px;
}
.summary p{
    font-size:17px!important;
    margin-top:5px;
    margin-bottom:5px;
}
.green{
    color:green;
}
.color-red{
    color:#CC0000;
}
.lt{
    text-decoration: line-through;
}

.content-from-aside{display:none;}

.a-center{text-align:center !important;}
.a-right{text-align:center;}
.bigUnd{font-size:23px; font-weight:bold; text-decoration:underline;}
.redUp{color:#ff0000; font-weight:bold; text-transform:uppercase;}
.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%}
.uppercase{text-transform:uppercase;}
.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;margin-bottom: 20px;}
.del{text-decoration: line-through; color:#ff0000;}
.black{color:#000 !important;}
.gHeadlineCont h1, .gHeadlineCont h2, .gHeadlineCont h3{
	color:#244061;
	text-decoration:none;
}
.font25{font-size:25px; line-height:32px;}

.mainProdMobileDiv {
    overflow: hidden;
}

.mainProdMobileDiv,
#pTextAboveProductImg p.mobile {
    display: none;
}
.mainProdMobileDiv img {
    width: 40% !important;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: block;
}
.mainProdMobileDiv img:first-child {
    margin-top: 20px;
}
.mainProdMobileDiv img.prod {
    width: 70% !important;
    margin-top: -10px;
}
.mainProdMobileDiv span.sign {
    display: block;
    color: #173571;
    font-size: 45px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
}
.mainProdMobileDiv img.prod + span.sign {
    margin-top: -30px;
}

b{color:#244061;}

.header{
    border-radius:10px;
    margin-bottom:15px;
}
.advertisement-info{
    display:block;
    margin:0 auto;
    font-size:15px;
    text-align: center;
    color:black;
}
/* OWL */

/* OWL */

.owl-dots {
    margin: 0 auto;
    text-align: center;
    margin-top: 25px;
}

.owl-carousel .owl-dots .owl-dot span {
    height: 24px;
    width: 24px;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    opacity: 0.6;
    background: #797979;
    display: block;
    border-radius: 20px;
    margin: 0px 5px;
}

.owl-carousel .owl-dots .owl-dot.active span {
    width: 40px;
    height: 24px;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    background: #ff8000;
    opacity: 1;
}

div.book-pages-container{
    background:url('../img/ebook_bg.jpg') no-repeat;
    background-position: center;
    background-size: cover;
    border-radius:15px;
    padding-top:50px;
    padding-bottom:50px;
    padding-left:10px;
    padding-right:10px;
}


.book-pages {
    width: calc(100% - 70px);
    margin: 0 auto;
}

.owl-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% + 70px);
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
    margin-left: -35px;
    margin-right: -35px;
    z-index: -1;
}

.owl-nav button {
    margin: 0px;
}
.sources{
    font-size:18px;
    font-family:'LatoL';
    margin:0 !important;
    overflow-wrap:break-word;
}
.owl-nav button i {
    font-size: 50px;
}

.owl-nav button:last-child {
    margin-left: auto;
}

.owl-nav button.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.productHeadlineH1{
	font-weight:600;
	font-size:45px;
	line-height:52px;
}

.mainMenuButton {
    display: block;
    padding: 11px 30px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: #26a20f;
    border-radius: 5px;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.order-secton{
    background:#fff;
}

.podium-content-img{
    position:relative;
    line-height:0;
}

.podium-content-img .podium-prod {
    object-fit: cover;
    width:100%;
    object-position: center;
    min-height: 450px;
}

.podium-footline {
    background:#f4f4f4;
    padding-left:20px;
    padding-right:20px;
}

.podium-headline{
    background: #e9e9e9;
    padding-left:20px;
    padding-right:20px;
}

.podium-price{
    position: absolute;
    right: 90px;
    width: 20%;
    min-width: 120px;
}
.round-border-container{
    flex-direction: column;
    gap:60px;
    padding-top:65px;
    padding-bottom:15px;
}
.round-border-item{
    border:1px solid #5e756d;
    border-radius:45px;
}
.round-border-item p {
    padding:10px 10px 30px 10px;
}
.round-border-item span{
    text-align: center;
    color:white;
    background-color:#5e756d;
    max-width:215px;
    width:100%;
    display:block;
    margin:0 auto;
    padding:10px 0px;
    margin-top:-25px;
    border-radius:25px;
    font-size:20px;
    font-family: 'LatoBo';
}
.round-border-item p {
    margin-top:0px!important;
}


.podium-headline h2{
    margin-bottom:0px;
    padding-top:20px;
}

.podium-footline h2 {
    margin-top:0px;
    padding-bottom:20px;
    margin-bottom:0px;
}

.image-price {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 3px solid #675172;
    width: 210px;
    margin: 0 auto;
    border-radius: 30px;
    padding: 15px 30px 10px;
    border-top-right-radius: 0px;
    margin-top: -40px;
    z-index: 1000;
    position: relative;
    background: #fff;
}

span.image-old-price {
    color: red;
    text-decoration: line-through;
    font-weight:900;
    font-size:19px;
}

span.image-new-price {
    font-size: 30px;
    color: #525804;
    line-height: 1;
    font-weight: 900;
}

.under-prod-img{
    margin-top:30px;
}

.under-prod-img p{
    font-size: 25px;
    line-height: 36px;
}
.second-footer{
    border-top: 1px solid #ccc;
}
.right-photo-flex{
    display:flex;
    gap:15px;
    justify-content: center;
    align-items: center;
    margin-bottom:20px;
}
.right-photo-flex img{
    max-width:300px;
}
.right-photo-flex p {
    margin:0!important;
}
.buy-btn{
    width:260px;
    background-color:#c61e21;
    color:#ffffff;
    font-size:28px;
    font-weight: bold;
    padding:15px 0px 15px 10px;
    border:none;
    border-radius:8px;
    letter-spacing: 0.25px;
    display:flex;
    gap:15px;
    align-items: center;
    justify-content: center;


}
.icon{
    background-image: url(../img/icons/buy_now.svg);
    width:37px;
    height:37px;
    display: inline-flex;

}

.gStyleBtn {
    display: block;
    padding: 15px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: #26a20f;
    border-radius: 5px;
    font-size: 30px;
    font-weight: bold;
    margin-bottom:15px;
}

.custom-btn-rounded{
    color: #fff;
    text-decoration: none;
    background: #57A01A;
    padding: 16px 60px;
    font-size: 30px;
    text-transform: uppercase;
    border-radius: 30px;
}


.gHeadlineCont h3.otherHeadlineStyle {
    font-size: 26px;
    line-height: 33px;
    font-weight: 500;
}

.paragraphOtherStyle{
	color:#244061;
	text-transform:uppercase;
	font-weight:bold;
	text-align:right;
	font-size:21px;
	line-height:28px;
	font-family: 'LatoR', sans-serif;
}

h1 {
    line-height: 48px;
    font-size: 36px;
    font-weight: bold;
    padding-top:30px;
    padding-bottom:30px;
}
.overflow-wrap{
    overflow-wrap: break-word;
}

.headline-content{
    font-size:32px;
    font-family:'LatoBo';
    color:#ed2024;
    margin-top:20px;


}
.headline-text{
    background-color:#e1b8c6;
    color:#2a2a2a;
    font-weight: bold;
    letter-spacing: 0.25px;
    font-size:30px;
    overflow-wrap: break-word;
}
.headline-text2{
    background-color: #eeeff1;
    font-weight: 400;
    letter-spacing: 0.25px;
    color:#2a2a2a;
}
.h2-line{
    position:relative;
}


.before-mark{
    position: relative;
    padding:0 60px 0 60px;
}
.before-mark:before{
    content: '';
    background:url('../img/icons/check_mark.svg');
    width: 19px;
    height: 19px;
    display: block;
    position: absolute;
    top:10px;
    left: 30px;
}

.before-mark2:before{
    content: '';
    background:url('../img/icons/telephone.svg');
    width: 29px;
    height: 29px;
    display: block;
    position: absolute;
    left: 20px;
}

.before-mark2{
    position: relative;
    padding:0 0 0 60px;
    left:-20px;
}

.before-mark3:before{
    content: '';
    background:url('../img/icons/email.svg');
    width: 29px;
    height: 29px;
    display: block;
    position: absolute;
    left: 20px;
    background-size:contain;
}
.additional-info{
    color:black;
    font-weight:400;
    font-size:16px;
}
.headline-logo{
    position:relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height:135px;
    padding-left:10px;
    padding-right:10px;
}
.headline-logo img{
    position: relative;
}
.headline-logo:before{
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/header.jpg");
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
}
.section-background{
    position: relative;
}
.section-background::before{
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/background2.jpg");
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
    opacity: 0.25;
    width:calc(100% + 60px);
    margin-left:-30px;
}
.section-background2{
    position: relative;
    padding-top:15px;
    padding-bottom:15px;
}
.img-m-l-50{
    margin-left:50px!important;
}
.section-background2::before{
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/background_2.jpg");
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
    opacity: 0.3;
    width:calc(100% + 60px);
    margin-left:-30px;
}
.fa-arrow-right{
    color:#d40000;
    font-size:27px;
    padding-right:10px;
}
.section-background2 ul{
    display:flex;
    flex-direction: column;
    gap:15px;
    padding-left:25px!important;
}
.buy-now{
    background-image:url(../img/buy_now_background.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height:620px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap:25px;
    margin-left:-30px;
    margin-right:-30px;
}
.buy-item{
    width:320px;
    display:flex;
    flex-direction:column;
    height:570px;
    padding:10px;
    background-color:#fcfbfb;
    border-radius:70px 70px 70px 0;
    margin-top:30px;
}

.buy-item img{
    border-radius:70px 70px 70px 0;
}
.form-img{
    border-radius:70px 70px 70px 0;
}
.item-price{
    color:#146010;
    font-size:60px;
    padding-bottom:20px!important;
}
.product-name{
    font-weight:bold;
    color:#515151;
    font-size:22px;
    letter-spacing: 0.25px;
    margin:0 0 15px 0 !important;

}
.free-delivery{
    color:#515151;
    font-weight: 300;
    font-size:18px;
}
.text-img{
    float:right;
    padding-bottom:10px;
    margin-top:10px;
}

.footer-container{
    background-color: #171717;
    display:flex;
    flex-direction: row;
    padding:0 30px 15px 30px;
    gap:70px;
    max-width:780px;
    margin: 0 auto;
}
.footer-img{
    padding:25px 0 25px 0;
}
.footer-text{
    color:#ffffff;
    margin:0;
    font-size:18px;
}
.footer-element2{
    padding-top:30px;
}
.thankyou-main{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url(../img/background_1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.thank-photo{
    padding-top:30px;
}
.thank-title{
    font-size:36px;
    color: #ed2024;
    font-weight:600;
    letter-spacing:0.25px;

}
.form-container{
    position: relative;
}
.form-container:before{
    background-image: url("../img/background_2.jpg");
    background-size:cover;
    background-repeat:no-repeat;
    content:'';
    position: fixed;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    z-index:-1;
}

.purchase-sum{
    display:flex;
    flex-direction: row;
}
.sum-products{
    text-align: left;
}
.sum-products p{
    font-size:18px;
}
.sum-prices p{
    font-size:18px;
}
.sum-prices{
    margin-left:auto;
}

aside p{
    font-size: 17px;
    line-height:27px;
}


header {
    line-height:0;
}

h3{padding:15px 0px;}
.pullLeft{
	float:left;
}

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.mainContainer{
	max-width: 720px;
    width: 100%;
    padding: 0px;
    margin: 0 auto;
}


.sideboxes-order{
    flex-direction: column;
    background:#fff;
}

.reason-headline{
    background:#F1F1F1;
    align-items: center;
}

.reason-headline .reason-no {
    background: #BAA5C4;
    color: #510079;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    min-width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Times New Roman', Times, serif;
    font-size: 27px;
    font-weight: bold;
    padding: 10px;
    margin-right:20px;
}

.reason-headline p{
    margin: 10px 10px !important;
    font-size: 23px;
}

.ing-item{
    display:flex;
    align-items: center;
    gap:20px;
    margin:20px 0px;
}

.opinions-bg{
    background: url('../img/opinions-bg.jpg') no-repeat;
    background-position:center;
    background-size:cover;
}

.opinion-item {
    background: #ffffffb0;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #71597D;
    margin:20px 0px;
}

.opinion-item p {
    font-style:italic;
}

.opinion-item-footer {
    display: flex;
    flex-direction: column;
    text-align: right;
}

.opinion-item-footer .opinion-author {
    font-size: 23px;
    font-weight: bold;
}

.ing-photo{
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border: 1px solid #000;
    width:140px;
    height:140px;
    overflow: hidden;
}

.ing-photo img{
    object-fit: cover;
    object-position: center;
    width:100%;
    height:100%;
}

.ing-content{
    max-width:calc(100% - 170px);
}


.article-author img{
    width: initial !important;
}


.mainArticleHeader {
    width: 1050px;
    padding: 12px 30px;
    height: 70px;
    background: linear-gradient(0deg, #7d4e19, #b98016);
    margin: 0 auto;
    position: relative;
    font-size: 22px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.mainHeaderContent{
	height:400px;
	width:1050px;
	margin:0 auto;
	overflow:hidden;
}
.mainHeaderBg {
    background: url(../img/bg-img.jpg);
    width: auto;
    height: 400px;
    background-position: -75px -95px;
    position:relative;
}

.bgSeparatorProd {
    border-radius: 10px;
    background: url(../img/bg-prodx.jpg);
    height: auto;
    position: relative;
    margin-bottom: 15px;
    padding: 20px 0px;
}

.bgSeparatorProd img {
    height: 230px;
    margin: 10px 20px;
    position: absolute;
    left: 0px;
}

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

ul.tickList li{
	padding-bottom:20px;
	padding-left:55px;
	position:relative;
}

ul.tickList li:before{
	content:'';
	background:url('../img/li.svg') no-repeat;
	width:40px;
	height:40px;
	position:absolute;
	left:0px;
	top:0px;
	bottom:0px;
	margin:auto;
}

.productLeft{
	position:absolute;
	left:20px;
	bottom:00px;
}

.separatorContentText {
    padding-left: 230px;
    padding-top: 50px;
    padding-right: 20px;
}

.bgSeparatorProd .separatorContentText p {
    font-size: 21px;
    text-align: center;
    display: inline-block;
/*    font-family: Georgia;*/
    color: #fff;
    line-height: 29px;
}

.defaulMaintBtn {
    background: #f9cb37;
    padding: 15px 55px;
    font-weight: 900;
    color: #000;
    display: block;
    font-size: 26px;
    line-height: 33px;
    font-weight: 500;
    text-align: center;
    margin: 20px auto;
    border-radius: 10px;
    text-decoration: none;
}

.mainHeaderBgCont {
    text-align: left;
    padding-top: 50px;
    margin-left: 285px;
    width: 480px;
}

.mainHeaderBgCont h3 {
    font-size: 23px;
    font-weight: bold;
    color: #0d0d0d;
}

.mainHeaderBgCont .defaultBtn{
	background: #f9cb37;
    padding: 25px 55px;
    font-weight: 900;
    color: #000;
    display: inline-block;
    font-size: 26px;
    line-height: 33px;
    font-weight: 500;
    text-align: center;
    margin: 20px auto;
    border-radius:10px;
    text-decoration:none;
}

.mainHeaderBgCont .positiveElement {
    margin-bottom: 20px;
    padding-left: 35px;
}

.mainHeaderBgCont .positiveElement h3 {
    color: #961010;
    padding: 5px;
    font-weight: 500;
    font-size: 22px;
}

.mainHeaderBgCont .positiveElement:last-child {
    margin-bottom: 0px;
}

.newbColor{
	color:#961010;
}

.doctorBg{
	position:absolute;
	right:10px;
	bottom:0px;
	height:380px;
}
	
.prodBox{
	position:absolute;
	left:30px;
	bottom:20px;
	height:340px;
}	
	

.logoIcon img{
	width:220px;
}

.callToUs{
	text-align:center;
	color:#fff;
	display:inline-block;
	font-weight:bold;
}

.bestChoiceIcon{
	position:absolute;
	left:0px;
	right:0px;
	margin:0 auto;
	bottom:-50px;
	text-align:center;
	z-index:10000;
}

.bestChoiceIcon img{
	width:100px;
}

div.sideBoxes{
	width:100%;	
}

div.mainContent{
	width:100%;
	padding-left:30px;
    padding-right:30px;
    padding-bottom: 20px;
    background:#fff;

}

.box.box-no-margin {
    margin-left: -15px;
    margin-right: -15px;
}

.custom-style-01{
    color:#fff;
    background: #634A6F;
    border-top-left-radius:25px;
    border-top-right-radius:25px;
    border-bottom: 4px solid #E8BAFF;
    padding:20px;
}


.custom-style-01 h2{
    margin:0px;
}

.custom-section-list-01.d-flex {
    align-items: flex-end;
    position: relative;
}

.custom-section-list-01.d-flex:after {
    content: '';
    height: 4px;
    width: calc(100% - 25px);
    position: absolute;
    bottom: 0px;
    left: 25px;
    right: 0px;
    background: #510079;
}

.custom-section-list-01 .list-no {
    width: 50px;
    height: 50px;
    background: #510079;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-family: 'Times New Roman', Times, serif;
    color: #fff;
    font-weight: bold;
}

.custom-section-list-01 h2 {
    margin: 8px 10px;
    font-weight: bold;
    font-size: 27px;
    line-height: 34px;
    width: calc(100% - 70px);
}

.img.bottom-left-radius{
    border-bottom-left-radius:100px;
    overflow: hidden;
}

aside{
	width:30%;
    background:#fff;
}

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

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

.infoBlue {
    background: #daf6ff;
    border: 1px solid #6ba8bb;
    display:block;
}



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

.alert{
    background: #ffdada;
    border: 1px solid #ff0808;
    padding: 30px 20px;
    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: 14px;
    line-height: 21px;
}
.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;
}

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


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

div.promoBox{
	text-align:center;
}

.promoBox > * {
    margin-bottom:20px;
}

.promoBox > *:last-child{
    margin-bottom:0px;
}

.promo,
.popupText button.promo {
    background: #32902e!important;
    padding: 15px 25px;
    font-weight: 900;
    color: #fff;
    display:inline-block;
    font-size:38px;
    line-height:45px;
    font-weight:500;
    text-align:center;
    margin:20px auto;   
}
.promo:hover:not(:disabled),
.popupText button.promo:hover:not(:disabled) {
    background: #218838;
    opacity: 1 !important;
}

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 {
        margin: 15px 0px;
}

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

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

.singleElement h3 {
    margin: 0;
    padding: 0;
}

.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;
}

p, .mainContent li{
  font-size: 18px;
  line-height:28px;
}


.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;
}

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

.commentContent p{
	font-size:13px;
	line-height:20px;
}

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

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

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

.green-background{
    background-color:#cedcd5;
    width: calc(100% + 60px);
    margin-left: -30px;
    padding:35px 25px;
    border-radius:10px;
}
.green-section{
    background:white;
}
.green-items {
   padding:35px 10px;
}
.green-items ul{
    display:flex;
    flex-direction: column;
    gap:15px;
    padding-left:0px!important;
}
.green-items ul li{
    background-color:#e5f6eb;
    display:flex;
    flex-direction: row;
    border:1px solid #cedcd5;
    border-radius:20px;
    height:80px;
    align-items: center;
    gap:20px;
    padding:5px 20px;
}
.fa-check{
    font-size:40px;
    color:#5e756d;
}
.three-photo-container{
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
    column-gap:30px;
    row-gap:30px;
}
.three-photo-container img{
    max-width:300px;
    width:100%;
}
.step-by-step{
    flex-direction: column;
    gap:30px;
    justify-content: center;
}
.calendar-container{
    flex-direction: column;
    border:1px solid #5e756d;
    border-radius:10px;
    align-items: center;
}
.calendar-icon {
    justify-content: center;
    align-items: center;
    padding: 12px 20px;
    background-color: #5e756d;
    border-radius: 0 0 10px 10px;
    position: absolute;
}
.fa-calendar-alt {
    color: #fff;
    font-size: 28px;
}
.fa-calendar-alt:before {
    content: "\f073";
}
.calendar-container .calendar-p {
    text-align: center;
    padding: 15px 20px 10px 20px;
}
.calendar-p p:first-child{
    padding-top:50px;
    margin-bottom:0;
}
.calendar-p p:nth-child(2){
    margin-top:0;
}
.benefits-container{
    justify-content: center;
    flex-direction: column;
    text-align: center;
    gap:15px;
    padding-bottom:15px;
    padding-top:15px;
}
.benefit-title{
    font-weight:bold;
    max-width:400px;
    width:100%;
    border-radius:10px;
    text-align: center;
    margin:0 auto;
    padding:12px 0px;
}
.benefit:nth-child(1) .benefit-title{
    background-color:#bde4aa;
}
.benefit:nth-child(2) .benefit-title{
    background-color:#dbf1d1;
}
.benefit:nth-child(3) .benefit-title{
    background-color:#eaf8e6;
}
.ingredients-container{
    display:flex;
    flex-direction: column;
    gap:30px;
}
.ingredient{
    background-color:#cedcd5;
    border-radius:10px;
    padding:20px;
}
.ingredient-title{
    font-weight:bold;
}
.ingredient-img{
    width:122px;
    height: 122px;
    margin:0 auto;
}
.ingredient-img img{
    border-radius:50%;
}
.over-form-box{
    border-radius:30px;
    max-width:630px;
    width:100%;
    position: relative;
    margin:0 auto;
    box-shadow: -0.872px 0.962px 35px 0px rgba(4, 5, 5, 0.13);
    line-height:0;
    margin-bottom:15px;
}
.over-form-box .price-box{
    position:absolute;
    width:110px;
    height:110px;
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin:15px 35px;
    left:0px;
    top:0px;
    background-color:white;
    border-radius:50%;
    border:1px solid #8b765b;
    line-height: 1;
}
.over-form-box:after{
    content: '';
    position: absolute;
    background: url("../img/offer-ribbon.png") no-repeat;
    width: 230px;
    height: 100%;
    background-size: contain;
    right: -8px;
    top:-8px;
}
.product-img-open img{
    border-radius:30px;
}
.over-form-box-text{
    font-family: Arial, Helvetica, sans-serif;
    font-size:25px;
}

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%;
}


.gHeadlineCont .arrowRightSide .decoGroup:before {
    background: url(../img/dot.svg) no-repeat;
    width: 22px;
    height: 23px;
    top:2px;
}

.gHeadlineCont .arrowRightSide .decoGroup {
    padding-left: 35px;
}


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

ul.list{
	padding-left:20px;

}

.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: 35px;
}

.formGroup {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding: 5px 0px;
}

.formGroup-half, .formGroup-3-1 {
    display: flex;
    gap: 20px;
}

.formGroup-3-1.reverse {
    flex-direction: row-reverse;
}

.formGroup-3-1 .formGroup:first-child {
    width: 70%;
}

.formGroup-3-1 .formGroup:last-child {
    width: 30%;
}

.formGroup-half .formGroup {
    width: 50%;
}

label {
    width: 100%;
    text-align: left;
    padding-left:5px;
}

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


.price-under-photo{
    text-align: center;
    text-decoration:none;
    padding-top:0px;
}

.price-under-photo .old-price{
    text-decoration: line-through;
    color:#ff0000;
}

.price-under-photo  .current-price{
    font-weight:bold;
    font-size:50px;
}

div.form h2.order-title {
    color: #ff2626;
    font-size: 32px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: 'LatoBo';
    text-align: center;
}

.aside-section {
    padding: 15px 15px 0px;
    display: flex;
    flex-direction: column;
}

.aside-bio img{
    border-radius: 10px;
}

.aside-bio p {
    font-size: 21px;
    line-height: 29px;
    margin-top: 5px;
}
.stock-flex{
    padding-left:15px;
    gap:15px;
    align-items: center;
}
.stock-flex p {
    color:#ed2024;
    font-weight:bold;
    margin-top:0!important;
}

.a-section-title:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 70px;
    left: 0px;
    background: #675172;
    bottom: -2px;
}

.a-section-title {
    font-size: 33px;
    display: block;
    line-height: 1.2;
    font-family: "Roboto";
    font-weight: 300;
    margin-bottom: 20px;
    border-bottom: 2px solid #ccc;
    position: relative;
    padding-bottom:5px;
}

.scrollable{
    position: sticky;
    top: 10px;
}

.aside-categories {
    font-size: 20px;
    line-height: 30px;
}

.aside-categories li a{
    color:#000;
    font-weight:300;
}

.aside-categories li {
    margin-bottom:5px;
}

ul.aside-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    align-items: center;
    justify-content: center;
    font-style: italic;
    font-weight: 300;
}

.aside-tags li {
    background: #dddddd8c;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 7px;
}

.aside-tags a {
    color:#000;
}


.under-product-text{
    text-align: center;
    font-size:20px;
    line-height:30px;
    margin-bottom:20px;
    margin-top:20px;
}

.red{
    color: red;
}

.green{
    color: green;
}

.form-icons{
    flex-wrap: wrap;
    margin: 10px 0px 20px;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    justify-content: center;
    width: 100%;
}

.form-icons > img{
    width:initial !important;
}

.form-icons .form-single-icon{
    max-height:30px;
    object-fit: contain;
    margin: 15px;
}

.form-icons-item{
    align-items: center;
    font-size:14px;
    margin: 10px 15px;
}
.green-box{
    background-color:#5e756d;
    color:white;
    padding:10px 15px;
    border-radius:10px;
    font-family: 'LatoBo';
}

.form-icons-item:first-child{
    margin-left:0px;
}

.form-icons-item:last-child{
    margin-right:0px;
}

.form-icons-item:last-child img{
    height:35px;
}

.form-icons-item img{
    height:40px;
    object-fit: contain;
    margin-right:10px;
    max-width: 40px;
}

img{
    max-width:100%;
}

div.form{
	width: 640px;
    max-width:100%;
    margin: 0 auto;
    text-align:center;
    border:1px solid black;
}

.radio-flex {
    justify-content: center;
    gap: 20px;
}

.radioGroup {
    flex-direction: row;
}

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

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

input, select {
    font-size: 15px;
    padding: 8px 10px;
    background: #fff;
    outline: none;
    border: 1px solid #b1b1b1;
    border-radius: 10px;
}

input[type="submit"] {
    margin: 0 auto;
    display: inline-block;
    border: none;
    max-width:430px;
    width:100%;
}

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

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%;
}

.formContent input {
    width: 100%;
}
.main-headline h3{
    font-size:23px;
}
div.buyForm div.promoBox p.promo{
	background:none;
}

div.buyForm.main-site div.form {
    margin-left: auto;
    padding: 20px;
    background: #fff;
    border:2px solid #5e756d;
}

.mainContent .small{
    font-size:14px;
    color:#888;

}

div.form input[type="submit"] {
    background:green;
    text-transform: uppercase;
    font-weight: bold;

}

.smallCert{
	display:none;
}

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

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

.contactBox > .htext1 {
        font-size: 12px;
        font-weight: 600;
        line-height: 15px;
}

.contactBox2 {
        position:fixed;
	top:0px;
	left:5%;
	background:#28a745;
	text-align:center;
	z-index: 100;
}

.contactBox2.vvv1 {
        display: none;
}

.contactBox2:hover {
        background: #218838;
}

.contactBox2 > a {
        display: block;
        padding: 13px 10px;
        text-decoration: none;
        color:#fff;
        /* font-weight: 600; */
        text-shadow: 0px 0px 3px #14732a;
        font-size: 15px;
        line-height: 1;
        font-family: Arial;
}

.contactBox2 > a:hover {
        opacity: 1;
}

.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;
}

.popupBox {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #ffffff8c;
    z-index: 100000;
    display: none; 
    align-items: center;
    justify-content: center;
}
.popupMainContent{
    align-items: center;
}
.popup-image{
    display: flex;
    height: 100%;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 350px; 
}
.popup-image img{
    max-width:100%;
    object-fit:cover;
    object-position: left;
}
.popup-content-desc{
    width: calc(100% - 350px);
    margin-left: auto;
    text-align: center;
    padding: 35px;
}
.popup-content-desc p {
    font-size: 26px;
    line-height: 34px;
    font-family: 'LatoL';
    margin: 10px 0px;
}
.popup-content-desc .pp-headline{
    color: #8f49a4;
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 25px;
}
.popupContent {
    background: #FAFFF9;
    overflow: hidden;
    width: 950px;
    padding: 0px;
    max-width: 950px;
    border: 2px solid #C18CD0;
    -webkit-box-shadow: 0px 0px 29px 0px #C18CD0;
    -moz-box-shadow: 0px 0px 29px 0px #C18CD0;
    box-shadow: 0px 0px 29px 0px #C18CD0;
    border-radius: 20px;
}
span.closePopup {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.popupLeftText {
    width: 100%;
    position: relative;
}

.popupProduct {
    position: absolute;
    right: 20px;
    bottom: 0px;
    width: 220px;
    height: auto;
    top: 0px;
    margin: auto;
    display:flex;
}
.form h2{
    font-size:32px;
}

.popupText span.otherStyle {
    padding: 3px 10px;
    font-size:inherit;
}
.popup-go-to-order {
    background: #c18cd0;
    border: 2px solid #83349b;
    border-radius: 12px;
    color: #4e195e;
    padding: 25px 30px;
    display: inline-block;
    font-size: 23px;
    font-family: 'LatoR';
    margin: 10px 0px;
    text-transform: uppercase;
}

.popupText {
    font-family: 'LatoR', sans-serif;
}

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


.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: 100%;
    text-decoration: none;
    color: #4472c4b5;
}

.priceDiscPopup {
    position: absolute;
    background: #28a745;
    border-radius: 50%;
    padding: 41px 7px;
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    top: -7px;
    transform: rotate(-17deg);
    left: -13px;
}

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%;
    object-fit: contain;
}


.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;
    height:45px;
    background-color: black;
    color:#FFFFFF;
    line-height:2;
    
}

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

ul.footerMenuContent li a{
	font-size: 16px;
    font-family: 'Times New Roman', Times, serif;
    font-weight:400;
    color:#FFFFFF;
}

ul.footerMenuContent li:hover a{
	
}

.articleHead{
	
}

.articleHeadMenu{
	margin-top:15px;
}

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

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

	.headMenu li.resp{
		display:none;
	}

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

.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: 29px;
}


.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;
}

.certyfikat{
	margin-left:50px;
}

@media screen and (min-width:500px){
	.desktopContent{
		display:block;
	}
	
	.mobileContent{
		display:none;
	}
    
}
@media screen and (max-width:520px){
    .green-items ul li{
        height:100%;
        padding-top:5px;
        padding-bottom:5px;
    }
}
@media screen and (max-width:500px){
	.desktopContent{
		display:none;
	}
	
	.mobileContent{
		display:block;
	}
    .imgProd.only-mobile{
        display:block;
        max-height:500px !important;
    }
    .imgProd.only-desktop{
        display:none;
    }
    .mainProdDiv {
        display: none;
    }
    .mainProdMobileDiv {
        display: block;
    }
    #pTextAboveProductImg p.desktop {
        display: none;
    }
    #pTextAboveProductImg p.mobile {
        display: block;
    }
}

@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 (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%;
   	}
   	.popupProduct img {
	    display:none;
	}
	
	.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:1000px){
	.popupContent {
            width:95%;
        }
        .mainProd {
            width: 55% !important;
        }
}
@media screen and (max-width:700px){
        .mainProd {
            width: 80% !important;
        }
}
@media screen and (max-width: 990px){
	aside{
		display:none;
	}

    .content-from-aside{
        display:block;
    }
	
	.doctorBg{
		display:none;
	}
	
	.bgSeparatorProd {
    border-radius: 10px;
    background: url(../img/bg-prodx.jpg);
    height: auto;
    position: relative;
    margin-bottom: 15px;
    padding: 20px;
}

.bgSeparatorProd .separatorContentText p {
    font-size: 24px;
    line-height: 38px;
    
}
	
	.mainHeaderBgCont {
   		width: auto;
   }
   
   .mainHeaderContent {
    height: auto
   }
   
   .mainHeaderBg {
    height: auto;
   }
	
	.sideBoxes .mainContent{
		width:100%;
		margin:0px;
	}
}
@media screen and (max-width:900px){
    .popup-image {
        width:270px;
    }
    .popup-content-desc {
        width: calc(100% - 270px);
        margin-left: auto;
        padding: 25px;
    }
}
@media screen and (max-width: 850px){
	.info{
		flex-direction:column;
	}
	
	.bgSeparatorProd {
	    border-radius: 10px;
	    background: repeating-linear-gradient(45deg, #040f11, #324252);
	}
	
	.bgSeparatorProd .separatorContentText p {
	    font-size: 21px;
	    line-height: 29px;   
	}
	
	.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:800px){
	.mainArticleHeader {
        height: 170px;
    }
    .right-photo-flex{
        flex-direction: column-reverse;
    }
    .popup-image {
        width: 200px;
    }
    .green-items ul li br{
        display:none;
    }
    .popup-image img {
        max-width: 200px;
        margin-left: 0px;
    }
    .popup-content-desc {
        width: calc(100% - 200px);
        margin-left: auto;
    }
    .podium-price {
        right: 15px;
    }
    .img-m-l-50{
        margin:0 auto!important;
    }
    .ingriedient br{
        display:none;
    }
    .box .box-head{
        flex-wrap:wrap;
        flex-direction:column-reverse
    }

    .box .quote {
        padding: 20px;
        position: relative;
    }

    .box .quote:before, .box .quote:after{
        opacity:0.3;
    }

    .box .box-head h2{
        width:100%;
    }

    .img {
        float: none !important;
        margin: 10px auto !important;
    }

    .img.bottom-left-radius {
        border-top-right-radius: 100px;
    }

    .mainArticleHeader div:first-of-type{
        float:none;
        margin:0 auto;
        text-align:center;
    }

    .mainArticleHeader div:nth-child(2){
        float:none;
        margin:0 auto;
        text-align:center;
    }

}

@media screen and (max-width: 700px){
	div.form {
    	width: 100%;
    }
    .popup-image{
        display:none;
    }
    .main-headline h3{
        font-size:20px;
        line-height:30px;
    }
    .popup-content-desc {
        margin-left: 0px;
        width: 100%;
    }
    h4{
        font-size:24px;
        line-height:34px;
    }

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

    .icons-section .form-icons-item  {
        margin:10px 0px;
    }
    
    .bgSeparatorProd img {
	    height: 230px;
	    position: static;
	    display:block;
	    margin:0 auto;
	}
	
	   .sideBoxes .mainContent .imagesContainer figure.image{
    	width:80%;
    	margin:0 auto;
    	text-align:center;
    	
    }
    
    p  img{
    	width:auto !important;
    	height:auto !important;
    	max-width:100%;
    }
    
    .popupProduct{
    	display:none;
    }
	
	.mainPopupTextCont{
		width:100% !important;
	}
    
    
    .sideBoxes .mainContent .imagesContainer figure.image {
	    width: 80%;
	    margin: 0 auto;
	    text-align: center;
	    float: none;
	}
	
	.separatorContentText {
	    padding-left: 20px;
	    padding-top: 50px;
	    padding-right: 20px;
	    margin: 0 auto;
	    width: 100%;
	    text-align: center;
	}
    
    div.imageProductsSection {
	    display: block;
	}
	
	.mainHeaderContent img.prodBox {
	    position: static;
	    text-align: center;
	    margin: 0 auto;
	    width: 250px;
	    height: auto;
	    display: block;
	    padding-bottom: 20px;
	}

	.mainHeaderBgCont {
	    width: auto;
	    margin: 0;
	    text-align: center;
	}
	
	.mainHeaderBgCont .positiveElement{
		padding-left:0px;
	}
	
	.mainHeaderBgCont .positiveElement:before {
	    display:none;
	}
	
	div.imageProductsSection .infoImgBox {
	    float: none;
	    width: 100%;
	    margin-bottom:15px;
	}
	
	div.imageProductsSection .infoImgBox img{
		max-height:100%;
	}
    
	.formGroup {
    	display: block;
	}
	.formContent {
	    width: 100%;
	}
	
	.radioGroup{
		display:flex;
	}
	
	ul.headMenu li.mainMenu{
		display:none;
	}
	
	.headMenu li.resp{
		display:block;
	}
	
	.rightPhotoArticle{
		width:100%;
	}
	img.profImg, img.imgArticleRight[src="../img/prof.jpg"] {
    width: 40% !important;
    float: right !important;
	margin-left:20px !important;
	margin-bottom:14px !important;
}
	
}

@media screen and (max-width: 550px){
	img.dr{
		width:100%;
		float:none;
		margin-left:0px;
		
	}
	
	img.photoCenterHalf{
		width:100%;
	}
	.sources{
        font-size:15px;
    }
	.bgSeparatorProd img {
	    width: 70%;
	    height: auto;
	}
	
	.sideBoxes .mainContent img.imgArticleRight {
	    float: none;
	    width: 80%;
	    margin-left: 20px;
	    margin-bottom: 6px;
	    margin: 0 auto 20px;
	    display: block;
	}
    .form h2{
        font-size:28px;
    }
	
}

@media screen and (max-width: 480px){
	.bigHeadline {
	    font-size: 33px;
	    line-height: 44px;
	}

    .box.box-no-margin {
        margin-left: 0px;
        margin-right: 0px;
    }
	
	h1 {
	    line-height: 36px;
	    font-size: 29px;
	}
	

	
	.sideBoxes .mainContent {
    width: calc(100% - 0px);
    margin: 0px 0px;
}
	
	.underComment {
	    margin-left: 0px;
	    border-left: 0px solid #ccc;
	    padding-left: 0px;
	}
	
	.certyfikat{
		width:100%;
		margin-left:0px;
	}
	

	.contactBox {
                position: absolute;
		left: 0px;
		padding: 3px;
		right: 0px;
		z-index: 10000;
		top: 0px;
		bottom: auto;
	}
        
        .contactBox:not(.vvv1) + .main {
                margin-top: 40px;
        }
        
        .contactBox.vvv1 {
                display: none;
        }
        
        .contactBox2 {
                position: fixed;
		left: 0px;
		right: 0px;
		z-index: 10000;
		top: 0px;
		bottom: auto;
	}
        
        .contactBox2 > a {
                padding: 13px 3px;
        }
        
        .contactBox2:not(.vvv1) + .main {
                margin-top: 20px;
        }
	
	.decoGroup {
	    padding-left: 10px;
	    margin-left: 0px;
	}
	h2 {
	    line-height: 32px;
	    font-size: 25px;
	    text-align: left;
	}
	
	.positiveElement::before {
	    position: static;
	}
		.positiveElement {
	    padding-left: 0px;
	}
	
	
	
	img.like{
		width: 11px;
	}
}

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

.red{
	color:#ff0000
}

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

.redBg{
	background:#ff0000;
}

.inlineBlock{
	display:inline-block;
}

.blueBg{
	background:#00FFFF;
}

.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:98%;
	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: 30px;
}

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

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

.searchSection button.submitBtn {
        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;
}

.searchSection.editingSection {
        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: #fff;
        outline: none;
        border: 1px solid #b1b1b1;
        border-radius: 5px;
}

.errors2 {
        color: #fb6363;
        font-size: 15px;
        margin-top: 10px;
        font-weight: bold;
}

.errors2-title {
        background: #ff4545;
        color: #fff;
        /* border-radius: 28px; */
        padding: 9px 10px;
        text-transform: uppercase;
        font-size: 17px;
}

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

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

.successMsg {
    font-family:'Times New Roman', Times, serif;
    font-size:28px;
    color:#20691c;
}

.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;
    margin-left: -13px;
}
.tox .tox-dialog--width-lg {
    width: 780px !important;
}
.editingSection label {
    display: inline-block;
}

/* 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;
    max-width:100%;
    height:initial !important;
}
.mainContent div.textContainer2 {
    width: 100%;
    padding: 15px 25px;
    background-color: #f9cb37;
    margin-bottom: 20px;
    max-width:100%;
    height:initial !important;
}

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



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

.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;
    background-size: 30px 30px;
}

.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%;
}

.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;
} 

.productInfoVariant-1 {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.productInfoVariant-1 > .infoProd {
    text-align: center;
    font-size: 18px;
    line-height: 27px;
    color: #222;
    margin-right: 0px;
}
.productInfoVariant-1 > .infoProd > p {
    margin-bottom: 8px;
}
.productInfoVariant-1 > .infoProd > .oldPrice {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    text-decoration: line-through;
}
.productInfoVariant-1 > .infoProd > .newPrice {
    color: #F44336;
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
}
.productInfoVariant-1 > .imgProd {
    width: 100%;
    height: auto;
    max-width: 80%;
    max-height: 330px;
    object-fit: contain;
    margin-bottom:20px;
}
.promo.promo2 {
    background: #ff8000;
    color: #fff;
}
.promo.promo2:hover {
    background: #218838;
    opacity: 1 !important;
}
.thank-button{
    margin: 0 auto;
    display: inline-block;
    border: none;
    padding: 20px 40px;
    border-radius:10px;
    font-size:28px;
}
.thank-button a {
    width:100%;
    height:auto;
    display: inline-block;
}
.priceStyle2 {
    position: absolute;
    bottom: 15px;
    left: 0px;
    text-decoration:none;
    color: #000;
    font-size: 30px;
    line-height: 29px;
    font-weight: 600;
    text-align: center;
    width: 100%;
    padding: 0;
}
.mainProdDiv,
.mainProdMobileDiv {
    margin-bottom: 10px !important;
    overflow: hidden;
}
.mainProdDiv .mainProd {
    margin-top: -30px;
}

@media (max-width: 780px) {
    .priceStyle2 {
        bottom: 20px;
    }
    .mainProdDiv,
    .mainProdMobileDiv {
        margin-bottom: 25px !important;
        width: 100% !important;
    }
    .mainProdDiv .mainProd {
        margin-top: -30px;
    }
}
@media screen and (max-width:680px){
    h4 br{
        display:none;
    }
}
@media screen and (max-width:600px){
    .custom-btn-rounded{
        padding: 13px 40px;
        font-size: 25px;
        border-radius: 30px;
    }

    .reason-headline {
        flex-direction: column;
        padding: 10px;
    }
    .reason-headline .reason-no {
        border-radius: 50px;
    } 

    .reason-headline p {
        text-align: center;
    }

    .ing-item {
        flex-direction: column;
        text-align: center;
        background: #baa5c43b;
        padding: 10px;
        border-radius: 10px;
    }

    .ing-content {
        max-width: 100%
    }
}


@media (max-width: 660px) {
    .priceStyle2 {
        bottom: 20px;
    }
    .mainProdDiv,
    .mainProdMobileDiv {
        margin-bottom: 25px !important;
    }
}

@media screen and (max-width:500px) {
    input, select {
        width: 100% !important;
        margin-right:0px !important;
        margin-left:0px !important;
        margin-bottom:10px
    }
    .headline-content{
        font-size: 26px;
        line-height: 32px;
    }

    input[type="radio"] {
        width:initial !important;
    }
}

@media (max-width: 400px) {
    /*.mainProdDiv,
    .mainProdMobileDiv {
        overflow: visible;
    }*/
    .mainProdDiv .mainProd {
        margin-top: -5px;
    }
    .priceStyle2 {
        bottom: -10px;
    }
}
@media (max-width: 840px) {
    .productInfoVariant-1 > .imgProd {
        height: auto;
    }
    .productInfoVariant-1 > .infoProd {
        margin-right: 40px;
    }
}
@media screen and (max-width: 700px) {
    .productInfoVariant-1 {

    }
    .productInfoVariant-1 > .imgProd {
        height: auto;
        max-width:100%;
        min-width:260px;
    }
    .productInfoVariant-1 > .infoProd {
        margin-right: 0px;
    }

    .formGroup-half, .formGroup-3-1 {
        flex-wrap: wrap;
        gap: 0px;
    }

    .formGroup-half .formGroup {
        width: 100%;
    }

    .formGroup-3-1 .formGroup:first-child, .formGroup-3-1 .formGroup:last-child {
        width: 100%;
    }
}
@media (max-width:720px){
    div.mainContainer {
	    width: 100%;
	    margin: 0 auto;
	}
    .headline-text{
        padding-left:15px;
        padding-right:15px;
    }
    .headline-text2{
        padding-left:15px;
        padding-right:15px;
    }
    .h2-line:before{
        position:relative;
        margin:0 auto;
        margin-bottom:5px;
    }
    .h2-line:after{
        position:relative;
        margin:0 auto;
        margin-top:5px;
    }
    .buy-item{
        width:300px;
    }
    .buy-now{
        height:inherit;
        align-items: center;
        justify-content: center;
        padding-bottom:15px;
        gap:15px;
        padding-left:10px;
        padding-right:10px;
    }
    .buy-btn{
        font-size:24px;
        width:240px;
    }
    .thank-photo{
        width:auto;
    }
    .text-img{
        width:80%;
        margin:0 auto;
    }
    .mobile-margin{
        padding:0 30px 0 30px!important;
    }
    .footer-container{
        padding:0 10px 15px 10px;
        flex-direction: column;
        gap:0;
    }
    .footer-text{
        text-align: center;
    }
    .before-mark2{
        padding:0;
        left:0;
    }
    .before-mark2:before {
    display: inline-block;
    left: -10px;
    position: relative;
    top: 5px;
    }
    .footer-img{
        display:block;
        margin:0 auto;
    }
    .mobile-flex{
        display:flex;
        flex-direction: column;
    }
}
@media screen and (max-width:600px){
    .over-form-box:after{
        width:190px;
    }
    .over-form-box .price-box{
        width:90px;
        height:90px;
        margin:15px;
    }
    span.image-old-price{
        font-size:17px;
    }
    span.image-new-price{
        font-size:25px;
        
    }

}
@media (max-width:550px){
        .buy-btn{
            width:200px;
    }
}
@media (max-width:500px){
        .before-mark{
            padding:0 15px 0 15px;
        }
        .before-mark:before{
            left:-10px;
            top:5px;
        }
        .buy-now{
            flex-direction: column;
        }
        .buy-btn{
            width:260px;
        }
        .footer-container{
            flex-direction: column;
        }
        .footer-text{
            text-align: center;
            overflow-wrap: break-word;
        }
        .footer-img{
            display:block;
            margin:0 auto;
            width:50%;
        }
        .footer-container{
            gap:0;
        }
        .thank-title{
            font-size:32px;
        }
        .successMsg{
            font-size:24px;
        }
        .thank-button{
            font-size:24px;
            padding:15px 20px;
        }
        .before-mark2:before{
            display: inline-block;
            left: -10px;
            position:relative;
            top:5px;
        }

}
@media (max-width:600px){
        .text-img{
            float: inherit;
            display: block;
            margin:0 auto;
    }
}
    
@media screen and (max-width:450px){
    .over-form-box:after{
        width:150px;
        right:-6px;
        top:-6px;
    }
}
@media screen and (max-width:400px){
    .round-border-item span{
        max-width:160px;
    }
    .over-form-box:after{
        width:100px;
        right:-4px;
        top:-4px;
    }
    .over-form-box .price-box{
        margin:5px;
    }
    .section-background2 ul{
        padding-left:0!important;
    }
    .mobile-padding{
            width: calc(100% + 10px)!important;
            margin-left: -15px!important;
    }

    .green-background {
    background-color: #cedcd5;
    width: calc(100% + 60px);
    margin-left: -30px;
    padding: 21px 16px;
    border-radius: 10px;
}
    .stock-flex{
        flex-direction: column;
        padding-left:0;
    }
    .stock-flex img{
        width:45%;
    }
    .radio-flex{
        flex-direction: column;
        gap:0px;
        margin-bottom:5px;
    }
    .promo,
.popupText button.promo{
    font-size:28px;
}
}

.verified {
    color: #444;
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    padding-top:15px;
}
.verified > i {
    display: inline-block;
    background: url("../img/verified.png") no-repeat;
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 5px;
}
