/* GENERAL AND RESET */

:root {
	--primary-color: #84A799;
	--primary-lighter: #ADCDC0;
	--primary-darker: #648c7c;
	--secondary-color: #DAD3C3;
	}
	
html{
    line-height:1.15;
    -webkit-text-size-adjust:100%
}
*,:after,:before{
    box-sizing:border-box
}
body{
    background-color:#fff;
    color:#333;
    font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    font-size:1rem;
    font-weight:400;
    line-height:1.5;
    margin:0;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale
}
h1,h2,h3,h4,h5,h6{
    color:inherit;
    font-family:inherit;
    font-weight:500;
    line-height:1.2;
    margin-block-end:1rem;
    margin-block-start:.5rem
}
h1{
    font-size:2.5rem
}
h2{
    font-size:2rem
}
h3{
    font-size:1.75rem
}
h4{
    font-size:1.5rem
}
h5{
    font-size:1.25rem
}
h6{
    font-size:1rem
}
p{
    margin-block-end:.9rem;
    margin-block-start:0
}
hr{
    box-sizing:content-box;
    height:0;
    overflow:visible
}
pre{
    font-family:monospace,monospace;
    font-size:1em;
    white-space:pre-wrap
}
a{
    background-color:transparent;
    color: var(--primary-darker);
    text-decoration:none
}

a:active,a:hover{
    color:var(--primary-lighter);
}

a:not([href]):not([tabindex]),a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{
    color:inherit;
    text-decoration:none
}

a:not([href]):not([tabindex]):focus{
    outline:0
}

abbr[title]{
    border-block-end:none;
    -webkit-text-decoration:underline dotted;
    text-decoration:underline dotted
}

