@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Trirong:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 300;
    color: #151515;
    background-color: #f8f8f8;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a,
ul,
ol {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #151515;
    font-family: "Trirong", serif;
    font-style: italic;
    font-weight: 300;
    line-height: 120%;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 32px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 16px;
}

h1 b,
h1 strong {
    font-weight: 600;
}

h2 b,
h2 strong {
    font-weight: 600;
}

h3 b,
h3 strong {
    font-weight: 600;
}

h4 b,
h4 strong {
    font-weight: 600;
}

h5 b,
h5 strong {
    font-weight: 600;
}

h6 b,
h6 strong {
    font-weight: 600;
}

p,
a,
ul,
ol {
    color: #151515;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
}

p b,
p strong {
    font-weight: 600;
}

img {
    width: 100%;
}

.color-main {
    color: #C2A57D !important;
}

.blur-effect {
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

/* Padding */
.section-paddding {
    padding: 96px 0;
}

/* End Padding */
.baner-sections {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 32px;
    min-height: calc(85vh + 80px);
    position: relative;
    z-index: 1;
    background-image: url("/wp-content/uploads/img_template_new/stopy_podologia.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.baner-sections.home {
    background-image: url("/wp-content/uploads/img_template_new/stopy_main.webp");
}

.baner-sections.podologia {
    background-image: url("/wp-content/uploads/img_template_new/stopy_podologia.webp");
}

.baner-sections.medycyna {
    background-image: url("/wp-content/uploads/img_template_new/stopy_medycyna.webp");
}

.baner-sections.ortopodologia {
    /*background-image: url("/wp-content/uploads/img_template_new/stopy_ortopodologia.webp");*/
    background-image: url("/wp-content/uploads/img_template_new/stopy_podologia.webp");
}

.baner-sections.szkolenia {
    background-image: url("/wp-content/uploads/img_template_new/szkolenia/stopy_szkolenia.webp");
}

.baner-sections.efekty {
    background-image: url("/wp-content/uploads/img_template_new/stopy_efekty.webp");
}

.baner-sections.faq {
    background-image: url("/wp-content/uploads/img_template_new/stopy_faq.webp");
}

.baner-sections.kontakt {
    background-image: url("/wp-content/uploads/img_template_new/stopy_kontakt.webp");
}

/* .baner-sections::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    background: linear-gradient(180deg, rgba(20, 20, 20, 0.49) 0%, rgba(20, 20, 20, 0.06) 50.48%, rgba(20, 20, 20, 0.49) 100%);
} */

.baner-sections .container-header-sections {
    width: 100%;
}

.baner-sections .container-header-sections .container-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    z-index: 1;
}

.baner-sections .container-header-sections .container-text .section-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    height: 100%;
    width: 100%;
    z-index: 1;
    text-align: center;
}

.baner-sections .container-header-sections .container-text .section-text .section-tile-subtile {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: 100%;
}

.baner-sections .container-header-sections .container-text .section-text .section-tile-subtile .title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #FFF;
    margin: 0;
    width: 70%;
}

.baner-sections .container-header-sections .container-text .section-text .section-tile-subtile .title b {
    font-weight: 600;
}

.baner-sections .container-header-sections .container-text .section-text .section-tile-subtile .subtitle {
    color: #FFF;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    text-transform: uppercase;
    margin: 0;
    width: 100%;
}

.baner-sections .container-header-sections .container-text .section-text p {
    color: #FFF;
    text-align: center;
    margin: 0;
    width: 70%;
}

.baner-sections .container-header-sections .btn-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
	width: 70%;
}

/* COLOR HERO */
.baner-sections.baner-black .container-header-sections .container-text .section-text .section-tile-subtile,
.baner-sections.baner-black .container-header-sections .container-text .section-text .section-tile-subtile .title,
.baner-sections.baner-black .container-header-sections .container-text .section-text .section-tile-subtile .subtitle,
.baner-sections.baner-black .container-header-sections .container-text .section-text p {
    color: #151515;
}

.btn-line {
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.50);
}

.section-btns {
    gap: 12px;
}

.section-btns .description {
    color: #FFF;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    margin: 0;
}

