@media (min-width: 992px) { 
    .header__logo {
        margin-right: 0;
        width: auto !important
    }
    .main-nav > ul {
        justify-content: center;
    }
    
}


@media (min-width: 992px) { 
    body{ 
        zoom: 0.75;
    }
    .container {
        width: 100%;
        max-width: 1640px;
        margin: 0 auto;
        padding: 0 100px;
    }
}




/* HEADER */

.our--header__header-menu * {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Golos";
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 100%;
    color: #191F0C;
    outline: none;
}
.our--header__header-menu a {
    display: block;
    text-decoration: none;
    color: inherit;
}


.our--plug {
    width: 100vw;
    height: 0;
    background: transparent;
    opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    /* pointer-events: none; */
}

.our--plug.active {
    height: 100vh;
    background: #000000;
    pointer-events: all;
}

.our--plug.active {
    height: 100%;
    background: #000000;
    pointer-events: all;
    width: 100%;
    z-index: 350;
}

#our--show-header-menu {
    background-image: url("/strategy/assets/images/2024/strategy/burger_white2.svg");

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    width: 24px;
    height: 24px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

#our--show-header-menu.active {
    background-image: url("/strategy/assets/images/2024/strategy/close-header-menu.svg") !important;
    background-size: 100%;
    width: 24px;
    height: 24px;
}


#our--show-header-menu:before {
    position: absolute;
    content: "";
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: transparent;
    z-index: -1;
    -webkit-transition: all 200ms;
    transition: all 200ms;
}

#our--show-header-menu.active:before {
    background-color: #C3F050;
}

@media (min-width: 992px) { 
    #our--header-menu {
        left: inherit; 
        right: 95px; 
        margin-left: 0;
    }
}

@media (min-width: 1200px) { 
    #our--header-menu {
        left: 50%; 
        right: inherit; 
        margin-left: 315px;
    }
}

.our--header__header-menu {
    position: absolute;
    right: 220px;
    bottom: -12px;
    width: 0;
    overflow: hidden;
    border-radius: 16px;
    z-index: 10;
    -webkit-transition: all 200ms;
    transition: all 200ms;
    pointer-events: none;
    opacity: 0;
    -webkit-transform: translate(200%, 100%);
            transform: translate(200%, 100%);
    max-height: calc(100vh - 12px - 72px);
    overflow-y: auto;
    width: 408px;
  }
  @media screen and (max-width: 800px) {
    .our--header__header-menu {
      width: 100vw;
      max-height: calc(100vh - 64px);
      bottom: 0;
      right: 0;
      border-radius: 0;
    }
  }
  .our--header__header-menu.active {
    pointer-events: all;
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
    opacity: 1;
  }
  .our--header-menu-modal {
    background: #FFFFFF;
  }
  .our--header-menu-modal__wrapper {
    padding: 32px;
  }
  .our--header-menu-modal__menu {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    -webkit-column-gap: 44px;
       -moz-column-gap: 44px;
            column-gap: 44px;
    row-gap: 20px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  .our--header-menu-modal__menu-parent-link {
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 12px;
  }
  .our--header-menu-modal__menu-parent-link:last-child {
    margin-bottom: 0;
  }
  .our--header-menu-modal__menu-children-link {
    font-size: 16px;
    line-height: 135%;
  }
  .our--header-menu-modal ul {
    list-style: none;
  }
  .our--header-menu-modal ul li {
    margin-bottom: 12px;
  }
  .our--header-menu-modal ul li:last-child {
    margin-bottom: 0;
  }
  .our--header-menu-modal__footer {
    padding-top: 16px;
  }
  .our--header-menu-modal__footer ul {
    list-style: none;
  }
  .our--header-menu-modal__footer ul li {
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.165px;
    color: #000000;
  }
  .our--header-menu-modal__footer ul li:last-child {
    margin-bottom: 0;
  }
  .our--header-menu-modal__footer ul li a {
    display: inline;
    text-decoration: underline;
    text-underline-offset: 3px;
    -webkit-transition: all 200ms;
    transition: all 200ms;
  }
  .our--header-menu-modal__footer ul li a.mouse:hover {
    opacity: 0.5;
    text-decoration: none;
  }
  .our--header-menu-modal__social-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
    padding-top: 20px;
  }
  .our--header-menu-modal__social-links a {
    width: 36px;
    height: 36px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    border-radius: 50%;
    background: #000;
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
    -webkit-transition: all 200ms;
    transition: all 200ms;
  }
  .our--header-menu-modal__social-links a.mouse:hover {
    opacity: 0.5;
  }