b,strong{
    font-weight:bolder
}

}
img{
    border-style:none;
    height:auto;
    max-width:100%
}
details{
    display:block
}
summary{
    display:list-item
}
figcaption{
    color:#333;
    font-size:16px;
    font-style:italic;
    font-weight:400;
    line-height:1.4
}
[hidden],template{
    display:none
}
@media print{
    *,:after,:before{
        background:transparent!important;
        box-shadow:none!important;
        color:#000!important;
        text-shadow:none!important
    }
    a,a:visited{
        text-decoration:underline
    }
    a[href]:after{
        content:" (" attr(href) ")"
    }
    abbr[title]:after{
        content:" (" attr(title) ")"
    }
    a[href^="#"]:after,a[href^="javascript:"]:after{
        content:""
    }
    pre{
        white-space:pre-wrap!important
    }
    blockquote,pre{
        -moz-column-break-inside:avoid;
        border:1px solid #ccc;
        break-inside:avoid
    }
    thead{
        display:table-header-group
    }
    img,tr{
        -moz-column-break-inside:avoid;
        break-inside:avoid
    }
    h2,h3,p{
        orphans:3;
        widows:3
    }
    h2,h3{
        -moz-column-break-after:avoid;
        break-after:avoid
    }
}
label{
    display:inline-block;
    line-height:1;
    vertical-align:middle
}
button,input,optgroup,select,textarea{
    font-family:inherit;
    font-size:1rem;
    line-height:1.5;
    margin:0
}
input[type=date],input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],select,textarea{
    border:1px solid #666;
    border-radius:3px;
    padding:.5rem 1rem;
    transition:all .3s;
    width:100%
}
input[type=date]:focus,input[type=email]:focus,input[type=number]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=url]:focus,select:focus,textarea:focus{
    border-color:#333
}
button,input{
    overflow:visible
}
button,select{
    text-transform:none
}
[type=button],[type=reset],[type=submit],button{
    -webkit-appearance:button;
    width:auto
}
[type=button],[type=submit],button{
    background-color:transparent;
    border:1px solid #c36;
    border-radius:3px;
    color:#c36;
    display:inline-block;
    font-size:1rem;
    font-weight:400;
    padding:.5rem 1rem;
    text-align:center;
    transition:all .3s;
    -webkit-user-select:none;
    -moz-user-select:none;
    user-select:none;
    white-space:nowrap
}
[type=button]:focus:not(:focus-visible),[type=submit]:focus:not(:focus-visible),button:focus:not(:focus-visible){
    outline:none
}
[type=button]:focus,[type=button]:hover,[type=submit]:focus,[type=submit]:hover,button:focus,button:hover{
    background-color:#c36;
    color:#fff;
    text-decoration:none
}
[type=button]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){
    cursor:pointer
}
fieldset{
    padding:.35em .75em .625em
}
legend{
    box-sizing:border-box;
    color:inherit;
    display:table;
    max-width:100%;
    padding:0;
    white-space:normal
}
progress{
    vertical-align:baseline
}
textarea{
    overflow:auto;
    resize:vertical
}
[type=checkbox],[type=radio]{
    box-sizing:border-box;
    padding:0
}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{
    height:auto
}
[type=search]{
    -webkit-appearance:textfield;
    outline-offset:-2px
}
[type=search]::-webkit-search-decoration{
    -webkit-appearance:none
}
::-webkit-file-upload-button{
    -webkit-appearance:button;
    font:inherit
}
select{
    display:block
}
table{
    background-color:transparent;
    border-collapse:collapse;
    border-spacing:0;
    font-size:.9em;
    margin-block-end:15px;
    width:100%
}
table td,table th{
    border:1px solid hsla(0,0%,50%,.502);
    line-height:1.5;
    padding:15px;
    vertical-align:top
}
table th{
    font-weight:700
}
table tfoot th,table thead th{
    font-size:1em
}
table caption+thead tr:first-child td,table caption+thead tr:first-child th,table colgroup+thead tr:first-child td,table colgroup+thead tr:first-child th,table thead:first-child tr:first-child td,table thead:first-child tr:first-child th{
    border-block-start:1px solid hsla(0,0%,50%,.502)
}
table tbody>tr:nth-child(odd)>td,table tbody>tr:nth-child(odd)>th{
    background-color:hsla(0,0%,50%,.071)
}
table tbody tr:hover>td,table tbody tr:hover>th{
    background-color:hsla(0,0%,50%,.102)
}
table tbody+tbody{
    border-block-start:2px solid hsla(0,0%,50%,.502)
}
@media(max-width:767px){
    table table{
        font-size:.8em
    }
    table table td,table table th{
        line-height:1.3;
        padding:7px
    }
    table table th{
        font-weight:400
    }
}
dd,dl,dt,li,ol,ul{
    background:transparent;
    border:0;
    font-size:100%;
    margin-block-end:0;
    margin-block-start:0;
    outline:0;
    vertical-align:baseline
}

ul {
list-style-type: disc inside;
padding-left: 0;
}
 

/* HEADER AND FOOTER */
	
header .section-container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
	padding: 0;
}

.header-right {
display: flex; gap: 48px; align-items: center;
}

header .header-menu {
    display: flex;
    gap: 48px;
    list-style-type: none;
    margin: 10px 0;
    font-size: 12px;
    line-height: 2;
    text-transform: uppercase;
    color: #000;
    font-weight: 500;
}

header ul li {
margin-bottom: 0;
}

header ul li a {
color: #000;
}
	
.footer-one-outer {
background: #000; color: #fff; width: 100%; height: auto;
}

.footer-one {
width: 100%;
    max-width: 1200px;
    margin: 0 auto;
	display: flex;
justify-content: space-between;
padding: 48px 0;
border-bottom: 1px solid #666;
	}

.footer-one div {
display: flex;
flex-direction: column;
gap: 12px;
}

.footer-one div span {
color: #fff;
line-height: 1;
}

.footer-one div a {
color: #fff;
text-decoration: none;
}

.footer-one div a:hover {
color: #fff;
text-decoration: underline;
}

