.up24--consultation {
    padding: 40px 0 75px 0;
}

/* FIRST BLOCK */
.up24--consultation-block {
    display: flex;
    flex-direction: row;
    position: relative;
}

.up24--consultation-block__col {
    width: 50%;
}
.up24--consultation-block__label {
    color: #000;
    font-weight: 500;
    font-size: 72px;
    line-height: 76px;
    padding-right: 51px;
    padding-bottom: 40px;
}
.up24--consultation-block__label span {
    font-family: "SangBleuSunrise";
}
.up24--consultation-block__caption {
    color: #000;
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    font-family: "SangBleuSunrise";
    padding-right: 0;
    padding-bottom: 50px;
}
.up24--consultation-block__info {
    color: #000;
    font-weight: 400;
    font-size: 24px;
    line-height: 60px;
    text-align: center;
    border: 2px solid #000;
    width: 370px;
    display: block;
    border-radius: 48px;
    height: 64px;
    margin-top: 30px;
}
.up24--consultation-block__date {
    color: #000;
    font-weight: 500;
    font-size: 55px;
    line-height: 120%;
    font-family: "SangBleuSunrise";
    font-style: italic;
}
.up24--consultation-block__txtlist {
    list-style-image: url("../../images/2024/up24_bullet.svg");
    vertical-align: top;
}
.up24--consultation-block__txtlist li {
    color: #000;
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
}
.up24--consultation-block__txtlist li:nth-of-type(1) {
    padding-bottom: 18px;
}
.up24--consultation-block__txtlist {
    padding-left: 0;
}

.up24_ellipeses {
    position: absolute;
    left: -12px;
    top: 0;
    height: 100%;
    width: 24px;
    z-index: 10;
}
.up24_ellipeses_mob {
    display: none;
}

.up24--consultation-block__simple .up24--consultation-block__col:nth-of-type(2) {
    padding-left: 65px;
    padding-top: 33px;
}


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

    .up24_ellipeses { 
        display: none;
    }

    .up24--consultation-block {
        display: flex;
        flex-direction: column;
    }
    .up24--consultation-block__simple:nth-of-type(1) .up24--consultation-block__col:nth-of-type(2) {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding-left: 0;
        padding-top: 33px;
    }
    .up24--consultation-block__date {
        color: #000;
        font-weight: 500;
        font-size: 25px;
        line-height: 120%;
        font-family: "SangBleuSunrise";
        font-style: italic;
    }
    .up24--consultation-block__col {
        width: 100%;
    }
    .up24--consultation-block__label {
        color: #000;
        font-weight: 500;
        font-size: 44px;
        line-height: 48px;
        padding-right: 0;
        padding-bottom: 30px;
    }
    .up24--consultation-block__info {
        color: #000;
        font-weight: 400;
        font-size: 24px;
        line-height: 60px;
        text-align: center;
        border: 1px solid #000;
        width: 100%;
        display: block;
        border-radius: 48px;
        height: 64px;
        margin-bottom: 0;
        margin-top: 25px;
    }
    .up24--consultation-block__caption {
        color: #000;
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
        font-family: "SangBleuSunrise";
        padding-right: 0;
        padding-bottom: 30px;
    }
    .up24--consultation-block__txtlist li {
        color: #000;
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
    }
    .up24--consultation-block__txtlist li:nth-of-type(1) {
        padding-bottom: 15px;
    }
    .up24--consultation-block__txtlist {
        padding-left: 15px;
        padding-top: 0;
    }
    .up24--consultation-block__simple:nth-of-type(2) .up24--consultation-block__col:nth-of-type(2) {
        align-items: flex-start;
    }
}
/* /FIRST BLOCK */













/* SECOND BLOCK */
.up24--consultation-block__colored {
    position: relative;
    margin-top: 71px;
}
.up24--consultation-block__colored .up24--consultation-block {
    position: relative;
    z-index: 1;
}
.up24--consultation-block__colored .up24--consultation-block__col {
    padding-top: 43px;
    padding-bottom: 49px;
    /* min-height: 740px; */
    position: relative;
}
.up24--consultation-block__colored .up24--consultation-block__col:nth-of-type(1) {
    background-color: #8C82F5;
}
.up24--consultation-block__colored .up24--consultation-block__col:nth-of-type(2) {
    background-color: #BED23C;
}
.up24--consultation-block__colored::before {
    background-color: #8C82F5;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 50%;
}
.up24--consultation-block__colored::after {
    background-color: #BED23C;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    width: 50%;
}
.up24--consultation-block__author {
    font-weight: 500;
    font-size: 60px;
    line-height: 76px;
    padding-bottom: 22px;
    color: #ffffff;
}
.up24--consultation-block__author span {
    font-family: "SangBleuSunrise";
}

