.container {
   width: 1200px;
    margin: 0 auto;
    max-width: 95%;
}

.w100 {
    width: 100%;
}

.odcinki-list {
    margin: 120px 0;
}

.odcinki-list h2 {
    text-align: center;
    margin-bottom: 80px;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.2;
}

.odcinek {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    border-bottom: 1px solid #000;
    padding-bottom: 50px;
    margin-bottom: 50px;

}

.odcinek:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.odcinek h3 {
    margin-bottom: 30px;
        line-height: 1.2;
}

.odcinek h3 a {
    line-height: 1.2;
}

.odcinek__index {
    width: calc(20% - 50px);
    font-size: 60px;
    font-weight: bold;
}

.odcinek__content {
    width: calc(50% - 50px);
}

.odcinek__info {
    width: calc(30% - 50px);
    display: flex;
    flex-direction: column;
}

@media (max-width: 900px) {
    .odcinek__index, .odcinek__content, .odcinek__info {
        width: 100%;
    }
}

.odcinek__osoby {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.odcinek__content .odcinek__full-content {
    display: none;
}

.odcinek__content.expanded .odcinek__full-content {
    display: block;

}

.odcinek__content.expanded .odcinek__excerpt {
    display: none;
}

.odcinek__content .less-toggle {
    display: none;
}

.odcinek__content.expanded .more-toggle {
    display: none;
}

.odcinek__content.expanded .less-toggle {
    display: flex;
}



.odcinek__links {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    margin-top: auto;
    padding-bottom: 0;
    margin-bottom: 0;
}

.odcinek__meta {
    margin-top: 30px;
}

.more-less {
    width: 50%;
    margin-left: auto;
    display: flex;
    justify-content: flex-end;
    cursor: pointer;
    margin-top: 30px;
}


.more-less > div {
    display: flex;
    align-items: center;
    font-weight: bold;
    gap: 20px;
}
.more-less > div:before {
    
    width: 100px;
    height: 1px;
    background: #000;
    content: "";
}


.aleksandra {
    position: relative;
    overflow: hidden;
    padding: 50px 0 0px;
}

.aleksandra h2 {
    font-size: 35px;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.aleksandra .content_box {
    display: flex;
    flex-wrap: wrap;
}


.aleksandra .content {
    background-color: #fdedee;
    padding: 100px 150px 100px 0;
    width: 65%;
    position: relative;
}

.aleksandra .content:before {
    content: "";
    width: 2000000px;
    height: 100%;
    background-color: #fdedee;
    position: absolute;
    right: 100%;
    top: 0;
}


.aleksandra .image_box {
    width: 35%;
}

.aleksandra .image_box .image_container {
    width: 100%;
    padding-bottom: 100%;
    background-color: #ddd;
    transform: translate(-50px, -50px);
    z-index: 2;
    position: relative;
    background-size: cover;
    background-position: center;
}




.sponsor {
    position: relative;
    overflow: hidden;
    padding: 50px 0
}

.sponsor h2 {
    font-size: 35px;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.sponsor .content_box {
    display: flex;
    flex-wrap: wrap;
}


.sponsor .content {
    background-color: #fdedee;
    padding: 100px 0 100px 150px;
    width: 65%;
    position: relative;
}

.sponsor .content:before {
    content: "";
    width: 2000000px;
    height: 100%;
    background-color: #fdedee;
    position: absolute;
    left: 100%;
    top: 0;
}

.sponsor .image_box {
    width: 35%;
}

.sponsor .image_box .image_container {
    width: 100%;
    padding-bottom: 100%;
    background-color: #ddd;
    transform: translate(50px, 50px);
    z-index: 2;
    position: relative;
    background-size: cover;
    background-position: center;
}


.content_box a {
    color: #00457c;
    font-weight: bold;
}


.sponsor_logos h2 {
    text-align: center;
    margin-bottom: 50px;
    font-size: 35px;
    font-weight: bold;
    line-height: 1.2;
}

.logos_container {
    background-color: #efedee;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 50px 150px;
}


.hide-big {
    display: none;
}

#section-13-410 {
    display: none;
}

@media (max-width: 1200px) {

    #section-13-410 {
        display: block;
    }

    #image-2-410 {
        display: none;
    }

    .hide-small {
        display: none;
    }

   .sponsor .content {
        padding: 60px 30px 30px;
        width: 100%;
   }

    .sponsor .image_box {
          width: 60%;
    }

    .sponsor .image_box .image_container {
        transform: translate(30px, 30px);
    }


    .aleksandra .content {
        padding: 60px 30px 30px;
        width: 100%;
   }

    .aleksandra .image_box {
          width: 60%;
    }

    .aleksandra .image_box .image_container {
        transform: translate(30px, 30px);
    }

    .aleksandra .content_box {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .aleksandra .content:before {
        right: unset;
        left: 100%;
    }

    .logos_container {
        gap: 30px;
    }
}


