/* poppins-300 - latin-ext */
@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src:url('./assets/fonts/poppins/poppins-v24-latin-ext-300.woff2') format('woff2');
}
/* poppins-regular - latin-ext */
@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src:url('./assets/fonts/poppins/poppins-v24-latin-ext-regular.woff2') format('woff2');
}
/* poppins-500 - latin-ext */
@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src:url('./assets/fonts/poppins/poppins-v24-latin-ext-500.woff2') format('woff2');
}
/* poppins-600 - latin-ext */
@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src:url('./assets/fonts/poppins/poppins-v24-latin-ext-600.woff2') format('woff2');
}
/* poppins-700 - latin-ext */
@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src:url('./assets/fonts/poppins/poppins-v24-latin-ext-700.woff2') format('woff2');
}
/* poppins-800 - latin-ext */
@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  src:url('./assets/fonts/poppins/poppins-v24-latin-ext-800.woff2') format('woff2');
}
/* poppins-900 - latin-ext */
@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  src:url('./assets/fonts/poppins/poppins-v24-latin-ext-900.woff2') format('woff2');
}

:root{
  --max:1100px;            /* szerokość treści */
  --pad:16px;              /* padding poziomy */
  --radius:14px;
  --shadow-sm:0 2px 8px rgba(0,0,0,.06);
  --brand:#e74c3c;
  --text:#222;
  --muted:#6b6b6b;
}
*{box-sizing:border-box}
.container{max-width:var(--max); margin:0 auto; padding-inline:var(--pad);}
.section-title{font-weight:700; color:var(--text); font-size:clamp(22px,2.1vw+10px,36px); margin:0 0 8px}
.section-subtitle{color:var(--muted); font-size:clamp(14px,1.1vw+8px,18px); margin:0 0 18px}



.banerpos-margin {
	margin-top: 155px;
}
.banerpos-tyt-img {
	width: 210px;
    margin-bottom: -10px;
}
.fs-13 {
	margin-top: 20px;
}




@media (min-width: 1000px) and (max-width: 1250px) {
	.banerpos-margin {
		margin-top: -180px;
	}
	.banerpos-tyt-img {
		width: 200px;
	}
}
@media (min-width: 850px) and (max-width: 1000px) {
	.banerpos-margin {
		margin-top: -160px;
	}
	.banerpos-tyt-img {
		width: 200px;
	}
}
@media (min-width: 700px) and (max-width: 850px) {
	.banerpos-margin {
		margin-top: -160px;
	}
	.banerpos-tyt-img {
		width: 190px;
	}
}
@media (min-width: 550px) and (max-width: 700px) {
	.banerpos-margin {
		margin-top: 145px;
	}
	.banerpos-tyt-img {
		width: 180px;
	}
}
@media (min-width: 400px) and (max-width: 550px) {
	.banerpos-margin {
		margin-top: 135px;
	}
	.banerpos-tyt-img {
		width: 180px;
	}
}
@media (min-width: 330px) and (max-width: 400px) {
	.banerpos-margin {
		margin-top: 130px;
	}
	.banerpos-tyt-img {
		width: 160px;
	}
}
@media (max-width: 330px) {
	.banerpos-margin {
		margin-top: 125px;
	}
	.banerpos-tyt-img {
		width: 150px;
	}
}









.footer {
	text-align: center;
	font-size: 10px;
	margin-bottom: 0px;
	color: darkgrey;
	margin-top: 100px;
}
.a-footer {
	color: #cc99ff;
}
.page {
	text-align: center;
}
.page-box {
	font-family: Poppins;
	margin-top: 110px;
}
.pointer {
	cursor: pointer;
}
.idsw-tyt {
	font-size: 40px;
	margin-top: 40px;
	margin-bottom: 0px;
}
.idsw-podtyt-span {
	font-weight: 500;
	color: black;
}
.idsw-row {
	max-width: 1250px;
	margin-left: auto;
	margin-right: auto;
}
.idsw-przep-box {
	height: 360px;
}
.idsw-przep-inbox {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
}
.idsw-przep-img {
	width: 300px;
	cursor: pointer;
	transition: 0.4s;
}
.idsw-przep-inbox:hover .idsw-przep-img {
	width: 320px;
	margin-top: -20px;
	margin-left: -10px;
	opacity: 1;
}
.idsw-przep-tyt {
	margin-bottom: 0px;
	font-size: 20px;
	font-weight: 600;
	color: #464646;
	cursor: pointer;
	transition: 0.4s;
}
.idsw-przep-inbox:hover .idsw-przep-tyt {
	color: #1e56ff;
}
.idsw-wideo-box {
	max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    border: 5px solid #eaeaea;
    padding: 2px;
    border-radius: 1px;
    border: 5px solid white;
    box-shadow: 0px 0px 0px 1px #f5f5f5;
}
.idsw-tyt-fbbox {
	max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}








@media (min-width: 600px) and (max-width: 800px) {
	.idsw-tyt {
		font-size: 40px;
	}
}
@media (min-width: 500px) and (max-width: 600px) {
	.idsw-tyt {
		font-size: 38px;
	}
}
@media (min-width: 400px) and (max-width: 500px) {
	.idsw-tyt {
		font-size: 30px;
	}
}
@media (min-width: 330px) and (max-width: 400px) {
	.idsw-tyt {
		font-size: 28px;
		margin-top: 35px;
		line-height: 1.4;
	}
}
@media (max-width: 330px) {
	.idsw-tyt {
		font-size: 26px;
		margin-top: 30px;
	}
	.idsw-przep-inbox {
		width: 270px;
	}
	.idsw-przep-img {
		width: 270px;
	}
	.idsw-przep-inbox:hover .idsw-przep-img {
		width: 290px;
	}
}