@media all and (max-width: 900px) {
.footer-one {
flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 32px;
		padding: 32px 0;
}
}
	
	
	
	
	
	
	
	
	
	
/* LAYOUT */
	
	section {
		display: block;
		width: 100%;
		padding: 80px 20px;
	}
	
	section:nth-of-type(odd) {
		background: #fff;
	}
	
	section:nth-of-type(even) {
		background: rgb(246, 252, 246); /*#F6F6F6*/
	}
	
	.section-inner {
		display: flex;
		width: 100%;
		max-width: 1280px;
		margin: 0 auto;
	}
	
	.section-inner .row {
		display: flex;
		align-items: center;
		gap: 64px;
		width: 100%;
	}

.section-inner .row.reverse {
	flex-direction: row-reverse;
}
	
	.section-inner .row .column {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 24px;
	}
	
	.row .column img {
		width: 100%;
		height: auto;
		aspect-ratio: 1/1;
		object-fit: cover;
		object-position: center center;
		border-radius: 16px;
	}

.flex {
	display: flex;
}

.flex-column {
	display: flex;
	flex-direction: column;
}

.two-cols a:not(.btn), .section-2-cols a:not(.btn), .layout-2-cols a:not(.btn), .one-col a:not(.btn) {
	color: var(--primary-color);
}

.buttons {
	display: flex;
	gap: 12px;
	margin-top: 24px;
}
	
	.btn {
		display: inline-block;
		padding: 12px 36px;
		border-radius: 50px;
		font-size: 16px;
		line-height: 1;
		text-transform: uppercase;
		text-align: center;
	}
	
	.primary-button {
		display: inline-block;
		background: var(--primary-lighter);
		border: 1px solid var(--primary-lighter);
		color: #000;
		padding: 12px 36px;
		border-radius: 50px;
		font-size: 16px;
		line-height: 1;
		text-transform: uppercase;
		text-align: center;
		transition: all 0.3s;
	}
	
	.primary-button:hover {
		background: var(--primary-darker);
		border: 1px solid var(--primary-darker);
		color: #fff;
		text-decoration: none;
	}
	
	.secondary-button {
		background: transparent;
		border: 1px solid var(--primary-darker);
		color: var(--primary-darker);
		padding: 12px 36px;
		border-radius: 50px;
		font-size: 16px;
		line-height: 1;
		text-transform: uppercase;
		text-align: center;
		transition: all 0.3s;
	}
	
	.secondary-button:hover {
		background: var(--primary-color);
		border: 1px solid var(--primary-color);
		color: #fff;
		text-decoration: none;
	}

.tetriary-button {
	color: var(--primary-color);
	text-decoration: underline;
}

.tetriary-button:hover {
	color: #930E10;
}
	
	h2 {
		font-size: 40px;	
		color: #000;
		text-wrap: balance;
		margin-bottom: 24px;
	}
	
	.page-content p, .page-content span {
		font-size: 16px;
	}

.subtitle {
	text-transform: uppercase;
	color: var(--primary-color);
}

strong, b {
	color: #000;
}

ul li, ol li {
    font-size: 16px;
    margin-bottom: 16px;
    line-height: 1.5;
    list-style-position: inside;
}

@media (min-width: 1101px) {
    .col-d-25 {
        width: 25%;
    }
	
	.col-d-33 {
        width: 33.33%;
    }
	
	.col-d-50 {
        width: 50%;
    }
	
	.col-d-66 {
        width: 66.66%;
    }
	
	.col-d-75 {
        width: 75%;
    }
}