.btn-global {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 12px 32px;
    border-radius: 26px;
    background: #C2A57D;
    border: 1px solid #C2A57D;
    color: #FFF;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
    line-height: 142.712%;
    transition: all 0.3s ease-in-out;
}

.btn-global svg path {
    stroke: #FFF;
    transition: all 0.3s ease-in-out;
}

.btn-global:hover {
    background: #fff;
    border: 1px solid #C2A57D;
    color: #C2A57D;
}

.btn-global:hover svg path {
    stroke: #C2A57D;
}


.btn-global .sections-btn {
    padding: 8px;
    border: none;
    background: #fff;
    color: #C2A57D;
}

.btn-global .sections-btn:hover {
    background: #fff;
    color: #C2A57D;
    border: none;
}

/* Section capsule */
.capsule-section {
    /* Padding sekcji, aby wystające zdjęcie miało miejsce */
    padding: 150px 0;
    overflow-x: hidden;
}

.capsule-row {
    position: relative;
    z-index: 1;
    padding: 48px 0;
    scroll-margin-top: 80px;
}

/* Co drugi wiersz (parzysty) */
.capsule-row:nth-child(even) .capsule {
    flex-direction: row-reverse;
}

.capsule {
    display: flex;
    align-items: center;
}

/* --- DESKTOP: Tło i wymiary ze screena --- */
.content-column {
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 56px;
    padding-bottom: 56px;
    padding-left: 32px;
    padding-right: 96px;
}

.content-column::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: -100vw;
    z-index: -1;
    border-radius: 0 300px 300px 0;
    background: #FFF;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.15);
}

/* Odwrócenie białego tła dla co drugiego wiersza */
.capsule-row:nth-child(even) .content-column::before {
    left: 0;
    right: -100vw;
    border-radius: 300px 0 0 300px;
}

/* Zamiana paddingów tekstu w odwróconym wierszu */
.capsule-row:nth-child(even) .content-column {
    padding-left: 96px;
    padding-right: 32px;
    text-align: right;
}

/* --- ZDJĘCIE WYSTAJĄCE POZA PADDING --- */
.img-container {
    position: relative;
    z-index: 2;
}

.img-sections {
    width: 100%;
    max-width: 500px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border: 15px solid #ffffff;
    box-shadow: 0 0px 30px -15px rgba(0, 0, 0, 0.5);
}

.img-sections.img-podologia {
    max-width: 385px;
    object-fit: contain;
	border-radius: unset;
	border: none;
    box-shadow: none;
}

.img-sections.img-podologia.widthMax {
	max-width: 100%;
}

.img-medycyna,
.img-ortopodologia {
    border-radius: 50%;
}

.text-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    width: 100%;
}

.capsule-row .content-column .text-content .btn-container {
    width: 100%;
    justify-content: flex-start;
}

.capsule-row:nth-child(even) .content-column .text-content .btn-container {
    justify-content: flex-end;
}

@media (max-width: 1200px) {
    .content-column {
        padding-top: 24px;
        padding-bottom: 24px;
        padding-left: 32px;
        padding-right: 32px;
    }

    .capsule-row:nth-child(even) .content-column {
        padding-top: 24px;
        padding-bottom: 24px;
        padding-left: 32px;
        padding-right: 32px;
    }

    .capsule-row:nth-child(even) .content-column .text-content {
        align-items: end;
    }

    .text-content h2 {
        font-size: 24px;
        width: 90%;
    }

    .text-content .btn-global {
        padding: 10px 20px;
        font-size: 14px;
    }

}

/* --- MOBILE / TABLET --- */
@media (max-width: 992px) {
    .baner-sections .container-header-sections .container-text {
        gap: 24px;
    }

    .btn-global {
        padding: 8px 24px;
        font-size: 14px;
    }

    .capsule-section {
        padding: 80px 24px;
    }

    .content-column::before {
        content: none;
    }

    .capsule {
        display: flex;
        flex-direction: column;
        gap: 40px;
        background-color: #fff;
        /* height: 700px; */
        width: 65%;
        border-radius: 300px;
        padding: 32px 32px 64px 32px;
        text-align: center;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    }

    .capsule-row:nth-child(even) .capsule {
        flex-direction: column;
    }

    .img-sections {
        border: 8px solid #fff;
    }
	
	.capsule-row .content-column .text-content,
    .capsule-row:nth-child(even) .content-column .text-content {
        align-items: center;
    }

    .text-content h2 {
        font-size: 36px;
        width: 100%;
    }

    .text-content p {
        width: 85%;
    }

    .text-content .btn-global {
        padding: 12px 24px;
        font-size: 16px;
    }

    .content-column {
        padding: 0;
    }

    .capsule-row:nth-child(even) .content-column {
        padding: 0;
        text-align: center;
    }

    .capsule-row .content-column .text-content .btn-container {
        align-items: center;
        justify-content: center;
		width: auto;
		width: fit-content;
    }
	
	.capsule-row .content-column .text-content .btn-container,
    .capsule-row:nth-child(even) .content-column .text-content .btn-container {
        justify-content: center;
    }
}

