/*
Theme Name: DNS
Theme URI: https://example.com/
Author: Twoje Imię
Description: Minimalistyczny starter theme zoptymalizowany pod SEO i Core Web Vitals
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dns
*/

/* === Style główne === */
body {
    margin: 0;
    padding: 0;
    background: #fff;
    font-family: "Poppins", serif;
}
h1, h2, h3, h4, h5, h6, button {
    font-family: "Parkinsans", serif !important;
    color: #231F20;
}
p, a, div, li, input, textarea, label {
    font-family: "Poppins", serif !important;
    color: #231F20;
}
span {
    font-family: "Poppins", serif !important;
}

/* h1 {
    
} */
h2 {
    font-size: 40px;
    font-weight: 500;
}
h3 {
    font-size: 35px;
    margin-bottom: 20px;
}
p, a, input {
    font-size: 16px;
    margin-bottom: 0;
}

ul li::marker {
    color: #2FC639;
}
a {
    text-decoration: none;
    outline: none;
}
a:focus, a:active {
    text-decoration: none;
    outline: none;
}
/* strong { */
    /* color: #3d3d84; */
/* } */
img {
    max-width: 100%;
    height: auto;
    outline: none;
    font-size: 12px;
}
input, textarea, select, button {
    outline: none;
}
input, textarea {
    width: 100%;
}


/* -- ANIMACJE -- */
.slidein-bottom {
    opacity: 0;
    transform: translateY(30%);
    transition: opacity 1s ease-in, transform 1s ease-in;
}
.slidein-bottom.visible {
    opacity: 1;
    transform: translateY(0);
}
.slide-img {
    visibility: hidden;
}
.slide-right.start .slide-img {
    visibility: visible;
    animation: slideInLeft 1s ease-out forwards;
}
@keyframes slideInLeft {
    from { transform: translateX(-45%); opacity: 0; }
    to { transform: translateX(0); opacity: 1; }
}

.wave-animation {
    opacity: 0;
    transform: translateY(100px);
    transition: 
        opacity 1s ease-out, 
        transform 1s ease-out;
}
.wave-animation.visible {
    opacity: 1;
    transform: translateY(0);
}

.fade-in-animation {
    opacity: 0;
}
.fade-in-animation.visible {
    opacity: 1 !important;
}
.fade-in {
    animation: fadeIn ease 2s;
}
@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}


/* -- FORMULARZ KONTAKTOWY -- */
form label {
    width: 100%;
    margin-bottom: 15px;
    font-size: 14px;
    color: #858585;
    font-weight: 300;
}
form input[type="text"], 
form input[type="email"], 
form input[type="tel"], 
form textarea {
    border: none;
    border-bottom: 1px solid #e0e0e0;
    padding: 2px;
    font-size: 15px;
    margin-top: 3px;
}
form > p:last-of-type {
    margin-top: 30px;
}
form input[type="submit"] {
    width: fit-content;
    padding: 5px 25px;
    border: none;
    background-color: #51D65A;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 10px;
    border-top-right-radius: 0;
    font-weight: 300;
    transition: all 0.2s ease-in-out;
}
form .wpcf7-spinner {
    position: absolute;
}
form input:-webkit-autofill,
form input:-webkit-autofill:hover, 
form input:-webkit-autofill:focus, 
form input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}
.wpcf7 form .wpcf7-response-output {
    margin: 25px 0 0;
    font-size: 14px;
    border-radius: 12px;
    border-top-right-radius: 0;
}


/* -- WIDŻET OPINIE -- */
.sekcja-onas-opinie {
    margin-top: 80px;
}
.sekcja-onas-opinie h3 {
    text-align: center;
    margin-bottom: 60px;
    letter-spacing: 1px;
    color: #545454;
}