@media (max-width: 1100px) {
    .col-m-100 {
        width: 100%;
    }
}
	
	/* Specific */
	
	.hero {
		/* height: calc(100vh - 110px); */
	}
	
	.hero .section-inner {
		display: flex;
		align-items: center;
		gap: 64px;
	}
	
	.hero .section-inner .column {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 24px;
	}
	
	.hero .section-inner img {
		width: 100%;
		height: auto;
		aspect-ratio: 1/1;
		object-fit: cover;
		object-position: center center;
		border-radius: 16px;
	}
	
	.hero .section-inner .hero-stars {
		display: flex;
		align-items: center;
		gap: 12px;
		margin-bottom: 8px;
	}
	
	.fa-star {
		color: var(--primary-color);
	}
	
	.hero .section-inner .hero-stars span {
		font-size: 16px;
		line-height: 1;
		text-transform: uppercase;
	}
	
	.hero .section-inner h1, h1 {
		font-size: 52px;
		color: #000;
	}
	
	.hero .section-inner p.intro {
		font-size: 18px;
		line-height: 1.5;
	}
	
	.hero .section-inner ul.benefits {
		display: flex;
		flex-direction: column;
		gap: 16px;
		padding-left: 0;
		list-style-type: none;
	}
	
	.hero .section-inner ul.benefits li {
		position: relative;
		font-size: 16px;
		line-height: 1;
		text-transform: uppercase;
		padding-left: 32px;
		color: #000;
		font-weight: 600;
		margin-bottom: 0;
	}
	
	.hero .section-inner ul.benefits li::before {
	content: "";
    position: absolute;
    left: 0;
    top: -2px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    /* background-image: url("data:image/svg+xml;utf8,<svg fill='black' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 25'><path d='M3.8 13.52L7.84 17.3L8.59 18L9.35 17.31L20.21 7.44L18.71 6L8.59 15.2L5.32 12.1L3.8 13.52Z'/></svg>"); */
	   background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%2384a799" class="bi bi-plus" viewBox="0 0 16 16"><path d="M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4"/></svg>');
	}
	
	.hero h1, .hero p, .hero ul {
		margin-top: 0;
		margin-left: 0;
		margin-bottom: 0;
		margin-right: 0;
	}
	
	.section-inner.column {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 48px;
	}
	
	.uslugi .section-inner .title-container {
		width: 100%;
		max-width: 760px;
	}
	
	.uslugi .section-inner .title-container p {
		text-wrap: balance;
	}
	
	.lista-uslug {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-template-rows: repeat(2, 1fr);
		gap: 32px;
	}
	
	.lista-uslug .usluga {
		background: #fff;
		color: #000;
		border-radius: 16px;
		padding: 32px;
		display: flex;
		flex-direction: column;
		text-decoration: none;
		cursor: pointer;
		transition: all 0.3s;
	}

.lista-uslug .usluga:hover {
	background: var(--primary-color);
	color: #fff;
}
	
	.lista-uslug .usluga .icon {
		background: var(--primary-color); width: 48px; height: 48px; display: flex; justify-content: center; align-items: center; border-radius: 50%;
		margin-bottom: 0;
	}
	
	.lista-uslug .usluga .icon i {
		color: #fff;
		font-size: 20px;
	}
	
	.lista-uslug .usluga h3 {
		margin-bottom: 0;
		flex: 1;
		text-wrap: balance;
	}
	
	.lista-uslug .usluga p {
		margin-top: 0;
		margin-bottom: 0;
	}
	
	.lista-uslug .usluga span {
		display: inline-block;
		margin-top: 12px;
		color: var(--primary-color);
		text-decoration: underline;
	}

.lista-uslug .usluga:hover span {
	color: #fff;
}

	
	section.liczby .section-inner {
		position: relative;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 48px;
	}
	
	section.liczby .column {
			align-items: center;
			background: rgba(255,255,255,1);
			border-radius: 16px;
			display: flex;
			flex: 1;
			flex-direction: column;
			gap: 40px;
			padding: 0;
		}
	
	section.liczby .title-container, section.efekty .title-container, section.opinie .title-container, section.stowarzyszenia .title-container {
		width: 100%;
		max-width: 760px;
	}
	
	section.liczby h2, section.liczby p, section.liczby span {
		color: #000;
	}
		
		section.liczby .column .title {
			display: inline-block; margin-bottom: 8px; 
			font-size: 18px;
			font-weight: 600; 
			text-transform: uppercase;
			color: #000;
			text-wrap: balance;
		}
	
	section.liczby .column .description {
		color: #444;
	}
	
	section.liczby .fill {
		color: var(--primary-color);
	}
	
	section.liczby i {
	    color: var(--primary-darker);
    background: rgba(173, 205, 192, 0.3);
    padding: 10px;
    border-radius: 50px;
	}
	
	section.liczby .row {
		width: 100%;
	}
	
	section.liczby .row .column {
		flex: 1;
		flex-direction: row;
		gap: 12px;
	}
	
	section.liczby .row .column div {
	width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
	}
	
	/* LISTA EFEKTÓW */

	.efekty .section-inner {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 48px;
	}

	.lista-efektow {
	display: grid;
    gap: 32px;
    grid-template-columns: 1fr 1fr 1fr;
	}
	
	.efekt {
		flex: 1;
	}
	
