html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
    font-size: 14px;
    font-size: .85vw;
    scroll-behavior: smooth;
}

/* Fonts */
.oswald-<uniquifier> {
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
}

.open-sans-<uniquifier> {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

/* ================= HEADER TOP ================= */

.site-header-top {
    display: flex;
    justify-content: center;
    min-height: 7rem;
    align-items: center;
    background: #F4F2FF;
}

.site-header-top-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 62rem;
}

img.custom-logo {
    max-width: 14rem;
    padding-top: 0.2rem;
}

.site-header-top-right {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.site-header-archiwum a {
    font-family: Oswald;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 100%;
    color: #17008D !important;
    text-decoration: none;
    margin-left: 6rem;
}

/* ================= MENU ================= */

.site-header-menu {
    background: url(/wp-content/uploads/2025/12/Group-3715.png) no-repeat center;
    background-size: contain;
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 85rem;
    margin: 0 auto;
    min-height: 6.5rem;
}

.menu-menu-1-container a {
    font-family: Oswald;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 100%;
    color: #1E1E1E !important;
    padding: 1rem 3rem;
}

.main-navigation {
    display: flex;
    justify-content: center;
    padding-top: 1.5rem;
}

@media screen and (min-width: 37.5em) {
    .main-navigation ul {
        display: flex;
        justify-content: center;
    }
}

header#masthead {
    position: relative;
    z-index: 2;
}

/* ================= TOP SECTION ================= */

.home-top-page-section {
    position: relative;
    z-index: 0;
    margin-top: -6.8rem;
    min-height: 46rem;
    padding-top: 13rem;
    background: url(/wp-content/uploads/2025/12/Rectangle-5.png) no-repeat;
    background-size: cover;
    border: none;
}

.home-top-page-title {
    font-family: Oswald;
    font-weight: 400;
    font-size: 3rem;
    color: #17008D;
    line-height: 1.2;
}

.home-top-page-content {
    width: 100%;
    max-width: 56rem;
    margin: 0 auto;
    min-height: 14.5rem;
    padding: 4rem 2rem 1rem;
    text-align: center;
    border-radius: 1rem;
    background: #fff;
    margin-bottom: 6.75rem;
}

.home-top-page-descr {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 160%;
    padding-top: 1rem;
    padding-bottom: 0.5rem;
    color: #1E1E1E;
}

/* Bottom shape */
.home-top-bottom-block {
    background: url(/wp-content/uploads/2025/12/Group-3715.png) no-repeat center;
    background-size: contain;
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 85rem;
    margin: 0 auto;
    min-height: 6.5rem;
    transform: rotate(180deg);
}

.home-top-bottom-block-content {
    transform: rotate(180deg);
}

.arrow-button {
    display: flex;
    justify-content: center;
    animation: bounce 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
    cursor: pointer;
}

@keyframes bounce {
    50% {
        transform: translateY(-15px);
    }
}

.content-page {
    padding: 0 4rem;
}

/* ================= BLOG SECTION ================= */

.najnowsze-artykuly-home-section {
    padding-top: 10rem;
    padding-bottom: 6rem;
    background: #F4F2FF;
}

.blue-title {
    font-family: Oswald;
    font-weight: 400;
    font-size: 2.4rem;
    color: #17008D;
    line-height: 1.2;
    text-align: center;
    padding-bottom: 1rem;
}

.najnowsze-artykuly-home-content {
    width: 100%;
    max-width: 80rem;
    margin: 4rem auto 2rem;
}

.najnowsze-artykuly-posts-wrapper {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

/* Column 1 */
.najnowsze-artykuly-column-1 {
    width: 39rem;
}

.najnowsze-artykuly-column-1 article.big-post {
    border-radius: 1rem;
    padding: 2.5rem 1.5rem 2.5rem 2.1rem;
    position: relative;
    background: #fff;
}

.big-post-img {
    width: 100%;
}

/* Category on big post */
.najnowsze-artykuly-column-1 .post-category {
    position: absolute;
    top: 4rem;
    left: 3.5rem;
    box-shadow: 0px 4px 4px #00000040;
    background: #fff;
    padding: 0.7rem 0.9rem;
    border-radius: 2rem;
}

.post-category a {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 1rem;
    text-align: center;
    color: #000;
    text-decoration: none;
}

/* Author */
.post-meta-author img {
    width: 100%;
    display: block;
    height: auto;
}

.post-meta-author {
    width: 5rem;
    height: 5rem;
    border-radius: 3rem;
    overflow: hidden;
    margin-right: 1.5rem;
}

.big-post-content {
    padding-top: 1rem;
}

.big-post-content .post-meta {
    display: flex;
    flex-direction: row;
}

.author-name {
    font-family: Open Sans;
    font-weight: 600;
    font-size: 1.2rem;
    color: #17008D;
    padding-top: 0.9rem;
    padding-bottom: 0.5rem;
}

.post-meta-data {
    color: #1E1E1E99;
    font-size: 1.2rem;
}

.big-post-title {
    padding: 1.4rem 0 1rem;
}

.big-post-title h2 {
    margin: 0;
}

.big-post-title a {
    font-family: Oswald;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.4;
    text-transform: uppercase;
    color: #1E1E1E;
    text-decoration: none;
}

.big-post-excerpt {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 160%;
    color: #000;
    padding-bottom: 1.7rem;
}

a.read-more {
    font-family: Open Sans;
    font-weight: 700;
    font-size: 1.1rem;
    color: #17008D;
    text-decoration: none;
    display: flex;
    justify-content: flex-end;
}

/* ========== SMALL POSTS (RIGHT COLUMN) ========== */

.small-post {
    margin-bottom: 1.3rem;
    width: 39rem;
    display: flex;
    flex-direction: row;
    padding: 1.6rem 1rem;
    border-radius: 1rem;
    background: #fff;
    min-height: 15.2rem;
}

.small-post-img {
    width: 100%;
    max-width: 14.5rem;
    margin-right: 1.6rem;
    background-position: center;
}

.small-post-content {
    width: 100%;
    max-width: 20rem;
}

.small-post-content .post-category {
    box-shadow: 0px 4px 4px #00000040;
    background: #fff;
    padding: 0.35rem 0.9rem;
    border-radius: 2rem;
    position: relative;
    display: inline-flex;
    width: auto;
    max-width: max-content;
}

.small-post-content .post-category a {
    font-size: 0.9rem;
}

.small-post-title {
    padding-top: 1rem;
    max-height: 5rem;
    overflow: hidden;
}

.small-post-title h3 {
    margin: 0;
}

.small-post-title a {
    font-family: Oswald;
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 1.4;
    text-transform: uppercase;
    color: #1E1E1E;
    text-decoration: none;
}

/* Small post meta */
.small-post-post-meta {
    display: flex;
    align-items: center;
}

.najnowsze-artykuly-column-2 .small-post-post-meta {
    display: flex;
    align-items: center;
    max-width: 14rem;
}

.small-post-post-meta .post-meta-author {
    width: 2rem;
    min-width: 2rem;
    height: 2rem;
    margin-right: 0.5rem;
}

.small-post-post-meta .author-name {
    font-size: 1rem;
    padding-top: 0rem;
    padding-bottom: 0;
    max-width: 7rem;
}

.small-post-separator {
    color: #1E1E1E99;
    font-size: 1rem;
    margin: 0 1rem 0;
}

.najnowsze-artykuly-column-2 .small-post-separator {
    margin: 0 0.6rem 0;
}

.small-post-content .post-meta {
    padding-bottom: 1rem;
    display: flex;
    align-items: center;
    padding-top: 0.5rem;
}

.small-post-content .post-meta .post-meta-data {
    color: #1E1E1E99;
    font-size: 1rem;
    padding-top: 0;
}

.small-post-img a,
.big-post-img a {
    width: 100%;
    display: block;
}

.small-post-img img,
.big-post-img img {
    width: 100%;
}

.category-home-content {
    padding-top: 5rem;
}

.categories-list {
    display: flex;
    justify-content: center;
    flex: 1;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    max-width: 80rem;
    margin: 0 auto;
}

.category-item {
    width: 17.16rem;
    margin: 0 1rem 4.5rem 1rem;
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 17.16rem;
    background: #fff;
    transition: background 0.3s ease;
    position: relative;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.category-item:hover {
    background: #d8efff;
}

.category-item-wpis-count {
    position: absolute;
    top: -1.5rem;
    background: #17008D;
    font-family: Open Sans;
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 100%;
    text-align: center;
    color: #fff;
    width: 9rem;
    height: 3.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2rem;
}

.category-item a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    text-decoration: none;
    padding: 4rem 0 2rem;
}

.category-item img {
    max-height: 6rem;
    max-width: 6rem;
    margin-bottom: 1rem;
}

.category-item h2 {
    font-family: Oswald;
    font-weight: 400;
    font-size: 1.65rem;
    color: #1E1E1E !important;
    padding: 0 2rem;
    text-align: center;
    line-height: 1.4;
    margin: 0;
    min-height: 3rem;
}

.category-home-button {
    width: 100%;
    max-width: 72rem;
    margin: 0.9rem auto;
    text-align: right;
}

.category-home-button a {
    font-family: Open Sans;
    font-weight: 700;
    font-size: 1.1rem;
    color: #17008D;
    text-decoration: none;
}

.category-home-section {
    background: #F4F2FF;
    padding-bottom: 5rem;
}

.small-post a.read-more {
    font-size: 1rem;
}

.marki-home-section {
    padding-top: 4.3rem;
    padding-bottom: 6rem;
    background: #F4F2FF;
}

.marki-home-section .blue-title {
    text-align: left;
    padding-left: 16rem;
}

.marki-home-content {
    width: 100%;
    max-width: 87rem;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex: 1;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    padding-top: 4rem;
}

.marki-home-content > div {
    width: 19%;
    margin: 0 2rem;
    padding: 0 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3.4rem;
}

.marki-home-content > div img {
    max-height: 4.5rem;
    max-width: 13.5rem;
    transition: transform 0.3s ease; 
}

.marki-home-content > div:hover img {
    transform: scale(1.1); 
}

.blue-title-descr {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 160%;
    padding-top: 0.6rem;
    padding-bottom: 0.5rem;
    color: #1E1E1E;
    text-align: center;
    padding-bottom: 1rem;
}

.webinaria-home-section {
    background: #F4F2FF;
    padding-bottom: 4rem;
}

.webinaria-home-section .category-home-button {
    text-align: center;
}

.webinaria-home-content {
    padding-top: 4rem;
    width: 100%;
    max-width: 76.5rem;
    margin: 0 auto;
    padding-bottom: 0.3rem;
}

.webinar-item {
    display: flex;
    flex-direction: row;
    position: relative;
    padding: 1.8rem 2rem 1.5rem 2.8rem;
    margin-bottom: 3.8rem;
    border-radius: 1rem;
    background: #fff;
}

.webinars-list .post-category {
    position: absolute;
    top: 1.5rem !important;
    right: 2rem;
    left: auto !important;
    box-shadow: 0px 4px 4px #00000040;
    background: #fff;
    padding: 0.5rem 0.9rem;
    border-radius: 2rem;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 0.9rem;
    text-align: center;
    color: #000;
    text-decoration: none;
    display: inline-flex;
    width: max-content;
    left: auto;
}

.webinar-img {
    width: 27.3rem;
    position: relative;
}

.webinar-content-block {
    width: 44rem;
    padding-left: 1.6rem;
}

.webinar-meta {
    display: flex;
    font-family: Open Sans;
    font-weight: 600;
    font-size: 1rem;
    line-height: 100%;
    text-align: center;
    color: #1E1E1E;
    padding-top: 0.2rem;
}

.webinar-meta div {
    display: flex;
    align-items: center;
    margin-right: 2rem;
}

.webinar-data img {
    width: 1.3rem;
    margin-right: 0.9rem;
}

.webinar-time img {
    width: 1.5rem;
    margin-right: 0.9rem;
}

.webinar-title h2 {
    font-family: Oswald;
    font-weight: 400;
    font-size: 1.9rem;
    line-height: 1.45;
    text-transform: uppercase;
    color: #1E1E1E;
    text-decoration: none;
    margin: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 7rem;
}

.webinar-content {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 160%;
    padding-bottom: 0.5rem;
    color: #1E1E1E;
    line-height: 1.2;
}

.webinar-prowadzacy {
    font-family: Open Sans;
    font-weight: 600;
    font-size: 1rem;
    line-height: 100%;
    color: #17008D;
    padding: 0.7rem 0 2.5rem;
}

.webinar-button a {
    font-family: Open Sans;
    font-weight: 700;
    font-size: 1.1rem;
    line-height: 100%;
    text-align: center;
    color: #fff;
    text-decoration: none;
    background: #17008D;
    display: inline-flex;
    width: auto;
    max-width: max-content;
    min-width: 23rem;
    justify-content: center;
    align-items: center;
    min-height: 4rem;
    border-radius: 1.3rem;
    padding: 0.2rem 2rem;
}

.webinar-button img {
    width: 1.3rem;
    margin-left: 1rem;
}

.webinar-img:before {
    content: '';
    position: absolute;
    top: 1.7rem;
    left: 1.5rem;
    width: 2.5rem;
    height: 1.5rem;
    background: url(/wp-content/uploads/2025/12/Group-3676-1.svg) no-repeat;
    background-size: contain;
    z-index: 1;
}

.newsletter-home-section {
    padding-top: 5.2rem;
    position: relative;
    overflow-x: hidden;
    padding-bottom: 6rem;
    background: #F4F2FF;
}

.newsletter-home-content {
    padding: 0 2.7rem;
    display: flex;
    flex-direction: row;
}

.newsletter-home-img {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    margin-top: 2rem;
    position: relative;
    min-height: 32rem;
}

.newsletter-home-img img {
    width: 52.5rem;
    position: absolute;
    right: -7rem;
    top: 0rem;
    max-width: max-content;
}

.newsletter-home-left {
    width: 50%;
    padding-left: 13rem;
}

.newsletter-home-title {
    font-family: Oswald;
    font-weight: 400;
    font-size: 2.5rem;
    line-height: 1.45;
    color: #1E1E1E;
    padding-right: 5rem;
    padding-bottom: 2.3rem;
}

.newsletter-home-left {
    width: 50%;
    padding-left: 13rem;
}

.newsletter-home-title b {
    color: #17008D;
    font-weight: 400;
}

.newsletter-home-descr {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 1.1rem;
    padding-bottom: 1.5rem;
    color: #1E1E1E;
    line-height: 1.6;
    padding-right: 4rem;
}

.newsletter-row p {
    display: flex;
}

.newsletter-row input {
    box-shadow: 0px 4px 4px 0px #00000040 !important;
    background: #fff;
    width: 17.3rem;
    margin-right: 2.3rem;
    border: none;
    padding: 0.4rem 0.7rem;
    border-radius: 0.5rem;
    color: #00000099;
    font-size: 1.1rem;
}

.newsletter-row select {
    box-shadow: 0px 4px 4px 0px #00000040;
    background: #fff;
    width: 17.5rem;
    border: none;
    padding: 0.4rem 0.7rem;
    border-radius: 0.5rem;
    color: #00000099;
    font-size: 1.1rem;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(/wp-content/uploads/2025/12/Frame-26.png);
    background-repeat: no-repeat;
    background-position: right 0rem center;
    background-size: 2.2rem;
    padding-right: 0.5rem;
    cursor: pointer;
}

.newsletter-row-text p {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 1.1rem;
    padding-bottom: 0;
    color: #1E1E1E;
    line-height: 1.6;
    margin: 0;
}

.newsletter-checkbox {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 0.9rem;
    padding-bottom: 0;
    color: #1E1E1E;
    line-height: 1.3;
}

.newsletter-checkbox a {
    color: #17008D;
    text-decoration: none;
}

.newsletter-home-form input.wpcf7-submit {
    font-family: Open Sans;
    font-weight: 700;
    font-size: 1.1rem;
    line-height: 100%;
    background: #17008D;
    border: none;
    color: #fff;
    margin-top: 1rem;
    padding: 1.4rem 2.2rem;
    border-radius: 1.3rem;
}

.newsletter-home-section:before {
    content: '';
    position: absolute;
    left: 0;
    top: 5rem;
    width: 7rem;
    height: 34.5rem;
    z-index: 1;
    background: url(/wp-content/uploads/2025/12/Group-3680.png) no-repeat;
    background-size: contain;
}

.newsletter-home-section:after {
    content: '';
    position: absolute;
    right: 0;
    top: 5rem;
    width: 7rem;
    height: 34.5rem;
    z-index: 1;
    background: url(/wp-content/uploads/2025/12/Group-3681.png) no-repeat;
    background-size: contain;
    background-position: right;
}

:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}

