.article {
    padding-top: 64px;
    padding-bottom: 64px;
}

.article .col {
    padding-top: 0;
    padding-bottom: 0;
}

.article .row {
    padding-top: 0;
    padding-bottom: 0;
}

.article .row-bottom {
    align-items: flex-start;
}

.article .row-bottom .text-editor {
    margin-top: 24px;
}

.article .row-bottom *:last-child, .article .row-top *:last-child {
    margin-bottom: 0 !important;
}

.article .col-img {
    width: 35%;
    padding-right: 36px;
    align-self: flex-start;
}

.article .col-img .img-container {
    border-radius: 100%;
    aspect-ratio: 4/4;
    border: 4px solid transparent;
    border-color: white;
}



.article .col-img .img-container::before {
    z-index: 5;
    opacity: 0;
    visibility: visible;
    background-color: #40b4d7;
}

.article .col-img .img-container.loaded::before {
    opacity: 0.01;
}

.article .col-text {
    width: 65%;
    padding-left: 36px;
}

.article .col-text-full {
    width: 100%;
}

.article .col {
    display: block;
}

.article .created {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    color: #40b4d7;
}

.article .h1 {
    font-size: 36px;
    margin-bottom: 24px;
}


/* Polecane artykuly */


.section.article-slider {
    padding-top: 64px;
    position: relative;
}

.section.article-slider .row.top {
    padding: 0;
    padding-bottom: 32px;
}

.section.article-slider .row.top .col {
    padding-top: 0;
    padding-bottom: 0;
    display: block;
}

.section.article-slider .row.top .h2 {
    width: 100%;
    text-align: center;
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

.section.article-slider .row.top .h1 {
    width: 100%;
    text-align: center;
    margin: 0;
    color: rgba(0, 0, 0, 0.85);
}


.section.article-slider .row.bottom {
    padding: 0;
}

.section.article-slider .row.bottom .swiper {
    padding-bottom: 36px;
}

.section.article-slider  .img-container {
    aspect-ratio: 4/3;
    width: 100%;
    border-radius: 0;
    border: 16px solid transparent;
    margin-bottom: 12px;
    background-color: white;
    border-radius: 25px;
}

.section.article-slider  .img-container {
    border-color: #f9f9f9;
}

.section.article-slider .img-container::before {
    z-index: 5;
    opacity: 0;
    visibility: visible;
    background: linear-gradient(to right, rgba(63,39,145,1) 0%,rgba(201,55,146,1) 100%);
}

.section.article-slider .img-container.loaded::before {
    opacity: 0.35;
}

.section.article-slider  .img-container img {
    object-fit: cover;
}

.section.section.article-slider .text .h4 {
    text-align: center;
    font-size: 26px;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.section.section.article-slider .text p {
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 36px;
    text-align: center;
}

.section.section.article-slider .text {
    width: 100%;
    text-align: center;
}

.section.section.article-slider .swiper-scrollbar {
    display: none;
}

.section.section.article-slider .swiper-button-next, .section.section.article-slider .swiper-button-prev {
    background-color: #36227a;
    color: white;
}


.section.section.article-slider .swiper-button-next {
    background-color: #36227a;
}

/* mobial */
@media screen and (max-width: 890px) {


    .article {
        padding-top: 36px;
        padding-bottom: 36px;
    }

    .article .created {
        font-size: 12px;
    }
    .article .h1 {
        font-size: 26px;
        margin-bottom: 24px;
    }

    .article .col-img {
        padding-right: 18px;
    }

    .article .col-text {
        width: 65%;
        padding-left: 18px;
    }

    .section.article-slider {
        padding-top: 36px;
    }

    .section.article-slider .row.top {
        padding-bottom: 24px;
    }

    .section.article-slider .row.top .h2 {
        font-size: 14px;
    }

    .section.article-slider .row.top .h1 {
        font-size: 32px;
    }

    .section.section.article-slider .text .h4 {
        font-size: 21px;
        margin-bottom: 12px;
    }

    .section.section.article-slider .text p {
        font-size: 15px;
        margin-bottom: 24px;
    }

    .section.article-slider .row.bottom .col {
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: -24px;
    }




}


@media screen and (max-width: 540px) {
    .article .col-img {
        width: 75%;
        margin-bottom: 24px;
    }

    .article .col-text {
        width: 100%;
    }

    .section.article-slider .swiper-slide {
        text-align: center;
    }

    .section.article-slider .img-container {
        width: 75%;
        margin-left: auto;
        margin-right: auto;
    }

}