.efekt-img {
  position: relative;
  width: 100%;
  max-width: 600px;
  overflow: hidden;
  cursor: ew-resize;
  border-radius: 12px;
}

.efekt-img img {
  display: block;
  width: 100%;
  height: auto;
  user-select: none;
  pointer-events: none;
  user-drag: none;
  -webkit-user-drag: none;
}

.efekt-img img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  clip-path: inset(0 0 0 0); /* start - "po" całe widoczne */
  transition: clip-path 1.2s ease;
}
	
	.efekt-tytul {
	display: block;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    margin: 32px 0 8px 0;
	}
	
	.efekt-opis {
		display: block;
		font-size: 14px;
		line-height: 1.5;
		margin-bottom: 32px;
	}

/* uchwyt (linia + kółko) */
.efekt-handle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  width: 1px;
  background: #fff;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: left 1.2s ease, opacity 0.6s ease;
  pointer-events: none;
}

.efekt-handle::before {
  content: "↔";
  font-size: 20px;
  color: #fff;
  text-shadow: 0 0 5px black;
  background: rgba(0,0,0,0.5);
  border-radius: 50%;
  padding: 4px 8px;
}
	
	/* OPINIE */
	
	.opinie .section-inner {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 48px;
	}
	
	/* STOWARZYSZENIA */
	.stowarzyszenia .section-inner {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 48px;
	}
	
	.stowarzyszenia-logotypy {
		display: flex;
		align-items: center;
		gap: 24px;
	}
	
	
	.stowarzyszenia-logotypy img {
		width: calc(20% - 24px * 4/5);
		height: auto;
	}
	
	/* KONSULTACJA */
	
	section.konsultacja, section.konsultacja-nano {
		background: var(--primary-color);
		color: #fff;
	}
	
	section.konsultacja h2, section.konsultacja li, section.konsultacja-nano h2, section.konsultacja-nano li {
		color: #fff;
	}
	
	.konsultacja .title-container {
		width: 100%;
		max-width: 500px;
	}

.konsultacja-nano .title-container, .konsultacja-nano .wpcf7 {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}
	
	.konsultacja-korzysci {
		display: flex;
		flex-direction: column;
		gap: 16px;
	}

.konsultacja-nano .konsultacja-korzysci {
	align-self: center;
}
	
	.konsultacja-korzysci li {
		position: relative;
		font-size: 16px;
		line-height: 1;
		text-transform: uppercase;
		padding-left: 32px;
		color: #000;
		font-weight: 600;
	}
	
	.konsultacja-korzysci li::before {
	content: "";
    position: absolute;
    left: 0;
    top: -2px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml;utf8,<svg fill='white' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 25'><path d='M3.8 13.52L7.84 17.3L8.59 18L9.35 17.31L20.21 7.44L18.71 6L8.59 15.2L5.32 12.1L3.8 13.52Z'/></svg>"); 
		/* background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22ZM18.0303 8.53033L10.0303 16.5303C9.73744 16.8232 9.26256 16.8232 8.96967 16.5303L5.96967 13.5303C5.67678 13.2374 5.67678 12.7626 5.96967 12.4697C6.26256 12.1768 6.73744 12.1768 7.03033 12.4697L9.5 14.9393L16.9697 7.46967C17.2626 7.17678 17.7374 7.17678 18.0303 7.46967C18.3232 7.76256 18.3232 8.23744 18.0303 8.53033Z" fill="%2300C3A5"></path></svg>'); */
	   /* background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23d31417" class="bi bi-plus" viewBox="0 0 16 16"><path d="M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4"/></svg>'); */
	}
	
	.wpcf7 {
		width: 100%;
		max-width: 500px;
	}
	
	#top #main .wpcf7 input:not([type="checkbox"]), .wpcf7 textarea {
	width: 100%;
    line-height: 1;
    margin: 0;
    padding: 12px 16px;
    margin-bottom: 12px;
    border-radius: 8px;
    border: 0;
}
	
	#top #main .wpcf7 p {
		margin: 0;
	}
	
	#top #main .wpcf7 .primary-button {
		background: #2e2320;
	}
	
	.wpcf7 .wpcf7-list-item {
		margin-left: 0;
	}
	
	.wpcf7-acceptance {
		display: inline-block;
		margin-bottom: 12px;
	}
	
	.wpcf7-acceptance .wpcf7-list-item-label, .wpcf7-acceptance .wpcf7-list-item-label a {
		font-size: 12px;
		color: #fff!important;
	}
	
	#top form, .wpcf7-submit {
		margin-bottom: 0!important;
	}

