@media (min-width: 992px) {
    .up24_intro__box {
        margin-top: 80px;
    }
}
.up24_intro {
    background: rgb(255,197,70);
}
@media (min-width: 992px) {
    .up24_intro {
        background-image: url(/prakticheskiy-grantrayting/assets/images/2025/grantrayting/mainback/mainback_3x.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100% 100%;
        transition: all 0.3s ease-out;
        max-width: 6000px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width: 991px) {
    .up24_intro__inside {
        background-image: url(/prakticheskiy-grantrayting/assets/images/2025/grantrayting/mainback/mob/mainback_mob.png);
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: 100% 100%;
        /* background-color: #8148F9; */
    }
}
.up24_intro__btn {
    color: #FE6ABE;
}
@media (max-width: 991px) {
    .up24_intro__btn img {
        content: url(/prakticheskiy-grantrayting/assets/images/2025/grantrayting/arrow_pink.svg);
    }
}
.up24_whom__text {
    background-color: #FFC430;
    color: #2F2F2F;
}

@media (min-width: 992px) {
    .up24_experts__notice {
        padding-top: 399px;
    }
}
.up24_shedule__point {
    background: #FFC430;
    color: #2F2F2F;
}
.up24_shedule__point.active {
    background: #FE6EBA;
    color: #FFFFFF;
}
.up24_connections__col:nth-of-type(1) {
    background-color: #FE6EBA;
}
.up24_shedule__accordion_col:nth-of-type(1) > .up24_shedule__accordion__inside:nth-of-type(1) {
    background-color: #FFC430;
}
.up24_shedule__accordion_col:nth-of-type(1) > .up24_shedule__accordion__inside:nth-of-type(1) p {
    color: #2F2F2F;
}
.up24_shedule__accordion_col:nth-of-type(2) .up24_shedule__accordion__inside:nth-of-type(2) {
    background-color: #FFC430;
}
.up24_shedule__accordion_col:nth-of-type(2) .up24_shedule__accordion__inside:nth-of-type(2) p {
    color: #2F2F2F;
}
.up24_document, .up24_document__container {
    background-image: none;
    background: #FE6EBA;
}
.up24_document__certs_col_4, .up24_document__certs_col_3, .up24_document__certs_col_1 {
    background: #FE6EBA;
}
.up24_document__certs_col:nth-of-type(2), .up24_document__middle {
    background: #FE6EBA;
}

.up24_form {
    background: rgb(255,197,70);
}
@media (min-width: 992px) {
    .up24_form {
        background: rgb(200, 161, 248);
        background-image: url(/prakticheskiy-grantrayting/assets/images/2025/grantrayting/request_formback/request_formback_3x.png);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: 100% 100%;
        transition: all 0.3s ease-out;
        max-width: 6000px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 991px) {
    .up24_form____container {
        background-image: url(/prakticheskiy-grantrayting/assets/images/2025/grantrayting/request_formback/mob/request_formback_mob_2x.png);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: 100% 100%;
        transition: all 0.3s ease-out;
    }
}