/* bcc kobiety */

.bcc-k {
    font-size: 16px;
    scroll-margin: 122px;
}

.bcc-k,
.bcc-k * {
    font-family: 'Lato', 'Alegreya Sans';
}

.bcc-k strong,
.bcc-k b {
    font-weight: 900;
}

.bcc-k .container {
    max-width: 1230px;
}

.bcc-k-hero .block-wrapper {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.bcc-k-hero .hero-logo {
    max-width: 459px;
    display: flex;
    margin: 0 auto;
}

.bcc-k-hero .hero-bar-outer {
    padding: 17px 15px;
    background: #F2F2F2;
}

.bcc-k-hero .hero-bar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    justify-content: space-between;
    max-width: 960px;
    margin: 0 auto;
}

.bcc-k-hero .hero-bar h3 {
    font-size: 20px;
}

.bcc-k-hero .custom-btn {
    color: #fff;
    background: #be1522;
    border: 2px solid #be1522;
    border-radius: 10px;
    padding: 5px 30px;
    transition: opacity .3s ease;
}

.bcc-k-hero .custom-btn:hover {
    opacity: 0.7;
}

.bcc-k-hero .hero-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 32px 64px;
    max-width: 1080px;
    margin: 0 auto;
}

.bcc-k-hero .hero-description-wrapper {
    width: calc(60% - 32px);
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.bcc-k-hero .hero-image {
    width: calc(40% - 32px);
}

.bcc-k-hero .hero-social {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 32px;
}

.bcc-k-hero .hero-social a {
    transition: opacity .3s ease;
}

.bcc-k-hero .hero-social a:hover {
    opacity: 0.7;
}

.bcc-k-hero .hero-description {
    display: flex;
    flex-direction: column;
    gap: 16px;
    font-size: 16px;
    line-height: 1.33;
}

.bcc-k-hero .hero-description h3 {
    font-weight: 700;
    font-size: 32px;
}

.bcc-k-hero .hero-box {
    border-radius: 15px;
    background: #F9F9F9;
    padding: 30px 30px 45px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    font-size: 18px;
    font-weight: 300;
}

.bcc-k-hero .hero-box ul {
    margin: 0;
    line-height: 1.7;
    font-weight: 700;
    font-size: 16px;
}

@media (max-width:991px) {

    .bcc-k-hero .hero-description-wrapper,
    .bcc-k-hero .hero-image {
        width: 100%;
    }

    .bcc-k-hero .hero-box {
        padding: 16px;
    }
}

@media (max-width:479px) {
    .bcc-k-hero .hero-bar {
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
}

.bcc-k-content-1 .block-wrapper {
    width: 100%;
    position: relative;
}

.bcc-k-content-1 .block-wrapper::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%);
    background-color: #000;
    z-index: 0;
}

.bcc-k-content-1 .block-content {
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 24px 48px;
    z-index: 1;
    position: relative;
    padding: 64px 0;
}

.bcc-k-content-1 .block-image {
    width: calc(40% - 24px);
}

.bcc-k-content-1 .block-text {
    width: calc(60% - 24px);
}

.bcc-k-content-1 .block-image {
    display: flex;
    position: relative;
    bottom: -80px;
}

.bcc-k-content-1 .block-image img {
    max-width: 352px;
    border-radius: 12px;
    aspect-ratio: 52/49;
}

.bcc-k-content-1 .block-text {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.bcc-k-content-1 .block-text * {
    color: #fff;
}

@media (max-width:991px) {

    .bcc-k-content-1 .block-image,
    .bcc-k-content-1 .block-text {
        width: 100%;
    }

    .bcc-k-content-1 .block-content {
        padding: 32px 15px;
    }

    .bcc-k-content-1 .block-wrapper {
        background-color: #000;
    }

    .bcc-k-content-1 .block-image {
        bottom: 0;
    }

    .bcc-k-content-1 .block-wrapper::before {
        content: none;
        display: none;
    }
}

/*  */

.bcc-k-content-2 .bcc-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 32px 64px;
    align-items: center;
    max-width: 1080px;
    margin: 0 auto;
}

.bcc-k-content-2 .bcc-left {
    width: calc(60% - 32px);
}

.bcc-k-content-2 .bcc-left h2 {
    font-size: 32px;
    line-height: 1.3;
    margin-bottom: 24px;
    font-weight: 500;
}

.bcc-k-content-2 .bcc-left h2 em {
    font-style: italic;
    color: #666;
}