.up24--consultation-block__colored .up24--consultation-block__col:nth-of-type(2) {
    padding-left: 65px;
}

.up24--consultation-block__wrapper_btn {
    text-align: center;
}
.up24--consultation-block__colored .up24--consultation-block__btn {
    font-weight: 400;
    font-size: 24px;
    height: 64px;
    width: 220px;
    text-align: center;
    outline: none;
    text-decoration: none;
    display: inline-block;
    border-radius: 48px;
    border: 0;
    line-height: 60px;
    background-color: #FFFFFF;
    margin-top: 60px;
}

.up24--consultation-block__colored .up24--consultation-block__col:nth-of-type(1) .up24--consultation-block__btn {
    color: #8C81F4 !important;
}
.up24--consultation-block__colored .up24--consultation-block__col:nth-of-type(2) .up24--consultation-block__btn {
    color: #BCD23F !important;
}

.up24--consultation-block__col_inside {
    display: flex;
    gap: 40px;
    margin-top: 20px;
    flex-direction: row;
}
.up24--consultation-block__col_inside__photer {
    width: 35%;
    min-width: 250px;
}
.up24--consultation-block__photo {
    width: 100%;
}
.up24--consultation-block__col_inside__texts {
    width: 65%;
}
.up24--consultation-block__col_inside__texts__job {
    font-family: "SangBleuSunrise";
    font-weight: 500;
    font-size: 25px;
    line-height: 120%;
    padding-bottom: 25px;
    color: #ffffff;
}
.up24--consultation-block__col_inside__texts__desc {
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    color: #ffffff;
}
.up24--consultation-block__col_inside__texts__date {
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    color: #ffffff;
    padding-top: 25px;
}
.up24--consultation-block__col_inside__texts__date span {
    font-family: "SangBleuSunrise";
}
.up24--consultation-block__col_inside__texts {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-right: 20px;
}

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


    .up24--consultation-block__col_inside {
        display: flex;
        gap: 30px;
        margin-top: 10px;
        flex-direction: column;
    }
    .up24--consultation-block__col_inside__photer {
        width: 100%;
        min-width: auto;
    }
    .up24--consultation-block__photo {
        width: 55%;
        max-width: 250px;
    }
    .up24--consultation-block__col_inside__texts {
        width: 100%;
    }
    .up24--consultation-block__col_inside__texts {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding-right: 0;
    }
    .up24--consultation-block__col_inside__texts__job {
        font-family: "SangBleuSunrise";
        font-weight: 500;
        font-size: 22px;
        line-height: 120%;
        padding-bottom: 15px;
        color: #ffffff;
    }
    .up24--consultation-block__col_inside__texts__desc {
        font-weight: 400;
        font-size: 18px;
        line-height: 120%;
        color: #ffffff;
    }
    .up24--consultation-block__col_inside__texts__date {
        font-weight: 500;
        font-size: 20px;
        line-height: 120%;
        color: #ffffff;
        padding-top: 15px;
    }




    .up24--consultation-block__colored {
        position: relative;
        margin-top: 41px;
    }
    .up24--consultation-block__colored .up24--consultation-block__col {
        padding-top: 35px;
        padding-bottom: 50px;
        min-height: auto;
        position: relative;
    }
    .up24--consultation-block__author {
        font-weight: 500;
        font-size: 30px;
        line-height: 100%;
        padding-bottom: 20px;
        white-space:initial;
    }


    .up24--consultation-block__colored .up24--consultation-block__btn {
        font-weight: 400;
        font-size: 24px;
        height: 60px;
        width: 100%;
        text-align: center;
        outline: none;
        text-decoration: none;
        display: inline-block;
        border-radius: 48px;
        border: 0;
        line-height: 55px;
        color: #559965;
        background-color: #FFFFFF;
        margin-top: 40px;
    }
    


    .up24--consultation-block__colored::before {
        background-color: #5823E5;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        content: "";
        width: 50%;
        display: none;
    }
    .up24--consultation-block__colored::after {
        background-color: #C2E4CC;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        content: "";
        width: 50%;
        display: none;
    }
    .up24--consultation-block__colored .up24--consultation-block__col {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }


    .up24--consultation-block__colored .up24--consultation-block__col:nth-of-type(2) {
        padding-left: 0;
    }

    .up24_ellipeses {
        display: none;
    }
    .up24_ellipeses_mob {
        display: none;
    }


}

/* /SECOND BLOCK */