.poleca-home-section {
    padding-top: 2.6rem;
    padding-bottom: 9.8rem;
    background: #F4F2FF;
}

.poleca-home-content {
    width: 95%;
    margin: 4rem auto 0;
    display: flex;
    padding-bottom: 1.6rem;
    border-radius: 1.3rem;
    background: #fff;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.poleca-home-block {
    width: 50rem;
    padding-left: 13rem;
    padding-top: 3.5rem;
}

.poleca-button {
    box-shadow: 0px 4px 4px #00000040;
    padding: 0.5rem 1.8rem;
    border-radius: 2rem;
    font-family: Open Sans;
    font-weight: 600;
    font-size: 1rem;
    text-align: center;
    text-decoration: none;
    display: inline-flex;
    background: #F4F2FF;
    color: #17008D;
}

.poleca-title {
    font-family: Oswald;
    font-weight: 400;
    font-size: 1.9rem;
    line-height: 1.45;
    color: #1E1E1E;
    padding-bottom: 0.5rem;
    padding-top: 2.5rem;
}

.poleca-descr p {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 1.1rem;
    color: #1E1E1E;
    line-height: 1.5;
    margin: 0;
    padding-top: 0.8rem;
}

.poleca-descr {
    padding-bottom: 3.7rem;
}

.poleca-home-row {
    display: flex;
    flex-direction: row;
}

.poleca-home-row div {
    width: 9.8rem;
    margin-right: 2.2rem;
}

.poleca-home-row div:last-child {
    margin-right: 0;
}

.poleca-home-row div img {
    width: 100%;
}

.poleca-home-img-block img {
    width: 31rem;
    margin-top: -2.5rem;
    margin-left: 7.5rem;
}

.footer-content-row {
    display: flex;
}

.footer-block-adress {
    display: flex;
}

.footer-content-bottom {
    display: flex;
}

.footer-img-top {
    width: 100%;
    max-width: 85rem;
    margin: -1px auto 0;
}

.footer-content {
    width: 100%;
    max-width: 85rem;
    margin: 3.5rem auto 5rem;
}

.footer-logo {
    width: 16.5rem;
    margin-bottom: 1.2rem;
}

.footer-logo-text {
    font-family: Open Sans;
    font-weight: 600;
    font-size: 1.45rem;
    line-height: 100%;
    color: #17008D;
    margin-bottom: 4.7rem;
}

.footer-block-adress div {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 0.9rem;
    line-height: 100%;
    color: #1E1E1E;
    min-width: 9rem;
    padding-top: 0.5rem;
}

.footer-block-adress div a {
    color: #1E1E1E;
}

.footer-block-menu ul {
    display: flex;
    padding: 0;
    margin: 0;
    padding-top: 0.4rem;
    align-items: center;
}

.footer-block-menu ul li {
    list-style: none;
    color: #000;
    font-size: 1.1rem;
    margin: 0 2rem 0 2.5rem;
}

.footer-block-adress {
    display: flex;
    margin-right: 9.3rem;
}

.footer-block-menu ul li a {
    font-family: Oswald;
    font-weight: 500;
    font-size: 1.1rem;
    line-height: 100%;
    text-align: center;
    color: #17008D;
    text-decoration: none;
}

.footer-content-bottom {
    width: 100%;
    max-width: 85rem;
    margin: 0 auto 1rem;
    position: relative;
    display: flex;
    align-items: center;
}

.footer-polityka-prywatnosci a {
    font-family: Open Sans;
    font-weight: 600;
    font-size: 0.9rem;
    line-height: 100%;
    color: #17008D;
    text-decoration: none;
}

.footer-coop {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 0.9rem;
    color: #000;
    line-height: 1.3;
    margin-left: 12%;
}


/* Фон попапа */
.cont-form-popup {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    background: #D9D9D999;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
}

/* Активний стан */
.cont-form-popup.active {
    opacity: 1;
    visibility: visible;
}

/* Блок попапа */
.cont-form-popup-block {
    background: #fff;
    border-radius: 1.2rem;
    max-width: 40.5rem;
    width: 90%;
    padding: 5.3rem 4rem;
    position: relative;
    min-height: 32.7rem;
    display: flex;
    flex-direction: column;
    border-radius: 1.5rem;
    border: 0.2rem solid #17008D;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.cont-form-popup .close {
    position: absolute;
    top: 1.2rem;
    right: 1.3rem;
    cursor: pointer;
}

body.popup-open {
    overflow: hidden;
}

.cont-form-popup-title {
    font-family: Oswald;
    font-weight: 400;
    font-size: 2.5rem;
    line-height: 1.5;
    color: #1E1E1E;
    text-decoration: none;
    text-align: center;
    padding: 0 3rem 1.7rem;
}

.cont-form-popup-title span {
    color: #17008D;
}

.cont-form-popup-descr {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 160%;
    color: #000;
    padding-bottom: 1.5rem;
    text-align: center;
}

.cont-form-popup-blue-text {
    font-family: Open Sans;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 100%;
    color: #17008D;
    padding: 0.5rem 0 0;
    text-align: center;
}

.artykuly-section {
    position: relative;
    z-index: 1;
    margin-top: -6.8rem;
    padding-top: 8.7rem;
    /*background: url(/wp-content/uploads/2025/12/an-architecture-model-with-shop-drawing-paper-and-2024-12-03-00-04-22-utc-scaled.jpg);*/
    background-size: cover;
    background-position: center;
}

.artykuly-section:before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.7); /* #fff 70% */
    pointer-events: none;
}

.content-page-artykuly {
    width: 100%;
    max-width: 71rem;
    margin: 0 auto;
    min-height: 20.9rem;
    padding-bottom: 3.5rem;
    position: relative;
    z-index: 1;
}

.breadcrumb-artykuly a {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 0.9rem;
    line-height: 1.3;
    text-align: center;
    text-decoration: none;
    color: #1E1E1E;
}

.breadcrumb-artykuly {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 0.9rem;
    line-height: 1.3;
    color: #1E1E1E;
}

.breadcrumb-artykuly div:last-child a,
.breadcrumb-artykuly div:last-child {
    color: #17008D;
    font-weight: 600;
}

.breadcrumb-artykuly img {
    margin: 0 0.5rem;
}

.content-page-artykuly h1 {
    margin: 0;
    font-family: Oswald;
    font-weight: 400;
    font-size: 2.9rem;
    line-height: 100%;
    color: #17008D;
    padding: 7.4rem 0 2rem;
}

.artykuly-section .content-page {
    border: 1px solid;
    width: 100%;
    max-width: 89rem;
    margin: 0 auto;
    padding-left: 5rem;
    padding-top: 4.6rem;
}

.artykuly-content-sort {
    padding-left: 4rem;
}

.filtr-top,
.sortuj-top {
    box-shadow: 0px 4px 4px #00000040;
    background: #fff;
    padding: 0.5rem 1.4rem;
    border-radius: 0.7rem;
    position: relative;
    display: inline-flex;
    width: auto;
    max-width: max-content;
    font-size: 1.1rem;
    cursor: pointer;
    margin-bottom: 1.6rem;
}

.filtr-top img,
.sortuj-top img {
    width: 1.2rem;
    margin-right: 0.5rem;
}

.filtr-option,
.sort-option {
    background: #fff; 
    border-radius: 0.7rem;
    position: relative;
    display: inline-flex;
    width: auto;
    max-width: max-content;
    font-size: 1.1rem;
    margin-right: 1rem;
    padding: 0.35rem 1rem;
    margin-bottom: 1rem;
    cursor: pointer;
}

.filtr-option.active,
.sort-option.active,
.filtr-option:hover,
.sort-option:hover {
    background: #E3E3E3;
}

.artykuly-content-post-big-title {
    margin: 0;
    font-family: Oswald;
    font-weight: 400;
    font-size: 2.5rem;
    line-height: 100%;
    color: #17008D;
    padding: 4.4rem 0 5.3rem 4rem;
}

.sortuj-body { display:none; }
.sortuj-body.active { display:block; }

.artykuly-section-body {
    padding-bottom: 4.2rem;
    background: #F4F2FF;
}

.pagination {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    justify-content: center;
    margin-top: 0.5rem;
}