/* -- HEADER -- */
/* wiszący - szybki kontakt */
.szybki-kontakt-sekcja {
    position: fixed;
    right: 0;
    bottom: 10%;
    z-index: 888;
    /* z-index: 99999; */
    max-width: 210px;
    padding: 15px 5px 15px 15px;
    background-color: #fff;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    box-shadow: 0px 0px 20px -5px rgb(168 168 168);
    transition: all 0.1s ease-in-out;
}
.sk-link {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.sk-info {
    /* padding: 5px 10px 5px 20px; */
}
.sk-info span {
    color: #2FC639;
    font-weight: 700;
    font-size: 17.5px;
}
.sk-link img {
    /* border-radius: 50px; */
    /* width: 80px; */
    border-radius: 50%;
    width: 175px;
    max-height: fit-content;
    border: 2px solid #2FC639;

    margin: 15px 0;
}

.sk-link > p {
    text-align: center;
    /* font-size: 17px; */
    line-height: 1.3;
}
.sk-info p {
    /* font-size: 15px; */
    text-align: center;
    line-height: 1.3;
    margin-bottom: 5px;
}
.sk-info p:last-of-type {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0;
    color: #2FC639;
}


/* belka - szybki kontakt */
.fastcontact-desktop {
    padding: 10px 0;
    border-bottom: 3px solid #3DBFDF;
}
.fastcontact-desktop > .container > .row {
    justify-content: space-between;
}
.fastcontact-desktop a {
    display: flex;
    align-items: center;
    max-width: fit-content;
}

.kontakt-header,
.socialmedia-icons-header {
    display: flex;
    align-items: center;
    width: fit-content;
}

.kontakt-header a {
    font-size: 15px;
    color: #6b6565;
    margin-right: 35px;
    transition: all 0.2s ease-in-out;
}
.kontakt-header a > i {
    margin-right: 10px;
    font-size: 22px;
}
.kontakt-header a:first-of-type > i {
    color: #EBF13B;
}
.kontakt-header a:last-of-type > i {
    color: #3DBFDF;
}

.socialmedia-icons-header a {
    font-size: 22px;
    color: #fff;
    background-color: #51D65A;
    border-radius: 50px;
    min-width: 42px;
    height: 42px;
    justify-content: center;
    margin-right: 15px;
    transition: all 0.2s ease-in-out;
}
.socialmedia-icons-header a > i {
    height: 30px;
}
.socialmedia-icons-header a:last-of-type {
    margin-right: 0;
}


/* header - menu */
.topmenu {
    position: sticky;
    top: 0;
    z-index: 9999;
    background-color: #fff;
    box-shadow: 0px 5px 30px -10px rgb(232 232 232);
}
.header-logo-cont {
    width: fit-content;
    height: fit-content;
}
.header-logo-cont img {
    max-width: 150px;
}
.menu-menu-glowne-container, 
.menu-menu-glowne-container ul, 
.menu-menu-glowne-container li {
    width: fit-content;
}
.menu-glowne-nav {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.navbar-collapse {
    justify-content: center;
}
.menu-menu-glowne-container ul#menu-menu-glowne {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    display: flex;
    align-items: center;
}
.menu-menu-glowne-container ul#menu-menu-glowne > li {
    padding: 10px;
}
.menu-menu-glowne-container ul#menu-menu-glowne li > a {
    font-size: 15px;
    background-image: linear-gradient(#EBF13B, #EBF13B);
    background-size: 0 2px, auto;
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 2px;
    transition: all 0.3s ease-in-out;
}
li.menu-item-has-children {
    position: relative;
}
ul.sub-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 88888;
    list-style: none;
    min-width: 180px !important;
    width: max-content;
    max-width: 250px;
    padding: 0;
    background-color: #fff;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
}
ul.sub-menu > li {
    width: 100%;
    padding: 10px;
}
li.menu-item-has-children > a::after {
    font-family: 'Bootstrap-icons';
    content: '\F282';
    font-size: 14px;
    padding-left: 6px;
    transition: all 0.1s ease-in-out;
}
ul.sub-menu > li > ul.sub-menu {
    top: 0px;
}
#terapie-grupowe-lista,
#terapie-indywidualne-lista {
    left: 210px;
}
ul.sub-menu > li.menu-item-has-children > a::after {
    font-family: 'Bootstrap-icons';
    content: '\F285';
    font-size: 14px;
    padding-left: 6px;
    transition: all 0.1s ease-in-out;
}
.navbar-toggler {
    background-color: transparent !important;
    border: none !important;
    padding: 5px;
}
.navbar-toggler:focus {
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: none;
}
#menuToggle span {
    display: flex;
    width: 25px;
    height: 3px;
    margin-bottom: 5px;
    position: relative;
    background: #534f50;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 5px 0px;
    transition: 
        transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
        background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
        opacity 0.55s ease;
}
#menuToggle span:last-of-type {
    margin-bottom: 0;
}
#menuToggle span:first-of-type {
    transform-origin: 0% 0%;
}
#menuToggle span:nth-of-type(2) {
    transform-origin: 0% 100%;
}
#menuToggle span.open {
    opacity: 1;
    width: 26px;
    transform: rotate(45deg) translate(0px, -2px);
    background: #534f50;
}
#menuToggle span:nth-of-type(2).open {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}
#menuToggle span:nth-of-type(3).open {
    transform: rotate(-45deg) translate(0, -4px);
}
.header-menu-szybkitel {
    width: fit-content;
    align-items: center;
}
.header-menu-szybkitel a {
    display: flex;
    align-items: center;
    color: #6b6565;
    transition: all 0.2s ease-in-out;
    padding: 5px 10px;
    border-radius: 50px;
    border-bottom-right-radius: 0;
    border: 2px solid #fff;
}
.header-menu-szybkitel a > i {
    font-size: 20px;
    color: #51D65A;
    margin-right: 10px;
}
.header-menu-szybkitel a > img {
    margin-right: 10px;
    min-width: 25px;
}