@media (max-width: 768px) {
	.baner-sections.podologia .container-header-sections .btn-container {
		gap: 10px;
	}
	
	.podologia .btn-global {
		padding: 6px 10px;
	}
	
    .capsule {
        width: 80%;
        padding: 32px 32px 64px 32px;
    }

    .img-sections {
        border: 8px solid #fff;
    }

    .text-content h2 {
        font-size: 32px;
    }

    .text-content p {
        width: 80%;
    }
}

/* Tablet mode - symetryczna pastylka */
@media (max-width: 576px) {
    .capsule {
        width: 90%;
        padding: 24px 24px 56px 24px;
    }

    .img-container {
        margin-top: 0;
    }

    .text-content h2 {
        font-size: 24px;
    }
}

@media (max-width: 450px) {
    .capsule {
        width: 100%;
    }
}

@media (max-width: 390px) {
    .text-content p {
        width: 100%;
    }
}
/* Section zdjęcia w kólkach */
.imgages-section {
    padding: 64px 0;
}

.imgages-section .image-items {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

.imgages-section .image-items .item-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.imgages-section .image-items .item-image img {
    width: 100%;
}

/* Section 6 - Form&Map */
.mapka.home-page {
    width: 100%;
    height: 100%;
    min-height: 500px;
}

.mapka.mapka.home-page iframe {
    height: 100%;
    width: 100%;
    border-radius: 24px;
    border: 1px solid #E3E3E3;
}

.section-kontakt-home {
    padding: 96px 0;
}

.section-kontakt-home .container-kontakt-title .section-title {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.section-kontakt-home .container-kontakt-title .section-title p {
    width: 58%;
}

.container-kontakt-content {
    padding-top: 48px;
}

.container-kontakt-content.promocja img {
    border-radius: 24px;
}

.container-kontakt-content .wpcf7 {
    width: 100%;
}

.container-kontakt-content .wpcf7 .wpcf7-form {
    width: 100%;
}

.contact-form {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 24px;
    width: 100%;
}

.contact-form .conteiner-inputs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    width: 100%;
}

.contact-form .conteiner-inputs .conteiner-label-input {
    display: flex;
    width: 50%;
}

.contact-form .conteiner-label-input {
    display: flex;
    width: 100%;
}

.contact-form .conteiner-label-input p {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}

.contact-form .conteiner-label-input p .form-label {
    display: flex;
    width: 100%;
    color: #2B241B;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
}

.contact-form .conteiner-label-input p input {
    display: flex;
    width: 100%;
    padding: 12px 16px;
    border-radius: 24px;
    border: 1px solid #E3E3E3;
    background: #F8F8F8;
}

.contact-form .conteiner-label-input p input:focus {
    border-color: #C2A57D;
    outline: 0;
    box-shadow: none;
}

.contact-form .conteiner-label-input.select,
.contact-form .conteiner-label-input.textarea {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}

.contact-form .conteiner-label-input.select p,
.contact-form .conteiner-label-input.textarea p {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}

.contact-form .conteiner-label-input.select p .form-label,
.contact-form .conteiner-label-input.textarea p .form-label {
    display: flex;
    width: 100%;
    color: #2B241B;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
}

.contact-form .conteiner-label-input.select p select,
.contact-form .conteiner-label-input.textarea p textarea {
    display: flex;
    width: 100%;
    padding: 12px 16px;
    font-size: 16px;
    border-radius: 24px;
    border: 1px solid #E3E3E3;
    background: #F8F8F8;
}

.contact-form .conteiner-label-input.select p select:focus,
.contact-form .conteiner-label-input.textarea p textarea:focus {
    border-color: #C2A57D;
    outline: 0;
    box-shadow: none;
}

.contact-form .container-checkbox-btn {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 24px;
    width: 100%;
}

.contact-form .container-checkbox-btn .label-checkbox .wpcf7-list-item {
    display: flex;
    margin: 0;
}

.contact-form .container-checkbox-btn .label-checkbox .wpcf7-list-item label {
    display: flex;
    align-items: center;
    gap: 8px;
}

.contact-form .container-checkbox-btn .label-checkbox .wpcf7-list-item .form-check-input {
    width: 20px;
    height: 20px;
    margin: 0;
}

.contact-form .container-checkbox-btn .label-checkbox .wpcf7-list-item .form-check-input:checked {
    background-color: #C2A57D;
    border-color: #C2A57D;
}

.contact-form .container-checkbox-btn .label-checkbox .wpcf7-list-item .form-check-input:focus {
    border-color: #C2A57D;
    outline: 0;
    box-shadow: none
}

.contact-form .container-checkbox-btn .form-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.contact-form .container-checkbox-btn .form-button p {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0;
}

.contact-form .container-checkbox-btn .form-button p .form-button {
    text-transform: uppercase;
    padding: 14px 24px;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    width: 100%;
}


/* MODAL SECTIONS */
.modal.zabiegi {
    --bs-modal-padding: 32px;
    --bs-modal-width: 50%;
}

.modal.zabiegi .modal-dialog .modal-body {
    max-height: 700px;
}

.modal.zabiegi .modal-dialog .modal-body section {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
}

.modal.zabiegi .modal-dialog .modal-body section h3 {
    font-weight: 500;
    text-align: center;
}

/* BG IMG */
.section-bg-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
}