/* / HEADER */


.footer__phone {
    background: #C3F050;
}

.up24_popup__checkbox_label3 {
    margin-bottom: 6px;
}

.up24_popup__checkbox_label8 {
    margin-bottom: 40px;
}

.up24_older__item_3 {
    background-color: #018B7E;
}

.up24_older__item_4 {
    background-color: #2F4497;
}

.up24_older__item_7 {
    border-right: 0 !important;
}

.up24_older__item_9 {
    background-color: #C89FFB;
    cursor: pointer;
}

.up24_older__item_10 {
    background-color: #FFC430;
    cursor: pointer;
}

.up24_older__item_11 {
    background-color: #2F2F2F;
    cursor: pointer;
}

.up24_older__item_1, .up24_older__item_2, .up24_older__item_3 , .up24_older__item_4 {
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 0;
    cursor: pointer;
}

.up24_older__item_1, .up24_older__item_2, .up24_older__item_3 , .up24_older__item_4 {
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
}
.up24_older__item_3 , .up24_older__item_4 {
    border-bottom: 2px solid #fff;
}
.up24_older__item_2 , .up24_older__item_4, .up24_older__item_10, .up24_older__item_11 {
    border-right: 2px solid #fff;
}

@media (max-width: 991px) { 

    .up24_older__item_1, .up24_older__item_2, .up24_older__item_3 , .up24_older__item_4 {
        border-top: 1px solid #fff;
        border-left: 1px solid #fff;
    }
    .up24_older__item_3 , .up24_older__item_4 {
        border-bottom: 1px solid #fff;
    }
    .up24_older__item_2 , .up24_older__item_4 {
        border-right: 1px solid #fff;
    }
    
    .up24_older__item_1 , .up24_older__item_3 {
        border-right: 1px solid #fff;
    }
    .up24_older__item_3 {
        border-bottom: 0;
    }
}

.up24_courses__btn { 
    color: #2939DB;
}
@media (min-width: 992px) {
    .up24_courses__author {
        width: 55px;
        /* width: 62px; */
    }
}
@media (max-width: 991px) {
    .up24_courses__author {
        padding-top: 10px;
    }
}
@media (min-width: 992px) {
    .up24_courses__record {
        padding-top: 0;
        padding-bottom: 15px;
    }
    .up24_courses__author__mobile-divider {
        display: none;
    }
    .up24_courses__btn {
        padding: 17px 45px;
    }
}
@media (max-width: 991px) {
    .up24_courses__record {
        padding-top: 0;
        padding-bottom: 3px;
    }
}
@media (max-width: 991px) {
    .up24_courses__btn {
        padding: 12px 17px;
    }
    .up24_courses__author__mobile-divider {
        display: block;
        height: 7px;
    }
}

.up24_courses__label {
    line-height: 110%;
    font-size: 50px;
}


@media (min-width: 992px) {
    .up24_soon__caption, .up24_older__caption, .up24_study__caption, .up24_structure__caption, .up24_questions__caption {
        font-size: 55px;
    }
    .up24_older__caption, .up24_older {
        padding-top: 0;
    }
    .up24_soon {
        margin-bottom: 100px;
    }
}

@media (max-width: 991px) {
    .up24_soon__caption, .up24_older__caption, .up24_study__caption, .up24_structure__caption, .up24_questions__caption {
        font-size: 35px;
    }
    .up24_older {
        padding-top: 20px;
    }
}

.up24_courses__label2 {
    font-family: "SangBleu", sans-serif;
    font-size: 35px;
    line-height: 100%;
    font-weight: 500;
    color: #fff;
    font-style: italic;
    padding-top: 37px;
}