.pagination-number, .pagination-arrow {
    padding: 0.5rem;
    border-radius: 2rem;
    text-decoration: none;
    background: #fff;
    color: #000;
    box-shadow: 0px 4px 4px 0px #00000040;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 1rem;
    line-height: 100%;
    width: 2.4rem;
    height: 2.4rem;
    margin: 0 0.45rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

 .pagination-arrow {
    background: transparent;
    box-shadow: none;
    color: #17008D;
    font-weight: 600;
 }

.pagination-number.active { background:#17008D; color:#fff; }

.pagination-dots { padding:0 0.5rem; }


.artykuly-content-page {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 89rem;
    margin: 0 auto;
    padding-left: 5rem;
    min-height: 50rem;
    padding-top: 4.8rem;
}

p.no-posts {
    padding-left: 4rem;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 160%;
    color: #000;
    margin: 2rem 0;
}

.artykuly-post {
    width: 57rem;
    display: flex;
    min-height: 21.7rem;
    margin-bottom: 4rem;
    border-radius: 1rem;
    padding: 2rem 2.8rem;
    background: #fff;
}

.category-description {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 160%;
    width: 100%;
    max-width: 45rem;
    color: #000;
}

.artykuly-post-content {
    width: 29rem;
    padding-left: 1.5rem;
}

.artykuly-post-img {
    width: 22rem;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.artykuly-post-img img {
    height: 100%;
}

.artykuly-content-post .post-category {
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
}

.artykuly-content-post .post-category a {
    padding: 0.05rem 0.9rem;
    border-radius: 2rem;
    font-size: 0.8rem;
    box-shadow: 0px 4px 4px #00000040;
    background: #fff;
    font-size: 0.8rem;
    color: #000;
}

.artykuly-post-title h3 {
    margin: 0;
}

.artykuly-post-title a {
    font-family: Oswald;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.4;
    text-transform: uppercase;
    color: #1E1E1E;
    text-decoration: none;
}

.artykuly-post .post-meta {
    display: flex;
    align-items: center;
    padding-top: 0.3rem;
}

.artykuly-post-excerpt {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 160%;
    color: #000;
    padding-top: 0.6rem;
    height: 7.5rem;
}

.artykuly-content-sidebar-block {
    box-shadow: 0px 4px 4px 0px #00000040;
    background: #fff;
    width: 23.6rem;
    margin-top: 6.5rem;
    border-radius: 1rem;
    padding: 4.5rem 1.7rem 4rem;
}

.artykuly-search-block button {
    padding: 0;
    border: none;
    background: #17008D;
    box-shadow: 0px 4px 4px #00000040;
    width: 2.8rem;
    height: 2.4rem;
    border-radius: 0 0.6rem 0.6rem 0;
}

.artykuly-search-block form {
    position: relative;
    display: flex;
    align-items: center;
}

.artykuly-search-block form input[type="text"] {
    background: transparent;
    width: 15.6rem;
    color: #1E1E1E99;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 100%;
    box-shadow: 0px 4px 4px #00000040 !important;
    border: none;
    border-radius: 0.6rem 0 0 0.6rem;
    padding: 0.3rem 0.5rem 0.5rem 2rem;
    position: relative;
    z-index: 0;
    /*background: rgba(255,255,255,0.1);*/
    background: #fff;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.25);
}

.search-block-close {
    position: absolute;
    right: 5rem;
    font-family: Open Sans;
    font-weight: 700;
    font-size: 2rem;
    color: #17008D;
    cursor: pointer;
    z-index: 1;
    transition: transform 0.3s ease;
}

.search-block-close:hover {
    transform: scale(1.1);
}

.artykuly-search-block button img {
    width: 1.5rem;
    cursor: pointer;
}

.sidebar-categories-title {
    font-family: Oswald;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.4;
    text-transform: uppercase;
    color: #1E1E1E;
    padding-top: 5.3rem;
    padding-left: 0.6rem;
    padding-bottom: 2.5rem;
}

.sidebar-categories ul {
    padding: 0;
    margin: 0;
}

.sidebar-categories ul li {
    list-style: none;
    position: relative;
    padding-left: 2.8rem;
    padding-bottom: 0.6rem;
    display: inline-flex;
    width: max-content;
    padding-top: 0.5rem;
    padding-right: 1.5rem;
    border-radius: 0.6rem;
    margin: 0.3rem 0;
}

.sidebar-categories ul li.active {
    background: #F4F2FF;
}

.sidebar-categories ul li.active a {
    color: #17008D;
}

.sidebar-categories ul li:before {
    content: '';
    background: url(/wp-content/uploads/2025/12/Frame-202.png) no-repeat;
    width: 1.1rem;
    height: 0.2rem;
    position: absolute;
    left: 0.5rem;
    top: 1rem;
}

.sidebar-categories li a {
    text-decoration: none;
    font-family: Open Sans;
    font-weight: 600;
    font-size: 1rem;
    line-height: 100%;
    color: #000;
}

.post-meta-content-data-block {
    display: flex;
    align-items: center;
    color: #1E1E1E99;
    font-size: 1.2rem;
}

.small-post-content .post-time {
    color: #1E1E1E99;
    font-size: 1rem;
    min-width: 4rem;
}

.post-page-top-section {
    padding: 2rem 0;
}

.post-page-top-section .breadcrumb-artykuly {
    width: 100%;
    max-width: 71rem;
    margin: 0 auto;
}

.single-page-content {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 89rem;
    margin: 0 auto;
    padding-left: 5rem;
    min-height: 50rem;
    padding-top: 4.8rem;
}

.artykuly-content-sidebar-newsletter {
    box-shadow: 0px 4px 4px 0px #00000040;
    background: #fff;
    width: 23.6rem;
    margin-top: 21rem;
    border-radius: 1rem;
    padding: 2rem 1.7rem 1rem;
    border: 0.2rem solid #17008D;
    position: relative;
}

.artykuly-content-sidebar-newsletter .newsletter-row p {
    display: flex;
    flex-direction: column;
}

.post-page-content {
    padding: 0 7rem 0 4rem;
}

.post-page-content .post-category a {
    box-shadow: 0px 4px 4px #00000040;
    background: #fff;
    padding: 0.6rem 1.1rem;
    border-radius: 2rem;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 0.9rem;
    text-align: center;
    color: #000;
    text-decoration: none;
}

.post-page-content .post-category {
    padding-top: 0.1rem;
}

.post-page-title h1 {
    font-family: Oswald;
    font-weight: 400;
    font-size: 2.9rem;
    color: #17008D;
    line-height: 1.5;
    text-align: left;
    padding-bottom: 2.3rem;
    margin: 0;
    padding-top: 1rem;
}

.post-page-content .small-post-post-meta .post-meta-author {
    width: 5rem;
    height: 5rem;
    margin-right: 1.3rem;
}

.post-meta-row {
    display: flex;
    flex-direction: column;
}

.post-meta-data-time {
    display: flex;
    align-items: center;
    color: #1E1E1E99;
    font-size: 1.1rem;
}

.post-meta-data-time img {
    width: 1.4rem;
    margin-right: 1rem;
}

.post-meta-data-time .small-post-separator {
    font-size: 1.2rem;
}

.single-page-content article header.entry-header {
    display: none;
}

.small-post-post-meta .small-post-post-meta .author-name {
    font-size: 1.1rem;
    padding-top: 0rem;
    padding-bottom: 0;
    margin-top: -0.2rem;
}

.single-page-content article {
    padding-top: 2.3rem;
}

.single-page-content .entry-content {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 160%;
    color: #000;
    padding-bottom: 1.7rem;
}

.single-page-content .entry-content h2 {
    font-family: Oswald;
    font-weight: 400;
    font-size: 2.4rem;
    color: #000;
    line-height: 1.5;
    padding: 2rem 0 0.1rem;
}

.single-page-content .entry-content h3 {
    font-family: Oswald;
    font-weight: 400;
    font-size: 2rem;
    color: #000;
    line-height: 1.5;
    padding: 2rem 0 0.1rem;
}

.single-page-content .entry-content ul {
    margin: 0;
    padding: 0 2rem;
}

.wp-block-button a {
    font-family: Open Sans;
    font-weight: 700;
    font-size: 1.1rem;
    line-height: 100%;
    text-align: center;
    color: #fff;
    text-decoration: none;
    background: #17008D;
    display: inline-flex;
    width: auto;
    max-width: max-content;
    justify-content: center;
    align-items: center;
    min-height: 4rem;
    border-radius: 1.3rem;
    min-width: 16.5rem;
    position: relative;
    padding: 0.5rem 1.5rem 0.5rem 0.5rem;
}

.wp-block-button a:after {
    content: '';
    position: absolute;
    right: 1.5rem;
    height: 1.3rem;
    width: 1.3rem;
    background: url(/wp-content/uploads/2025/12/Group-146-1.svg) no-repeat;
    background-size: cover;
}

.artykuly-content-sidebar-newsletter-title {
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 1.4;
    text-transform: uppercase;
    color: #1E1E1E;
    padding-right: 2rem;
    padding-top: 0.2rem;
    font-family: 'Open Sans';
    padding-bottom: 0.7rem;
}

.artykuly-content-sidebar-newsletter-title span {
    color: #17008D;
}

.artykuly-content-sidebar-newsletter .newsletter-row input {
    width: 18.3rem;
        margin-bottom: 1.2rem;
}

.artykuly-content-sidebar-newsletter .newsletter-row select {
    width: 18rem;
}

.artykuly-content-sidebar .artykuly-content-sidebar-block {
    margin-top: 2.5rem;
}

.page-template-artykuly-page .artykuly-content-sidebar .artykuly-content-sidebar-block {
    margin-top: 6.5rem;
}

.artykuly-content-sidebar-newsletter p:has(.wpcf7-submit) {
    margin-top: 0;
}

.post-page-body-section {
    background: #F4F2FF;
}

.post-page-content article footer.entry-footer {
    display: none;
}

.post-page-autor-block-title {
    font-family: Oswald;
    font-weight: 400;
    font-size: 2.4rem;
    color: #000;
    line-height: 1.5;
    padding-top: 3.4rem;
    padding-bottom: 2.2rem;
}

.post-page-autor-block-row {
    display: flex;
}

.post-page-autor-avatar {
    width: 8rem;
    height: 8rem;
    margin-right: 1.3rem;
}

.post-page-autor-avatar img {
    width: 100%;
}

.post-page-autor-descr {
    width: calc(100% - 12rem);
}

.post-page-autor-name {
    font-family: Open Sans;
    font-weight: 600;
    font-size: 1.1rem;
    color: #17008D;
    padding-top: 0.1rem;
    padding-bottom: 0.5rem;
}

.post-page-autor-info {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    color: #000;
    padding-top: 0.3rem;
}

.comments-block-single-page {
    border: 1px solid #E3E3E3;
    margin: 4.2rem;
    width: 100%;
    max-width: 63.6rem;
    margin-left: 11.4rem;
    border-radius: 1.3rem;
    /*padding: 3rem 5.3rem 3rem 7.3rem;*/
    background: #E3E3E3;
    margin-bottom: 3rem;
}

.comments-block-single-page h3 {
    font-weight: 600;
    font-size: 1.9rem;
    line-height: 1.4;
    color: #1E1E1E;
    padding-right: 2rem;
    padding-top: 0.2rem;
    font-family: 'Open Sans';
    margin: 0.5rem 0 2.5rem;
}

.comments-block-single-page p.logged-in-as {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 160%;
    color: #000;
    padding-bottom: 1.7rem;
}

.comments-block-single-page label {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 160%;
    color: #000;
    padding-bottom: 1.7rem;
}

.comments-block-single-page textarea#comment {
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 0.8rem;
    min-height: 14rem;
    margin-bottom: 0.5rem;
}

.comments-block-single-page input#submit {
    font-family: Open Sans;
    font-weight: 700;
    font-size: 1.1rem;
    line-height: 100%;
    text-align: center;
    color: #fff;
    text-decoration: none;
    background: #17008D;
    display: inline-flex;
    width: auto;
    max-width: max-content;
    min-width: 14.3rem;
    justify-content: center;
    align-items: center;
    min-height: 4rem;
    border-radius: 1.3rem;
    border: none;
}

.comments-block-single-page h2.comments-title {
    font-weight: 600;
    font-size: 1.9rem;
    line-height: 1.4;
    color: #1E1E1E;
    padding-right: 2rem;
    padding-top: 0rem;
    font-family: 'Open Sans';
    margin-bottom: 2.5rem;
    padding-left: 2.5rem;
}

.comments-block-single-page ol.comment-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.comments-block-single-page ol.comment-list .reply {
    display: none;
}

.comments-top-form {
    padding: 3rem 5.3rem 1rem 7.3rem;
}

.comments-body-block {
    padding: 0 5.3rem 1rem 4.9rem;
}

.comments-block-single-page ol.comment-list li {
    margin-bottom: 2rem;
    border-radius: 1rem;
    padding: 1.3rem 2.3rem;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 160%;
    color: #000;
    background: #fff;
}

.comments-block-single-page .comment-body footer.comment-meta {
    display: flex;
    align-items: center;
}

.comments-block-single-page .comment-author.vcard img {
    display: none;
}

.comments-block-single-page .comment-metadata > * {
    color: #00000099 !important;
    text-decoration: none;
}

.post-page-body-section .content-page {
    padding: 0 4rem 2rem 4rem;
}

.Podobne-artykuły-single-row {
    display: flex;
    justify-content: space-between;
}

.artykuly-post-podobne {
    display: flex;
}

.Podobne-artykuły-single-page-content {
    width: 100%;
    max-width: 87rem;
    margin: 0 auto;
    overflow: hidden;
    padding-left: 5.5rem;
}

.Podobne-artykuły-single-page-content .blue-title {
    text-align: left;
    padding-bottom: 2.1rem;
}

.Podobne-artykuły-single-page {
    padding-bottom: 8rem;
    background: #F4F2FF;
}


.artykuly-content-sidebar {
    position: relative;
}

.cont-form-popup-single.newsletter-popup-single {
    display: none;
}

.cont-form-popup-single.newsletter-popup-single.active {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.newsletter-popup-single .cont-form-popup-descr {
    font-size: 1.1rem;
    line-height: 1.4;
}

.newsletter-popup-single .cont-form-popup-block {
    background: #fff;
    max-width: 40.5rem;
    width: 100%;
    padding: 2.5rem 1rem;
    position: relative;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 1.5rem;
    border: none;
    box-shadow: none;
}

.newsletter-popup-single .close {
    position: absolute;
    right: 1rem;
    top: 1rem;
}

.newsletter-popup-single .cont-form-popup-title {
    font-size: 1.1rem;
    padding: 4.2rem 0rem 1.3rem;
    font-family: 'Open Sans';
    font-weight: 600;
    line-height: 1.4;
}

.newsletter-popup-single .cont-form-popup-blue-text {
    font-family: Open Sans;
    font-weight: 600;
    font-size: 1rem;
    line-height: 100%;
    color: #17008D;
    padding: 0.7rem 1.5rem;
    text-align: center;
    background: #F4F2FF;
    display: inline-flex;
    width: max-content;
    margin: 0 auto;
    border-radius: 2rem;
}


.breadcrumb-row {
    width: 100%;
    max-width: 71rem;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 0.9rem;
    line-height: 1.3;
    color: #1E1E1E;
    padding: 2rem 0;
}

.breadcrumb-row div:last-child {
    color: #17008D;
    font-weight: 600;
}

.breadcrumb-row img {
    margin: 0 0.5rem;
}

.breadcrumb-row a {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 0.9rem;
    line-height: 1.3;
    text-align: center;
    text-decoration: none;
    color: #1E1E1E;
}

.content-page-kontakt {
    width: 100%;
    max-width: 71rem;
    margin: 0 auto;
}

.kontakt-section-top {
    padding-bottom: 2.3rem;
}

.page-title-big {
    font-family: Oswald;
    font-weight: 400;
    font-size: 2.9rem;
    color: #17008D;
    line-height: 1.5;
    text-align: left;
    padding-bottom: 2.3rem;
    margin: 0;
    padding-top: 2.8rem;
}

.kontakt-section-body {
    padding-top: 4.7rem;
    padding-bottom: 5rem;
    background: #F4F2FF;
}

.kontakt-section-content {
    display: flex;
    max-width: 85rem;
    width: 100%;
    margin: 0 auto;
    padding-left: 7rem;
}

.kontakt-sidebar {
    width: 34.3rem;
}

.kontakt-section-content-descr {
    width: 43.5rem;
}

.kontakt-section-content-descr h3 {
    margin: 0;
    font-family: Oswald;
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 100%;
    color: #1E1E1E;
    padding: 0.5rem 0 3rem;
}

.kontakt-section-content-descr-text {
    padding-right: 5rem;
    padding-bottom: 3.5rem;
}

.kontakt-section-content-descr-text p {
    margin: 0 0 1.4rem 0;
    color: #1E1E1E;
    font-size: 1.1rem;
    line-height: 1.5;
}

.kontakt-section-content-descr-text strong {
    color: #1E1E1E;
    font-size: 1.1rem;
    line-height: 1.3;
    font-weight: 700;
}

.kontakt-section-content-descr-adress-row {
    display: flex;
    align-items: center;
    font-size: 1.1rem;
    color: #1E1E1E;
    font-weight: 600;
}

.kontakt-section-content-descr-adress-row img {
    opacity: 0.5;
    width: 2.4rem;
    margin-right: 2.3rem;
}

.kontakt-sidebar-title {
    font-family: Oswald;
    font-weight: 400;
    font-size: 2rem;
    color: #17008D;
    line-height: 1.2;
    text-align: center;
    padding-bottom: 3.2rem;
}

.kontakt-sidebar-col {
    padding: 5rem;
}

.kontakt-sidebar-col .newsletter-row input {
    box-shadow: 0px 4px 4px 0px #00000040 !important;
    background: #fff;
    width: 100%;
    margin-right: 0;
    border: none;
    padding: 0.4rem 0.7rem;
    border-radius: 0.5rem;
    color: #00000099;
    font-size: 1.1rem;
    margin-bottom: 1.2rem;
}

.newsletter-row span:has(textarea) {
    width: 100%;
}

.kontakt-sidebar-col .newsletter-row textarea {
    box-shadow: 0px 4px 4px 0px #00000040 !important;
    background: #fff;
    width: 100%;
    margin-right: 0;
    border: none;
    padding: 0.4rem 0.7rem;
    border-radius: 0.5rem;
    color: #00000099;
    font-size: 1.1rem;
    margin-bottom: 0rem;
    height: 9.3rem;
    resize: none;
}

.kontakt-sidebar-col .newsletter-row-text {
    margin-top: -0.5rem;
    padding-bottom: 1.3rem;
}

.kontakt-sidebar-col .newsletter-row-text p {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 0.9rem;
    padding-bottom: 0;
    color: #1E1E1E;
    line-height: 1.6;
    margin: 0;
}

.kontakt-sidebar-col input.wpcf7-submit {
    font-family: Open Sans;
    font-weight: 700;
    font-size: 1.1rem;
    line-height: 100%;
    background: #17008D;
    border: none;
    color: #fff;
    margin-top: 1rem;
    padding: 1.4rem 2.2rem;
    border-radius: 1.3rem;
    margin: 0 auto;
    display: block;
}

.kontakt-sidebar-col {
    padding: 5rem 5rem 0rem 5rem;
    border: 0.2rem solid #17008D;
    border-radius: 1rem;
    background: #fff;
}

.podcasty-section-top {
    padding-bottom: 2rem;
}

.podcasty-section-top .page-title-small-top {
    text-decoration: none;
    font-family: Open Sans;
    font-weight: 600;
    font-size: 1rem;
    line-height: 100%;
    color: #000;
    padding-top: 3rem;
    padding-bottom: 0.5rem;
}

.podcasty-section-top .page-title-big {
    font-family: Oswald;
    font-weight: 400;
    font-size: 2.9rem;
    color: #17008D;
    line-height: 1.5;
    text-align: left;
    padding-bottom: 2rem;
    margin: 0;
    padding-top: 0rem;
}

.artykuly-post-top {
    margin-left: 4rem;
    width: 54rem;
    border-radius: 1.3rem;
    display: flex;
    flex-direction: column;
    padding: 3.1rem 1.3rem 1rem 1.3rem;
    background: #fff;
    margin-bottom: 3rem;
}

.artykuly-post-top .artykuly-post-img {
    height: 17.5rem;
}

.artykuly-post-top .post-category,
.artykuly-post-top .post-category a {
    padding: 0.2rem 0.9rem;
    border-radius: 2rem;
    font-size: 0.8rem;
    box-shadow: 0px 4px 4px #00000040;
    background: #fff;
    font-size: 0.8rem;
    color: #000;
    display: inline-flex;
    width: max-content;
}

.artykuly-post-top .post-category {
    position: absolute;
    top: 0.7rem;
    left: 0.7rem;
}

.artykuly-post-top .artykuly-post-title h3 {
    font-family: Oswald;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.4;
    text-transform: uppercase;
    color: #1E1E1E;
    text-decoration: none;
}

.artykuly-post-top .artykuly-post-podcasty .artykuly-post-img {
    position: relative;
}

.artykuly-post-podcasty .artykuly-post-img:before {
    content: '';
    position: absolute;
    top: 1rem;
    right: 1.5rem;
    width: 2.5rem;
    height: 2.5rem;
    background: url(/wp-content/uploads/2026/01/mic_6038198.svg) no-repeat;
    background-size: contain;
    z-index: 1;
}

.artykuly-post-top .artykuly-post-podcasty {
    display: flex;
}

.artykuly-post-top .post-meta {
    display: flex;
    flex-direction: column;
}

.artykuly-post-top .post-meta {
    padding-top: 1rem;
    padding-bottom: 0.2rem;
}

.artykuly-post-button {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 2.5rem;
}

.post-meta-dlugosc {
    color: #1E1E1E99;
    font-size: 1.2rem;
    padding: 0.3rem 0 0 0;
}

.artykuly-post-button .webinar-button a {
    font-family: Open Sans;
    font-weight: 700;
    font-size: 1.1rem;
    line-height: 100%;
    text-align: center;
    color: #fff;
    text-decoration: none;
    /* background: #17008D; */
    display: inline-flex;
    width: auto;
    max-width: max-content;
    min-width: 17rem;
    justify-content: center;
    align-items: center;
    min-height: 4rem;
    border-radius: 1.3rem;
    margin: 0 1.4rem 2rem 0;
    padding: 0 2rem;
}

.artykuly-section-body.webinaria-section-body .artykuly-content-post-big-title {
    padding-top: 0;
    line-height: 1.4;
}

.artykuly-section-body.webinaria-section-body .artykuly-post-top {
    margin-left: 4rem;
    width: 54rem;
    border-radius: 1.3rem;
    display: flex;
    flex-direction: column;
    padding: 1.8rem 1.3rem 1rem 2.5rem;
    background: #fff;
    margin-bottom: 3rem;
}

.artykuly-section-body.webinaria-section-body .artykuly-post-img {
        width: 24.2rem;
        height: 22rem;
}

.artykuly-section-body.webinaria-section-body .artykuly-post-content {
    width: 26rem;
    padding-left: 1.5rem;
}

.artykuly-section-body.webinaria-section-body .webinar-meta {
    display: flex;
    font-family: Open Sans;
    font-weight: 600;
    font-size: 1rem;
    line-height: 100%;
    text-align: center;
    color: #1E1E1E;
    padding-top: 0;
    margin-top: -0.8rem;
    padding-bottom: 1rem;
    margin-left: 0.2rem;
}

.artykuly-section-body.webinaria-section-body .webinar-meta div {
    display: flex;
    align-items: center;
    margin-right: 1rem;
}

.artykuly-section-body.webinaria-section-body .artykuly-post-top .post-category {
    position: absolute;
    top: 0.8rem;
    left: auto;
    right: 1rem;
    padding: 0.6rem 0.9rem;
}

.artykuly-section-body.webinaria-section-body .artykuly-post-top .post-category a {
    padding: 0.5rem 1.3rem;
    border-radius: 2rem;
}

.artykuly-post-podcasty .artykuly-post-img .post-category {
    top: 1.7rem;
}

.artykuly-section-body.webinaria-section-body .artykuly-post-excerpt {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 1.4;
    color: #000;
    padding-top: 1.3rem;
    height: auto;
}

.artykuly-section-body.webinaria-section-body .webinar-button a {
    min-width: 22.5rem;
    margin-left: 1rem;
}

.webinaria-banner-bottom-section .newsletter-home-content {
    padding: 0 2.7rem;
    display: flex;
    flex-direction: row-reverse;
}

.webinaria-banner-bottom-section .newsletter-home-img img {
    width: 56rem;
    position: absolute;
    right: auto;
    top: 0.5rem;
    max-width: max-content;
    left: -5rem;
}

.webinaria-banner-bottom-section .newsletter-home-left {
    width: 50%;
    padding-left: 6rem;
    display: flex;
    flex-direction: column;
    padding-top: 9.3rem;
    padding-right: 5rem;
}

.webinaria-banner-bottom-section-title {
    font-family: Oswald;
    font-weight: 400;
    font-size: 2.4rem;
    color: #17008D;
    line-height: 1.2;
    text-align: left;
    padding-bottom: 2.5rem;
}

.webinaria-banner-bottom-section-button a {
    font-family: Open Sans;
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 100%;
    color: #17008D;
    padding: 0.7rem 0 2.5rem;
    text-decoration: none;
}

.webinaria-banner-bottom-section .newsletter-home-descr {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 1.1rem;
    padding-bottom: 2.3rem;
    color: #1E1E1E;
    line-height: 1.6;
    padding-right: 4rem;
}

.artykuly-section-body.webinaria-section-body {
    padding-bottom: 8rem;
}

.newsletter-home-section.webinaria-banner-bottom-section:after {
    display: none;
}

.artykuly-section-body.webinaria-section-body .artykuly-content-sidebar .artykuly-content-sidebar-block {
    margin-top: 0;
}

.newsletter-home-section.webinaria-banner-bottom-section {
    padding-bottom: 8rem;
}

.podcasty-section-top.katalog-projektow-section-top .page-title-big {
    padding-top: 2.7rem;
    text-transform: uppercase;
    padding-bottom: 4rem;
}

.artykuly-section-body.katalog-projektow-section-body .artykuly-content-sidebar .artykuly-content-sidebar-block {
    margin-top: 0;
}

.katalog-projektow-post-top-content {
    margin-left: 4rem;
    width: 52.5rem;
    border-radius: 1.3rem;
    display: flex;
    flex-direction: column;
    padding: 2.2rem 1.3rem 1rem 2.3rem;
    margin-bottom: 4rem;
    min-height: 23rem;
}

.katalog-projektow-post-top-content .artykuly-post-content {
    width: 27rem;
    padding-left: 1.7rem;
}

.katalog-projektow-post-top-content .artykuly-post-img {
    height: 18.5rem;
}

..artykuly-post-webinaria,
.artykuly-post-katalog-projektow {
    display: flex;
}

.artykuly-post-top.katalog-projektow-post-top-content .artykuly-post-title h3 {
    font-family: Oswald;
    font-weight: 400;
    font-size: 1.9rem;
    line-height: 1.5;
    text-transform: uppercase;
    color: #1E1E1E;
    text-decoration: none;
    padding-top: 1.5rem;
}

.artykuly-post-top.katalog-projektow-post-top-content .post-meta {
    padding-top: 0.7rem;
    padding-bottom: 2rem;
}

.wykorzystane-programy {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-family: Open Sans;
    font-weight: 600;
    font-size: 1rem;
    line-height: 160%;
    color: #000;
    padding-bottom: 2.2rem;
}

.wykorzystane-programy-list {
    display: flex;
    align-items: center;
    color: #17008D;
    font-weight: 600;
}

.wykorzystane-programy-list div {
    padding: 0 0.2rem;
    display: flex;
}

.wykorzystane-programy-list div:last-child .wykorzystane-programy-list-koma {
    display: none;
}

.open-project-popup img {
    width: 1.5rem;
    margin-right: 0.5rem;
}

.open-project-popup {
    cursor: pointer;
    display: flex;
    align-items: center;
}

.open-project-popup {
    cursor: pointer;
    display: flex;
    align-items: center;
    color: #17008D;
    font-weight: 600;
    font-family: Open Sans;
    font-size: 1rem;
}

/*****************************************************************************/




.project-popup {
    display: none;
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    background: #D9D9D999;
    z-index: 9;
    transition: opacity 0.3s ease;
}

.project-popup-block {
    padding: 5vh 0;
    height: 100vh;
    overflow-y: auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 20vw;
}

.project-popup-content {
    /*background: url(/wp-content/uploads/2025/12/Frame-277.png);
    background-repeat: no-repeat;*/
    background-size: cover;
    width: 56rem;
    max-width: 90vw;
    /*max-height: 90vh;*/
    overflow: visible;
    box-shadow: 0px 4px 4px 0px #00000040;
    position: relative;
    padding-bottom: 5.5rem;
    border-radius: 2rem;
    background: #fff;
}

.project-popup-content-categorie .post-category {
    position: relative;
}

.project-popup-content-top {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 1rem 2rem;
    min-height: 6.5rem;
}

.project-popup-content-categorie,
.project-popup-content-categorie .post-category {
    position: relative;
    font-family: Open Sans;
    font-weight: 600;
    font-size: 1.3rem;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.project-popup-close {
    padding-top: 1rem;
    cursor: pointer;
}

.project-popup-close img {
    width: 2.4rem;
}

.project-popup-slider {
    height: 30.3rem;
    position: relative;
}

.project-popup-description-block {
    padding: 1.5rem 4rem 2.5rem;
}

.project-popup-title h3 {
    font-family: Oswald;
    font-weight: 400;
    font-size: 1.9rem;
    line-height: 1.5;
    color: #000;
    margin: 0;
    padding: 1.4rem 0 1rem;
}

.project-popup-small-title {
    font-family: Open Sans;
    font-weight: 600;
    /*font-size: 1.5rem;*/
    font-size: 1.3rem;
    line-height: 100%;
    color: #17008D;
    padding-bottom: 1.7rem;
}

.project-popup-rating .project-popup-small-title {
    font-family: Open Sans;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 100%;
    color: #000;
    padding-bottom: 1.7rem;
}

.post-ratings img {
    width: 2rem;
    margin-right: 1.8rem;
    margin-top: 0.2rem;
}

.project-popup-rating {
    padding-top: 2.5rem;
    /*padding-bottom: 4.4rem;*/
}

.project-popup-meta-block {
    display: flex;
}

.project-popup-meta-block {
    display: flex;
    width: 50%;
    align-items: center;
    padding-left: 1rem;
        width: 30rem;
}

.project-popup-meta-block:first-child {
    width: 20rem;
}

.project-popup-meta-block:last-child {
    padding-top: 0.5rem;
}

.project-popup-meta-block:first-child .project-popup-small-title {
    padding: 0.5rem 1.2rem 0 0.5rem; 
}

.project-popup-meta-block .post-meta-author {
    width: 5.5rem;
    height: 5.5rem;
    margin-right: 0.5rem;
    border: 1px solid #ccc;
    border-radius: 6rem;
}

.project-popup-meta-block .author-name {
  font-family: Open Sans;
    font-weight: 600;
    font-size: 1.3rem;
    line-height: 100%;
    color: #000;
    padding-top: 0.5rem;
    padding-left: 0.8rem;  
}

.project-popup-meta-block .post-meta-data {
    font-family: Open Sans;
    font-weight: 600;
    font-size: 1.3rem;
    line-height: 100%;
    color: #000;
    padding-top: 0.2rem;
    padding-left: 0.8rem;
}

.project-popup-meta {
    padding-bottom: 4.5rem;
}

.project-popup-meta-block:has(.post-meta-data) .project-popup-small-title {
    padding-bottom: 0;
}

.project-popup-wykorzystane-programy-row {
    display: flex;
    margin-top: -1.5rem;
}

.project-popup-wykorzystane-programy {
    display: flex;
    align-items: center;
    padding-bottom: 2.3rem;
}

.project-popup-wykorzystane-programy-row-block img {
    max-height: 3rem;
    display: block;
    margin: 0 1.5rem 0 0.5rem;
}

.project-popup-content-descr-content {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 1.4;
    color: #1E1E1E;
    width: 100%;
    height: 13.8rem;
    overflow-x: hidden;
    padding-right: 1rem;
}

.project-popup-content-descr-content p {
    margin-top: 0.7rem;
}


.project-popup-slider .swiper-button-next {
    background: url(/wp-content/uploads/2026/01/Group-3696.png) no-repeat;
    width: 3.4rem;
    height: 3.4rem;
    right: 2rem;
}

.project-popup-slider .swiper-button-prev {
    background: url(/wp-content/uploads/2026/01/Group-3696.png) no-repeat;
    width: 3.4rem;
    height: 3.4rem;
    left: 2rem;
    transform: rotate(180deg);
}

.project-popup-slider .swiper-button-next:after, 
.project-popup-slider .swiper-button-prev:after {
    display: none;
}

.project-popup-slider span.swiper-pagination-bullet {
    background: url(/wp-content/uploads/2026/01/Ellipse-5.svg);
    width: 1.25rem;
    height: 1.25rem;
    opacity: 1;
    background-repeat: no-repeat;
}

.project-popup-slider span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: url(/wp-content/uploads/2026/01/Group-286.svg);
    background-repeat: no-repeat;
    width: 2rem;
    height: 2rem;
}

.project-popup-slider .swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    width: auto !important;
    margin: 0 auto 1rem;
    right: 0;
    display: flex;
    background: #FFFFFF80;
    padding: 0.4rem 0.5rem;
    border-radius: 2rem;
    width: fit-content !important;
}

.wsparcie-techniczne-content-scroll-text a {
    font-family: Open Sans;
    font-weight: 700;
    font-size: 1.1rem;
    color: #17008D;
    text-decoration: none;
}

.wsparcie-techniczne-section-body-top {
    padding-top: 5rem;
    padding-bottom: 10rem;
}

.wsparcie-techniczne-section-body-top .kontakt-section-content-descr-text {
    padding-right: 7rem;
    padding-bottom: 1rem;
}

.wsparcie-techniczne-content-scroll-text {
    padding-bottom: 2rem;
}

.wsparcie-techniczne-section-body-top .kontakt-section-content-descr-text p {
    font-size: 1.2rem;
    margin: 0 0 1.4rem 0;
    color: #1E1E1E;
    line-height: 1.5;
}

.wsparcie-techniczne-section-body-top .newsletter-row select {
    width: 24rem;
}


.wsparcie-techniczne-section-faq .big-post-title {
    font-family: Oswald;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.4;
    text-transform: uppercase;
    color: #1E1E1E;
    text-decoration: none;
    text-align: center;
    padding: 1rem 0 0;
}

.wsparcie-techniczne-section-faq .big-post-title {
    font-family: Oswald;
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 1.4;
    text-transform: none;
    color: #1E1E1E;
    text-decoration: none;
    text-align: center;
    padding: 0.5rem 0 5rem;
}

.faqs-section-block-title {
    font-family: Oswald;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.4;
    text-transform: none;
    text-decoration: none;
    text-align: center;
    color: #17008D;
    padding-bottom: 4.8rem;
}

.faqs-section-block {
    width: 100%;
    max-width: 51.5rem;
    margin: 0 auto;
}

.faq-card {
    margin-bottom: 2.5rem;
}

.question {
    text-decoration: none;
    font-family: Open Sans;
    font-weight: 600;
    font-size: 1.15rem;
    line-height: 1.3;
    color: #000;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    border-radius: 0.8rem;
    position: relative;
    cursor: pointer;
    background: #fff;
}

.faq-number {
    min-width: 1.5rem;
}

.faqs-section-block-title {
    padding-top: 3.8rem;
}

.faqs-section-block-title:first-child {
    padding-top: 0;
}

.question-arrow {
    width: 5rem;
    background-color: #EAEAEA;
    border-radius: 0 0.8rem 0.8rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.question-arrow img {
    width: 1.3rem;
    transition: .2s;
}

.question.active .question-arrow img {
    transform: rotate(180deg);
}

.question.active .question-arrow {
    background: #CEC4FF;
}

.question-block {
    padding: 1.3rem 7rem 1.3rem 3.2rem;
    display: flex;
    width: calc(100% - 5rem);
    border-radius: 0.8rem 0 0 0.8rem;
}

.question.active .question-block {
    background: #17008D;
    color: #fff;
    border-radius: 0.8rem 0 0 0;
}

.wsparcie-techniczne-section-faq {
    padding-bottom: 8rem;
}

.wsparcie-techniczne-section-faq,
.wsparcie-techniczne-section-body-top {
    background: #F4F2FF;
}

.answercont {
    width: calc(100% - 5rem);
}

.answer {
    padding: 2rem 4.4rem 2rem 4.4rem;
    background: #fff;
    border-radius: 0 0 0.8rem 0.8rem;
    margin-bottom: 1rem;
}

.answer {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 160%;
    color: #000;
    padding-top: 0.6rem;
}

.answer a {
    color: #17008D;
    text-decoration: underline;
}

.answer ul,
.answer ol {
    padding: 0;
    margin-left: 1.3rem;
}

/*******************************************************************************************/




.materialy-do-pobrania-section-body .artykuly-content-post-big-title {
    padding: 0rem 0 5rem 4rem;
    line-height: 1.45;
    color: #1E1E1E;
}

.materialy-do-pobrania-section-body .artykuly-post-top {
    padding: 5.2rem 1.3rem 1rem 0rem;
    margin-left: 0;
}

.podrecznik-block-content-big-title {
    margin: 0;
    font-family: Oswald;
    font-weight: 400;
    font-size: 2rem;
    line-height: 100%;
    color: #17008D;
    padding-bottom: 5.2rem;
}

.materialy-do-pobrania-section-body .artykuly-post-content {
    width: 100%;
    padding-left: 0;
}

.podrecznik-block-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-bottom: 6rem;
}

.podrecznik-block-img {
    border: 0.3rem solid #17008D;
    border-radius: 0.5rem;
    width: 12.6rem;
    height: 12.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.podrecznik-block-img img {
    width: 5.5rem;
}

.podrecznik-block {
    width: 100%;
    max-width: 17rem;
    min-height: 25rem;
    margin-bottom: 2.7rem;
}

.podrecznik-block-blue-title {
    font-family: Open Sans;
    font-weight: 600;
    font-size: 1.1rem;
    color: #17008D;
    padding-top: 1.3rem;
    padding-bottom: 0.1rem;
    padding-right: 4rem;
    line-height: 1.4;
}

.podrecznik-block-title {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 160%;
    color: #000;
    padding-bottom: 2.4rem;
}

.podrecznik-block-link {
    display: flex;
}

.podrecznik-block-link a {
    font-family: Open Sans;
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 100%;
    background: #17008D;
    border: none;
    color: #fff;
    padding: 0.7rem 3.2rem;
    border-radius: 0.5rem;
    text-decoration: none;
}

.artykuly-content-page {
    position: relative;
}

.materialy-do-pobrania-section-body .artykuly-content-sidebar {
    position: absolute;
    right: 0;
    top: 2rem;
    right: 2rem;
}

.wersje-programu-block-content {
    width: 64.5rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.wersje-programu-block {
    width: 30.3rem;
    margin-bottom: 8.7rem;
}

.wersje-programu-block-osn {
    border-radius: 0.7rem;
    background: #fff;
    padding-top: 1.3rem;
}

.wersje-programu-block-img img {
    width: 100%;
}

.wersje-programu-block-osn .podrecznik-block-blue-title {
    padding-right: 0;
    text-align: center;
    padding-top: 1.2rem;
    padding-bottom: 2.2rem;
}

.podrecznik-block-title-wersje {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 160%;
    color: #000;
    text-align: center;
    padding: 0 0.5rem;
}

.wersje-programu-block-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 1.7rem;
}

.wersje-programu-content {
    width: 12.4rem;
    margin-bottom: 2.1rem;
}

.wersje-programu-button a {
    font-family: Open Sans;
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 1.2;
    background: #17008D;
    color: #fff;
    margin-top: 0.7rem;
    padding: 0.8rem 1.5rem;
    border-radius: 0.7rem;
    width: 100%;
    display: flex;
    text-decoration: none;
    align-items: center;
    justify-content: center;
}

.wersje-programu-button a img {
    width: 1.6rem;
    height: 1.6rem;
}

.wersje-programu-button.wersje-programu-button-32 a {
    background: transparent;
    border: 0.2rem solid #000;
    color: #000;
}

.wersje-programu-button-img-32 {
    display: none;
}

.wersje-programu-button.wersje-programu-button-32 .wersje-programu-button-img-32 {
    display: block;
}

.wersje-programu-button.wersje-programu-button-32 .wersje-programu-button-img {
    display: none;
}

.sidebar-archive .sidebar-archive-title {
    font-family: Oswald;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.4;
    text-transform: uppercase;
    padding-top: 2.3rem;
    padding-left: 0.6rem;
    padding-bottom: 2.5rem;
    color: #17008D;
}

.sidebar-archive .archive-years {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-archive .archive-year {
    font-family: Oswald;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.4;
    text-transform: uppercase;
    padding-left: 0.6rem;
    color: #17008D;
    margin-bottom: 10px;
}

.sidebar-archive span.archive-year-toggle img {
    width: 1rem;
    margin-right: 0.6rem;
    transition: .2s;
    margin-bottom: 0.3rem;
}

.sidebar-archive .archive-year-toggle {
    cursor: pointer;
    font-weight: 600;
    display: block;
}

.sidebar-archive .archive-months {
    list-style: none;
    padding-left: 0;
    margin-top: 0.5rem;
    display: none;
    margin-left: -0.4rem;
}

.sidebar-archive .archive-month a {
    display: block;
    padding: 4px 0;
}

.sidebar-archive li.archive-year.active span.archive-year-toggle img {
    transform: rotate(180deg);
}

.sidebar-archive li.archive-month a {
    list-style: none;
    position: relative;
    padding-left: 2.8rem;
    padding-bottom: 0.6rem;
    display: inline-flex;
    width: max-content;
    padding-top: 0.5rem;
    padding-right: 1.5rem;
    border-radius: 0.6rem;
    margin: 0.3rem 0;
    color: #1E1E1E;
    text-decoration: none;
    font-family: Open Sans;
    font-weight: 600;
    font-size: 1rem;
    line-height: 100%;
}

.sidebar-archive li.archive-month a:before {
    content: '';
    background: url(/wp-content/uploads/2025/12/Frame-202.png) no-repeat;
    width: 1.1rem;
    height: 0.2rem;
    position: absolute;
    left: 0.5rem;
    top: 1rem;
}

.main-navigation ul ul {
    display: flex;
    flex-direction: column;
    box-shadow: 0px 4px 4px 0px #00000040 !important;
    background: #F4F2FF;
    border-radius: 0 0 0.8rem 0.8rem;
}

.main-navigation ul ul a {
    width: auto;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 1.15rem;
    line-height: 1.3;
    padding: 0.5rem 1rem;
    min-width: 10rem;
}

.main-navigation ul ul a:hover {
   background: #D9D9D9;
}

#menu-item-302 ul.sub-menu {
    margin-left: 2rem;
}


.artykuly-section-body.materialy-do-pobrania-section-body {
    min-height: 41rem;
}

.wersje-programu-first-step {
    padding: 4.9rem 0;
    width: 100%;
    max-width: 79rem;
    margin: 0 auto;
}

ul.wersje-programu-list {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: 4rem;
    padding-right: 9rem;
}

.wersje-programu-first-step-row ul.wersje-programu-list {
    flex-direction: column;
}

ul.wersje-programu-months {
    margin: 0;
    padding: 0;
    margin-top: 2rem;
    display: flex;
}

li.wersje-programu-item a {
    box-shadow: 0px 4px 4px #00000040;
    background: #fff;
    padding: 1.5rem 2.5rem;
    border-radius: 1.3rem;
    position: relative;
    display: inline-flex;
    width: auto;
    max-width: max-content;
    color: #000;
    font-family: Open Sans;
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 100%;
    text-decoration: none;
    min-height: 4.1rem;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

li.wersje-programu-item .wersje-programu-month a {
   padding: 1.3rem 2.5rem; 
}

li.wersje-programu-item a div:has(img) {
    width: 7rem;
    margin-bottom: 1rem;
}

li.wersje-programu-item a:hover {
    background: #d8efff;
}

ul.wersje-programu-list li {
    list-style: none;
    margin-right: 4.8rem;
    margin-bottom: 2.2rem;
}

ul.wersje-programu-list li.wersje-programu-month {
    list-style: none;
    margin-right: 2.5rem !important;
    margin-bottom: 2.2rem;
}

span.wersje-programu-count {
    padding-left: 0.2rem;
}

.materialy-do-pobrania-section-body .sidebar-categories-title {
    padding-top: 0;
}

.archiwum-page-content .artykuly-post {
    margin-left: 4rem;
    width: 54rem;
}

.archiwum-page-content .artykuly-info {
    line-height: 1.4;
}

.archiwum-page-content .artykuly-post-top.webinaria-post-top .post-category {
    box-shadow: 0px 4px 4px #00000040;
    background: #fff;
    font-size: 0.8rem;
    color: #000;
    display: inline-flex;
    width: max-content;
    padding: 0.5rem 1.3rem;
    border-radius: 2rem;
    left: auto !important;
    right: 1rem;
}

.archiwum-page-content .artykuly-post-top.webinaria-post-top .artykuly-post-img:before {
    content: '';
    position: absolute;
    top: 1.7rem;
    left: 1.5rem;
    width: 2.5rem;
    height: 1.5rem;
    background: url(/wp-content/uploads/2025/12/Group-3676-1.svg) no-repeat;
    background-size: contain;
    z-index: 1;
}

.archiwum-page-content .artykuly-post-top.webinaria-post-top a.webinar-btn {
    font-family: Open Sans;
    font-weight: 700;
    font-size: 1.1rem;
    line-height: 100%;
    text-align: center;
    color: #fff;
    text-decoration: none;
    background: #17008D;
    display: inline-flex;
    width: auto;
    max-width: max-content;
    min-width: 15rem;
    justify-content: center;
    align-items: center;
    min-height: 4rem;
    border-radius: 1.3rem;
}

.podcasty-section-top.archiwum-page-top .page-title-big {
    padding-top: 2.7rem;
    padding-bottom: 3rem;
}

.artykuly-section-body.archiwum-page-content li.wersje-programu-item a {
    font-weight: 400;
    font-size: 2rem;
    font-family: Oswald;
}

.podcasty-section-top.archiwum-page-top {
    padding-bottom: 2.8rem;
}

.artykuly-content-filtr {
    padding-bottom: 4rem;
    padding-left: 4rem;
}

.artykuly-section-body.archiwum-page-content .wersje-programu-months .wersje-programu-month  a {
    font-size: 1.5rem;
}

.is-form-style input.is-search-input {
    background-image: none !important;
    margin: 0;
    outline: 0 !important;
    min-height: 0;
    box-sizing: border-box;
    -webkit-appearance: none;
    width: 15.6rem;
    color: #1E1E1E99;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 1.1rem !important;
    line-height: 100%;
    box-shadow: 0px 4px 4px #00000040 !important;
    border-radius: 0.6rem 0 0 0.6rem;
    padding: 0.3rem 0.5rem 0.5rem 2rem;
    position: relative;
    z-index: 0;
    background: #fff;
    border: none !important;
    height: 2.4rem;
}

span.is-search-icon {
    padding: 0;
    border: none;
    background: #17008D;
    box-shadow: 0px 4px 4px #00000040;
    width: 2.8rem;
    height: 2.4rem;
    border-radius: 0 0.6rem 0.6rem 0;
    position: relative;
}

span.is-search-icon:before {
    content: '';
    position: absolute;
    background: url(/wp-content/uploads/2025/12/Group-3668-1-1.svg);
    width: 1.5rem;
    height: 1.5rem;
    background-size: contain;
    left: 0.7rem;
}

.is-search-icon svg {
    display: none;
}

.is-form-style button.is-search-submit {
    opacity: 1;
    padding: 0 !important;
    margin: 0;
    line-height: 0;
    outline: 0;
    vertical-align: middle;
    border: none;
    background: transparent !important;
    box-shadow: 0px 4px 4px #00000040 !important;
    width: 2.8rem;
    height: 2.4rem;
    border-radius: 0 0.6rem 0.6rem 0;
}

.artykuly-search-page .artykuly-content-page {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.artykuly-search-page .artykuly-content-filtr {
    padding-bottom: 0rem;
    padding-left: 4rem;
}

.artykuly-section-body.artykuly-search-page .artykuly-content-page {
    padding-top: 5rem;
}

.artykuly-post .post-category {
    padding: 0.3rem 0.9rem;
    border-radius: 2rem;
    font-size: 0.8rem;
    box-shadow: 0px 4px 4px #00000040;
    background: #fff;
    font-size: 0.8rem;
    color: #000;
    font-family: Open Sans;
    font-weight: 400;
    display: inline-flex;
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
}

.podcasty-section-top.archiwum-page-top .page-title-big {
    text-transform: uppercase;
}

.podcasty-section-top.archiwum-page-top .page-title-big span {
    text-transform: none;
}

.artykuly-content-block .artykuly-post {
    margin-left: 4rem;
}

.search-block .artykuly-post-top {
    width: 100%;
    max-width: 76.8rem;
    padding: 2rem 1.3rem 2rem 3rem;
}

.artykuly-search-page .artykuly-post-img.webinar-img {
    width: 27rem;
    height: 21.5rem;
}

.artykuly-search-page .artykuly-post-top.webinaria-post-top .post-categoryб
.artykuly-search-page .webinarium-content-block .artykuly-post-top .post-category {
    position: absolute;
    top: 1.2rem;
    right: 1.8rem;
    left: auto;
    padding: 0.6rem 0.9rem;
}

.artykuly-post-webinaria {
    display: flex;
}

.artykuly-search-page .artykuly-post-top.webinaria-post-top .artykuly-post-content,
.artykuly-search-page .webinarium-content-block .artykuly-post-content {
    padding-left: 2rem;
    width: calc(100% - 30rem);
}

.artykuly-search-page .artykuly-post-top.webinaria-post-top .artykuly-post-content h3 {
    font-family: Oswald;
    font-weight: 400;
    font-size: 1.9rem;
    line-height: 1.45;
    text-transform: uppercase;
    color: #1E1E1E;
    text-decoration: none;
    margin: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 7rem;
}

.artykuly-search-page .webinarium-content-block .webinar-title h2 {
    padding-bottom: 0rem;
}

.artykuly-search-page .webinarium-content-block .artykuly-post-excerpt {
    padding-top: 0;
    height: 5rem;
}

.artykuly-search-page .artykuly-post-top:has(.artykuly-post-podcasty),
.artykuly-search-page .podcast-content-block .artykuly-post-top {
        width: 100%;
    max-width: 62.8rem;
    padding: 2rem 1.3rem 2rem 2rem;
}

.artykuly-search-page .podcast-content-block .post-category {
    padding: 0.05rem 0.9rem;
    border-radius: 2rem;
    font-size: 0.8rem;
    box-shadow: 0px 4px 4px #00000040;
    background: #fff;
    font-size: 0.8rem;
    color: #000;
    display: inline-flex;
    width: max-content;
}

.artykuly-search-page .podcast-content-block .artykuly-post-content {
    width: 33rem;
}

.artykuly-search-page .podcast-content-block .artykuly-post-button {
    padding-top: 1.5rem;
}

.artykuly-search-page .podcast-content-block .artykuly-post-button .webinar-button a {
    margin-bottom: 0;
}

.no-results {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 1.3rem;
    color: #1E1E1E;
    line-height: 1.6;
    padding-left: 4rem;
}

.load-more-wrapper button {
    background: transparent;
    padding: 1rem 1.4rem;
    border-radius: 0.7rem;
    position: relative;
    display: inline-flex;
    width: auto;
    max-width: max-content;
    cursor: pointer;
    margin-bottom: 1.6rem;
    border: none;
    margin-left: 4rem;
    font-family: Open Sans;
    font-weight: 700;
    font-size: 1.1rem;
    color: #17008D;
    text-decoration: none;
}

.load-more-wrapper button:hover {
    background: #ffffffa1;
}

.artykuly-post-top .artykuly-post-podcasty .post-category {
    right: 0;
    left: 1rem;
    padding: 0.3rem 0.9rem;
}

.artykuly-post-top.webinaria-post-top .artykuly-post-webinaria .post-category {
    position: absolute;
    top: 1.5rem;
    left: auto;
    right: 1rem;
    padding: 0.3rem 0.9rem;
}

li#mega-menu-item-311 a {
    color: #17008D !important;
}

li.archive-month.active a {
    color: #17008d;
}

.sidebar-archive .sidebar-archive-title a {
    text-decoration: none;
    color: #17008D;
}

.kontakt-section-content-descr-adress-row a {
    color: #1E1E1E;
    padding-left: 0.7rem;
}

.load-more-wrapper {
    display: flex;
    justify-content: center;
}

.load-more-wrapper button img {
    width: 1rem;
    margin-left: 0.5rem;
}

.page-template-materialy-do-pobrania-page .wersje-programu-first-step-row ul.wersje-programu-list {
    flex-direction: row;
}

.page-template-default .kontakt-section-content-descr-text li strong {
    font-size: 1.6rem;
    font-weight: 500;
}

.page-template-default .kontakt-section-content-descr-text li::marker {
    font-size: 1.6rem;
    font-weight: 500;
}

.post-page-content .post-category {
    box-shadow: 0px 4px 4px #00000040;
    background: #fff;
    padding: 0.6rem 1.5rem !important;
    border-radius: 2rem;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 1.2rem;
    text-align: center;
    color: #000;
    text-decoration: none;
    display: inline-flex;
    width: max-content;
    justify-content: center;
    align-items: center;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    background: #fff;
    max-width: 30rem;
    border: none;
    padding: 0.4rem 0.7rem;
    border-radius: 0.5rem;
    color: #00000099;
    font-size: 1.1rem;
}

.comments-top-form p {
    display: flex;
    flex-direction: column;
}

.comments-top-form p label {
    padding-bottom: 0.5rem;
}

.comments-top-form p.comment-form-cookies-consent {
    flex-direction: row;
}

.comments-top-form p.comment-form-cookies-consent label {
    padding: 0;
    padding-left: 1rem;
}

.poleca-home-img-block-mob {
    display: none;
}

.najnowsze-artykuly-home-section .big-post-content .author-name .small-post-separator {
    display: none;
}

.post-time {
    font-size: 1.2rem;
    color: #1E1E1E99;
}


.post-meta-mob {
    display: none !important;
}

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

    .post-meta-mob {
        display: flex !important;
        margin-bottom: 12px;
        margin-top: 5px;
    }

    .post-meta-decstop {
        display: none !important;
    }

}

.artykuly-post-button.poleca-home-row {
    justify-content: center;
}

.artykuly-post-button.poleca-home-row div:last-child {
	margin-right: 0;
}

.artykuly-post-button.poleca-home-row div {
    width: 7rem;
    margin-right: 2.2rem;
}






/**********************************************************************************************************/
/**********************************************************************************************************/
/**********************************************************************************************************/
/**********************************************************************************************************/
/**********************************************************************************************************/
/**********************************************************************************************************/
/**********************************************************************************************************/





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


.site-header-top-right.site-header-top-right-mob {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-left: 28px;
    padding-top: 0;
}

.site-header-top-right.site-header-top-right-mob .site-header-archiwum a {
    font-size: 16px;
    margin-left: 0;
    line-height: 2;
}

.site-header-search {
    width: 90%;
    margin-top: 15px;
}

.artykuly-search-block form input[type="text"] {
    background: transparent;
    width: 90%;
    color: #1E1E1E99;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    box-shadow: 0px 4px 4px #00000040 !important;
    border: none;
    border-radius: 6px 0 0 6px;
    padding: 6px 4px 6px 10px;
    position: relative;
    z-index: 0;
    /* background: rgba(255, 255, 255, 0.1); */
    background: #fff;
    margin-right: 0;
}

.artykuly-search-block button {
    padding: 0;
    border: none;
    background: #17008D;
    box-shadow: 0px 4px 4px #00000040;
    width: 27px;
    height: 30px;
    border-radius: 0 6px 6px 0;
}

.artykuly-search-block button img {
    width: 14px;
    cursor: pointer;
}

.search-block-close {
    right: 33px;
    font-family: Open Sans;
    font-weight: 700;
    font-size: 25px;
}

.home-top-page-content {
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
    min-height: 14.5rem;
    padding: 20px;
    text-align: center;
    border-radius: 8px;
    background: #fff;
    margin-bottom: 35px;
}

.home-top-page-title {
    font-size: 26px;
    display: flex;
    flex-direction: column;
}

.home-top-page-descr {
    font-size: 14px;
}

.home-top-page-section {
    padding-top: 75px;
}

.home-top-bottom-block {
    background: url(/wp-content/uploads/2025/12/Group-3715.png) no-repeat center;
    background-size: contain;
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 99%;
    margin: 0 auto;
    min-height: 30px;
    transform: rotate(180deg);
    background-position: 0 0;
}

.najnowsze-artykuly-home-section {
    padding-top: 80px;
    padding-bottom: 60px;
}

.blue-title {
    font-family: Oswald;
    font-weight: 400;
    font-size: 24px;
    padding-bottom: 10px;
}

.najnowsze-artykuly-home-content {
    width: 100%;
    max-width: 90%;
    margin: 30px auto 30px;
}

.najnowsze-artykuly-posts-wrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.najnowsze-artykuly-column-1 {
    width: 100%;
    margin-bottom: 10px;
}

.najnowsze-artykuly-column-1 .post-category {
    position: absolute;
    top: 30px;
    left: 30px;
    box-shadow: 0px 4px 4px #00000040;
    background: #fff;
    padding: 5px 10px 6px;
    border-radius: 15px;
    font-size: 12px;
}

.post-meta-author {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    overflow: hidden;
    margin-right: 10px;
}

.small-post-separator,
.post-meta-data,
.post-meta-content-data-block,
.author-name {
    font-size: 14px;
    margin-right: 7px;
}

.big-post-title a {
    font-size: 20px;
}

.big-post-excerpt {
    font-size: 14px;
    line-height: 160%;
    color: #000;
    padding-bottom: 15px;
}

a.read-more {
    font-size: 14px;
    display: flex;
    justify-content: flex-end;
}

.small-post {
    margin-bottom: 15px;
    width: 100%;
    max-width: 450px;
    border-radius: 16px;
    padding: 20px 20px 20px;
}

.small-post-img {
    width: 100%;
    max-width: 115px;
    margin-right: 12px;
    background-position: center;
}

.small-post-content .post-category {
    box-shadow: 0px 4px 4px #00000040;
    background: #fff;
    padding: 3px 10px 4px;
    border-radius: 15px;
    font-size: 12px;
    margin-bottom: 8px;
}

.small-post-title {
        max-height: max-content;
}

.small-post-content {
    width: 100%;
    max-width: 100%;
}

.small-post-title a {
    font-size: 16px;
}

.small-post-post-meta .post-meta-author {
    width: 30px;
    height: 30px;
        min-width: 30px;
    margin-right: 7px;
}

.small-post-post-meta .author-name {
    font-size: 12px;
    padding-top: 0rem;
    padding-bottom: 0;
    max-width: 90px;
    line-height: 1.1;
}

.small-post-content .post-meta .post-meta-data {
    color: #1E1E1E99;
    font-size: 12px;
    padding-top: 0;
}

.small-post-content .post-time {
    color: #1E1E1E99;
    font-size: 12px;
    min-width: 45px;
}

.small-post-content .post-meta {
    padding-bottom: 10px;
}

.category-item {
    width: 170px;
    margin: 0 1rem 25px 1rem;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 170px;
    background: #fff;
    transition: background 0.3s ease;
    position: relative;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.category-item img {
    max-height: 60px;
    max-width: 60px;
    margin-bottom: 10px;
    margin-top: 20px;
}

.category-item h2 {
    font-size: 20px;
}

.category-item-wpis-count {
    position: absolute;
    top: -10px;
    background: #17008D;
    font-family: Open Sans;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    width: 110px;
    height: 30px;
    border-radius: 20px;
}

.categories-list {
    max-width: 96%;
    margin-top: 20px;
}

.category-home-button a {
    font-size: 14px;
}

.marki-home-section {
    padding-top: 60px;
    padding-bottom: 60px;
    background: #F4F2FF;
}

.marki-home-content {
    max-width: 90%;
    padding-top: 40px;
}

.marki-home-content > div img {
    max-height: 50px;
    max-width: 140px;
    transition: transform 0.3s ease;
}

.marki-home-content > div {
    width: 150px;
    margin: 0 2rem;
    margin-bottom: 50px;
}

.blue-title-descr {
    font-size: 12px;
}

.webinaria-home-content {
    padding-top: 30px;
        max-width: 90%;
}

.webinar-img {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    height: 190px;
    margin-bottom: 15px;
}

.small-post a.read-more {
    font-size: 12px;
}

.webinars-list .post-category {
    padding: 6px 15px 5px !important;
    border-radius: 24px !important;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 12px !important;
    width: max-content;
    white-space: normal;
}

.webinar-button {
    display: flex;
    justify-content: center;
    margin: 10px 0 5px;
}

.webinar-time img,
.webinar-data img {
    width: 12px;
    margin-right: 0.9rem;
}

.webinar-meta {
    font-size: 12px;
}

.webinar-title h2 {
    font-size: 20px;
}

.webinar-content-block {
    max-width: 100%;
    width: 100%;
    padding-left: 1.6rem;
    margin-bottom: 5px;
}

.webinar-content {
/*    font-size: 12px;
    line-height: 1.3;*/
    display: none;
}

.webinar-prowadzacy {
    font-family: Open Sans;
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    color: #17008D;
    padding: 10px 0;
    line-height: 1.2;
}

.webinar-button a {
    font-family: Open Sans;
    font-weight: 700;
    font-size: 12px;
    line-height: 100%;
    min-width: 200px;
    justify-content: center;
    align-items: center;
    min-height: 4rem;
    padding: 14px 20px;
    border-radius: 10px;
}

.webinar-button img {
    width: 15px;
    margin-left: 1rem;
}

.newsletter-home-img {
    display: none;
}

.newsletter-home-left {
    width: 90%;
    padding-left: 50px;
}

.newsletter-home-title {
    font-size: 24px;
    line-height: 1.2;
    color: #1E1E1E;
    padding-right: 5rem;
    padding-bottom: 20px;
    text-align: center;
}

.newsletter-home-descr {
    font-size: 12px;
}

.newsletter-row p {
    display: flex;
    flex-direction: column;
}

.newsletter-row input {
    box-shadow: 0px 4px 4px 0px #00000040 !important;
    background: #fff;
    width: 230px;
    margin-right: 2.3rem;
    border: none;
    padding: 5px 10px;
    border-radius: 8px;
    color: #00000099;
    font-size: 14px;
    margin-bottom: 7px;
}

.newsletter-row select {
    background: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(/wp-content/uploads/2025/12/Frame-26.png);
    background-repeat: no-repeat;
    background-position: right 0rem center;
    background-size: 30px;
    cursor: pointer;
    box-shadow: 0px 4px 4px 0px #00000040 !important;
    width: 100%;
	max-width: 550px;
    margin-right: 2.3rem;
    border: none;
    padding: 5px 10px;
    border-radius: 8px;
    color: #00000099;
    font-size: 14px;
    margin-bottom: 7px;
    margin-top: 7px;
}

.newsletter-row-text p {
    font-size: 10px;
}

.newsletter-checkbox {
    font-size: 8px;
}

.newsletter-home-form input.wpcf7-submit {
    font-size: 14px;
    line-height: 100%;
    background: #17008D;
    border: none;
    color: #fff;
    margin-top: 1rem;
    padding: 10px 20px 12px 20px;
    border-radius: 12px;
}

.newsletter-home-section {
    padding-top: 60px;
    padding-bottom: 80px;
}

.newsletter-home-section:before {
    content: '';
    position: absolute;
    left: 0;
    top: 5rem;
    width: 40px;
    height: 450px;
    z-index: 1;
    background: url(/wp-content/uploads/2025/12/Group-3680.png) no-repeat;
    background-size: cover;
}

.poleca-home-content {
    width: 95%;
    margin: 4rem auto 0;
    display: flex;
    padding-bottom: 0;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 4px 4px 0px #00000040;
    flex-direction: column;
    align-items: center;
}

.poleca-home-block {
    width: 90%;
    padding-left: 0;
    padding-top: 35px;
    text-align: left;
}

.poleca-button {
    box-shadow: 0px 4px 4px #00000040;
    padding: 5px 15px;
    border-radius: 10px;
    font-size: 12px;
}

.poleca-title {
    font-size: 24px;
    line-height: 1.45;
    padding-bottom: 10px;
    padding-top: 25px;
}

.poleca-descr p {
    font-size: 12px;
}

.poleca-home-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.poleca-home-row div {
    width: 90px;
    margin-right: 2.2rem;
    margin-bottom: 20px;
}

.poleca-home-img-block img {
    width: 100%;
    margin-top: -2.5rem;
    margin-left: 0;
    max-width: 270px;
}

.poleca-home-section {
    padding-top: 40px;
    padding-bottom: 70px;
    background: #F4F2FF;
}

.breadcrumb-artykuly a,
.breadcrumb-artykuly {
    font-size: 10px;
    line-height: 1.5;
}

.content-page-artykuly h1 {
    font-size: 26px;
    line-height: 100%;
    color: #17008D;
    padding: 40px 0 20px;
}

.category-description {
    font-size: 13px;
    line-height: 160%;
    width: 100%;
    max-width: 100%;
    color: #000;
}

.content-page-artykuly {
    max-width: 90%;
    padding-bottom: 30px;
}


.artykuly-content-page {
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
    padding-left: 0;
    padding-top: 40px;
        display: flex;
    justify-content: flex-start;
    flex-direction: column-reverse;
}

.filtr-top, .sortuj-top {
    box-shadow: 0px 4px 4px #00000040;
    background: #fff;
    padding: 5px 15px;
    border-radius: 8px;
    position: relative;
    display: inline-flex;
    width: auto;
    max-width: max-content;
    font-size: 14px;
    cursor: pointer;
    margin-bottom: 15px;
}

.filtr-option, .sort-option {
    background: #fff;
    border-radius: 8px;
    position: relative;
    display: inline-flex;
    width: auto;
    max-width: max-content;
    font-size: 14px;
    margin-right: 10px;
    padding: 4px 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

.artykuly-content-post-big-title {
    margin: 0;
    font-family: Oswald;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    color: #17008D;
    padding: 30px 0 50px;
}

.filtr-top img, .sortuj-top img {
    width: 14px;
    margin-right: 8px;
}

.artykuly-post {
    width: 100%;
    display: flex;
    min-height: 21.7rem;
    margin-bottom: 20px;
    border-radius: 16px;
    padding: 20px 20px 35px;
    background: #fff;
    flex-direction: column;
}

.artykuly-post .post-category {
    padding: 5px 8px;
    border-radius: 13px;
    font-size: 0.8rem;
    box-shadow: 0px 4px 4px #00000040;
    background: #fff;
    font-size: 10px;
    color: #000;
    font-family: Open Sans;
    font-weight: 400;
    display: inline-flex;
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
    padding: 5px 10px 6px;
    border-radius: 15px;
    font-size: 12px;
}

.artykuly-post-content {
    width: 100%;
    padding-left: 5px;
}

.artykuly-post-title a {
    font-size: 20px;
}

.artykuly-post-img {
    width: 100%;
    height: 250px;
    margin-bottom: 10px;
}

.artykuly-post-excerpt {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 12px;
    line-height: 160%;
    color: #000;
    padding-top: 0.6rem;
    height: auto;
    margin-bottom: 10px;
}

.artykuly-content-sidebar-block {
    box-shadow: 0px 4px 4px 0px #00000040;
    background: #fff;
    width: 100%;
    max-width: 450px;
    margin-top: 6.5rem;
    border-radius: 10px;
    padding: 25px 10px;
}

.sidebar-categories-title {
    font-family: Oswald;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    text-transform: uppercase;
    color: #1E1E1E;
    padding-top: 35px;
    padding-left: 0.6rem;
    padding-bottom: 20px;
}

.sidebar-categories ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.sidebar-categories li a {
    font-size: 14px;
    line-height: 100%;
    color: #000;
    line-height: 1.7;
}

.sidebar-categories ul li:before {
    width: 10px;
    height: 4px;
    position: absolute;
    left: 5px;
    top: 13px;
}

.sidebar-categories ul li {
    padding-left: 24px;
}

.artykuly-content-sidebar {
    position: relative;
    padding-bottom: 35px;
}

.sidebar-archive .sidebar-archive-title {
    font-size: 18px;
    line-height: 1.4;
    text-transform: uppercase;
    padding-top: 35px;
}

.newsletter-home-section:after {
    content: '';
    position: absolute;
    right: 0;
    z-index: 1;
    background: url(/wp-content/uploads/2025/12/Group-3681.png) no-repeat;
    background-size: contain;
    background-position: center;
    top: 5rem;
    width: 40px;
    height: 450px;
}

.newsletter-home-section:before {
        content: '';
        position: absolute;
        left: 0;
        top: 5rem;
        width: 40px;
        height: 450px;
        z-index: 1;
        background: url(/wp-content/uploads/2025/12/Group-3680.png) no-repeat;
        background-size: contain;
        background-position: center;
    }

.artykuly-post-top {
    margin-left: 0;
    width: 100%;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    padding: 10px 10px 15px;
    background: #fff;
    margin-bottom: 3rem;
}

.artykuly-post-top .artykuly-post-podcasty {
    display: flex;
    flex-direction: column;
}

.artykuly-post-top .artykuly-post-podcasty .artykuly-post-img {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 200px;
}

.artykuly-post-top .artykuly-post-podcasty .post-category {
    background: #fff;
    border-radius: 24px;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 12px;
    width: max-content;
    white-space: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 15px 5px !important;
    top: 7px !important;
}

.artykuly-post-podcasty .artykuly-post-content {
    width: 100%;
    padding-top: 15px;
}

.artykuly-post-top .artykuly-post-title h3 {
    font-size: 20px;
}

.post-meta-dlugosc {
    color: #1E1E1E99;
    font-size: 14px;
    padding: 0.3rem 0 10px 0;
}

.artykuly-post-button .webinar-button a {
    font-family: Open Sans;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    color: #fff;
    text-decoration: none;
    /* background: #17008D; */
    display: inline-flex;
    width: auto;
    max-width: max-content;
    min-width: 17rem;
    justify-content: center;
    align-items: center;
    min-height: 4rem;
    border-radius: 10px;
    margin: 0 10px 10px 0;
    padding: 7px 10px;
}

.breadcrumb-row,
.breadcrumb-row a {
    font-size: 10px;
}

section.podcasty-section-top .content-page-kontakt {
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
}

.breadcrumb-row {
    padding: 25px 0;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
    max-width: 100%;
}

.podcasty-section-top .page-title-small-top {
    font-size: 12px;
}

.podcasty-section-top .page-title-big {
    font-size: 26px;
    padding-bottom: 25px;
}

.page-title-big {
    font-size: 26px;
}

p.no-posts {
    font-size: 14px;
}

.artykuly-section-body.webinaria-section-body .artykuly-post-top {
        width: 100%;
        display: flex;
        background: #fff;
        margin-bottom: 3rem;
        margin-left: 0;
        flex-direction: column;
        padding: 30px 20px 20px;
        border-radius: 10px;
}

.artykuly-section-body.webinaria-section-body .artykuly-post-content {
    width: 100%;
    padding-left: 1.5rem;
    padding-bottom: 10px;
}

.artykuly-section-body.webinaria-section-body .webinar-meta {
    font-size: 12px;
}

.artykuly-section-body.webinaria-section-body .artykuly-post-excerpt {
    font-size: 14px;
    display: none;
}

.webinaria-post-top .artykuly-post-img:before {
    width: 25px !important;
    height: 25px !important;
}

.pagination-number, .pagination-arrow {
    padding: 0.5rem;
    border-radius: 18px;
    box-shadow: 0px 4px 4px 0px #00000040;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    width: 35px;
    height: 35px;
    margin: 20px 5px 0;
}

.newsletter-home-section.webinaria-banner-bottom-section {
    display: none;
}

.artykuly-post-top .post-category, .artykuly-post-top .post-category a {
    padding: 4px 10px;
    border-radius: 10px;
    font-size: 0.8rem;
    box-shadow: 0px 4px 4px #00000040;
    background: #fff;
    font-size: 10px;
}

.katalog-projektow-post-top-content .artykuly-post-content {
    width: 100%;
    padding-left: 1.7rem;
}

.wykorzystane-programy {
    font-size: 14px;
    line-height: 160%;
    color: #000;
    padding-bottom: 2.2rem;
    flex-wrap: wrap;
}

.open-project-popup {
    font-size: 12px;
}

.open-project-popup img {
    width: 12px;
    margin-right: 5px;
}

.kontakt-section-content {
    display: flex;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding-left: 7rem;
    flex-direction: column;
}

.kontakt-section-content-descr {
    width: 100%;
    margin-bottom: 15px;
}

.kontakt-section-content-descr h3 {
    margin: 0;
    font-family: Oswald;
    font-weight: 400;
    font-size: 24px;
    padding: 0.5rem 0 3rem;
    margin-bottom: 15px;
    margin-top: 15px;
}

.kontakt-section-content-descr-text strong,
.wsparcie-techniczne-section-body-top .kontakt-section-content-descr-text p {
    font-size: 14px;
    margin: 0 0 1.4rem 0;
}

.kontakt-sidebar {
    width: 95%;
}

.kontakt-sidebar-title {
    font-size: 20px;
    padding-bottom: 30px;
}

.wsparcie-techniczne-section-body-top .newsletter-row select {
    width: 100%;
}

.kontakt-sidebar-col .newsletter-row input {
    box-shadow: 0px 4px 4px 0px #00000040 !important;
    background: #fff;
    width: 100%;
    margin-right: 0;
    border: none;
    padding: 5px 10px;
    border-radius: 8px;
    color: #00000099;
    font-size: 14px;
    margin-bottom: 7px;
}

.kontakt-sidebar-col .newsletter-row textarea {
    box-shadow: 0px 4px 4px 0px #00000040 !important;
    background: #fff;
    width: 100%;
    margin-right: 0;
    border: none;
    height: 84px;
    resize: none;
    padding: 5px 10px;
    border-radius: 8px;
    color: #00000099;
    font-size: 14px;
    margin-bottom: 7px;
}

.kontakt-sidebar-col .newsletter-row-text p {
    font-size: 10px;
}

.kontakt-sidebar-col input.wpcf7-submit {
    font-size: 14px;
    margin-top: 1rem;
    padding: 15px 20px;
    border-radius: 10px;
    margin: 0 auto;
    display: block;
}

.wsparcie-techniczne-section-faq .big-post-title {
    font-size: 24px;
}

.faqs-section-block-title {
    font-size: 20px;
}

.faqs-section-block {
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
}

.question {
    font-size: 16px;
}

.faq-number {
    min-width: 25px;
}

.question-arrow {
    width: 40px;
}

.question-arrow img {
    width: 14px;
    transition: .2s;
}

.answercont {
    width: calc(100% - 38px);
}

.answer {
    font-size: 14px;
}

.faq-card-spoiler {
    padding: 10px;
}

.wsparcie-techniczne-content-scroll-text a {
    font-size: 16px;
}

.wpcf7 form .wpcf7-response-output {
    font-size: 12px;
}

li.wersje-programu-item a div:has(img) {
    width: 105px;
    margin-bottom: 10px;
}

li.wersje-programu-item a {
    box-shadow: 0px 4px 4px #00000040;
    background: #fff;
    padding: 10px 20px;
    border-radius: 1.3rem;
    font-size: 14px;
    line-height: 100%;
    text-decoration: none;
    min-height: 4.1rem;
    margin-bottom: 10px;
}

.wersje-programu-first-step {
    padding: 4.9rem 0;
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
}

.materialy-do-pobrania-section-body .artykuly-content-sidebar {
    position: relative;
    top: auto;
    right: auto;
}

.podrecznik-block-content-big-title {
    margin: 0;
    font-family: Oswald;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    color: #17008D;
    padding-bottom: 35px;
    padding-top: 20px;
}

.podrecznik-block {
    width: 100%;
    max-width: 48%;
    min-height: 25rem;
    margin-bottom: 2.7rem;
}

.podrecznik-block-blue-title {
    font-family: Open Sans;
    font-weight: 600;
    font-size: 18px;
    color: #17008D;
    padding-top: 10px;
    padding-bottom: 0.1rem;
    padding-right: 4rem;
    line-height: 1.4;
}

.podrecznik-block-title {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.4;
    color: #000;
    padding-bottom: 25px;
}

.podrecznik-block-link a {
    font-family: Open Sans;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    background: #17008D;
    border: none;
    color: #fff;
    padding: 7px 23px;
    border-radius: 8px;
    text-decoration: none;
    margin-bottom: 15px;
}

.podrecznik-block-img img {
    width: 40px;
}

.wersje-programu-block-content {
    width: 100%;
}

.wersje-programu-block {
    width: 48%;
    margin-bottom: 8.7rem;
    max-width: 200px;
}

.wersje-programu-block-row {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 0 1.7rem;
}

.wersje-programu-content {
    width: 100%;
    margin-bottom: 15px;
}

.wersje-programu-button a {
    font-family: Open Sans;
    font-weight: 600;
    font-size: 12px;
    line-height: 1.2;
    background: #17008D;
    color: #fff;
    margin-top: 0.7rem;
    padding: 9px 10px;
    border-radius: 7px;
    width: 100%;
}

.wersje-programu-button a img {
    width: 15px;
    height: 15px;
    margin-left: 15px;
}

.content-page-kontakt {
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
}

.kontakt-section-content-descr-text p {
    font-size: 14px;
}

.kontakt-section-content-descr-adress-row {
    font-size: 14px;
}

.kontakt-section-content-descr-adress-row img {
    width: 18px;
}

.artykuly-section-body.archiwum-page-content li.wersje-programu-item a {
    font-weight: 400;
    font-size: 24px;
    font-family: Oswald;
    border-radius: 8px;
}

.artykuly-section-body.archiwum-page-content .wersje-programu-months .wersje-programu-month a {
    font-size: 18px;
    padding: 7px 15px 10px;
}

.footer-logo {
    width: 150px;
    margin-bottom: 15px;
}

.footer-logo-text {
    font-size: 14px;
}

.footer-content-row {
    display: flex;
    flex-direction: column-reverse;
}

.footer-block-adress {
    display: flex;
    margin-right: 0;
    flex-direction: column;
}

.footer-block-menu ul {
    padding-top: 0.4rem;
    align-items: flex-start;
    flex-direction: column;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.footer-block-menu ul li {
    margin: 0 5px;
}

.footer-block-menu ul li a {
    font-size: 14px;
    text-decoration: none;
    padding: 6px 0;
    display: block;
}

.footer-content-bottom {
    width: 100%;
    max-width: 85rem;
    margin: 0 auto 1rem;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.footer-polityka-prywatnosci a {
    font-size: 10px;
    margin-bottom: 25px;
    display: block;
}

.footer-coop {
    font-size: 10px;
    color: #000;
    line-height: 1.3;
    margin-left: 0;
    text-align: center;
}

.artykuly-content-page-center {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.archiwum-page-content .artykuly-post {
    margin-left: 0;
    width: 100%;
    flex-direction: column;
}

.archiwum-page-content .artykuly-post-content h3 {
    font-size: 16px;
    line-height: 1.3;
}

.post-time {
    font-size: 14px;
}

.artykuly-post .post-meta {
    flex-wrap: wrap;
}

.archiwum-page-content .artykuly-post-top.webinaria-post-top .post-category {
    font-size: 12px;
    color: #000;
    display: inline-flex;
    width: max-content;
    padding: 5px 10px;
    border-radius: 13px;
    left: auto !important;
    right: 1rem;
}

.webinar-item {
    flex-direction: column;
    padding: 30px 20px 20px;
    border-radius: 10px;
}

.footer-block-adress div {
    font-size: 12px;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

.artykuly-content-block .artykuly-post {
    margin-left: 0;
}

.load-more-wrapper button {
    font-size: 14px;
}

.load-more-wrapper button img {
    width: 13px;
    margin-left: 7px;
}

.artykuly-post-top.webinaria-post-top {
    max-width: 450px !important;
    flex-direction: column;
    padding: 30px 20px 20px !important;
    border-radius: 10px;
}

.artykuly-post-webinaria {
    display: flex;
    flex-direction: column;
}

.artykuly-search-page .artykuly-post-img.webinar-img {
    width: 100%;
    height: 200px;
}

.artykuly-search-page .artykuly-post-top.webinaria-post-top .artykuly-post-content,
.artykuly-search-page .webinarium-content-block .artykuly-post-content {
    padding-left: 2rem;
    width: 100%;
}

.artykuly-search-page .webinarium-content-block .artykuly-post-excerpt {
    padding-top: 0;
    height: auto;
    display: none;
}

.artykuly-post-podcasty .artykuly-post-img:before,
.webinar-img:before {
    width: 25px;
    height: 25px;
}

.artykuly-search-page .artykuly-post-top:has(.artykuly-post-podcasty), .artykuly-search-page .podcast-content-block .artykuly-post-top {
    width: 100%;
    max-width: 450px;
    padding: 5px;
}

.artykuly-search-page .podcast-content-block .artykuly-post-content {
    width: 100%;
}

.artykuly-post-button .webinar-button {
    margin-bottom: 10px;
}

.podcast-content-block .search-block .post-meta-dlugosc {
    padding: 0.3rem 0 0px 0;
}

.no-results {
    font-size: 16px;
}

.podcast-content-block:has(.no-results) {
    padding-left: 0;
}

.page-template-default .wsparcie-techniczne-section-body-top {
    padding: 60px 0;
}

.page-template-default .kontakt-section-content-descr-text li strong {
    font-size: 18px;
    font-weight: 500;
}

.page-template-default .kontakt-section-content-descr-text li::marker {
    font-size: 16px;
    font-weight: 500;
    margin: 7px 0 15px;
}

.wp-block-table .has-fixed-layout {
    table-layout: fixed;
    width: 100%;
    font-size: 12px;
    margin: 25px 0;
}

.post-page-top-section .breadcrumb-artykuly {
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
    flex-wrap: wrap;
    padding: 20px 0;
}

.single-page-content {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding-left: 0;
    min-height: 50rem;
    padding-top: 40px;
    flex-direction: column;
}

.post-page-content .post-category {
    box-shadow: 0px 4px 4px #00000040;
    background: #fff;
    padding: 7px 14px !important;
    border-radius: 20px;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    color: #000;
    text-decoration: none;
    display: inline-flex;
    width: max-content;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.post-page-title h1 {
    font-size: 26px;
    line-height: 1.3;
    text-align: left;
    padding-bottom: 25px;
}

.small-post-post-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.post-page-content .small-post-post-meta .post-meta-author {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.post-meta-data-time {
    font-size: 12px;
}

.post-meta-data-time img {
    width: 12px;
    margin-right: 5px;
}

.single-page-content .entry-content {
    font-size: 14px;
    padding-bottom: 15px;
}

.post-page-autor-block-title {
    font-size: 20px;
}

.post-page-autor-avatar {
    width: 60px;
    height: 60px;
    margin-right: 15px;
}

.post-page-autor-name {
    font-size: 16px;
}

.post-page-autor-info {
    font-size: 12px;
}

.artykuly-content-sidebar-newsletter {
    box-shadow: 0px 4px 4px 0px #00000040;
    background: #fff;
    width: 100%;
    margin-top: 21rem;
    border-radius: 10px;
    padding: 15px;
    border: 0.2rem solid #17008D;
    position: relative;
    max-width: 550px;
    margin-bottom: 25px;
}

.artykuly-content-sidebar-newsletter-title {
    font-size: 14px;
    padding-bottom: 15px;
}

.artykuly-content-sidebar-newsletter .newsletter-row select,
.artykuly-content-sidebar-newsletter .newsletter-row input {
    width: 100%;
    margin-bottom: 14px;
}

.comments-block-single-page {
    width: 100%;
    max-width: 90%;
    margin-left: 5%;
    border-radius: 10px;
    background: #E3E3E3;
    margin-bottom: 3rem;
}

.comments-top-form {
    padding: 20px 30px;
}

.comments-block-single-page h3 {
    font-weight: 600;
    font-size: 20px;
    margin: 5px 0 15px;
}

.comments-top-form p {
    font-size: 14px;
    display: flex;
    flex-direction: column;
}

.comments-top-form p.comment-form-cookies-consent {
    flex-direction: row;
    align-items: self-start;
}

.comments-block-single-page label {
    font-size: 14px;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    background: #fff;
    width: 100%;
    max-width: 550px;
    margin-right: 2.3rem;
    border: none;
    padding: 5px 10px;
    border-radius: 8px;
    color: #00000099;
    font-size: 14px;
}

.comments-block-single-page input#submit {
    font-family: Open Sans;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    display: inline-flex;
    width: auto;
    max-width: max-content;
    min-width: 14.3rem;
    justify-content: center;
    align-items: center;
    min-height: 4rem;
    font-size: 14px;
    line-height: 100%;
    background: #17008D;
    border: none;
    color: #fff;
    margin-top: 1rem;
    padding: 10px 20px 12px 20px;
    border-radius: 12px;
}

.Podobne-artykuły-single-page {
    padding-bottom: 60px;
    background: #F4F2FF;
    padding-top: 40px;
}

.Podobne-artykuły-single-page-content {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding-left: 0;
}

.Podobne-artykuły-single-page-content .blue-title {
    text-align: left;
    padding-bottom: 25px;
}

.Podobne-artykuły-single-row {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.category-home-button {
    width: 100%;
    max-width: 100%;
    margin: 0.9rem auto;
    text-align: center;
}

.marki-home-section .blue-title {
    padding-left: 0;
    text-align: center;
}

.sidebar-archive .archive-year {
    font-size: 18px;
}

.sidebar-archive li.archive-month a {
    font-size: 14px;
    padding-left: 18px;
}

.sidebar-archive span.archive-year-toggle img {
    width: 10px;
    margin-bottom: 5px;
}

.sidebar-archive li.archive-month a:before {
    width: 10px;
    top: 8px;
}

.artykuly-post-katalog-projektow {
    display: flex;
    flex-direction: column;
}

.katalog-projektow-post-top-content .artykuly-post-img {
    height: 200px;
}

.faqs-section-block-title {
    font-size: 24px;
}

.podrecznik-block-title-wersje {
    font-size: 13px;
}

.podrecznik-block-img {
    width: 60px;
    height: 60px;
}


.wsparcie-techniczne-section-faq,
.artykuly-section-body,
.artykuly-section-body.webinaria-section-body {
    padding-bottom: 80px;
}

.project-popup-slider span.swiper-pagination-bullet {
    background: url(/wp-content/uploads/2026/01/Ellipse-5.svg);
    width: 10px;
    height: 10px;
    opacity: 1;
    background-repeat: no-repeat;
    background-size: contain;
}

.project-popup-slider span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: url(/wp-content/uploads/2026/01/Group-286.svg);
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    background-size: contain;
}

.archiwum-page-content .artykuly-content-sidebar .artykuly-content-sidebar-block {
    margin-top: 15px;
}

.najnowsze-artykuly-column-1 article.big-post {
    border-radius: 16px;
    padding: 20px 20px 30px;
    position: relative;
    background: #fff;
    margin-bottom: 10px;
}

.post-meta-content {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.najnowsze-artykuly-column-2 .small-post-post-meta .post-meta-author {
    display: none;
}

.poleca-home-img-block-mob {
    display: block;
}

.poleca-home-img-block {
    display: none;
}

.poleca-home-img-block-mob {
    min-height: 250px;
    width: 100%;
    padding-left: 23px;
    font-size: 14px;
    background: url(/wp-content/uploads/2026/01/Robert.png) no-repeat;
    background-size: contain;
    background-position: right;
    margin-top: 20px;
}

.poleca-home-img-block-mob-text div {
    width: 60%;
    padding-top: 20px;
}

.poleca-home-img-block-mob-text b {
    color: #17008D;
    font-weight: 600;
}

.footer-content {
    width: 100%;
    max-width: 85rem;
    margin: 50px auto 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-block-menu ul li {
    font-size: 14px;
}

.newsletter-checkbox .wpcf7-list-item {
    display: contents;
    margin: 0 0 0 1em;
}

ul#mobmenuright li a {
    text-transform: uppercase;
    font-family: "Oswald" !important;
}

.archiwum-page-content .artykuly-post-top.webinaria-post-top .artykuly-post-img:before {
    width: 25px;
    height: 25px;
}

.archiwum-page-content .artykuly-content-page-center {
    flex-direction: column-reverse;
}

.materialy-do-pobrania-section-body .artykuly-content-post {
    display: flex;
    flex-direction: column-reverse;
}

.single-page-content .entry-content h2 {
    font-size: 20px;
}

.wp-block-button a {
    font-family: Open Sans;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    color: #fff;
    text-decoration: none;
    background: #17008D;
    display: inline-flex;
    width: auto;
    max-width: max-content;
    justify-content: center;
    align-items: center;
    min-height: 40px;
    border-radius: 10px;
    min-width: 16.5rem;
    position: relative;
    padding: 10px 34px 10px 20px;
}

.wp-block-button a:after {
    height: 15px;
    width: 15px;
}

.comments-block-single-page p.logged-in-as {
    font-size: 14px;
}

.comments-block-single-page h2.comments-title {
    font-size: 18px;
}

.comments-block-single-page ol.comment-list li {
    margin-bottom: 15px;
    border-radius: 10px;
    padding: 15px;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 12px;
    line-height: 160%;
    color: #000;
    background: #fff;
}

.project-popup-description-block .small-post-post-meta {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
}

.project-popup-meta-block {
    padding-left: 0;
}

.project-popup-meta {
    padding-bottom: 10px;
}

.project-popup-slider .swiper-button-next,
.project-popup-slider .swiper-button-prev {
    width: 30px;
    height: 30px;
    background-size: contain;
}

.najnowsze-artykuly-home-section .big-post-content .author-name .small-post-separator {
    display: block;
    margin-right: 0px;
    margin-top: -1px;
    margin-left: 5px;
}

.najnowsze-artykuly-home-section .big-post-content .author-name {
    display: flex;
}
















}