.ef3-box {
	margin-top: 120px;
    margin-bottom: 200px;
}
.ef3-div {
	margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
}
.ef3-kropka1 {
	line-height: 0;
    font-size: 80px;
    margin-bottom: 30px;
    margin-top: -20px;
    color: #eaeaea;
}
.ef3-kropka2 {
	line-height: 0;
    font-size: 80px;
    margin-bottom: 30px;
    color: #eaeaea;
}
.ef3-kropka3 {
	line-height: 0;
    font-size: 80px;
    margin-bottom: 50px;
    color: #eaeaea;
}
.ef3-p1 {
	font-size: 20px;
    background: #fafafa;
    text-align: left;
    color: #3f3f3f;
    padding: 15px 30px;
    border-radius: 15px;
	width: calc(100% - 100px);
    margin-left: auto;
    margin-right: auto;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.ef3-p1-span {
	font-size: 90%;
    display: block;
    margin-top: 15px;
    font-weight: 300;
}
.ef3-p1-green {
	color: #00a200;
    font-weight: 600;
}
.ef3-p1-red {
	color: darkred;
    font-weight: 600;
}
.ef3-w1-col1 {
	display: inline-block;
    width: calc(100% - 300px);
}
.ef3-w1-col2 {
	display: inline-block;
    width: 284px;
	position: relative;
}
.ef3-p2 {
	font-size: 20px;
    background: #aaffa3;
    text-align: left;
    color: #3f3f3f;
    padding: 15px 30px;
    border-radius: 15px 0px 15px 15px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.ef3-p2-span {
	font-weight: 600;
    color: #ff9500;
}
.ef3-p3 {
	font-size: 20px;
    text-align: left;
    color: #3f3f3f;
    padding: 15px 30px;
    border-radius: 0px 15px 15px 15px;
    background: #a3ebff;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.ef3-p3-span {
	font-weight: 600;
    color: orangered;
}
.ef3-p4 {
	font-size: 20px;
    background: #ffffa3;
    text-align: left;
    color: #3f3f3f;
    padding: 15px 30px;
    border-radius: 15px 0px 15px 15px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.ef3-p4-span {
	font-weight: 600;
    color: darkorange;
}
.ef3-img1 {
	position: absolute;
    bottom: -80px;
    left: 100px;
    width: 240px;
}
.ef3-img2 {
	position: absolute;
    width: 240px;
    right: 80px;
    bottom: -102px;
}
.ef3-img3 {
	position: absolute;
    bottom: -130px;
    left: 55px;
    width: 260px;
}




@media (max-width: 600px) {
  .ef3-box {
	margin-bottom: 100px;
  }
}



@media (min-width: 850px) and (max-width: 1100px) {
	.ef3-img1 {
		bottom: -80px;
		left: 40px;
		width: 240px;
	}
	.ef3-img2 {
		width: 240px;
		right: 40px;
		bottom: -102px;
	}
	.ef3-img3 {
		bottom: -110px;
		left: 15px;
		width: 250px;
	}
}
@media (min-width: 700px) and (max-width: 850px) {
	.ef3-w1-col1 {
		width: calc(100% - 240px);
	}
	.ef3-w1-col2 {
		width: 224px;
	}
	.ef3-img1 {
		bottom: -50px;
		left: 20px;
		width: 200px;
	}
	.ef3-img2 {
		width: 200px;
		right: 20px;
		bottom: -64px;
	}
	.ef3-img3 {
		bottom: -80px;
		left: 15px;
		width: 200px;
	}
}
@media (min-width: 550px) and (max-width: 700px) {
	.ef3-p1 {
		width: calc(100% - 50px);
		padding: 12px 20px;
		font-size: 18px;
	}
	.ef3-p2 {
		padding: 12px 20px;
		font-size: 18px;
	}
	.ef3-p3 {
		padding: 12px 20px;
		font-size: 18px;
	}
	.ef3-p4 {
		padding: 12px 20px;
		font-size: 18px;
	}
	.ef3-w1-col1 {
		width: calc(100% - 220px);
	}
	.ef3-w1-col2 {
		width: 204px;
	}
	.ef3-kropka1 {
		font-size: 60px;
		margin-top: -20px;
	}
	.ef3-kropka2 {
		font-size: 60px;
	}
	.ef3-kropka3 {
		font-size: 60px;
		margin-bottom: 35px;
	}
	.ef3-img1 {
		bottom: -20px;
		left: 10px;
		width: 180px;
	}
	.ef3-img2 {
		width: 180px;
		right: 10px;
		bottom: -55px;
	}
	.ef3-img3 {
		position: absolute;
		bottom: -70px;
		left: 10px;
		width: 180px;
	}
}
@media (min-width: 400px) and (max-width: 550px) {
	.ef3-p1 {
		width: calc(100% - 50px);
		padding: 12px 20px;
		font-size: 16px;
	}
	.ef3-p2 {
		padding: 12px 20px;
		font-size: 16px;
	}
	.ef3-p3 {
		padding: 12px 20px;
		font-size: 16px;
	}
	.ef3-p4 {
		padding: 12px 20px;
		font-size: 16px;
	}
	.ef3-w1-col1 {
		width: calc(100% - 170px);
	}
	.ef3-w1-col2 {
		width: 154px;
		vertical-align: top;
	}
	.ef3-kropka1 {
		font-size: 60px;
		margin-top: -20px;
	}
	.ef3-kropka2 {
		font-size: 60px;
	}
	.ef3-kropka3 {
		font-size: 60px;
		margin-bottom: 35px;
	}
	.ef3-img1 {
		bottom: 0px;
		left: 0px;
		width: 150px;
		top: -10px;
	}
	.ef3-img2 {
		width: 160px;
		right: 0px;
		bottom: -65px;
		top: -20px;
	}
	.ef3-img3 {
		bottom: -60px;
		left: 0px;
		width: 150px;
		top: -10px;
	}
}
@media (min-width: 330px) and (max-width: 400px) {
	.ef3-p1 {
		width: calc(100% - 30px);
		padding: 12px 20px;
		font-size: 15px;
	}
	.ef3-p2 {
		padding: 12px 15px;
		font-size: 15px;
	}
	.ef3-p3 {
		padding: 12px 15px;
		font-size: 15px;
	}
	.ef3-p4 {
		padding: 12px 15px;
		font-size: 15px;
	}
	.ef3-w1-col1 {
		width: calc(100% - 160px);
	}
	.ef3-w1-col2 {
		width: 144px;
		vertical-align: top;
	}
	.ef3-kropka1 {
		font-size: 40px;
		margin-bottom: 15px;
		margin-top: -15px;
	}
	.ef3-kropka2 {
		font-size: 40px;
		margin-bottom: 15px;
	}
	.ef3-kropka3 {
		font-size: 40px;
		margin-bottom: 25px;
	}
	.ef3-img1 {
		bottom: 0px;
		left: 0px;
		width: 140px;
		top: 0px;
	}
	.ef3-img2 {
		width: 140px;
		right: 0px;
		bottom: -65px;
		top: -10px;
	}
	.ef3-img3 {
		bottom: -60px;
		left: 0px;
		width: 140px;
		top: 0px;
	}
}
@media (max-width: 330px) {
	.ef3-p1 {
		width: calc(100% - 20px);
		padding: 12px 15px;
		font-size: 15px;
	}
	.ef3-p2 {
		padding: 12px 15px;
		font-size: 15px;
	}
	.ef3-p3 {
		padding: 12px 15px;
		font-size: 15px;
	}
	.ef3-p4 {
		padding: 12px 15px;
		font-size: 15px;
	}
	.ef3-w1-col1 {
		width: calc(100% - 160px);
	}
	.ef3-w1-col2 {
		width: 144px;
		vertical-align: top;
	}
	.ef3-kropka1 {
		font-size: 40px;
		margin-bottom: 15px;
		margin-top: -15px;
	}
	.ef3-kropka2 {
		font-size: 40px;
		margin-bottom: 15px;
	}
	.ef3-kropka3 {
		font-size: 40px;
		margin-bottom: 25px;
	}
	.ef3-img1 {
		bottom: 0px;
		left: 0px;
		width: 140px;
		top: 0px;
	}
	.ef3-img2 {
		width: 140px;
		right: 0px;
		bottom: -65px;
		top: -10px;
	}
	.ef3-img3 {
		bottom: -60px;
		left: 0px;
		width: 140px;
		top: 0px;
	}
}











.navdo-box {
	background: white;
	position: fixed;
	top: 0px;
	width: 100%;
	height: 70px;
	font-family: Poppins;
	z-index: 999999;
	box-shadow: 0 1px 0px rgba(0,0,0,0.1);
}
.navdo-line {
	max-width: 1000px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.navdo-img-col {
	display: inline-block;
	vertical-align: top;
}
.navdo-img {
	height: 74px;
	margin-bottom: -10px;
	margin-top: 1px;
}
.navdo-txt-col {
	display: inline-block;
	font-size: 18px;
	line-height: 1.3;
	margin-top: 12px;
	font-weight: 500;
}
.navdo-a-txt:hover {
    text-decoration: none;
}
.navdo-txt1 {
	display: block;
	color: black;
	font-weight: 600;
	cursor: pointer;
}
.navdo-txt2 {
	display: block;
	margin-left: 7px;
	color: darkgray;
	cursor: pointer;
}
.navdo-btn-col {
	display: inline-block;
	vertical-align: top;
	margin-left: 35px;
	margin-top: -63px;
	transition: 1s;
}
.navdo-btn-col-ACTIVE {
	margin-top: 17px;
}
#navdo-col1 {
	margin-top: -63px;
	transition: 1s;
}
.navdo-btn {
	box-shadow: none;
	border-radius: 10px;
	padding: 4px 15px 2px 15px;
	font-size: 15px;
	font-weight: 600;
	border-bottom: 4px solid #ab0000;
}
.navdo-kontakt-col {
	display: inline-block;
	vertical-align: top;
	font-size: 17px;
	margin-left: 30px;
	margin-top: -139px;
	transition: 2s;
}
.navdo-kontakt-col-ACTIVE {
	margin-top: 20px;
}
#navdo-col2 {
	margin-top: -139px;
	transition: 2s;
}
.navdo-kontakt {
	cursor: pointer;
}




@media (min-width: 1000px) and (max-width: 1250px) {
	.navdo-line {
		max-width: 900px;
	}
}
@media (min-width: 850px) and (max-width: 1000px) {
	.navdo-line {
		max-width: 790px;
	}
}
@media (min-width: 700px) and (max-width: 850px) {
	.navdo-line {
		max-width: 600px;
	}
}
@media (min-width: 550px) and (max-width: 700px) {
	.navdo-line {
		max-width: 520px;
	}
}
@media (min-width: 400px) and (max-width: 550px) {
	.navdo-line {
		max-width: 380px;
	}
	.navdo-txt-col {
		font-size: 17px;
		line-height: 1.35;
		margin-left: -5px;
	}
	.navdo-btn-col {
		margin-left: 25px;
	}
	.navdo-btn-col-ACTIVE {
		margin-top: 12px;
	}
	.navdo-btn {
		font-size: 13px;
		z-index: 9;
		margin-top: -5px;
	}
	.navdo-kontakt-col {
		font-size: 13px;
		position: absolute;
		right: 53px;
		top: 25px;
		z-index: 8;
	}
}
@media (min-width: 330px) and (max-width: 400px) {
	.navdo-line {
		max-width: 330px;
		padding-left: 3px;
	}
	.navdo-txt-col {
		font-size: 16px;
		line-height: 1.35;
		margin-left: -10px;
		margin-top: 14px;
	}
	.navdo-btn-col {
		margin-left: 2px;
		position: absolute;
		right: 0px;
		top: 0px;
	}
	.navdo-btn-col-ACTIVE {
		margin-top: 12px;
	}
	.navdo-btn {
		font-size: 12px;
		z-index: 9;
		padding: 4px 12px 2px 12px;
		border-radius: 9px;
		margin-top: -5px;
	}
	.navdo-kontakt-col {
		font-size: 12px;
		position: absolute;
		right: 31px;
		top: 25px;
		z-index: 8;
	}
}
@media (max-width: 330px) {
	.navdo-line {
		max-width: 330px;
		padding-left: 3px;
	}
	.navdo-txt-col {
		font-size: 16px;
		line-height: 1.35;
		margin-left: -10px;
		margin-top: 14px;
	}
	.navdo-btn-col {
		margin-left: 2px;
		position: absolute;
		right: 0px;
		top: 0px;
	}
	.navdo-btn-col-ACTIVE {
		margin-top: 12px;
	}
	.navdo-btn {
		font-size: 11px;
		z-index: 9;
		padding: 4px 12px 2px 12px;
		border-radius: 9px;
		margin-top: -5px;
	}
	.navdo-kontakt-col {
		font-size: 12px;
		position: absolute;
		right: 27px;
		top: 25px;
		z-index: 8;
	}
}










.tbox-link {
	font-size: 15px;
}
.tbox-link-a {
	cursor: pointer;
}






@media (min-width: 550px) and (max-width: 700px) {
	.tbox-link {
		font-size: 15px;
		line-height: 1.4;
	}
}
@media (min-width: 400px) and (max-width: 550px) {
	.tbox-link {
		font-size: 13px;
		line-height: 1.4;
	}
	.tbox-link-a {
		display: inline-block;
	}
}
@media (min-width: 330px) and (max-width: 400px) {
	.tbox-link {
		font-size: 13px;
		line-height: 1.4;
	}
	.tbox-link-a {
		display: inline-block;
	}
}
@media (max-width: 330px) {
	.tbox-link {
		font-size: 13px;
		line-height: 1.4;
	}
	.tbox-link-a {
		display: inline-block;
	}
}









.pyt-box {
	margin-top: 60px;
    margin-bottom: 100px;
}
.pyt-txt {
	font-size: 20px;
    color: gray;
    margin-top: -20px;
    margin-bottom: 0px;
}
.pyt-txt-span {
	font-weight: 500;
    color: black;
}
.pyt-txt-arr {
	color: #ececec;
}
.pyt-dietetyk-line {
	padding: 0px 0px 5px 0px;
	background: #f6f6f6;
	box-shadow: rgba(0, 0, 0, 0.03) 0px 0px 12px 0px;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
}
.pyt-dietetyk-underdesc {
	margin-bottom: 0px;
	font-size: 16px;
	color: #737373;
	font-weight: 300;
}
.pyt-dietetyk-box {
	margin-left: auto;
	margin-right: auto;
	max-width: 400px;
}
.pyt-dietetyk-col1 {
	display: inline-block;
	width: 100px;
	vertical-align: top;
}
.pyt-dietetyk-col2 {
	width: calc(100% - 120px);
	display: inline-block;
	position: relative;
	left: -12px;
	margin-top: 5px;
}
.pyt-dietetyk-img {
	width: 100px;
	position: relative;
	left: -2px;
	border-radius: 60px;
	padding: 5px;
}   
.pyt-dietetyk-tyt {
	font-size: 20px;
	margin-bottom: 3px;
	color: #373737;
	font-weight: 500;
}
.pyt-dietetyk-btn-p {
	font-size: 15px;
	margin-bottom: 9px;
}
.pyt-dietetyk-btm-m {
	background: dodgerblue;
	color: white;
	border: 1px solid dodgerblue;
	border-radius: 9px;
	margin: 0px 5px;
	border-bottom: 3px solid #146bbf;
	font-size: 15px;
	transition: 0.2s;
	padding: 0px 12px 0px 12px;
	text-transform: uppercase;
	font-weight: 500;
}
.pyt-dietetyk-btm-m:hover {
	background: #3c9fff;
}
.pyt-dietetyk-btm-m-ico {
	width: 20px;
	position: relative;
	top: -1px;
	left: 2px;
}
.pyt-dietetyk-btn-e {
	background: dodgerblue;
	color: white;
	border: 1px solid #ffb300;
	border-radius: 9px;
	margin: 0px 5px;
	background: #ffb300;
	border-bottom: 3px solid #ba8500;
	font-size: 15px;
	transition: 0.2s;
	padding: 0px 12px 0px 12px;
	text-transform: uppercase;
	font-weight: 500;
}
.pyt-dietetyk-btn-e:hover {
	background: #ffc742; 
}
.pyt-dietetyk-btn-e-ico {
	margin-left: 2px;
	font-size: 120%;
	line-height: 0;
	position: relative;
	top: 1px;
}
.pyt-email-box {
	margin-left: auto;
	margin-right: auto;
	max-width: 440px;
	margin-bottom: 5px;
	background: #fcfcfc;
	padding-top: 10px;
	margin-top: 10px;
	padding-bottom: 15px;
	border-radius: 10px;
	box-shadow: 2px 3px 8px #ebebeb;
	border: 1px solid #eee;
	font-size: 13px;
}
.pyt-email-tyt1 {
	margin-bottom: 0px;
	line-height: 1.4;
	font-size: 20px;
	font-weight: 600;
	color: black;
}
.pyt-email-tyt1-span {
	box-shadow: inset 0px -6px 0px gold;
	display: inline-block;
	line-height: 1.2;
	padding-left: 2px;
	padding-right: 2px;
}
.pyt-email-tyt2 {
	margin-bottom: 2px;
	line-height: 1.4;
	font-size: 15px;
}
.pyt-email-arr {
	display: block;
	font-size: 35px;
	margin-bottom: 5px;
	color: gold;
}
.pyt-email-label1 {
	line-height: 1;
	color: black;
	font-weight: 600;
}
.pyt-email-label1-span {
	font-size: 70%;
	font-weight: 300;
	color: #575656;
}
.pyt-email-input {
	display: block;
	width: 250px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 5px;
	border: 1px solid #f1f1f1;
	border-radius: 5px;
	transition: 0.5s;
}
.pyt-email-label2 {
	line-height: 1;
	color: black;
	font-weight: 600;
}
.pyt-email-textarea {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 400px;
	height: 150px;
	margin-bottom: 12px;
	border: 1px solid #f1f1f1;
	border-radius: 5px;
	padding-left: 5px;
}
.pyt-email-error {
	margin-bottom: 4px;
	margin-top: -10px;
	font-size: 12px;
	color: indianred;
}
.pyt-email-wyslano {
	border-radius: 10px;
	box-shadow: 2px 3px 8px #ebebeb;
	border: 1px solid #eee;
	margin-left: auto;
	margin-right: auto;
	max-width: 600px;
	color: #002600;
	background: #bae2ba;
	font-weight: 300;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 20px;
	line-height: 1.4;
	padding: 12px 10px;
}
.pyt-email-wyslano-span {
	font-weight: 600;
}
.pyt-bigtyt {
	color: black;
    font-size: 30px;
    margin-bottom: 0px;
}
.pyt-bigtyt2 {
    margin-bottom: 20px;
	font-weight: 600;
	line-height: 1.4;
}
#pyt-email1 {
	display: none;
}
#pyt-email-send1 {
	display: none;
}
#pyt-email-err1 {
	display: none;
}
#pyt-email-wait1 {
	display: none;
}
#pyt-email-ico1 {
	display: inline;
}
#pyt-email2 {
	display: none;
}
#pyt-email-send2 {
	display: none;
}
#pyt-email-err2 {
	display: none;
}
#pyt-email-wait2 {
	display: none;
}
#pyt-email-ico2 {
	display: inline;
}