@media (max-width: 991px) {
    .up24_courses__label2 {
        font-family: "SangBleu", sans-serif;
        font-size: 18px;
        line-height: 100%;
        font-weight: 500;
        color: #fff;
        font-style: italic;
        padding-top: 15px;
    }
    .up24_courses__label {
        font-size: 29px;
    }
}


.up24_courses__item_back1 {
    background-image: url(../images/2024/fundrising_back.png);
    background-position: center center;
    background-size: 100%;
}

@media (max-width: 991px) {
    .up24_courses__item_back1 {
        background-image: url(../images/2024/fundrising_back__mob.png);
        background-position: center center;
        background-size: 100% 100%;
    }
}

.up24_courses__item_back_metrika {
    background-image: url(../images/2024/courses_back_metrika.png);
    background-position: center bottom;
    background-size: 100%;
}
@media (max-width: 991px) {
    .up24_courses__item_back_metrika {
        background-image: url(../images/2024/courses_back_metrika_mob.png);
        background-position: center bottom;
        background-size: 100% 100%;
    }
    .up24_courses__item_back_metrika .up24_courses__label {
        padding-bottom: 60px;
    }
}


.up24_courses__item_back_volonteer {
    background-image: url(../images/2025/courses_back_volunteering.png);
    background-position: center center;
    background-size: 100% 100%;
}
@media (max-width: 991px) {
    .up24_courses__item_back_volonteer {
        background-image: url(../images/2025/courses_back_volunteering_mob.png);
        background-position: center bottom;
        background-size: 100%;
    }
    .up24_courses__item_back_volonteer .up24_courses__label {
        padding-bottom: 60px;
    }
}

.up24_courses__item_back_adresnaya_pomosh {
    background-image: url(../images/2025/adresnaya_pomosh.png);
    background-position: center center;
    background-size: 100% 100%;
}
@media (max-width: 991px) {
    .up24_courses__item_back_adresnaya_pomosh {
        background-image: url(../images/2025/adresnaya_pomosh_mob.png);
        background-position: center bottom;
        background-size: 100% 100%;
    }
    .up24_courses__item_back_adresnaya_pomosh .up24_courses__label {
        padding-bottom: 60px;
    }
}


.up24_courses__item_back_grantrayting {
    background-image: url(../images/2025/grantrayting/grantrayting.png);
    background-position: center center;
    background-size: 100% 100%;
}
@media (max-width: 991px) {
    .up24_courses__item_back_grantrayting {
        background-image: url(../images/2025/grantrayting/grantrayting_mob.png);
        background-position: center bottom;
        background-size: 100% 100%;
    }
    .up24_courses__item_back_grantrayting .up24_courses__label {
        padding-bottom: 60px;
    }
}


.up24_courses__item_back_infoprodukty {
    background-image: url(../images/2025/infoprodukty/back_course.png);
    background-position: center center;
    background-size: 100% 100%;
}

.up24_courses__item_back_nepozhertvovaniya {
    background-image: url(../images/2025/nepozhertvovaniya/back.png);
    background-position: center center;
    background-size: 100% 100%;
}

.up24_courses__item_back_upravlenie-kreativom {
    background-image: url(../images/2025/upravlenie-kreativom/back.png);
    background-position: center center;
    background-size: 100% 100%;
}