/* menu na małe i średnie ekrany */
#desktopSideMenuToggle {
    display: none;
    flex-direction: column;
    padding: 5px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 1001;
}
#desktopSideMenuToggle:focus {
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: none;
}
#desktopSideMenuToggle span {
    display: flex;
    width: 25px;
    height: 3px;
    margin-bottom: 5px;
    position: relative;
    background: #534f50;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 5px 0px;
    transition: 
        transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
        background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
        opacity 0.55s ease;
}
.desktop-side-drawer {
    position: fixed;
    top: 0;
    right: -400px;
    width: 350px;
    height: 100vh;
    background: #fff;
    box-shadow: -5px 0 15px rgba(0,0,0,0.1);
    transition: 0.4s ease-in-out;
    z-index: 9999;
    padding: 60px 20px;
    display: none;
}
.desktop-side-drawer.open {
    right: 0;
    z-index: 99999;
}
.close-side-menu {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 30px;
    cursor: pointer;
}
@media (min-width: 993px) and (max-width: 1399px) {
    #desktopSideMenuToggle {
        display: flex;
    }
    .desktop-side-drawer {
        display: block;
    }
    #navbarSupportedContent {
        display: none !important;
    }
    #menu-menu-glowne-1 {
        padding-left: 35px;
        margin-top: 10px;
        margin-bottom: 0;
        list-style: none;
    }
    #menu-menu-glowne-1 > li {
        margin-bottom: 10px;
    }
    #menu-menu-glowne-1 > li > a {
        font-size: 16px;
    }
    .sub-menu.open {
        display: block !important;
    }
    ul.sub-menu {
        box-shadow: none;
        padding-left: 10px;
    }
    ul.sub-menu > li {
        padding: 5px;
        line-height: 1.3;
    }
    .header-logo-cont {
        order: 1;
    }
    .header-menu-szybkitel {
        order: 2;
    }
    #desktopSideMenuToggle {
        order: 3;
    }
}





/* -- Blog archiwum sekcja -- */
.blog-arch-main {
    margin: 100px 0;
}
/* -- Sekcja - Aktualności -- */
.sekcja-aktualnosci {
    padding: 100px 0;
}
.sekcja-aktualnosci h2 {
    text-align: center;
    margin-bottom: 60px;
    letter-spacing: 1px;
    color: #545454;
}
.wpis-kolumna {
    padding: 0 20px;
}
.wpis-najnowsze {
    height: 100%;
}
.wpis-grafika {
    display: flex;
    align-items: center;
    justify-content: center;
}
.wpis-grafika img {
    max-height: 270px;
    color: #231F20;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.wpis-main {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 300px;
    position: relative;
    top: -50px;
    z-index: 5;
    padding: 20px;
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0px 2px 5px 0px rgb(201 201 201);
}
.wpis-title h3 {
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.2px;
    transition: all 0.2s ease-in-out;
}
.wpis-main-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wpis-data,
.wpis-autor {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 20px;
    color: #838383;
    display: flex;
    align-items: center;
}
.wpis-data > i,
.wpis-autor > i {
    font-size: 12px;
    margin-right: 8px;
}
.wpis-opis {
    font-size: 15px;
    margin-bottom: 20px;
}
.wpis-link-btn {
    display: block;
    width: fit-content;
    margin-left: auto;
    padding: 5px 15px;
    color: #fff;
    background-color: #3DBFDF;
    border-radius: 12px;
    border-top-right-radius: 0;
    letter-spacing: 0.5px;
    transition: all 0.2s ease-in-out;
}
.blog-more-btn {
    display: block;
    width: fit-content;
    padding: 10px 20px;
    background-color: #51D65A;
    border-radius: 15px;
    border-bottom-left-radius: 0;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.2px;
    margin-top: 20px;
    margin-left: auto;
    transition: all 0.2s ease-in-out;
}
.blog-more-btn:hover {
    scale: 1.1;
    background-color: #2FC639;
    color: #fff;
}

