body {
    background-color: #F1F4F9 !important;
}

header {
    background-color: #fff !important;
}

/* ==================================== */
/*               SECTION 2
/* ==================================== */

.__section-2 {
    overflow-x: hidden;
}

.__section-2 .container {
    position: relative;
}

.__section-2 .title {
    font-weight: 600;
    letter-spacing: 0.01em;
    color: #100F0F;
}

.__section-2 .description {
    font-style: normal;
    font-weight: 400;
    /* or 117% */
    display: flex;
    align-items: center;
    font-size: 14px;
    /*letter-spacing: 0.01em;*/

    color: #100F0F;
}


.__section-2 .woman {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.__section-2 .woman img {
    height: 500px;
}

.ll-01 {
    letter-spacing: 0.01em !important;
}

.container-card {
    max-width: 480px;
}

.section_5 .slid .cols .col-white {
    width: calc(50% + 50px);
    flex: 0 0 calc(50% + 50px);
    margin-right: -20px;
    z-index: 3;
}


@media screen and (max-width: 900px) {
    .section_5 .slid .cols .col-white {
        width: calc(50% + 20px);
        flex: 0 0 calc(50% + 20px);
        margin-right: -20px;
        z-index: 3;
    }
}

@media screen and (max-width: 600px) {
    .section_5 .slid .cols .col-white {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (max-width: 1250px) {
    .container-card {
        max-width: 460px
    }

    .__section-2 .woman img {
        height: 500px;
    }
}

@media screen and (max-width: 1200px) {
    .container-card {
        max-width: 410px
    }

    .__section-2 .woman img {
        height: 550px;
    }
}

@media screen and (max-width: 1120px) {
    .container-card {
        max-width: 380px
    }

    .__section-2 .woman {
        bottom: 80px;
    }

    .__section-2 .woman img {
        height: 500px;
    }
}

@media screen and (max-width: 1000px) {
    .container-card {
        max-width: 300px
    }

    .__section-2 .woman {
        bottom: 80px;
    }

    .__section-2 .woman img {
        height: 400px;
    }
}

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

    .__section-2 .woman img {
        height: 350px;
    }
}

@media screen and (max-width: 768px) {
    .container-card {
        max-width: 100%;
        margin-top: 1em;
        overflow: hidden;
    }

    .__section-2 .woman {
        /*bottom: 80px;*/
        left: auto;
        right: -30px;
        transform: none !important;
        bottom: 40px;
    }

    .__section-2 .woman img {
        height: 300px;
    }

    .subsection-3 .title {
        padding-right: 40px;
    }

    .subsection-3 .description {
        padding-right: 84px;
    }

    .subsection-4 {
        padding-right: 100px;
    }
}

@media screen and (max-width: 500px) {
    .subsection-3 .title {
        padding-right: 0px;
    }

    .__section-2 .woman img {
        height: 320px;
    }

}

@media screen and (max-width: 450px) {
    .subsection-3 .title {
        padding-right: 0px;
    }

    .__section-2 .woman {
        right: -80px;
    }

    .__section-2 .woman img {
        height: 440px;
    }

}

@media screen and (max-width: 430px) {
    .subsection-4 .title {
        padding-right: 30px;
    }

    .__section-2 .woman {
        right: -88px;
    }

    .__section-2 .woman img {
        height: 420px;
    }

}

.visible-down-400 {
    display: none;
}

@media screen and (max-width: 400px) {
    .visible-up-400 {
        display: none;
    }

    .visible-down-400 {
        display: block;
    }

    .inner-padding {
        padding-right: 30px !important;
    }

    .subsection-3 .description {
        padding-right: 0px;
    }

    .subsection-4 .title {
        padding-right: 33px;
    }

    .__section-2 .woman {
        right: -88px;
    }

    .__section-2 .woman img {
        height: 420px;
    }
}

@media screen and (max-width: 389px) {
    .subsection-3 .title {
        padding-right: 0px;
    }

    .__section-2 .woman {
        right: -80px;
    }

    .__section-2 .woman img {
        height: 400px;
    }

}

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

    .__section-2 .woman img {
        height: 350px;
    }

}


/* ==================================== */
/*               SECTION 3
/* ==================================== */


.__section-3 {
    overflow-x: hidden;
}

.__section-3 .list-unstyled {
    max-width: 400px;
}

.__section-3 .list-unstyled li {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 15px;
    line-height: 20px;
}

.__section-3 .list-unstyled .check {
    width: 25px;
    height: 25px;
    flex: 0 0 25px;
    margin-right: 20px;
}

.__section-3 .list-unstyled .check img {
    width: 25px;
    height: 25px;
    flex: 0 0 25px;
}

.__section-3 .btn-container {
    position: relative;
    margin-top: 40px;
}

.__section-3 .btn-container .btn {
    position: absolute;
    right: -110px;
}

.compensator {
    height: 150px;
}

.section-bottom {
    position: absolute;
    bottom: 0;
    max-width: 440px;
}

.__section-3 .woman img {
    height: 680px;
    max-width: none !important;
    bottom: -20px;
    right: -95px;
    position: absolute;
}

.__section-3 .btn-container .btn {
    right: -172px;
}

@media screen and (max-width: 1250px) {
    .__section-3 .btn-container .btn {
        /*right: -40px;*/
    }
}

@media screen and (max-width: 1220px) {
    .__section-3 .btn-container .btn {
        right: -130px;
    }

}
@media screen and (max-width: 1100px) {
    .__section-3 .btn-container .btn {
        right: -90px;
    }

}

@media screen and (max-width: 980px) {
    .__section-3 .woman img {
        height: 600px;
        right: -200px;
    }
}

@media screen and (max-width: 840px) {
    .__section-3 .woman img {
        height: 550px;
        right: -200px;
    }
}

@media screen and (max-width: 767px) {
    .__section-3 .woman {
        height: 400px;
    }

    .__section-3 .woman img {
        height: 515px;
        right: -20px;
        top: -80px;
        position: absolute !important;
    }

    .section-bottom {
        position: static;
        bottom: 0;
        max-width: none;
        margin-top: 16px;
        line-height: 1;
        font-size: 14px;
    }

    .text-block {
        max-width: 380px;
        margin-left: auto;
        margin-right: auto;
    }

    .__section-3 .btn-container {
        margin-top: 0;
    }

    .__section-3 .btn-container .btn {
        position: static;
        right: 0;
    }
}

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

    .__section-3 .woman img {
        height: 480px;
        right: -80px;
        top: -60px;
        position: absolute !important;
    }

}

