.up24_intro__btn {
    color: #C89FFB;
}
@media (max-width: 991px) {
    .up24_intro__btn img {
        content: url(/adresnaya-pomosch/assets/images/2025/adresnaya_pomosch/arrow_purple.svg);
    }
}
.up24_whom__text {
    background-color: #C89FFB;
}
@media (min-width: 992px) {
    .up24_experts__notice {
        padding-top: 398px;
    }
}
@media (min-width: 992px) {
    .up24_experts__text {
        padding-top: 145px;
    }
}
.up24_shedule__point {
    background: #C89FFB;
}
.up24_shedule__point.active {
    background: #9767FA;
}
.up24_document, .up24_document__container {
    background-image: none;
    background: #C89FFB;
}
.up24_document__certs_col_4, .up24_document__certs_col_3, .up24_document__certs_col_1 {
    background: #C89FFB;
}
.up24_document__certs_col:nth-of-type(2), .up24_document__middle {
    background: #C89FFB;
}

.up24_shedule__accordion_col:nth-of-type(1) > .up24_shedule__accordion__inside:nth-of-type(1) {
    background: #C89FFB;
}
.up24_shedule__accordion_col:nth-of-type(2) .up24_shedule__accordion__inside:nth-of-type(2) {
    background-color: #C89FFB;
}


.up24_connections__col:nth-of-type(1) {
    background-color: #9160F9;
}

.up24_form____container {
    background-image: none;
    background: none;
}


.up24_form {
    background: rgb(200,161,248);
    background-image: url(/adresnaya-pomosch/assets/images/2025/adresnaya_pomosch/request_form.svg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    transition: all 0.3s ease-out;
}

@media (max-width: 991px) {
    .up24_form {
        background-image: none;
        background: none;
    }
    .up24_form____container {
        background: rgb(200,161,248);
        background-image: url(/adresnaya-pomosch/assets/images/2025/adresnaya_pomosch/request_form_mob.png);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: 100% 100%;
        transition: all 0.3s ease-out;
    }
}


.up24_intro {
    background: rgb(193,149,250);
    background-image: url(/adresnaya-pomosch/assets/images/2025/adresnaya_pomosch/intro.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: all 0.3s ease-out;
}
.up24_intro__inside {
    background-image: none;
}

@media (max-width: 991px) {
    .up24_intro {
        background-image: none;
    }
    .up24_intro__inside {
        background-image: url(/adresnaya-pomosch/assets/images/2025/adresnaya_pomosch/intro_mob.png);
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: 100% 100%;
        /* background-color: #8148F9; */
    }
    .up24_intro__author_new {
        position: static;
        display: block;
        margin-top: 45px;
        margin-bottom: 30px;
        width: 50%;
        float: right;
    }
}
@media (min-width: 992px) {
    .up24_intro__box {
        margin-top: 170px;
    }
    .up24_intro__author_new { 
        top: 70%;
        width: 380px;
    }
}
.up24_intro__title {
    line-height: 110%;
}