@media (min-width: 850px) and (max-width: 1000px) {
	.pyt-bigtyt {
		font-size: 28px;
	}
}
@media (min-width: 700px) and (max-width: 850px) {
	.pyt-bigtyt {
		font-size: 26px;
	}
}
@media (min-width: 550px) and (max-width: 700px) {
	.pyt-dietetyk-underdesc {
		font-size: 14px;
	}
	.pyt-txt {
		font-size: 18px;
		margin-top: -14px;
	}
	.pyt-bigtyt {
		font-size: 26px;
	}
}
@media (min-width: 400px) and (max-width: 550px) {
	.pyt-dietetyk-btn-p {
		font-size: 14px;
	}
	.pyt-dietetyk-btm-m {
		font-size: 14px;
	}
	.pyt-dietetyk-btn-e {
		font-size: 14px;
	}
	.pyt-dietetyk-underdesc {
		font-size: 13px;
	}
	.pyt-email-box {
		max-width: 370px;
	}
	.pyt-email-tyt1 {
		font-size: 19px;
	}
	.pyt-email-textarea {
		width: 300px;
	}
	.pyt-txt {
		font-size: 16px;
		margin-top: -16px;
	}
	.pyt-bigtyt {
		font-size: 25px;
	}
}
@media (min-width: 330px) and (max-width: 400px) {
	.pyt-dietetyk-box {
		max-width: 330px;
	}
	.pyt-dietetyk-col1 {
		width: 90px;
	}
	.pyt-dietetyk-img {
		width: 90px;
	}
	.pyt-dietetyk-col2 {
		width: calc(100% - 100px);
		left: -2px;
	}
	.pyt-dietetyk-tyt {
		font-size: 17px;
		margin-bottom: 10px;
		line-height: 1.3;
		margin-top: 6px;
	}
	.pyt-dietetyk-btn-p {
		font-size: 13px;
	}
	.pyt-dietetyk-underdesc {
		line-height: 1.4;
		margin-top: 5px;
		margin-bottom: 5px;
		font-size: 13px;
	}
	.pyt-dietetyk-btm-m {
		font-size: 14px;
	}
	.pyt-dietetyk-btn-e {
		font-size: 14px;
	}
	.pyt-email-box {
		max-width: 95%;
	}
	.pyt-email-tyt1 {
		font-size: 19px;
	}
	.pyt-email-input {
		font-size: 14px;
	}
	.pyt-email-textarea {
		width: 95%;
		font-size: 14px;
	}
	.pyt-txt {
		font-size: 14px;
		margin-top: -16px;
	}
	.pyt-bigtyt {
		font-size: 22px;
	}
}
@media (max-width: 330px) {
	.pyt-dietetyk-box {
		max-width: 300px;
	}
	.pyt-dietetyk-col1 {
		width: 80px;
	}
	.pyt-dietetyk-img {
		width: 80px;
	}
	.pyt-dietetyk-col2 {
		width: calc(100% - 90px);
		left: -2px;
	}
	.pyt-dietetyk-tyt {
		font-size: 15px;
		margin-bottom: 15px;
		line-height: 1.3;
		margin-top: 6px;
	}
	.pyt-dietetyk-btn-p {
		font-size: 12px;
	}
	.pyt-dietetyk-underdesc {
		line-height: 1.4;
		margin-top: 5px;
		margin-bottom: 5px;
		font-size: 13px;
	}
	.pyt-dietetyk-btm-m {
		font-size: 13px;
		border-radius: 8px;
		margin: 0px 0px 0px 3px;
	}
	.pyt-dietetyk-btn-e {
		font-size: 13px;
		border-radius: 8px;
		margin: 0px 0px 0px 3px;
	}
	.pyt-email-box {
		max-width: 95%;
	}
	.pyt-email-tyt1 {
		font-size: 19px;
	}
	.pyt-email-input {
		font-size: 14px;
	}
	.pyt-email-textarea {
		width: 95%;
		font-size: 14px;
	}
	.pyt-txt {
		font-size: 12px;
		margin-top: -16px;
	}
	.pyt-bigtyt {
		font-size: 20px;
	}
}




