.up24_courses__item_back_processy {
    background-image: url(../images/2025/processy/back_processy__desktop.png);
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.up24_courses__item_back_processy2026 {
    background-image: url(../images/2026/processy2026/back_processy__desktop.png);
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.up24_courses__item_back_digital-fandrayzing {
    background-image: url(../images/2026/digital_fandrizing/back_image.png);
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.up24_courses__item_back_vnedrenie-izmeneniy {
    background-image: url(../images/2025/vnedrenie-izmeneniy/back.png);
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
}

.up24_courses__label_ext {
    font-size: 45px;
}
.up24_courses__label2_ext {
    font-size: 35px;
    display: block;
    line-height: 110%;
    padding-top: 18px;
}
.up24_courses__logo_ext {
    width: 130px;
    margin-top: 30px;
}

.up24_courses__label_ext1 {
    font-size: 45px;
    display: block;
    line-height: 110%;
    font-family: "SangBleu", sans-serif;
}
.up24_courses__label_ext2 {
    font-size: 35px;
    display: block;
    line-height: 110%;
    font-family: "SangBleu", sans-serif;
    padding-top: 18px;
}
.up24_courses__label__main {
    font-size: 60px;
    display: block;
    line-height: 95%;
    font-family: "SangBleu", sans-serif;
}

@media (max-width: 991px) {
    
    .up24_courses__label_ext1 {
        font-size: 25px;
        display: block;
        line-height: 110%;
        font-family: "SangBleu", sans-serif;
    }
    .up24_courses__label_ext2 {
        font-size: 20px;
        display: block;
        line-height: 110%;
        font-family: "SangBleu", sans-serif;
        padding-top: 18px;
    }
    .up24_courses__label__main {
        font-size: 35px;
        display: block;
        line-height: 95%;
        font-family: "SangBleu", sans-serif;
    }
        
}

@media (max-width: 991px) {

    .up24_courses__item {
        min-height: 250px;
    }
    
    
    .up24_courses__item_back_processy {
        background-image: url(../images/2025/processy/back_processy__mob.png);
        background-position: center center;
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    .up24_courses__item_back_nepozhertvovaniya {
        background-image: url(../images/2025/nepozhertvovaniya/back.png);
        background-position: center center;
        background-size: 100% 100%;
    }

    .up24_courses__item_back_infoprodukty {
        background-image: url(../images/2025/infoprodukty/back_course_mob.png);
        background-position: center bottom;
        background-size: 100% 100%;
    }
    .up24_courses__item_back_infoprodukty .up24_courses__label {
        padding-bottom: 60px;
    }
    .up24_courses__logo_ext {
        width: 110px;
        margin-top: 20px;
        margin-bottom: 55px;
    }
    .up24_courses__label_ext {
        padding-bottom: inherit !important;
        font-size: 29px !important;
    }
    .up24_courses__label2_ext {
        font-size: 35px;
        display: block;
        line-height: 110%;
        padding-top: 14px;
        font-size: 22px !important;
    }
}



.up24_older {
    border-top: 0 !important;
    border-bottom: 0 !important;
}






.footer__phone {
    background: #C3F050;
}

.footer__map {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: #595F67;    
    display: block !important;
}

.footer__map iframe {
    width: 100%;
    height: 100%;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

@media (max-width: 991px) {
    .footer__holder {
        flex-direction: column;
    }
    .footer__holder .container {
        order: 1;
    }
    .footer__holder .footer__map {
        order: 2;
        position: static;
        width: 100%;
        height: 100%;
        height: 350px;
        margin-top: 20px;
    }
    .footer__map iframe {
        height: 350px;
    }
}

.footer__bottom {
    padding-bottom: 0;
}

.footer {
    padding: 0;
    padding-bottom: 40px;
}


.up24_study__caption2 {
    font-size: 55px;
    font-weight: 500;
    line-height: 120%;
    color: #fff;
    font-family: "SangBleu", sans-serif;
    font-style: italic;
    padding-bottom: 25px;
}
.up24_study__caption {
    padding-bottom: 35px;
}

@media (max-width: 991px) {
    .up24_study__caption2 {
        font-size: 30px;
        font-weight: 500;
        line-height: 120%;
        color: #fff;
        font-family: "SangBleu", sans-serif;
        font-style: italic;
        padding-bottom: 20px;
    }
    .up24_study__caption {
        padding-bottom: 25px;
    }
}
.up24_study__infobox {
    text-align: center;
}
@media (min-width: 992px) {
    .up24_study__infobox_link {
        font-size: 21px;
        color: #fff;
        line-height: 120%;
        font-weight: 500;
    }
    .up24_study__infobox {
        margin-left: 66.5%;
    }
}

@media (max-width: 991px) {  
    .container {
        margin: 0 auto;
        display: block;
        padding: 0 15px !important;
        width: 100%;
    }
}


@media (min-width: 992px) {
    .up24_courses__btn {
        min-width: 380px;
        display: block;
    }
}
@media (max-width: 991px) { 
    .up24_courses__btn {
        display: block;
        padding: 4px 20px;
    } 
}



.up24_courses__item_back2 {
    background-image: url(/assets/images/2024/courses_back_representation.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.up24_courses__item_back_metrika {
    background-image: url(/assets/images/2024/courses_back_metrika2025.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}




@media (min-width: 992px) {
    .up24_courses__item__authors-block1 {
        display: block;
    }   
    .up24_courses__item__authors-block2 {
        display: none;
    }
}
@media (max-width: 991px) { 
    .up24_courses__item__authors-block1 {
        display: none;
    }   
    .up24_courses__item__authors-block2 {
        display: block;
    }
    .up24_courses__item_back_metrika {
        background-image: url(/assets/images/2024/courses_back_metrika2025_mob.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% 100%;
    }
}





.up24_soon {
    margin-bottom: 0;
}
.up24_older {
    margin-top: 80px;
    margin-bottom: 80px;
}


.up24_sooner {
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
.up24_sooner__caption {
    padding-left: 35px;
    color: #fff;
    line-height: 105%;
    font-size: 55px;
    font-family: "SangBleu", sans-serif;
    font-weight: 500;
    padding-top: 40px;
    padding-bottom: 50px;
}

.up24_sooner__box {
    display: flex;
    flex-direction: row;
    width: 100%;
}
.up24_sooner__box_item {
    border-top: 2px solid #fff;
    width: 33.333%;
    padding: 35px;
    min-height: 260px;
}
.up24_sooner__box_item_label {
    color: #fff;
    line-height: 115%;
    font-size: 28px;
    font-family: "SangBleu", sans-serif;
    font-weight: 500;
}
/*.up24_sooner__box_item:nth-of-type(1) {*/
/*    background-color: #FF4669;*/
/*    border-right: 2px solid #fff;*/
/*}*/
.up24_sooner__box_item:nth-of-type(1) {
    background-color: #82BEF0;
    border-right: 2px solid #fff;
}
.up24_sooner__box_item:nth-of-type(2) {
    background-color: #8CB419;
    border-right: 2px solid #fff;
} 
 .up24_sooner__box_item:nth-of-type(3) {
    background-color: #F5C823;
} 

.up24_sooner__box_item2 {
    width: 50%;
    padding: 27px 35px;
}
.up24_sooner__box_item2:nth-of-type(1) {
    border-right: 2px solid #fff;
}
.up24_sooner__box_item2:nth-of-type(2) {
    border-right: 2px solid #fff;
}
/* .up24_sooner__box_item2:nth-of-type(2) {
  
}
.up24_sooner__box_item2:nth-of-type(3) {
   
}
.up24_sooner__box_item2:nth-of-type(4) {

} */
.up24_sooner__box_item_label2 {
    font-size: 25px;
    color: #fff;
    line-height: 100%;
}

.up24_sooner__box_item_text {
    display: none;
}


.up24_older__title, .up24_older__text2 {
    font-family: "SangBleu", sans-serif;
    text-align: center;
    font-size: 25px;
    font-weight: 400;
}
.up24_older__title {
    margin-top: 80px;
}


@media (max-width: 991px) { 

    .up24_sooner {
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }
    .up24_sooner__caption {
        padding-left: 13px;
        color: #fff;
        line-height: 105%;
        font-size: 35px;
        font-family: "SangBleu", sans-serif;
        font-weight: 500;
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .up24_sooner__box {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .up24_sooner__box_item {
        border-top: 1px solid #fff;
        width: 100%;
        padding: 15px 13px;
        min-height: 150px;
        padding-bottom: 0;

        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
    }
    .up24_sooner__box_item_label {
        color: #fff;
        line-height: 110%;
        font-size: 25px;
        font-family: "SangBleu", sans-serif;
        font-weight: 500;
    }
    .up24_sooner__box_item:nth-of-type(1) {
        /*background-color: #FFC430;*/
        border-right: 0;
    }
    .up24_sooner__box_item:nth-of-type(2) {
        /*background-color: #F159B6;*/
        border-right: 0;
    }
    /* .up24_sooner__box_item:nth-of-type(4) {
        background-color: #F159B6;
    } */

    
    .up24_sooner__box2 {
        display: none;
    }


    .up24_older__title, .up24_older__text2 {
        font-family: "SangBleu", sans-serif;
        text-align: center;
        font-size: 25px;
        font-weight: 400;
    }
    .up24_older__title {
        font-size: 20px;
        margin-top: 50px;
        padding-top: 50px;
        border-top: 1px solid #fff;
    }
    .up24_older__text2 {
        font-size: 16px;
    }


    .up24_older {
        margin-top: 50px;
        margin-bottom: 30px;
    }

    .up24_sooner__box_item_text {
        display: block;
        font-family: "Golos";
        text-align: center;
        font-size: 16px;
        font-weight: 400;
        color:#fff;
    }

}



.up24_sooner__emailbox {
    margin-top: 20px;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 40px;
    padding-bottom: 60px;
}

.up24_sooner__emailbox_label {
    text-align: center;
    font-size: 35px;
    line-height: 110%;
    color:#fff;
    letter-spacing: -3%;
}
.up24_sooner__emailbox_text {
    padding-top: 40px;
    padding-bottom: 15px;
    font-size: 25px;
    line-height: 120%;
    color:#fff;
    text-align: center;
}

.up24_older__form_checkbox_label_inside1 {
    margin-top: 20px;
}
.up24_older__form_checkbox_label_inside2 {
    margin-top: 10px;
}

.up24_older__caption_mob {
    display: none;
}

.up24_older__caption span {
    font-family: "Golos";
}

@media (max-width: 991px) { 

    .up24_older__caption_mob {
        display: block;
        font-family: "SangBleu", sans-serif;
        text-align: left;
        font-size: 30px;
        font-weight: 400;
        line-height: 105%;
        letter-spacing: -3%;
        color:#fff;
    }

    .up24_older__caption, .up24_older__box {
        display: none;
    }

    .up24_sooner__emailbox {
        margin-top: 15px;
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff;
        padding-left: 13px;
        padding-right: 13px;
        padding-top: 20px;
        padding-bottom: 30px;
    }
    
    .up24_sooner__emailbox_label {
        text-align: center;
        font-size: 20px;
        line-height: 110%;
        color:#fff;
        letter-spacing: -3%;
    }
    .up24_sooner__emailbox_text {
        padding-top: 30px;
        padding-bottom: 15px;
        font-size: 16px;
        line-height: 120%;
        color:#fff;
        text-align: left;
    }


    .up24_older__form_checkbox_label_inside1 {
        margin-top: 13px;
    }
    .up24_older__form_checkbox_label_inside2 {
        margin-top: 10px;
    }
}



.up24_courses__image_floating {
    position: absolute;
    right: -18px;
    top: 28%;
}

@media (max-width: 991px) {
    .up24_courses__image_floating {
        display: none;
    }
}


@media (max-width: 991px) { 
    
    .up24_modules__box .up24_modules__wrap .up24_modules__col:nth-of-type(3) {
        border-bottom: 0;
    }
    
    .up24_modules {
        margin-bottom: 20px;
    }
    
    .up24_sooner__box_item:nth-of-type(3) {
        border-right: 0;
    }
    
    .up24_older__title {
        font-size: 20px;
        margin-top: 0;
        padding-top: 0;
        border-top: 0;
    }
    
    .up24_sooner__box_item:nth-of-type(1) {
        /*background-color: #FF4669;*/
    }
    .up24_sooner__box_item:nth-of-type(2) {
        /*background-color: #82BEF0;*/
    }
    .up24_sooner__box_item:nth-of-type(3) {
        /*background-color: #8CB419;*/
    }
    .up24_sooner__box_item:nth-of-type(4) {
        /*background-color: #F5C823;*/
    }
    
}