.bcc-k-content-2 .bcc-left ul {
    padding-left: 20px;
    font-weight: 400;
}

.bcc-k-content-2 .bcc-box {
    background: #f9f9f9;
    padding: 30px;
    border-radius: 15px;
    line-height: 1.3;
}

.bcc-k-content-2 .bcc-box strong {
    font-weight: 700;
}

.bcc-k-content-2 .bcc-right {
    width: calc(40% - 32px);
}

.bcc-k-content-2 .bcc-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

@media (max-width: 991px) {
    .bcc-k-content-2 .bcc-wrapper {
        flex-direction: column;
    }

    .bcc-k-content-2 .bcc-left,
    .bcc-k-content-2 .bcc-right {
        width: 100%;
    }

    .bcc-k-content-2 .bcc-box {
        padding: 16px;
    }
}

.bcc-k .bcc-title {
    position: relative;
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 10px;
    margin-bottom: 30px;
    padding: 24px 0;
}

.bcc-k .bcc-title::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%) translateY(-50%);
    width: 43px;
    height: 20px;
    background: url(../images/bcc-k-title-icon.png);
    background-repeat: no-repeat;
}

.bcc-k .bcc-title h2 {
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
}

.bcc-k .bcc-title h3 {
    color: #BE1E2D;
    font-size: 24px;
    font-style: italic;
    font-weight: 400;
}

.bcc-k .logos-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.bcc-k .logos-wrapper.logos-vertical {
    flex-direction: column;
}

.bcc-k .logos-wrapper a {
    transition: opacity .3s ease;
}

.bcc-k .logos-wrapper a:hover {
    opacity: 0.7;
}

.bcc-k-video iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 1200 / 674;
}

.bcc-k .contact-email-wrapper {
    display: flex;
    justify-content: center;
}

.bcc-k .contact-email-wrapper a {
    color: #be1522;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    transition: opacity .3s ease;
}

.bcc-k .contact-email-wrapper a:hover {
    opacity: 0.7;
}

.bcc-k-contact .contact-wrapper {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.bcc-k-contact .person-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
}