.kom-box {
	max-width: 600px;
	margin-left: auto;
    margin-right: auto;
}
.kom-img-box {
	display: inline-block;
	width: 60px;
	text-align: center;
	vertical-align: top;
}
.kom-img {
	width: 60px;
	height: 60px;
	border-radius: 100px;
	margin-top: 5px;
}
.kom-text-box {
	display: inline-block;
    width: calc(100% - 100px);
    vertical-align: top;
    text-align: left;
    max-width: 500px;
    padding: 8px 15px;
    border-radius: 15px;
    background: #e3f1fe;
    margin-bottom: 15px;
}
.kom-tyt {
	font-size: 14px;
	font-weight: 550;
	text-align: left;
	color: black;
	margin-top: 2px;
	margin-bottom: 2px;
}
.kom-desc {
	display: none;
}
.kom-more-user-span {
	color: dodgerblue;
	font-weight: 500;
	font-size: 15px;
	display: inline-block;
	margin-top: 6px;
	cursor: pointer;
	transition: 0.5s;
	margin-bottom: 60px;
}
.kom-more-user-span:hover {
	color: #0064c6;
	text-decoration: underline;
}
#kom-display1 {
	display: none;
}
#kom-display2 {
	display: none;
}
#kom-display3 {
	display: none;
}
#kom-display4 {
	display: none;
}
#kom-btn-display2 {
	display: none;
}
#kom-btn-display3 {
	display: none;
}
#kom-btn-display4 {
	display: none;
}