.section-bg-image.ortopodologia {
    background-image: url("/wp-content/uploads/img_template_new/stopy_podologia.webp");
}

/* EFEKTY */
.gallery-container .fg-paging-container {
    height: auto !important;
}

/* Custom Accordiny */
.accordion {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.accordion .accordion-item {
    border-radius: 60px !important;
}

.accordion .accordion-item .accordion-header {
    border-radius: 60px !important;
    font-size: 18px;
}

.accordion .accordion-item .accordion-header .accordion-button {
    color: #000;
    border-radius: 60px !important;
    border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}

.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #ceb797;
}

.accordion .accordion-item .accordion-header .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.accordion .accordion-item .accordion-header .accordion-button:focus {
    outline: unset !important;
    box-shadow: none !important;
}

.accordion .accordion-item .accordion-collapse {
    padding-bottom: 16px !important;
}

.accordion .accordion-item .accordion-collapse .accordion-body {
    display: flex;
    flex-direction: column;
    gap: 24px;
    color: #000;
}

.accordion .accordion-item .accordion-collapse .accordion-body .text-container,
.accordion .accordion-item .accordion-collapse .accordion-body .img-container {
    width: 50%;
}

.accordion .accordion-item .accordion-collapse .accordion-body .img-container img {
    border-radius: 60px;
    border: 1px solid #e1e1e1;
    box-shadow: 0px 0px 12px -2px #00000060;
}

/* FAQ */

.faq[data-bs-target="#ogolne-podologia"],
.faq[data-bs-target="#ogolne-medycyna"] {
    scroll-margin-top: 80px;
}


/*404*/
/* Definicja klasy dla elementów SVG */
.custom-graphic-svg path {
    /* Ustawienie koloru podstawowego */
    fill: #C2A57D; 
    transition: fill 0.3s ease, filter 0.3s ease;
}

/* Wykorzystanie gradientu (na podstawie typowych barw SF) */
.custom-graphic-svg {
    /* Możesz nałożyć ten gradient jako tło lub maskę, 
       ale w SVG najlepiej wypełnić sam kształt (path) */
    filter: drop-shadow(0px 4px 10px rgba(194, 165, 125, 0.3));
}