/* --- Customowa paginacja --- */
.navigation {
    display: flex;
    justify-content: center;
    margin-top: 80px;
}
.navigation ul {
    padding: 0;
    display: flex;
}
.navigation li a, 
.navigation li a:hover, 
.navigation li a:focus, 
.navigation li.active a, 
.navigation li.disabled {
    color: #fff;
    text-decoration: none;
}
.navigation li {
    list-style: none;
    margin-right: 10px;
    margin-bottom: 0;
    font-weight: 300;
}
.navigation li:last-of-type {
    margin-right: 0 !important;
}
.navigation li a, 
.navigation li a:hover, 
.navigation li.active a, 
.navigation li.disabled {
    background-color: #22AFD3;
    border-radius: 25px;
    min-width: 35px;
    min-height: 35px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease-in-out;
}
.navigation .poprzedni-li a,
.navigation .nastepny-li a {
    padding: 5px 15px;
}
.navigation li a:focus, 
.navigation li.active a:focus {
    background-color: #1A579E !important;
}
.navigation li a:hover, 
.navigation li.active a, 
.navigation li.active a:focus {
    background-color: #1A579E;
}


/* -- Breadcrumbs -- */
.yoast-breadcrumbs {
    margin-bottom: 30px;
    line-height: 1.2;
}
.yoast-breadcrumbs * {
    font-family: "Radley", serif !important;
    font-style: italic;
    color: #51D65A;
    font-size: 18px;
    margin-bottom: 20px;
}
.yoast-breadcrumbs a {
    transition: all 0.2s ease-in-out;
}
.yoast-breadcrumbs a:hover {
    color: #1FA1C1;
}


/* -- Podstrona - globalne -- */
.podstrona-header {
    min-height: 180px;
    background-color: #3cbdde;
}
.podstrona-header-overlay {
    min-height: inherit;
}
.podstrona-header-content {
    min-height: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
}
.podstrona-header-content h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 45px;
    letter-spacing: 2px;
    margin-bottom: 0;
    text-align: center;
}

.podstrona-underheader {
    margin: 80px 0;
}
.underheader-content {
    margin-bottom: 100px;
}
.underheader-textbox {
    width: 65%;
    margin: auto;
}
.underheader-textbox h2 {
    color: #545454;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}
.underheader-textbox p {
    color: #949494;
}

.page-content {
    margin: 100px 0;
}
.page-content .yoast-breadcrumbs {
    margin-bottom: 60px;
}
.page-content h2 {
    margin: 40px 0 20px;
}
.page-content h3 {
    margin: 20px 0;
}
.page-content p {
    margin-bottom: 10px;
}
.page-content li {
    margin-bottom: 5px;
}


/* -- Sekcja - Oferta -- */
.oferta-sekcja {
    height: 250px;
}
.oferta-tlo-overlay {
    height: inherit;
    background-color: #6d6b6b87;
}
.oferta-main-sekcja {
    margin: -160px auto 100px;
}
.oferta-main {
    max-width: 1050px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px;
    box-shadow: 0px 1px 5px 0px rgb(144 144 144);
    border-radius: 50px;
    background-color: #fff;
}
.oferta-main > h2 {
    margin-bottom: 20px;
}
.oferta-main > p {
    max-width: 80%;
    margin-bottom: 20px;
}
.oferta-inner > .row {
    justify-content: center;
}
.oferta-inner > .row .oferta-poj:nth-of-type(1), 
.oferta-inner > .row .oferta-poj:nth-of-type(4) {
    border-top-right-radius: 0;
}
.oferta-inner > .row .oferta-poj:nth-of-type(1) {
    border-color: #3DBFDF;
}
.oferta-inner > .row .oferta-poj:nth-of-type(1) a {
    color: #3DBFDF;
}
.oferta-inner > .row .oferta-poj:nth-of-type(3),
.oferta-inner > .row .oferta-poj:nth-of-type(6) {
    border-bottom-left-radius: 0;
}
.oferta-inner > .row .oferta-poj:nth-of-type(6) {
    border-color: #EBF13B;
}
.oferta-inner > .row .oferta-poj:nth-of-type(6) a {
    color: #EBF13B;
}
.oferta-poj {
    width: 290px;
    min-height: 250px;
    padding: 20px;
    margin: 15px;
    border: 2px solid #51D65A;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.oferta-poj img {
    max-width: 80px;
    margin-bottom: 20px;
}
.oferta-poj h3 {
    font-size: 20px;
}
.oferta-poj p {
    font-size: 14px;
    margin: 0 auto 20px;
}
.oferta-poj a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
    color: #51D65A;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
}
.oferta-poj a:hover {
    color: #1F8426 !important;
}
.oferta-inner > .row .oferta-poj:nth-of-type(1) a:hover {
    color: #1A579E !important;
}
.oferta-inner > .row .oferta-poj:nth-of-type(6) a:hover {
    color: #B6A404 !important;
}
.oferta-poj a > i {
    font-size: 22px;
    line-height: 1;
}