#kom-display0A {
	display: none;
}
#kom-display1A {
	display: none;
}
#kom-display2A {
	display: none;
}
#kom-display3A {
	display: none;
}
#kom-display4A {
	display: none;
}
#kom-display5A {
	display: none;
}
#kom-display6A {
	display: none;
}
#kom-btn-display1A {
	display: none;
}
#kom-btn-display2A {
	display: none;
}
#kom-btn-display3A {
	display: none;
}
#kom-btn-display4A {
	display: none;
}
#kom-btn-display5A {
	display: none;
}
#kom-btn-display6A {
	display: none;
}




@media (min-width: 401px) and (max-width: 600px) {
}
@media (min-width: 330px) and (max-width: 400px) {
	.kom-img {
		width: 50px;
		height: 50px;
	}
}
@media (max-width: 330px) {
	.kom-img {
		width: 50px;
		height: 50px;
	}
}









#cookie-box {
	display: none;
}
.cookie-box {
	z-index: 100;
	background: rgba(255, 255, 255, 0.98);
	position: fixed;
	bottom: 0px;
	right: 0px;
	border: 2px solid rgba(40, 0, 255, 0.52);
	width: 100%;
	padding: 5px;
	text-align: center;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
}
.txt-cookie {
	z-index: 100;
	color: #303030;
	font-size: 13px;
	margin-bottom: 0px;
	display: inline-block;
}
.btn-cookie {
	font-size: 10px;
	border-radius: 10px;
}
.relative {
	position: relative;
}
.a-hover {
	cursor: pointer;
}





@media (max-width: 670px) {
	.txt-cookie {
		font-size: 10px;
	}
}











.steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.step {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 20px;
  flex-basis: 30%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  transition: transform 0.3s ease;
}

.step:hover {
  transform: translateY(-10px);
}

.step h3 {
  font-size: 22px;
  margin-bottom: 10px;
  color: #a52727;
}

.step p {
  font-size: 16px;
  color: #555;
}

@media (max-width: 1024px) {
  .step {
    flex-basis: 45%;
  }
}

@media (max-width: 768px) {
  .step {
    flex-basis: 100%;
  }
}









.banerpos-box {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 71px;
	background: url('./assets/image/dieta-odchudzajaca-online-dietetyk-baner-min-MR.webp') no-repeat;
	background-size: contain;
	z-index: -1;
	background-size: 1520px;
	background-position-x: calc(50%);
}
.banerpos-margin {
	margin-top: 165px;
}
.banerpos-tyt-img2 {
	width: 220px;
    margin-top: 30px;
	margin-bottom: 10px;
}
.banerpos-tyt {
	font-size: 27px;
    line-height: 1.4;
    margin-bottom: 50px;
    font-weight: 600;
    color: black;
}
.banerpos-tyt-span1 {
	color: darkgray;
    font-weight: 600;
}
.banerpos-tyt-span2 {
	font-weight: 600;
    color: #00a600;
}





@media (min-width: 1000px) and (max-width: 1250px) {
	.banerpos-box {
		background: url('./assets/image/dieta-odchudzajaca-online-dietetyk-baner-min-1250-MR.webp') no-repeat;
		background-size: 1235px;
		background-position-x: calc(50%);
	}
	.banerpos-margin {
		margin-top: 165px;
	}
	.banerpos-tyt-img2 {
		width: 250px;
	}
}
@media (min-width: 850px) and (max-width: 1000px) {
	.banerpos-box {
		background: url('./assets/image/dieta-odchudzajaca-online-dietetyk-baner-min-1000-MR3.webp') no-repeat;
		background-size: 1235px;
		background-position-x: calc(50%);
	}
	.banerpos-margin {
		margin-top: 155px;
	}
	.banerpos-tyt-img2 {
		width: 210px;
	}
	.banerpos-tyt {
		font-size: 24px;
	}
}
@media (min-width: 700px) and (max-width: 850px) {
	.banerpos-box {
		background: url('./assets/image/dieta-odchudzajaca-online-dietetyk-baner-min-850-MR2.webp') no-repeat;
		background-size: 1235px;
		background-position-x: calc(50%);
		top: 57px;
	}
	.banerpos-margin {
		margin-top: 155px;
	}
	.banerpos-tyt-img2 {
		width: 200px;
	}
	.banerpos-tyt {
		font-size: 22px;
		margin-bottom: 40px;
	}
}
@media (min-width: 550px) and (max-width: 700px) {
	.banerpos-box {
		background: url('./assets/image/dieta-odchudzajaca-online-dietetyk-baner-min-700-MR2.webp') no-repeat;
		background-size: 814px;
		background-position-x: calc(50% - 10px);
		top: 40px;
	}
	.banerpos-margin {
		margin-top: 145px;
	}
	.banerpos-tyt-img2 {
		width: 170px;
        margin-bottom: 10px;
        margin-top: 20px;
	}
	.banerpos-tyt {
		font-size: 20px;
		margin-bottom: 40px;
	}
}
@media (min-width: 400px) and (max-width: 550px) {
	.banerpos-box {
		background: url('./assets/image/dieta-odchudzajaca-online-dietetyk-baner-min-550-MR3.webp') no-repeat;
		background-size: 592px;
		background-position-x: calc(50% - 10px);
		top: 65px;
	}
	.banerpos-margin {
		margin-top: 135px;
	}
	.banerpos-tyt-img2 {
		width: 170px;
        margin-bottom: 10px;
        margin-top: 20px;
	}
	.banerpos-tyt {
		font-size: 20px;
	}
}
@media (min-width: 330px) and (max-width: 400px) {
	.banerpos-box {
		background: url('./assets/image/dieta-odchudzajaca-online-dietetyk-baner-min-400-MR4.webp') no-repeat;
		background-size: 491px;
		background-position-x: calc(50% - 5px);
		top: 65px;
	}
	.banerpos-margin {
		margin-top: 130px;
	}
	.banerpos-tyt-img2 {
		width: 160px;
		margin-bottom: 10px;
        margin-top: 0px;
	}
	.banerpos-tyt {
		font-size: 19px;
	}
}
@media (max-width: 330px) {
	.banerpos-box {
		background: url(./assets/image/dieta-odchudzajaca-online-dietetyk-baner-min-400-MR4.webp) no-repeat;
		background-size: 451px;
		background-position-x: calc(50% - 5px);
		top: 60px;
	}
	.banerpos-margin {
		margin-top: 125px;
	}
	.banerpos-tyt-img2 {
		width: 140px;
		margin-bottom: 20px;
        margin-top: 0px;
	}
	.banerpos-tyt {
		font-size: 17px;
	}
}