/* Jeśli chcesz, aby SVG miało gradient banerowy jako wypełnienie kształtu */
.banner-gradient-fill {
    fill: url(#bannerGradient) !important;
}

/* Stylizacja kontenera, w którym znajduje się SVG */
.svg-container {
    background: linear-gradient(135deg, #C2A57D 0%, #a68a5f 100%);
    padding: 20px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 1400px) {
	h1 {
    	font-size: 40px;
	}

	h2 {
    	font-size: 34px;
	}

	h3 {
	    font-size: 30px;
	}

	h4 {
	    font-size: 20px;
	}

	h5 {
	    font-size: 18px;
	}
	
    /* HOME */
    .baner-sections {
        min-height: calc(90vh + 80px);
    }
	
	.baner-sections .container-header-sections .container-text .section-text .section-tile-subtile .subtitle {
		font-size: 20px;
	}
	
    .section-bg-image {
        background-size: auto;
    }
}


@media only screen and (max-width: 1200px) {

    /* HOME */
    .baner-sections {
        min-height: calc(80vh + 80px);
    }
    
    .baner-sections .container-header-sections .container-text .section-text .section-tile-subtile .title,
    .baner-sections .container-header-sections .container-text .section-text p {
        width: 90%;
    }

    .section-bg-image {
        background-size: auto;
    }
}


@media only screen and (max-width: 992px) {
    .baner-sections {
        background-position: 22.5% center;
    }
	
    /* HOME */
    .baner-sections {
        min-height: calc(75vh + 80px);
    }

    .baner-sections .container-header-sections .container-text {
        padding-top: 24px;
        padding-bottom: 24px;
        background: rgba(0, 0, 0, 0.35);
        border-radius: 60px;
        backdrop-filter: blur(6px);
    }

    .baner-sections .container-header-sections .container-text .section-text .section-tile-subtile .title {
        width: 100%;
    }

    .baner-home .container-home .section-home p {
        width: 85%;
    }
    
	/* COLOR HERO */
	.baner-sections.baner-black .container-header-sections .container-text .section-text .section-tile-subtile,
	.baner-sections.baner-black .container-header-sections .container-text .section-text .section-tile-subtile .title,
	.baner-sections.baner-black .container-header-sections .container-text .section-text .section-tile-subtile .subtitle,
	.baner-sections.baner-black .container-header-sections .container-text .section-text p {
        color: #fff;
    }

    .btn-line {
        width: 100%;
        height: 1px;
    }

    /* MODAL SECTIONS */

    .modal.zabiegi {
        --bs-modal-width: 70%;
    }

    .modal.zabiegi .modal-dialog .modal-body {
        max-height: 600px;
    }

    /* END MODAL SECTIONS */

    /* SECTION PADDING */
    .section-bg-image {
        background-size: cover;
    }

    /* SZKOLENIA */

    .accordion .accordion-item .accordion-collapse .accordion-body .text-container,
    .accordion .accordion-item .accordion-collapse .accordion-body .img-container {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    h1 {
        font-size: 36px;
    }

    h2 {
        font-size: 32px;
    }

    h3 {
        font-size: 24px;
    }

    h4 {
        font-size: 20px;
    }

    h5 {
        font-size: 16px;
    }

    h6 {
        font-size: 14px;
    }

    p,
    ul,
    ol {
        font-size: 16px;
    }

    .baner-sections {
        min-height: calc(80vh + 80px);
    }

    .baner-sections.medycyna,
    .baner-sections.podologia {
        min-height: calc(85vh + 80px);
    }

    .modal.zabiegi {
        --bs-modal-padding: 20px;
        --bs-modal-width: 80%;
    }

    .modal.zabiegi .modal-dialog .modal-body {
        max-height: 550px;
        overflow-x: hidden;
    }
}

@media only screen and (max-width: 576px) {
    h1 {
        font-size: 28px;
    }

    h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 20px;
    }

    h4 {
        font-size: 18px;
    }

    p,
    ul,
    ol {
        font-size: 14px;
    }

    .baner-sections {
        min-height: calc(85vh + 80px);
    }

    .baner-sections .container-header-sections .container-text .section-text p {
        width: 100%;
    }

    .modal.zabiegi {
        --bs-modal-padding: 20px;
        --bs-modal-width: 100%;
    }

    .modal.zabiegi .modal-dialog .modal-body {
        max-height: 450px;
        overflow-x: hidden;
    }
}