.bcc-k-contact .person-single {
    width: calc(50% - 16px);
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.bcc-k-contact .person-thumb {
    width: 100px;
    border-radius: 999px;
    display: flex;
}

.bcc-k-contact .person-thumb img {
    width: 100%;
    height: auto;
    border-radius: 999px;
    min-width: 100px;
    max-width: 100px;
}

.bcc-k-contact .person-data {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.bcc-k-contact .person-data>div {
    display: flex;
    flex-direction: column;
    color: #3d3d3d;
    font-weight: 700;
}

.bcc-k-contact .person-data .person-title {
    font-size: 20px;
}

.bcc-k-contact .person-data .person-role {
    font-weight: 500;
}

.bcc-k-contact .person-data a {
    color: #BE1E2D;
    font-size: 16px;
    font-style: italic;
    font-weight: 500;
}

.bcc-k-contact .contact-data-wrapper {
    display: flex;
    margin: 24px 0;
    flex-wrap: wrap;
    align-items: center;
    gap: 64px;
}

.bcc-k-contact .contact-data-wrapper>* {
    width: calc(50% - 32px);
}

.bcc-k-contact .contact-sm {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.bcc-k-contact .contact-sm a {
    display: flex;
    align-items: center;
    gap: 16px;
    color: #3d3d3d;
}

@media (max-width:991px) {
    .bcc-k-contact .person-single {
        width: 100%;
    }

    .bcc-k-contact .contact-data-wrapper>* {
        width: 100%;
    }
}

.bcc-k-partners .partners-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.bcc-k-partners .partners-wrapper a {
    padding: 0 66px 24px;
    color: #BE1E2D;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.bcc-k-partners .partners-wrapper img {
    max-width: 168px;
    min-width: 168px;
    width: 100%;
    object-fit: cover;
    border-radius: 999px;
    transition: transform .3s ease;
}

.bcc-k-partners .partners-wrapper a:hover img {
    transform: scale(1.1);
}

.bcc-k-team .block-wrapper {
    background-color: #f9f9f9;
    padding: 32px;
}

.bcc-k-team .tab-content {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    position: absolute;
    width: 100%;
}

.bcc-k-team .tabs-content {
    position: relative;
}

.bcc-k-team .tab-content.active {
    opacity: 1;
    pointer-events: auto;
    position: relative;
}

.bcc-k-team .tabs-nav {
    display: flex;
}

.bcc-k-team .tabs-nav button {
    flex: 1 auto;
    width: 33.33333333%;
    border: 1px solid #DDD;
    padding: 20px 16px;
    font-size: 14px;
    font-weight: 700;
    transition: background .3s ease;
}

.bcc-k-team .tabs-nav button:first-child {
    border-top-left-radius: 8px;
}

.bcc-k-team .tabs-nav button:last-child {
    border-top-right-radius: 8px;
}

.bcc-k-team .tabs-nav button.active {
    background: #FFF;
}

.bcc-k-team .team-wrapper {
    display: flex;
    padding: 64px 32px;
    background-color: #fff;
}

.bcc-k-team .team-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 32px;
}

.bcc-k-team .team-wrapper a {
    padding: 24px;
    width: calc(25% - 24px);
    color: #BE1E2D;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 24px;
}

.bcc-k-team .team-wrapper img {
    max-width: 128px;
    min-width: 128px;
    width: 100%;
    object-fit: cover;
    border-radius: 999px;
    transition: transform .3s ease;
}

.bcc-k-team .team-wrapper a:hover img {
    transform: scale(1.1);
}

@media (max-width:1199px) {
    .bcc-k-team .team-wrapper a {
        width: calc(50% - 16px);
        gap: 12px;
    }
}

@media (max-width:768px) {
    .bcc-k-team .block-wrapper {
        padding: 16px;
    }

    .bcc-k-team .tabs-nav {
        flex-wrap: wrap;
    }

    .bcc-k-team .tabs-nav button {
        width: 100%;
    }

    .bcc-k-team .tabs-nav button:first-child,
    .bcc-k-team .tabs-nav button:last-child {
        border-radius: 0;
    }
}

@media (max-width:479px) {
    .bcc-k-team .team-wrapper a {
        width: 100%;
    }
}

.bcc-k-logo-text {
    padding: 24px 0;
}

.bcc-k-logo-text .bcc-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 32px;
}

.bcc-k-logo-text .bcc-logo-text {
    display: flex;
    flex-direction: column;
    gap: 16px;
    color: #BE1E2D;
    text-align: center;
    font-weight: 600;
}

.bcc-k-certificate .bcc-wrapper {
    max-width: 1080px;
    margin: 0 auto;
}

.bcc-k-certificate .bcc-wrapper-inner {
    display: flex;
    align-items: stretch;
}

.bcc-k-certificate .bcc-certificate-image {
    width: 50%;
}

.bcc-k-certificate .bcc-certificate-text {
    width: 50%;
    border-radius: 15px;
    background: #F9F9F9;
    padding: 0 86px;
    align-content: center;

}

.bcc-k-certificate .bcc-certificate-text-inner {
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    justify-content: center;
}

.bcc-k-certificate .bcc-certificate-text * {
    color: #3d3d3d
}

.bcc-k-certificate .bcc-certificate-text b,
.bcc-k-certificate .bcc-certificate-text strong {
    font-weight: 700;
}

.bcc-k-certificate .bcc-certificate-text p+p {
    margin-top: 8px;
}

@media (max-width:1199px) {
    .bcc-k-certificate .bcc-certificate-text {
        padding: 0 32px;
    }

    .bcc-k-certificate .bcc-certificate-text-inner {
        padding: 16px;
    }
}

@media (max-width:768px) {

    .bcc-k-certificate .bcc-wrapper-inner {
        flex-direction: column;
    }

    .bcc-k-certificate .bcc-certificate-text,
    .bcc-k-certificate .bcc-certificate-image {
        width: 100%;
    }

    .bcc-k-certificate .bcc-certificate-text {
        padding: 0;
    }
}

.bcc-k-laureats .bcc-wrapper-outer {
    margin: 0 auto;
    max-width: 1080px;
}

.bcc-k-laureats .bcc-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 32px;
    position: relative;
}

.bcc-k-laureats .bcc-wrapper::before {
    content: '';
    position: absolute;
    left: 0;
    top: 20%;
    transform: translateY(-50%);
    width: 100%;
    height: 40px;
    background-color: #be1522;
    z-index: 0;
}