#top #main .wpcf7 input.wpcf7-submit, input[type=submit] {
		padding: 12px 36px;
		border-radius: 50px;
		font-size: 16px;
		text-transform: uppercase;
		background: #000;
		border: 1px solid #000;
		color: #fff;
		line-height: 1;
}
	
	.wpcf7-spinner {
		display: none;
	}

.wpcf7-not-valid-tip { 
text-align: left;
	color: #ffaaaa;
	margin-bottom: 16px;
}

/* SLIDER LEKARZE */

/* LEKARZE */

.lekarze .section-inner .row .column {
	width: 50%;
}
	
.slider-lekarze {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}

.slider-track {
  display: flex;
  transition: transform 0.6s ease;
}

.single-lekarz {
  /* Zamiast min-width: 100%; */
  flex: 0 0 100%; /* Nie rośnij, nie kurcz się, bazowa szerokość 100% */
  box-sizing: border-box;
  display: flex;
  gap: 12px;
  padding: 20px;
}

.lekarz-imie {
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  font-size: 16px;
}

.lekarz-opis {
  display: block;
  font-size: 14px;
}

.row .column .single-lekarz img {
	border-radius: 0;
	object-position: top;
}

.single-lekarz a {
	display: inline-block;
	margin-top: 8px;
}

.slider-dots {
  text-align: center;
  margin-top: 10px;
}
.slider-dots button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  padding: 0;
  margin: 0 5px;
  background: #ccc;
  cursor: pointer;
}
.slider-dots button.active {
  background: #000;
}

/* FAQ */

.faq {
	text-align: center;
}

.faq-list, .faq .title-container {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}

.faq-list {
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.faq-item {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.faq-item .question {
	font-weight: 700;
	font-size: 18px;
	color: #000;
	text-wrap: balance;
}

.faq-item .answer {
	font-weight: 400;
	font-size: 16px;
}

.faq .section-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 48px;
}

/* MIX */

.av-main-nav li {
	margin-bottom: 0;
}

.box-container {
    display: flex;
    width: 100%;
    gap: 16px;
    flex-wrap: wrap;
}

.glink:not(.gt-current-lang) span {
color: #000;
}

section:nth-of-type(even) .box {
    width: calc(25% - 12px);
    background: #fff;
    border-radius: 20px;
    padding: 24px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 180px;
    box-sizing: border-box;
    text-align: center;
}

section:nth-of-type(odd) .box {
    width: calc(25% - 12px);
    background: #fff;
	border: 1px solid #ddd;
    border-radius: 20px;
    padding: 24px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 180px;
    box-sizing: border-box;
    text-align: center;
}



/* SWIPER HOME */

/* --- Podstawowy układ Swipera --- */
.swiper-container {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.swiper-slide {
  text-align: center;
  cursor: pointer;
}

.swiper-slide img {
  width: 100%;
  border-radius: 12px;
  transition: transform 0.3s ease;
}

.swiper-slide:hover img {
  transform: scale(1.05);
}

/* --- Strzałki Swipera --- */
.swiper-button-next,
.swiper-button-prev {
  color: #000!important;
  background-color: rgba(255, 255, 255, 0.7);
    background-size: 14px;
    border-radius: 50px;
	width: 44px!important;
	height: 44px;
	font-size: 14px;
  transition: opacity 0.3s ease;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  opacity: 0.7;
  font-size: 14px!important;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  opacity: 0.7;
}

/* --- Paginacja --- */
.swiper-pagination {
position: relative!important;
  margin-top: 20px;
  text-align: center;
}

.swiper-pagination-bullet {
  background: #ccc;
  opacity: 1;
  width: 10px;
  height: 10px;
  margin: 0 5px !important;
  transition: background 0.3s ease;
}

.swiper-pagination-bullet-active {
  background: var(--primary-color)!important;
}

/* --- Lightbox --- */
.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.85);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.lightbox.active {
  display: flex;
}

.lightbox iframe {
  width: 80vw;
  height: 45vw;
  max-width: 960px;
  max-height: 540px;
  border: none;
  border-radius: 12px;
}

/* --- Przyciski nawigacji --- */
.lightbox .nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 40px;
  color: #fff;
  cursor: pointer;
  user-select: none;
  padding: 0 20px;
}