@media screen and (max-width: 380px) {
    .__section-3 .woman {
        height: 350px;
    }

    .__section-3 .woman img {
        height: 400px;
        right: -63px;
        top: -30px;
        position: absolute !important;
    }
}


.table-block .t-row {
    align-items: center !important;
    border-top: 1px solid transparent !important;
}

.table-block .t-col.c-2::before {
    top: -25px;
    bottom: -35px !important;
}

.table-block .t-row.last .t-col.c-2::before {
    bottom: 0 !important;
}

.bg-photo {
    min-height: 630px;
    aspect-ratio: 1280 / 593;
    background-image: url(/images/stat-donorom/stat-donorom-oocitov/bg.jpg);
    background-position: center center !important;
}

@media screen and (max-width: 600px) {
    .bg-photo {
        background-position: center center !important;
        background-image: url(/images/stat-donorom/stat-donorom-oocitov/bg-mobile.jpg);
        min-height: 900px;
    }
}

.bg-photo p {
    font-style: normal;
    font-weight: 700;
    font-size: 34px;
    line-height: 36px;

    letter-spacing: 0.01em;
    color: #FFFFFF;
}

@media (max-width: 575.98px) {
    .table-block .t-col.c-2::before {
        top: -99px;
        bottom: -114px !important;
    }

    .bg-photo p {

        font-size: 24px;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
}

.section_5 {

}


.section_5 .header {
    width: 100%;
    font-style: normal;
    font-weight: 600;
    font-size: 26px;

    line-height: 26px;
    align-items: center;
    letter-spacing: 0.01em;

    color: #FFFFFF;

    margin-bottom: 20px;

}

.section_5 .circled {
    border: 3px solid #fff;
    border-radius: 10px;
    padding: 25px 20px;
    font-weight: 600;
    font-size: 40px;
    line-height: 12px;
    letter-spacing: 0.01em;

    color: #FFFFFF;
    margin-right: 20px;

}

.section_5 .header-1 {
    width: 100%;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    color: #FFFFFF;
    margin-bottom: 8px;
}

.section_5 .text-1 {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;

    align-items: center;
    letter-spacing: 0.01em;

    color: #FFFFFF;
}


.js-height-two {
    justify-content: start !important;
    padding: 4em !important;
}

.section_5 .bg-dark-blue {
    height: 450px;
}

.section_5 .kids {
    width: 109%;
    position: relative;
    left: -6px;
    top: -19px;
}

@media screen and (max-width: 1400px) {
    .section_5 .kids {
        width: 98%;
        left: 13px;
        top: -19px;
    }
}
@media screen and (max-width: 1200px) {
    .section_5 .kids {
        width: 109%;
        left: 2px;
        top: -13px;
    }
}
@media screen and (max-width: 1050px) {
    .section_5 .kids {
        width: 115%;
        left: -11px;
        top: 3px;
    }
}

@media screen and (max-width: 600px) {
    .section_5 .kids {
        width: 85%;
        left: 29px;
        top: 3px;
    }


    .section_5 .bg-dark-blue {
        height: 380px;
    }

    .section_5 .bg-dark-blue {
        padding: 4em 1em 2em 1em !important;
    }

    .section_5 .header {
        font-size: 18px;
        /*text-align: center;*/

    }

    .section_5 .circled {
        padding: 15px 10px;
        font-size: 26px;

        margin-right: 15px;

    }

    .section_5 .header-1 {
        font-size: 15px;
        line-height: 15px;
    }

    .section_5 .text-1 {
        font-size: 15px;
        line-height: 15px;
    }
}


@media screen and (max-width: 510px) {
    .section_5 .kids {
        width: 97%;
        left: 4px;
        top: 0px;
    }
}

@media screen and (max-width: 485px) {
    .section_5 .kids {
        width: 104%;
        left: -9px;
        top: 0px;
    }
}

.section_5 .btn.btn-secondary.mt-5 {
    margin-top: 1.6rem !important;
}
.section_5.pb-20 {
    padding-bottom: 3rem !important;
}
@media screen and (max-width: 450px) {
    .section_5 .kids {
        width: 109%;
        left: -16px;
        top: 8px;
    }

    .section_5.pb-20 {
        padding-bottom: 3rem !important;
    }
    .section_5 [data-brono-modal] {
        margin-top: 60px !important;
    }
}

@media screen and (max-width: 400px) {
    .accordion-special .fs-5 {
        font-size: 14px !important;
    }
    .accordion-special .accordion-button {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .accordion-special .btn-stage {
        min-width: 90px;
        font-size: 0.8rem !important;
    }
}

@media screen and (max-width: 767px) {
    .stat-donorom-oocitov .table-block .t-row {
        align-items: flex-start !important;
    }
}