.bcc-k-laureats .laureats-description {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.bcc-k-laureats .laureat-single {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: calc(25% - 24px);
    justify-content: center;
    text-align: center;
    position: relative;
    z-index: 1;
}

.bcc-k-laureats .laureat-image {
    display: flex;
    margin: 0 auto;
    justify-content: center;
}

.bcc-k-laureats .laureat-single img {
    max-width: 165px;
    min-width: 165px;
    width: 100%;
    object-fit: cover;
    border-radius: 999px;
    overflow: hidden;
}

.bcc-k-laureats .laureat-year {
    color: #be1522;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
}

.bcc-k-laureats .laureat-name {
    font-size: 12px;
    color: #3d3d3d;
    font-style: italic;
    font-weight: 700;
}

@media (max-width:991px) {
    .bcc-k-laureats .bcc-wrapper::before {
        content: none;
        display: none;
    }

    .bcc-k-laureats .laureat-single {
        width: calc(33.33333333% - 24px);
    }
}

@media (max-width:768px) {
    .bcc-k-laureats .laureat-single {
        width: calc(50% - 16px);
    }

    .bcc-k-laureats .laureat-single img {
        max-width: 128px;
        min-width: 128px;
    }
}

.bcc-k-survey .block-wrapper {
    background: #F9F9F9;
    padding: 24px 32px 48px;
}

.bcc-k-survey .bcc-title {
    padding: 24px 0;
}

.bcc-k-survey .bcc-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 64px 32px;
}

.bcc-k-survey .bcc-wrapper>* {
    width: calc(50% - 16px);
}

.bcc-k-survey .item-scroll {
    background-color: #fff;
    padding: 40px;
    max-height: 594px;
    overflow-y: auto;
    border-radius: 15px;
}

.bcc-k-survey .survey-pre-title {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: #3d3d3d;
    margin: 0 0 10px;
}

.bcc-k-survey .bcc-survey {
    position: relative;
}

.bcc-k-survey .survey-icon {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateY(-50%) translateX(-50%);
    z-index: 9;
}

.bcc-k-survey .survey-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.bcc-k-survey .survey-single {
    border-radius: 15px;
    padding: 20px;
    background: #F9F9F9;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    color: #3d3d3d;
    font-size: 16px;
}

.bcc-k-survey .survey-single .survey-title {
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 5px;
    font-weight: 700;
}

.bcc-k-survey .survey-single .survey-description {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: italic;
}

.bcc-k-survey .survey-single .btn-wrapper {
    display: flex;
    justify-content: flex-end;
}

.bcc-k-survey .survey-single a {
    color: #be1522;
    transition: opacity .3s ease;
}

.bcc-k-survey .survey-single a:hover {
    opacity: 0.7;
}

.bcc-k-survey .bcc-publications .item-scroll {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.bcc-k-survey .publications-title {
    color: #be1522;
    font-size: 24px;
    font-weight: 300;
}

.bcc-k-survey .publications-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.bcc-k-survey .publication-single {
    color: #3d3d3d;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.bcc-k-survey .publication-title {
    border-bottom: 1px solid #DDD;
    padding-bottom: 10px;
    font-weight: 700;
}

.bcc-k-survey .publication-author {
    font-weight: 300;
    font-size: 12px;
    color: #be1522;
}

.bcc-k-survey .publication-single .btn-wrapper {
    justify-content: flex-end;
    display: flex;
}

.bcc-k-survey .publication-single a {
    color: #be1522;
    transition: opacity .3s ease;
}

.bcc-k-survey .publication-single a:hover {
    opacity: 0.7;
}


@media (max-width:991px) {
    .bcc-k-survey .block-wrapper {
        padding: 32px 16px;
    }

    .bcc-k-survey .bcc-wrapper>* {
        width: 100%;
    }

    .bcc-k-survey .bcc-survey .item-scroll {
        padding-top: 48px;
    }

    .bcc-k-survey .item-scroll {
        padding: 16px;
    }

}

.bcc-k-nav .block-wrapper {
    background: #F9F9F9;
}

.bcc-k-nav .block-wrapper .nav-list {
    max-width: 1080px;
    margin: 0 auto;
    padding: 39px 0;
    display: flex;
    /* flex-wrap: wrap; */
    gap: 0;
    list-style-type: none;
}

.bcc-k-nav .block-wrapper .nav-list a {
    padding: 10px 32px;
    border-right: 1px solid #000;
    text-align: center;
    display: flex;
    font-size: 12px;
    font-weight: 700;
    transition: color .3s ease;
}

.bcc-k-nav .block-wrapper .nav-list a:hover {
    color: #be1522;
}

@media (max-width:991px) {
    .bcc-k-nav {
        display: none;
    }
}

.bcc-k-posts .block-wrapper {
    background: #F9F9F9;
}

.bcc-k-posts .block-wrapper-inner {
    clip-path: polygon(100% 0, 100% 98%, 0 100%, 0 2%);
    padding: 32px 0;
    position: relative;
}

.bcc-k-posts .block-wrapper-inner::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0.4);
}