.banerpos-imgtyt {
	position: absolute;
	top: -95px;
	width: 100%;
	max-width: 1520px;
	z-index: 0;
	left: 50%;
	transform: translateX(-50%);
}





@media (min-width: 1000px) and (max-width: 1250px) {
  .banerpos-imgtyt-wrapper {
    position: relative;
	overflow: hidden;
	width: 100%;
	height: auto;
	margin-top: -40px;
  }

  .banerpos-imgtyt {
	position: relative;
	left: 50%;
	transform: translateX(-50%) scale(1.2);
	max-width: none;
	width: 100%;
	top: 0px;
  }
}
@media (min-width: 850px) and (max-width: 1000px) {
  .banerpos-imgtyt-wrapper {
    position: relative;
	overflow: hidden;
	width: 100%;
	height: 230px;
	margin-top: -40px;
  }

  .banerpos-imgtyt {
	position: relative;
	left: 50%;
	transform: translateX(-50%) scale(1.2);
	max-width: none;
	width: 100%;
	top: 20px;
  }
}
@media (min-width: 700px) and (max-width: 850px) {
  .banerpos-imgtyt-wrapper {
    position: relative;
	overflow: hidden;
	width: 100%;
	height: 230px;
	margin-top: -40px;
  }

  .banerpos-imgtyt {
	position: relative;
	left: 50%;
	transform: translateX(-50%) scale(1.2);
	max-width: none;
	width: 100%;
	top: 20px;
  }
}