.lightbox .prev { left: 0; }
.lightbox .next { right: 0; }

/* --- Zamknięcie --- */
.lightbox .close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}


/* MEDIA QUERIES */

@media all and (max-width: 1280px) {
		.hero .section-inner h1 {
		font-size: 48px;
		}
	}


@media all and (min-width: 1101px) {
	.only-mobile {
			display: none!important;
		}
	
	.konsultacja-nano .konsultacja-korzysci {
		flex-direction: row;
		width: calc(100% + 300px);
	}
}


@media all and (max-width: 1100px) {
		
		.only-desktop {
			display: none!important;
		}
		
		section {
			padding: 48px 20px;
		}
		
		.section-inner .row {
			gap: 48px;
		}
		
		.lista-efektow {
			display: flex;
		}
		
		.section-inner, .section-inner .row, .buttons, .lista-efektow {
			flex-direction: column;
		}
		
		.section-inner .row.reverse {
			flex-direction: column;
		}
		
		section.hero {
			padding-top: 40px;
			background: transparent;
			/* background-image: url('https://dentestica.pl/wp-content/uploads/2022/02/sesja_biznesowa0468-scaled.jpg'); */
			background-size: cover;
			background-position: center;
			position: relative;
		}
		
		/*.single-uslugi section.hero {
			 background-image: url('https://dentestica.pl/wp-content/uploads/2021/03/protetyka.jpg'); 
		} */
		
		.hero::before {
			content:'';
			display: block;
			width: 100%;
			height: 100%;
			position: absolute;
			top: 0;
			left: 0;
			background: rgba(255,255,255, 0.7);
		}
		
		.hero * {
			z-index: 2;
		}
		
		.hero .section-inner h1, h2 {
			font-size: 32px;
		}
		
		.hero .section-inner .hero-stars span, .fas, .fa {
			font-size: 14px;
		}
		
		.primary-button, .secondary-button {
			width: 100%;
		}
		
		.lista-uslug {
			grid-template-columns: repeat(1, 1fr);
		}
		
		.hero .section-inner img, .row .column img {
			aspect-ratio: 5/3;
			border-radius: 10px;
		}
		
		.row .column img.usmiech
		{
			object-position: top 40% left 0;
		}
		
		.row {
			margin-bottom: 0;
		}
		
		.buttons {
			width: 100%;
			margin-top: 32px;
		}
		
		.lekarze .section-inner .row .column {
			width: 100%;
		}
		
		section.liczby::before {
			display: none;
			content: none;
		}
		
		section.liczby .column {
			background: rgb(252, 246, 246);
		}
		
		section.liczby h2, section.liczby p, section.liczby span {
			color: #000;
		}
		
		section:nth-of-type(odd) .box, section:nth-of-type(even) .box {
			width: 100%;
		}
	}