.bcc-k-posts .bcc-title h2 {
    color: #fff;
}

.bcc-k-posts .posts-wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 990px;
    margin: 0 auto;
    z-index: 4;
    position: relative;
    padding: 30px 15px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.bcc-k-posts .single-post {
    background-color: #fff;
    border-radius: 15px;
    display: flex;
    align-items: flex-start;
    gap: 30px;
    padding: 20px;
    font-size: 14px;
    color: #3d3d3d;
}

.bcc-k-posts .post-data {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.bcc-k-posts .single-post h3 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
    font-weight: 700;
}

.bcc-k-posts .single-post a {
    transition: opacity .3s ease;
}

.bcc-k-posts .single-post a:hover {
    opacity: 0.7;
}

.bcc-k-posts .single-post p {
    font-style: italic;
}

.bcc-k-posts .single-post .post-thumb {
    min-width: 230px;
    max-width: 230px;
    width: 100%;
    display: flex;
    position: relative;
}

.bcc-k-posts .post-badge {
    position: absolute;
    left: -30px;
    top: -10px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.bcc-k-posts .post-badge span {
    color: #fff;
    background-color: #be1522;
    padding: 6px 20px;
    font-size: 14px;
    font-style: italic;
    text-align: center;
}

.bcc-k-posts .single-post .post-thumb img {
    object-fit: cover;
}

.bcc-k-posts .pagination {
    position: relative;
    z-index: 4;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    gap: 10px;
    padding: 16px 0;
}

.bcc-k-posts .pagination .current {
    border-radius: 999px;
    background-color: #be1522;
    color: #fff;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bcc-k-posts .next {
    display: none;
}

.bcc-k-posts .btn-wrapper {
    display: flex;
    justify-content: center;
    z-index: 4;
    position: relative;
}

.bcc-k-posts .btn-wrapper a {
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    text-decoration: underline;
    transition: color .3s ease, text-decoration .3s ease;
    text-decoration-color: #fff;
}

.bcc-k-posts .btn-wrapper a:hover {
    color: #be1522;
    text-decoration-color: #fff;
}

@media (max-width:768px) {
    .bcc-k-posts .single-post {
        flex-direction: column;
        gap: 16px;
        padding: 16px;
    }

    .bcc-k-posts .single-post .post-thumb {
        min-width: 100%;
        max-width: 100%;
    }

    .bcc-k-posts .single-post .post-thumb img {
        aspect-ratio: 4/2;
        width: 100%;
        height: auto;
    }
}

/* modal */

.bcc-k-modal.modal {
    position: fixed;
    inset: 0;
    z-index: 9999;

    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.bcc-k-modal.modal.active {
    opacity: 1;
    pointer-events: auto;
}

.bcc-k-modal .modal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.bcc-k-modal.modal.active .modal-overlay {
    opacity: 1;
}

.bcc-k-modal .modal-content {
    position: relative;
    max-width: 800px;
    margin: 80px auto;
    background: #fff;
    padding: 48px;
    border-radius: 5px;
    z-index: 2;
}

.bcc-k-modal .modal-close {
    position: absolute;
    top: 12px;
    right: 12px;
    border: none;
    background: none;
    font-size: 24px;
    cursor: pointer;
    color: #fff;
    background-color: #000;
    transition: opacity .3s ease;
    border-radius: 999px;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
}

.bcc-k-modal .modal-close:hover {
    opacity: 0.7;
}

.bcc-k-modal .modal-body {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.bcc-k-modal .modal-name {
    font-weight: 600;
    font-size: 22px;
}

.bcc-k-modal .modal-description {
    max-height: 340px;
    overflow: auto;
    font-size: 14px;
    line-height: 1.5;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.bcc-k-modal .modal-image img {
    max-width: 150px;
    min-width: 150px;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1;
    height: 100%;
    border-radius: 999px;
}

.bcc-k-modal.modal.active .modal-content {
    transform: translateY(0) scale(1);
    opacity: 1;
}

@media (max-width:991px) {
    .bcc-k-modal .modal-content {
        margin-left: 15px;
        margin-right: 15px;
        padding: 24px;
    }
}

/* modal */

/* bcc kobiety */