/* -- Sekcja - CTA ofertowe -- */
.sekcja-cta-oferta {
    background-image: url('/wp-content/themes/dns-theme/images/cta-ofertowe-bg.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 350px;
    margin-top: 50px;
    box-shadow: 0px 1px 5px 0px rgb(144 144 144);
}
.cta-oferta-overlay {
    height: inherit;
    display: flex;
    align-items: center;
    background-color: #6d6b6b87;
}
.cta-oferta-tekst {
    text-align: center;
    max-width: 855px;
    margin: auto;
}
.cta-oferta-tekst > * {
    color: #fff;
    letter-spacing: 0.5px;
}
.cta-oferta-tekst > * > span {
    font-weight: 500;
}
.cta-oferta-tekst p:nth-of-type(1) {
    font-size: 35px;
    margin-bottom: 5px;
}
.cta-oferta-tekst p:nth-of-type(1) span {
    font-style: italic;
}
.cta-oferta-tekst p:nth-of-type(2) {
    font-size: 17px;
}
.cta-oferta-btn {
    display: block;
    width: fit-content;
    margin: 40px auto 0;
    color: #fff;
    font-size: 25px;
    letter-spacing: 1px;
    background-color: #51D65A;
    padding: 15px 30px;
    border-radius: 20px;
    border-top-right-radius: 0;
    box-shadow: 0px 2px 5px 0px rgb(95 95 95);
    transition: all 0.2s ease-in-out;
}
.cta-oferta-btn > i {
    margin-right: 5px;
}
.cta-oferta-btn:hover {
    scale: 1.1;
    color: #fff;
    background-color: #2FC639;
}


/* -- Content strony -- */
.sekcja-content {
    padding: 100px 0;
}
.sekcja-content h1 {
    font-size: 40px;
    margin-bottom: 15px;
    color: #545454;
}
.sekcja-content h2 {
    font-size: 30px;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #545454;
    font-weight: 500;
}
.sekcja-content h3 {
    font-size: 25px;
    margin-top: 20px;
    margin-bottom: 15px;
    color: #545454;
    font-weight: 500;
}
.sekcja-content p {
    font-size: 15px;
    color: #858585;
    margin-bottom: 15px;
}
.sekcja-content ul, 
.sekcja-content ol {
    margin-bottom: 15px;
}
.sekcja-content ul > li, 
.sekcja-content ol > li {
    font-size: 15px;
    color: #858585;
    margin-bottom: 5px;
}


/* -- Szablon "Kontakt" -- */
.kontakt-underheader {
    margin-bottom: 0 !important;
}
.kontakt-naglowek {
    width: 80% !important;
}


/* -- 404 -- */
.sekcja-404 {
    margin: 50px auto 150px;
}
.sekcja-404 h1 {
    font-size: 75px;
	margin: 80px 0 30px;
}
.sekcja-404 .page-content p {
    font-size: 20px;
}
.sekcja-404 .page-content a {
    color: #1F8426;
    font-weight: 600;
	font-size: inherit;
}



/* -- FOOTER -- */
.sekcja-bottom-kontakt {
    padding-top: 50px;
}
.bottom-kontakt-infoform {
    max-width: 850px;
    position: relative;
    z-index: 10;
    padding: 0 12px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -80px;
}
.bottom-kontakt-infoform > .row {
    padding: 20px;
    background-color: #fff;
    border-radius: 30px;
    box-shadow: 0px 0px 10px 0px rgba(147, 147, 147, 1);
}
.bottom-kontakt-formcol h2 {
    font-size: 30px;
    font-family: "Radley", serif !important;
    font-style: italic;
    font-weight: 400;
    color: #51D65A;
    text-align: left;
    margin-bottom: 40px;
    min-height: 42px;
    display: flex;
    align-items: center;
}
.bottom-kontakt-infocol {
    margin-left: 40px;
}
.bottom-kontakt-infocol h2 {
    font-size: 35px;
    margin-bottom: 40px;
    text-align: left;
}
.bottom-infocol-poj {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.bottom-infocol-poj img {
    width: 50px;
    margin-right: 15px;
}
.bottom-infocol-poj p:first-of-type {
    font-size: 18px;
    line-height: 1.2 !important;
    margin-bottom: 5px;
    font-weight: 500;
    line-height: normal;
}
.bottom-infocol-poj p {
    line-height: 1.3;
}
.bottom-mapka {
    height: 450px;
}

footer {
    background-color: #3dbfdf73;
}
footer .middle-underline {
    background-image: linear-gradient(#fff, #fff);
}
.footer-cont {
    padding: 40px 12px;
}
.footer-logo img {
    max-width: 80% !important;
}
.footer-contact-info h3, .footer-menu h3 {
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 20px;
    text-align: center;
}
.footer-contact-info-inner {
    padding-left: 50px;
}
.footer-cont i {
    margin-right: 20px;
    font-size: 30px;
    color: #fff;
}
.footer-adres,
.footer-contact-btn {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.footer-adres p {
    line-height: 1.4;
}
.footer-menu li {
    list-style-type: none;
    padding: 3px 0;
}

.copyright-footer {
    background-color: #3DBFDF;
    padding: 15px 30px;
    display: flex;
    justify-content: space-between;
}
.copyright-footer > * {
    color: #fff;
    font-size: 14px;
    transition: all 0.2s ease-in-out;
}
.copyright-footer a:hover {
    color: #231F20;
}

/*Tutaj zaczyna się CSS dla komputerów stacjonarnych*/
@media only screen and (min-width: 1399px) {
	.szybki-kontakt-sekcja {
		bottom: 20%;
	}

    .menu-menu-glowne-container ul#menu-menu-glowne li:hover > a {
        background-size: 100% 2px, auto;
        color: #000;
    }
    li.menu-item-has-children:hover > ul.sub-menu {
        display: block;
    }

    .sekcja-content > .container {
        max-width: 1200px;
    }

    .wpis-title h3 {
        min-height: 55px;
        display: flex;
        align-items: center;
    }
}
@media only screen and (min-width: 1399px) and (max-width: 1499px) {

}
@media only screen and (min-width: 1199px) and (max-width: 1499px) {
    .wpis-main {
        min-height: 350px;
    }
}
@media only screen and (min-width: 1199px) and (max-width: 1399px) {
    .sk-link img {
        width: 125px;
    }
    .wpis-title h3 {
        min-height: 80px;
        display: flex;
        align-items: center;
    }
}


/*Tutaj zaczyna się CSS dla laptopów*/
@media only screen and (min-width: 993px) and (max-width: 1399px) {
    .wpis-title h3 {
        min-height: 80px;
        display: flex;
        align-items: center;
    }
}
@media only screen and (min-width: 993px) and (max-width: 1199px){
    h2 {
        font-size: 34px;
    }
    h3 {
        font-size: 30px;
    }
    p, a, input {
        font-size: 15px;
    }

    .szybki-kontakt-sekcja {
        max-width: 170px;
    }
    .sk-link img {
        /* width: 70px; */
        width: 100px;
    }
    .sk-info p:last-of-type {
        font-size: 22px;
    }

    .menu-menu-glowne-container ul#menu-menu-glowne li > a {
        font-size: 14px;
    }
    #terapie-grupowe-lista, #terapie-indywidualne-lista {
        left: 195px;
    }

    .cta-oferta-tekst p:nth-of-type(1) {
        font-size: 32px;
    }
    .cta-oferta-btn {
        font-size: 22px;
    }

    .wpis-main {
        min-height: 400px;
    }

    .bottom-kontakt-infoform > .row {
        padding: 30px;
    }
    .footer-contact-info-inner {
        padding-left: 0px;
    }
}
@media only screen and (min-width: 993px) {
    /* HOVER */
    .middle-underline {
        background-image: linear-gradient(#EBF13B, #EBF13B);
        background-size: 0 2px, auto;
        background-repeat: no-repeat;
        background-position: center bottom;
        padding-bottom: 2px;
        transition: all 0.3s ease-in-out;
    }
    .middle-underline:hover {
        background-size: 100% 2px, auto;
        color: #000;
    }
    form input[type="submit"]:hover {
        scale: 1.1;
        background-color: #2FC639;
    }
    /* .szybki-kontakt-sekcja:hover {
        scale: 1.08;
    } */
    .kontakt-header a:hover {
        color: #231F20;
    }
    .socialmedia-icons-header a:hover {
        background-color: #2FC639;
        scale: 1.1;
    }
    .header-menu-szybkitel a:hover {
        color: #231F20;
        scale: 1.05;
        border-color: #51D65A;
    }
    .wpis-title h3:hover {
        scale: 1.02;
    }
    .wpis-link-btn:hover {
        scale: 1.1;
        color: #fff;
        background-color: #1FA1C1;
    }

    .oferta-poj a.middle-underline {
        background-image: linear-gradient(#51D65A, #51D65A);
        transition: all 0.4s ease-in-out;
    }
    .oferta-inner > .row .oferta-poj:nth-of-type(1) a.middle-underline {
        background-image: linear-gradient(#3DBFDF, #3DBFDF);
    }
    .oferta-inner > .row .oferta-poj:nth-of-type(6) a.middle-underline {
        background-image: linear-gradient(#EBF13B, #EBF13B);
    }

    .header-logo-cont img {
        max-width: 120px;
    }
}


/*Tutaj zaczyna się CSS dla tabletów*/
@media only screen and (max-width: 992px) {
    h2 {
        font-size: 35px;
    }
    h3 {
        font-size: 28px;
    }

    a:hover {
        color: #231F20;
    }

    .sekcja-onas-opinie h3 {
        margin-bottom: 60px;
    }

    .szybki-kontakt-sekcja {
        bottom: 0;
        min-width: 100%;
        border-radius: 0;
        padding: 15px 5px;
    }
    .sk-link > p:first-of-type {
        font-size: 17px;
        margin-bottom: 10px;
    }
    .sk-link > p:last-of-type {
        font-size: 18px;
        font-weight: 700;
        color: #2FC639;
    }

    .menu-menu-glowne-container, .menu-menu-glowne-container ul, .menu-menu-glowne-container li {
        width: 100%;
    }
    .menu-menu-glowne-container ul#menu-menu-glowne {
        display: block;
        padding-top: 20px;
    }
    .menu-menu-glowne-container ul#menu-menu-glowne > li > a {
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: center;
    }
    ul.sub-menu {
        position: initial;
        box-shadow: unset;
        padding: 10px 0 20px;
    }
    .sub-menu.open {
        display: block !important;
    }
    .menu-menu-glowne-container ul.sub-menu > li > a {
        display: block;
        line-height: 1.4;
    }
    ul.sub-menu > li {
        /* padding: 5px 10px; */
        padding: 8px 10px;
    }

    .page-content {
        margin: 70px 0;
    }

    .blog-more-btn {
        margin: 20px auto 0px;
    }
	
	.sekcja-404 h1 {
        font-size: 60px;
    }

    .bottom-kontakt-infoform > .row {
        justify-content: center;
        padding: 40px;
    }
    .bottom-kontakt-formcol {
        margin-bottom: 80px;
    }

    .bottom-mapka iframe {
        height: 450px !important;
    }
    footer {
        margin-bottom: 85px;
    }
    footer .middle-underline {
        background-image: unset;
    }
    .footer-logo {
        text-align: center;
        margin-bottom: 40px;
    }
    .footer-sm-icons {
        justify-content: center;
        align-items: center;
    }
    .footer-sm-icons a:first-of-type {
        margin-right: 40px;
    }
    .footer-sm-icons i {
        font-size: 50px !important;
        margin: 0;
    }
    .footer-contact-info-inner {
        padding-left: 0px;
    }
    .copyright-footer {
        padding: 15px;
    }
}
@media only screen and (min-width: 767px) and (max-width: 992px) {
    .wpis-kolumna:nth-of-type(3) {
        display: none;
    }
    
    .bottom-kontakt-infoform {
        max-width: 80%;
    }
}


/*Tutaj zaczyna się CSS dla komórek*/
@media only screen and (min-width: 500px) and (max-width: 767px) {
    .wpis-najnowsze {
        height: 100%;
        max-width: 80%;
        margin: auto;
    }
}
@media only screen and (max-width: 767px) {
    h2 {
        font-size: 25px;
    }
    h3 {
        font-size: 20px;
    }

    .sekcja-onas-opinie h3 {
        margin-bottom: 40px;
        font-size: 22px;
    }

    .header-logo-cont img {
        max-width: 100px;
    }
    main .container {
        padding: 0 20px;
    }

    .podstrona-header-content h1 {
        font-size: 35px;
        padding: 20px 0px;
    }
    .podstrona-underheader {
        margin: 60px 0;
    }
    .underheader-textbox {
        width: 100%;
    }

    .sekcja-aktualnosci {
        padding: 60px 0;
    }
    .wpis-title h3 {
        font-size: 20px;
    }

    .oferta-main {
        padding: 25px !important;
    }
    .oferta-main > p {
        max-width: 100%;
    }
    .oferta-poj img {
        max-width: 60px;
    }

    .cta-oferta-tekst p:nth-of-type(1) {
        font-size: 24px !important;
        margin-bottom: 10px;
    }
    .cta-oferta-tekst p:nth-of-type(2) {
        font-size: 18px;
    }
    .cta-oferta-btn {
        font-size: 20px;
        padding: 10px 20px;
        margin: 20px auto 0;
    }

    .sekcja-content {
        padding: 60px 0;
    }
    .sekcja-content h1 {
        font-size: 28px;
    }
    .sekcja-content h2 {
        font-size: 22px;
    }
    .sekcja-content h3 {
        font-size: 18px;
    }

    .kontakt-naglowek {
        width: 100% !important;
    }
	
	.sekcja-404 h1 {
		font-size: 50px;
	}
	.sekcja-404 .page-content p {
		font-size: 16px;
	}

    .bottom-kontakt-infoform {
        margin-bottom: 0;
    }
    .bottom-kontakt-infoform > .row {
        border-radius: 0px;
        padding: 25px 10px;
    }
    .bottom-kontakt-infoform .col-12:first-of-type {
        margin-bottom: 55px
    }
    .bottom-kontakt-formcol h2 {
        font-size: 26px;
        min-height: unset;
        justify-content: center;
        margin-bottom: 30px;
    }
    .bottom-kontakt-infocol {
        margin-left: 0px;
    }
    .bottom-kontakt-infocol h2 {
        font-size: 28px;
        margin-bottom: 30px;
        text-align: center;
    }
    .bottom-infocol-poj img {
        width: 30px;
    }
    .bottom-infocol-poj p:first-of-type {
        font-size: 16px;
    }
    .bottom-infocol-poj a,
    .bottom-infocol-poj p {
        font-size: 15px;
    }
    .bottom-mapka, 
    .bottom-mapka iframe {
        height: 320px !important;
    }

    .footer-logo {
        margin-bottom: 0;
    }
    .footer-sm-icons {
        margin-top: 10px;
        margin-bottom: 35px;
    }
    .footer-sm-icons i {
        font-size: 32px !important;
    }
    .footer-contact-info {
        margin-bottom: 35px;
    }
    .footer-cont i {
        font-size: 24px;
    }
    .copyright-footer {
        flex-direction: column;
        row-gap: 10px;
        text-align: center;
    }
}
@media only screen and (max-width: 399px) {
    p, a, input {
        font-size: 15px;
    }
	
	.sekcja-404 h1 {
        font-size: 35px;
    }
	.sekcja-404 .page-content p {
		font-size: 15px;
	}
}
@media only screen and (max-width: 350px) {
    .wpis-title h3 {
        font-size: 18px;
    }

    .cta-oferta-tekst p:nth-of-type(1) {
        font-size: 20px;
    }
    .cta-oferta-tekst p:nth-of-type(2) {
        font-size: 15px;
    }
    .cta-oferta-btn {
        font-size: 18px;
    }

    .bottom-infocol-poj a,
    .bottom-infocol-poj p {
        font-size: 14px;
    }
}