/* ====== NEW 2025 THEME ====== */
:root{
	--brand:#126b5e;       /* ciemna zieleń – primary */
	--brand-2:#0d534a;
	--text:#1e1e1e;
	--muted:#6d6d6d;
	--bg:#f7f9fb;
	--card:#ffffff;
	--radius:16px;
	--shadow:0 8px 24px rgba(0,0,0,.06);
  }
  body{ background:#fff; color:var(--text); }
  
  .container{ max-width:1140px; margin:0 auto; padding:0 16px; }
  .section-title{ font-size:28px; font-weight:700; margin:0px 0 8px; line-height: 1.2; }
  .section-title-desc{ color: #d71313; }
  .section-subtitle{ 
	margin-bottom: 15px;
    font-size: 18px;
    color: darkgray;
    font-weight: 400;
	}
  
  /* HERO */
  .hero{ padding:18px 0 80px; text-align:center; }
  .hero__title{ font-size:36px; font-weight:700; margin:0 0 8px; line-height: 1.2; }
  .hero__title-desc{ color: #d71313; }
  .hero__subtitle { 
	font-size: 24px;
    color: darkgray;
    margin: 0px 0 16px;
    font-weight: 500;
    line-height: 1.4;
   }
  .hero__subtitle-span {
	display: inline-block;
    margin-bottom: 4px;
  }
  .hero__bullets{ display:flex; gap:12px; justify-content:center; flex-wrap:wrap; padding:0; margin:12px 0 20px; list-style:none; }
  .hero__bullets li{ background:var(--card); border:1px solid #ececec; padding:8px 14px; border-radius:999px; font-weight:500; }
  .hero__ctas{ align-items:center; }
  .hero__btn{ background:var(--brand); border:none; border-radius:12px; padding:12px 18px; color:#fff; font-weight:700; box-shadow:var(--shadow); }
  .hero__btn:hover{ background:var(--brand-2); color:#fff; }
  .hero__link{ font-size: 15px; }
  
  /* VIDEO */
  .video{ text-align:center; padding:80px 0; }
  .video .idsw-wideo-box{ box-shadow:var(--shadow); border-radius:12px; overflow:hidden; }
  .video__bullets{ list-style:disc; max-width:720px; margin:16px auto; text-align:left; color:var(--muted); }
  
  /* APP SLIDER */
  .app{ padding:80px 0; text-align:center; background: var(--bg); }
  .app__slider{ position:relative; max-width:900px; margin:0 auto; }
  .app__slide{ display:none; align-items:center; gap:0px; justify-content:center; }
  .app__slide.is-active{ display:flex; }
  .app__phone{ position:relative; width:320px; }
  .app__phone img{ width:100%; display:block; }
  .app__caption{ max-width:360px; font-weight:600; }
  .app__dots{ display:flex; gap:10px; justify-content:center; margin-top:16px; }
  .app__dots button{ width:10px; height:10px; border-radius:50%; border:0; background:#d7d7d7; }
  .app__dots button.is-active{ background:var(--brand); }
  
  /* SOCIAL PROOF (light) */
  .social{ padding:80px 0; text-align:center; background: var(--bg); }
  
  
  /* Buttons */
  .btn-primary2{ 
	background: var(--brand);
    color: #fff;
    border: none;
    padding: 10px 16px;
    border-radius: 15px;
    font-weight: 700;
    font-size: 24px;
    border-bottom: 4px solid darkred;
	}
  .btn-primary2:hover{ background:var(--brand-2); color:#fff; }
  
  /* Spacje */
  section{ scroll-margin-top: 80px; } /* ładny scroll pod sticky navbar */
  @media (max-width: 600px){
	.hero__title{ font-size:28px; }
	.section-title{ font-size:25px; }
  }

  .tbox-link {
	margin-top: 15px;
	margin-bottom: 0px;
  }




  /* === BRAND: RED === */
:root{
	--brand:#d62828;      /* primary red */
	--brand-2:#a41313;    /* hover/darker red */
	--text:#1e1e1e;
	--muted:#6d6d6d;
	--bg2:#f8fafc;
	--bg:#f9f9f9;
	--card:#ffffff;
	--radius:16px;
	--shadow:0 10px 30px rgba(0,0,0,.06);
  }
  
  /* Hovery i przyciski pod brand */
  .btn-primary2,
  .hero__btn{     
	background: var(--brand);
    display: block;
    width: 360px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    margin-top: 20px;
	}
  .btn-primary2:hover,
  .hero__btn:hover{ background:var(--brand-2); color:#fff }
  
  /* Elementy akcentowe w czerwieni */
  .social__avatar,
  .app__dots button.is-active,
  .icon{ background:var(--brand); }
  
  
  
  
  
  
  
  
  
  
.hero__title-desc{color:var(--brand)}
.hero__bullets{display:flex; flex-wrap:wrap; gap:10px 12px; justify-content:center; padding:0; list-style:none; margin:10px 0 16px}
.hero__bullets li{
	display:flex; 
	align-items:center; 
	gap:8px; 
	padding:8px 16px 8px 14px; 
	border:1px solid #eee;
	background:#fff; 
	border-radius:999px; 
	font-size:16px; 
	box-shadow:var(--shadow-sm)
	}
.bullets-ico{width:18px; height:auto}
.hero__link{display:block; margin-top:8px}
.bullets-ico-dodajesz {
    width: 24px;
    margin-right: -5px;
    margin-left: -5px;
  }
@media (min-width:992px){
  .hero .container{display:grid; grid-template-columns:1fr; text-align:center}
}
@media (max-width:850px) {
  .hero__subtitle{ font-weight: 400; font-size: 18px; }
  .btn-primary2{ 
	font-size: 20px;
  }
  .btn-primary2,
  .hero__btn{     
	width: 300px;
  }
}
@media (max-width:600px) {
  .hero__subtitle{ font-weight: 400; font-size: 18px; }
  .btn-primary2{ 
	font-size: 16px;
  }
  .btn-primary2,
  .hero__btn{     
	width: 260px;
    margin-top: 10px;
  }
  .hero__bullets li{
	padding:8px 12px;
	font-size:13px;
	}
}
  



.idsw-wideo-box{max-width:900px; margin:0 auto; border-radius:8px; border:none; box-shadow:0 1px 0 #f1f1f1}
.video__bullets{display:grid; grid-template-columns:1fr; gap:8px; padding:0; list-style:none; margin:16px auto; max-width:720px}
@media (min-width:992px){ .video__bullets{grid-template-columns:repeat(3,1fr)} }




.app__slider{max-width:520px; margin:0 auto}
.app__slide{opacity:1; transform:none}
.app__phone{display:block; margin:0 auto; filter:drop-shadow(0 10px 25px rgba(0,0,0,.08))}
.app__caption{max-width:520px; margin:12px auto 0; color:#3f3f3f; font-size:22px}
.app__dots{display:flex; justify-content:center; gap:10px; margin-top:10px}
.app__dots button{width:10px; height:10px; border-radius:50%; border:0; background:#e6e6e6; cursor:pointer}
.app__dots button.is-active{background:var(--brand)}
@media (min-width:992px){
  .app .section-title,.app .section-subtitle{text-align:center}
  .app .app__slider{margin:0 auto}
}









.video-bullets{
  display:flex;
  flex-wrap:wrap;
  gap:8px 14px;
  justify-content:center;
  list-style:none;
  margin:14px auto 18px;     /* auto = centrowanie UL */
  padding:0;
  max-width:clamp(320px, 90vw, 960px); /* <= szerokość jak player */
}
.video-bullets li{
  display:flex;                 /* 🔹 aktywuje centrowanie pionowe */
  align-items:center;           /* 🔹 wyrównanie w pionie */
  justify-content:center;       /* 🔹 wyrównanie w poziomie */
  background:#fff;
  border:1px solid #eee;
  border-radius:999px;
  padding:8px 12px;
  font-size:14px;
  line-height:1.25;
  box-shadow:0 2px 6px rgba(0,0,0,.05);
  text-align:center;
  white-space:nowrap;
}
.video-img {
	cursor: pointer;
    max-width: 900px;
    width: 100%;
    opacity: 1;
    transition: 0.5s;
}
.video-img:hover {
	opacity: 0.8;
}

/* desktop: równe 3 kolumny, elementy wycentrowane */
@media (min-width: 768px){
  .video-bullets{
    display:grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap:12px 16px;
    justify-items:center;   /* centrowanie „pigułek” w kolumnach */
  }
  .video-bullets li{
    white-space:normal;      /* może łamać się w 2 linie */
    text-align:center;
    min-height:44px;
    padding:10px 16px;
    font-size:15px;
    width:100%;              /* równa szerokość w obrębie kolumny */
    max-width:360px;         /* ale nie za szerokie */
  }
}




/* stała „rama” dla każdego telefonu */
.app__slide{ padding: 4px 0; }

.app__phone{
  width: clamp(260px, 58vw, 380px);  /* jedna szerokość dla wszystkich */
  margin: 0 auto;
}

.app__phone img{
  display:block;
  width: 300px;
  height:auto;
}

/* podpis pod każdym slajdem tej samej szerokości co telefon */
.app__caption{
  max-width: clamp(260px, 58vw, 380px);
  margin: -40px auto 0;
  margin-left: -20px;
}
.app__caption-span {
	color: #01b08c;
    font-weight: 700;
}




@media (max-width: 600px) {
  .app__phone {
  }
  .app__phone img {
    width: 200px;
	margin: auto;
  }
  .app__caption {
	font-size: 18px;
  }
  .section-subtitle {
	  font-size: 18px;
  }
}









/* === Challenge CTA (landing top) === */
#challenge-cta.challenge-cta{
	margin: 30px auto;
	max-width: 980px;
	margin-bottom: 0px;
}

.challenge-cta .challenge-title{
	font-weight: 500;
    line-height: 1.4;
    margin: 0 0 8px;
    letter-spacing: .2px;
    font-size: 25px;
}
.challenge-cta .challenge-title .muted{
  color:#9e9e9e;
}
.challenge-cta .challenge-title .accent{
  color:#18a31e; /* lekko zmodyfikowany zielony: świeży, ale nie neon */
  text-decoration:none;
}

/* Trzy punkty */
.challenge-cta .nowrap{ white-space:nowrap; }

/* CTA button – czerwony */
.challenge-img-all {
	width: 100%;
    max-width: 350px;
}

/* drobne responsywne dopieszczenie */
@media (max-width: 600px){
  #challenge-cta.challenge-cta{ padding:26px 14px 24px; border-radius:12px; margin: 0px auto; }
  .challenge-cta .challenge-title{ font-size:20px; }
  .challenge-img-all {
	max-width: 300px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}









.bw-bar {
    margin-top: -5px;
    font-size: 18px;
    font-weight: 500;
    background: #000;
    color: #fff;
    padding: 8px 14px;
    border-radius: 8px;
    display: inline-block;
    text-align: center;
    line-height: 1.4;
    box-shadow: 0 2px 8px rgba(0,0,0,.15);
    opacity: 0;
    transform: translateY(5px);
    transition: .4s ease;
}

.bw-bar span {
    color: #ff3434; /* Twój brand-danger */
    font-weight: 700;
}

.bw-bar.bw-visible {
    opacity: 1;
    transform: translateY(0);
}




@media (max-width: 600px) {
	.bw-bar {
    font-size: 15px;
}
}











.banerpos-zdjbox {
	opacity: 1;
    transition: 1s;
	margin-top: 30px;
	margin-bottom: 30px;
}
.ef-bigbox {
	height: 420px;
}
.ef-box {
	margin-left: auto;
	margin-right: auto;
	max-width: 900px;
}
.ef-box2 {
	max-width: 500px;
}
.ef-tyt {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 0px;
	color: black;
}
.ef-tyt-span {
	color: #00b500;
}
.ef-img {
	border-radius: 10px;
}
.ef-img2 {
	height: 300px;
}
.ef-data {
	margin-bottom: 0px;
	font-size: 20px;
	line-height: 1.4;
}
.ef-data-desc {
	font-size: 20px;
	color: black;
	font-weight: 500;
	line-height: 1.4;
}
.ef-historia-box {
	border-radius: 15px;
	margin-left: auto;
	margin-right: auto;
	max-width: 650px;
	padding: 15px 20px 15px 20px;
	margin-bottom: 50px;
	background: #fafafa;
}
.ef-historia-tyt {
	font-size: 20px;
	color: black;
	font-weight: 600;
	margin-bottom: 5px;
}
.ef-historia-tresc {
	font-size: 15px;
}
.ef-historia-btn {
	border-radius: 9px;
	margin: 0px 5px;
	font-size: 15px;
	transition: 0.2s;
	padding: 3px 18px 3px 18px;
	text-transform: uppercase;
	font-weight: 500;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px;
	background: goldenrod;
	color: white;
	border-bottom: 4px solid #b38000;
}
.ef-historia-btn:hover {
	background: #ffc229;
}
#ef-btn-display {
	display: inline-block;
}
#ef-txt-display {
	display: none;
}
.row0 {
	margin: 0;
}




@media (min-width: 700px) and (max-width: 850px) {
	.ef-img {
		height: 180px;
	}
	.ef-img2 {
		height: 230px;
	}
	.ef-data {
		font-size: 17px;
		line-height: 1.6;
	}
	.ef-bigbox {
		height: 350px;
	}
}
@media (min-width: 550px) and (max-width: 700px) {
	.ef-img {
		height: 160px;
	}
	.ef-img2 {
		height: 210px;
	}
	.ef-data {
		font-size: 17px;
		line-height: 1.6;
	}
	.ef-historia-tresc {
		font-size: 14px;
	}
	.ef-bigbox {
		height: 330px;
	}
}
@media (min-width: 400px) and (max-width: 550px) {
	.ef-img {
		height: 160px;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.ef-img2 {
		height: 210px;
	}
	.ef-data {
		font-size: 17px;
		line-height: 1.6;
	}
	.ef-historia-tresc {
		font-size: 14px;
	}
	.ef-bigbox {
		height: 310px;
	}
}
@media (min-width: 330px) and (max-width: 400px) {
	.ef-img-col {
		padding: 0;    
	}
	.ef-img {
		height: 160px;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.ef-img2 {
		height: 210px;
	}
	.ef-data {
		font-size: 15px;
		line-height: 1.6;
	}
	.ef-data-desc {
		font-size: 19px;
	}
	.ef-historia-box {
		border-radius: 10px;
		max-width: 98%;
		padding: 10px 8px 10px 8px;
	}
	.ef-historia-tresc {
		font-size: 13px;
	}
	.ef-bigbox {
		height: 310px;
	}
}
@media (max-width: 330px) {
	.ef-img-col {
		padding: 0;    
	}
	.ef-img {
		height: 160px;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.ef-img2 {
		height: 210px;
	}
	.ef-data {
		font-size: 15px;
		line-height: 1.6;
	}
	.ef-data-desc {
		font-size: 19px;
	}
	.ef-historia-box {
		border-radius: 10px;
		max-width: 98%;
		padding: 10px 8px 10px 8px;
	}
	.ef-historia-tresc {
		font-size: 13px;
	}
	.ef-bigbox {
		height: 310px;
	}
}





#animDbox {
	opacity: 1;
	transition: 1s;
}
#animD1 {
	display: block;
}
#animD2 {
	display: none;
}
#animD3 {
	display: none;
}
#animD4 {
	display: none;
}
#animD5 {
	display: none;
}
#animD6 {
	display: none;
}
#animD7 {
	display: none;
}









.for-whom-section {
padding: 60px 0;
}


.for-whom-section .section-title {
font-size: 32px;
text-align: center;
margin-bottom: 15px;
font-weight: 700;
}


.for-whom-section .section-subtitle {
text-align: center;
max-width: 700px;
margin: 0 auto 40px;
font-size: 18px;
line-height: 1.5;
}


.for-whom-grid {
display: flex;
gap: 40px;
flex-wrap: wrap;
justify-content: center;
}


.for-whom-col {
flex: 1;
min-width: 300px;
max-width: 450px;
}


.for-whom-col h3 {
font-size: 20px;
margin-bottom: 15px;
font-weight: 600;
}


.for-whom-col ul {
list-style: none;
padding: 0;
margin: 0;
}


.for-whom-col li {
font-size: 17px;
margin-bottom: 10px;
line-height: 1.4;
}


/* --- Sekcja FAQ --- */
.faq-section {
padding: 80px 0;
max-width: 900px;
}


.faq-section .section-title {
font-size: 32px;
text-align: center;
margin-bottom: 40px;
font-weight: 700;
}


.faq-item {
border-bottom: 1px solid #ddd;
padding: 15px 0;
}


.faq-question {
width: 100%;
text-align: left;
padding: 12px;
}

/* Kolorowe akcenty do sekcji */
.for-whom-section h3 {
color: #d92f5b;
}


.for-whom-col li {
color: #333;
font-size: 17px;
}


.faq-question {
background: #ffecee;
border: 1px solid #ffb5c1;
}


.faq-question.active {
background: #ffdbe3;
}


.faq-answer {
background: #fff7f9;
border-left: 3px solid #ff6f91;
}

/* --- NOWOCZESNA SEKCJA: DLA KOGO --- */
.for-whom-modern {
padding: 80px 0;
text-align: center;
}
.section-title-descp {
    max-width: 680px;
    margin: 12px auto 40px;
    font-size: 18px;
    color: gray;
    line-height: 1.3;
}
.fwm-cards {
display: flex;
gap: 25px;
flex-wrap: wrap;
justify-content: center;
margin-top: 30px;
margin-bottom: 40px;
}
.fwm-card {
background: #ffffff;
border-radius: 18px;
padding: 30px;
width: 100%;
max-width: 420px;
text-align: left;
box-shadow: 0 8px 22px rgba(0,0,0,0.06);
border: 1px solid #f3f3f3;
transition: transform .25s;
}
.fwm-card:hover {
transform: translateY(-5px);
}
.fwm-card-red {
background: #fff5f6;
border-color: #ffdbdf;
}
.fwm-card h3 {
font-size: 20px;
margin-bottom: 20px;
font-weight: 700;
}
.fwm-card ul li {
margin-bottom: 16px;
font-size: 16.5px;
line-height: 1.45;
list-style: none;
}

.fwm-card ul {
    padding-left: 20px;
}


/* --- NOWOCZESNE FAQ --- */
.faq-list {
	margin-top: 30px;
}
.faq-modern {
padding: 80px 0;
max-width: 800px;
}
.faq-head p {
text-align: center;
max-width: 520px;
margin: 0 auto 40px;
opacity: 0.85;
}
.faq-list .faq-row {
border-bottom: 1px solid #e9e9e9;
padding: 12px 0;
}
.faq-q {
width: 100%;
padding: 14px;
text-align: left;
background: #fff;
border: none;
font-size: 18px;
font-weight: 600;
cursor: pointer;
border-radius: 8px;
transition: background .2s;
}
.faq-q:hover {
background: #f7f7f7;
}
.faq-a {
display: none;
padding: 12px;
font-size: 16px;
line-height: 1.55;
background: #fcfcfc;
border-left: 3px solid #ff6f91;
margin-top: 8px;
border-radius: 6px;
}
.faq-q.active + .faq-a {
display: block;
}




@media (max-width: 600px) {
	.fwm-card {
		padding: 0px 20px 10px 20px;
		width: calc(100% - 20px);
	}
}









/* BOX: Zamawiając dietę otrzymasz */
.offer-box {
  padding: 40px 0 10px;
}

.offer-card {
  max-width: 720px;
  margin: 0 auto;
  background: var(--card);
  border-radius: var(--radius);
  box-shadow: 0 8px 24px rgba(0,0,0,0.04);
  padding: 24px 42px 20px;
  text-align: left;
  border: 1px solid #f1f1f1;
}

.offer-card .section-title {
  margin: 0 0 12px;
  font-size: 24px;
}

.offer-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.offer-list li {
  font-size: 17px;
  line-height: 1.5;
  margin-bottom: 6px;
  color: var(--text);
}

@media (max-width: 600px) {
  .offer-card {
    padding: 20px 16px 16px;
	width: calc(100% - 20px);
  }

  .offer-card .section-title {
    font-size: 22px;
	text-align: center;
  }

  .offer-list li {
    font-size: 15px;
  }
}
















