.header {
    border-bottom: 1px solid rgba(255,255,255, 0.1);
}
@media (min-width: 992px) {
    .header {
        border-bottom: 1px solid rgba(255,255,255, 1);
    }
}

.up24_intro {
    padding-top: 160px;
}

@media (min-width: 992px) {
    .up24_intro {
        padding-top: 360px;
    }
}

.up24_intro__caption {
    width: 100%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding-top: 24px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.up24_intro__caption2 img {
    vertical-align: middle;
    width: 10px;
    cursor: pointer;
}
.up24_intro__caption2 span {
    border-bottom: 1px solid #fff;
    cursor: pointer;
}

.up24_intro__box {
    display: flex;
    flex-direction: column;
    /* flex-flow: column; */
    /* flex-direction: column-reverse; */
}
.up24_intro__caption1 { 
    order: 1;
    font-size: 15px;
}
.up24_intro__caption {
    order: 2;
}
.up24_intro__caption2 { 
    order: 3;
    align-self: flex-end;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 15px;
}

@media (min-width: 992px) {
    .up24_intro__box {
        display: initial;
    }
    .up24_intro__caption {
        width: 100%;
        border-top: 2px solid #fff;
        border-bottom: 0;
        padding-top: 75px;
        margin-top: 22px;
        margin-bottom: 0;
    }
    .up24_intro__caption1 {
        float: left;
        font-size: 25px;
    }
    .up24_intro__caption2 {
        float: right;
        margin-bottom: 0;
        font-size: 25px;
    }
    .up24_intro__caption2 span {
        border-bottom: 2px solid #fff;
    }
    .up24_intro__caption2 img {
        width: initial;
    }
}


.color-squares {
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
}
.color-squares__item { 
    border-right: 1px solid #fff;
}
@media (min-width: 992px) {
    .color-squares {
        border-top: 2px solid #FFF;
        border-bottom: 2px solid #FFF;
    }
    .color-squares__item {
      height: 97px;
      border-right: 2px solid #fff;
    }
}



.up24_advantages__row {
    display: flex;
    flex-direction: column;
    position: relative;
}
.up24_advantages__col {
    width: 100%;
}
.up24_advantages__col_inside__col_reverse {
    display: block;
    /* height: 450px;  */
}
.up24_advantages__col_inside_reverse {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    height: 150px;
}
.up24_advantages__col_inside_reverse:nth-of-type(1) {
    border-right: 1px solid #fff;
}
.up24_advantages__col_inside {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.up24_advantages__col_inside__col:nth-of-type(1) {
    border-bottom: 1px solid #fff;;
}
.up24_advantages__col_inside_orange {
    background-color: #D55941;
}
.up24_advantages__col_inside_reverse_blue {
    background-color: #2F4497;
}
.up24_advantages__col_inside__col_photo {
    background-image: url("/assets/images/2024/advantages_img2x.png");
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: cover;
}
.up24_advantages__box {
    padding: 12px;
    /* overflow: hidden; */
    font-size: 20px;
    text-align: left;
}

.up24_advantages__box__4 .up24_advantages__box__4__image {
    width: 100%;
}

.up24_advantages__box__1 {
    letter-spacing: -1%;
    line-height: 110%;
    font-size: 22px;
    padding-top: 50px;
}
.up24_advantages__box__2 {
    letter-spacing: -1%;
    line-height: 105%;
    font-weight: 400;
    padding-top: 25px;
}
.up24_advantages__box__2 i {
    font-weight: 500;
    font-family: "SangBleu", sans-serif;
}
.up24_advantages__box__3 {
    letter-spacing: -1%;
    line-height: 105%;
    font-family: "SangBleu", sans-serif;
    font-weight: 500;
}
.up24_advantages__box__3 a {
    letter-spacing: -3%;
    display: block;
    color: #fff !important;
    font-size: 20px;
    font-weight: 400;
}
.up24_advantages__box__5 {
    letter-spacing: -3%;
    line-height: 105%;
    font-weight: 500;
    padding-bottom: 170px;
}
.up24_advantages__box__5 span {
    letter-spacing: -3%;
    line-height: 110%;
    font-size: 15px;
    margin-top: 7px;
    display: block;
    font-weight: 400;
}
.up24_advantages__box__6 {
    letter-spacing: -1%;
    line-height: 110%;
    font-weight: 500;
    font-family: "SangBleu", sans-serif;
    padding-top: 20px;
    padding-bottom: 20px;
}
.up24_advantages__box__7 {
    letter-spacing: -3%;
    line-height: 105%;
    font-size: 16px;
    padding-top: 50px;
}
.up24_advantages__box__4 {
    font-size: 20px;
    letter-spacing: -3%;
    line-height: 105%;
    padding-top: 0;
}


.slider__nav .slick-arrow:before {
    width: 20px;
    height: 20px;
}
.advantages-slider {
    padding-top: 80px;
}
.advantages-slider-item__content {
    font-size: 20px;
    letter-spacing: -3%;
    line-height: 105%;
    margin-bottom: 20px;
}
.slider__nav {
    position: relative;
}
.slider__nav .slick-arrow.prev {
    right: 20px;
    left: initial;
    margin-top: -70px;
}
.slider__nav .slick-arrow.next {
    right: 0;
    margin-top: -70px;
}
.advantages-slider__item {
    padding: 5px;
}
.advantages-slider-item__img img {
    max-width: 100%;
    max-height: 100%;
    width: initial;
}
.advantages-slider-item__content span {
    display: initial;
}

@media (min-width: 992px) {
    .up24_advantages__row {
        flex-direction: row;
    }
    .up24_advantages__col:nth-of-type(1) {
        width: 60%;
    }
    .up24_advantages__col:nth-of-type(2) {
        width: 40%;
        border-right: 2px solid #fff;
    }
    .up24_advantages__col_inside {
        border-left: 2px solid #fff;
        border-right: 0;
        border-bottom: 2px solid #fff;;
    }
    .up24_advantages__col_inside__col_reverse {
        display: inline-block;
        vertical-align: top;
        height: 450px; 
    }
    .up24_advantages__col_inside__col_reverse:nth-of-type(1) {
        width: 55%;
    }
    .up24_advantages__col_inside__col_reverse:nth-of-type(2) {
        width: 45%;
    }
    .up24_advantages__col_inside__col {
        height: 225px;
    }
    .up24_advantages__col_inside_reverse {
        display: block;
        width: 100%;
        border-left: 2px solid #fff;
        border-top: 0;
        border-bottom: 0;
        
        height: 225px;
    }
    .up24_advantages__col_inside_reverse:nth-of-type(1) {
        border-bottom: 2px solid #fff;
        border-right: 0;
    }
    .up24_advantages__col_inside__col:nth-of-type(1) {
        border-bottom: 2px solid #fff;
    }
    .up24_advantages__box {
        padding: 20px;
        font-size: 25px;
    }
    .up24_advantages__box__1 {
        letter-spacing: -1%;
        line-height: 110%;
        font-size: 22px;
        padding-top: 0;
    }
    .up24_advantages__box__1_wrap {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        justify-content: flex-end;
        height: 100%;
    }
    .up24_advantages__box__2 {
        letter-spacing: -1%;
        line-height: 105%;
        font-weight: 400;
    }
    .up24_advantages__box__2 i {
        font-weight: 500;
        font-family: "SangBleu", sans-serif;
    }
    .up24_advantages__box__3 {
        letter-spacing: -1%;
        line-height: 105%;
        font-family: "SangBleu", sans-serif;
        font-weight: 500;
    }
    .up24_advantages__box__3 a {
        letter-spacing: -3%;
        display: block;
        color: #fff !important;
        font-size: 20px;
        font-weight: 400;
    }
    .up24_advantages__box__3_wrap {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        justify-content: flex-end;
        height: 100%;
    }
    .up24_advantages__box__5 {
        letter-spacing: -3%;
        line-height: 105%;
        font-weight: 500;
        padding-bottom: 0;
    }
    .up24_advantages__box__5 span {
        letter-spacing: -3%;
        line-height: 110%;
        font-size: 20px;
        margin-top: 7px;
        display: block;
        font-weight: 400;
    }
    .up24_advantages__box__6 {
        letter-spacing: -2%;
        line-height: 120%;
        font-weight: 500;
        font-family: "SangBleu", sans-serif;
        padding-top: 0;
        padding-bottom: 0;
    }
    .up24_advantages__box__6_wrap {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        height: 100%;
    }
    .up24_advantages__box__7 {
        letter-spacing: -2%;
        line-height: 120%;
        padding-top: 0;
        height: 610px;  /* WARNING HEIGHT */
    }
    .up24_advantages__box__7_wrap {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        height: 100%;
    }
    .up24_advantages__box__4 {
        font-size: 35px;
        letter-spacing: -3%;
        line-height: 105%;
        height: 610px;  /* WARNING HEIGHT */
        padding-top: 0;
    }
    .up24_advantages__box__4_wrap {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        height: 100%;
    }
    .slider__nav .slick-arrow:before {
        width: 20px;
        height: 20px;
    }
    .advantages-slider {
        padding-top: 80px;
    }
    .advantages-slider-item__content {
        font-size: 35px;
        letter-spacing: -3%;
        line-height: 105%;
        margin-bottom: 20px;
    }
    .slider__nav {
        position: relative;
    }
    .slider__nav .slick-arrow.prev {
        right: 20px;
        left: initial;
        margin-top: -70px;
    }
    .slider__nav .slick-arrow.next {
        right: 0;
        margin-top: -70px;
    }
    .advantages-slider__item {
        padding: 20px;
    }
    .advantages-slider-item__img img {
        max-width: 100%;
        max-height: 100%;
        width: initial;
    }
}
@media (min-width: 1200px) {
    .up24_advantages__box {
        padding: 25px;
    }
    .up24_advantages__box__1 {
        font-size: 25px;
    }
}


.up24_modules {
    margin-top: 55px;
    margin-bottom: 45px;
}
.up24_modules__caption {
    font-size: 20px;
    font-weight: normal;
    letter-spacing: -1%;
    line-height: normal;
    width: 100%;
}
.up24_modules__caption span {
    font-weight: 700;
}
@media (min-width: 992px) {
    .up24_modules {
        margin-top: 101px;
        margin-bottom: 101px;
    }
    .up24_modules__caption {
        font-size: 35px;
        width: 70%;
        line-height: 120%;
    }
}

.up24_modules__box {
    margin-top: 31px;
}

.up24_modules__col {
    /* height: 500px; */
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    padding-bottom: 35px;
    padding-top: 35px;
    border-bottom: 1px solid #fff;
}
.up24_modules__col:nth-of-type(1) {
    padding-top: 0;
}

.up24_modules__text {
    font-size: 16px;
    line-height: 120%;
    color: #EAEAEA;
    padding-top: 35px;
}


.up24_modules__col:nth-of-type(2) p.up24_modules__text {
    order: 2;
}
.up24_modules__col:nth-of-type(2) img {
    order: 1;
}

.up24_modules__image {
    width: 100%;
}

.up24_modules__text span {
    font-weight: 500;
    font-family: "SangBleu", sans-serif;
}

.up24_modules__question {
    font-size: 15px;
    font-weight: 400;
    text-decoration-line: underline;
    color: rgb(255, 255, 255);
    cursor: pointer;
    align-self: flex-start;
    margin-top: 30px;
}
.up24_modules__question img {
    vertical-align: middle;
    padding-left: 6px;
}
.up24_modules__answer {
    display: none;
    font-size: 15px;
    font-weight: 400;
    line-height: 120%;
    color: #EAEAEA;
    padding-top: 22px;
    padding-bottom: 30px;
}

@media (min-width: 992px) {
    .up24_modules__box {
        margin-top: 60px;
        border-top: 2px solid #EAEAEA;
        border-bottom: 2px solid #EAEAEA;
    }
    .up24_modules__wrap {
        display: flex;
        flex-direction: row;
        /* height: 500px; */
        width: 100%;
        justify-content: space-around;
    }
    .up24_modules__text {
        font-size: 20px;
        letter-spacing: -2%;
        line-height: 120%;
        color: #EAEAEA;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .up24_modules__image {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .up24_modules__col {
        /* height: 500px; */
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        padding-bottom: 0;
        padding-top: 0;
        border-bottom: none
    }
    .up24_modules__col:nth-of-type(1) {
        padding-right: 40px;
    }
    .up24_modules__col:nth-of-type(2) {
        border-left: 2px solid #EAEAEA;
        border-right: 2px solid #EAEAEA;
        padding-left: 40px;
        padding-right: 40px;
    }
    .up24_modules__col:nth-of-type(3) {
        padding-left: 40px;
    }
    .up24_modules__col:nth-of-type(2) p.up24_modules__text {
        order: 1;
    }
    .up24_modules__col:nth-of-type(2) img {
        order: 2;
    }
    .up24_modules__question {
        margin-top: 0;
    }
}

.up24_soon {
    margin-bottom: 50px;
}
@media (min-width: 992px) {
    .up24_soon {
        margin-bottom: 126px;
    }
}


.up24_soon__caption {
    font-size: 45px;
    font-weight: 500;
    font-family: "SangBleu", sans-serif;
    color: #fff;
    padding-bottom: 0;
}
.up24_courses {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    border: 1px solid #fff;
}
.up24_courses__item {
    width: 100%;
    height: auto;
    min-height: 290px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 22px 13px;
}
.up24_courses__item_last__bottom {
    justify-content: flex-end !important;
}
@media (max-width: 991px) {
    .up24_courses__item_last__bottom {
        min-height: auto;
    }
}
.up24_courses__item:nth-last-of-type(2):not(.up24_courses__item_last) {
    border-bottom: 1px solid #fff;
}
.up24_courses__item_last:nth-of-type(1) {
    order: 2;
}
.up24_courses__item_last:nth-of-type(2) {
    order: 1;
    border-bottom: 1px solid #fff;
}

.up24_courses__item_back1 {
    background-image: url("/assets/images/2024/courses_back1_mob.png");
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: cover;
}
.up24_courses__item_back2 {
    background-image: url("/assets/images/2024/courses_back2_mob.png");
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: cover;
}
.up24_courses__icon_record {
    vertical-align: middle;
    padding-left: 5px;
}
.up24_courses__label {
    color: #fff;
    font-family: "SangBleu", sans-serif;
    font-size: 35px;
    font-weight: 500;
    line-height: 100%;
}
.up24_courses__record {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding-top: 12px;
}

.up24_courses__btn {
    color: #018B7E;
    border-radius: 50px;
    font-weight: 500;
    font-size: 20px;
    background-color: #fff;
    text-decoration: none;
    padding: 8px 0;
    width: 100%;
    text-align: center;
}
.up24_courses__btn:hover {
    background: #eee;
}
.up24_courses__btn_2 {
    color: #E1272A;
}
.up24_courses__btn_arrow {
    vertical-align: middle;
    padding-left: 5px;
    width: 26px;
}
.up24_courses__text {
    font-size: 16px;
    line-height: normal;
}
.up24_courses__text span {
    font-weight: 500;
    line-height: normal;
    font-family: "SangBleu", sans-serif;
}
.up24_courses__text:nth-of-type(2) {
    padding-top: 14px;
}
.up24_courses__author {
    width: 40px;
    display: inline-block;
}
.up24_courses__text_start {
    padding-top: 12px;
}
.up24_courses__ellipse {
    display: none;
}

@media (min-width: 992px) {
    .up24_soon__caption {
        font-size: 75px;
        padding-bottom: 30px;
    }
    .up24_courses {
        margin-top: 50px;
        width: 100%;
        flex-direction: row;
        justify-content: space-around;
        border: 2px solid #fff;
    }
    .up24_courses__item_back1 {
        background-image: url("/assets/images/2024/courses_back1.png");
        background-repeat: no-repeat;
        background-position: 100% 100%;
        background-size: cover;
    }
    .up24_courses__item_back2 {
        background-image: url("/assets/images/2024/courses_back2.png");
        background-repeat: no-repeat;
        background-position: 100% 100%;
        background-size: cover;
    }
    .up24_courses__item {
        width: 50%;
        height: 606px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        padding: 50px 35px;
        border-bottom: 0 !important;
        position: relative;
    }
    .up24_courses__item:nth-last-of-type(2) {
        border-right: 2px solid #fff;
    }
    .up24_courses__item_last:nth-of-type(1) {
        order: 1;
    }
    .up24_courses__item_last:nth-of-type(2) {
        order: 2;
    }
    .up24_courses__label {
        font-size: 55px;
        font-weight: 500;
    }
    .up24_courses__record {
        font-size: 21px;
        font-weight: 500;
        padding-top: 25px;
    }
    .up24_courses__btn {
        color: #018B7E;
        border-radius: 50px;
        font-weight: 500;
        font-size: 25px;
        background-color: #fff;
        text-decoration: none;
        padding: 10px 39px;
    }
    .up24_courses__btn:hover {
        background: #dfdfdf;
    }
    .up24_courses__btn_2 {
        color: #E1272A;
    }
    .up24_courses__btn_arrow {
        vertical-align: middle;
        padding-left: 5px;
        width: initial;
    }
    .up24_courses__text {
        font-size: 25px;
        line-height: normal;
    }
    .up24_courses__text span {
        font-weight: 500;
        line-height: normal;
        font-family: "SangBleu", sans-serif;
    }
    .up24_courses__text:nth-of-type(2) {
        padding-top: 40px;
    }
    .up24_courses__author {
        width: 72px;
        display: inline-block;
    }
    .up24_courses__text_start {
        padding-top: 35px;
    }
    .up24_courses__ellipse {
        display: block;
        position: absolute;
        top: 50%;
        right: -15px;
        z-index: 10;
        width: 275px;
        height: 275px;
        margin-top: -125px;
        transform: rotate(35deg);
    }
}




.up24_older {
    margin-bottom: 50px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}
.up24_older__caption {
    font-family: "SangBleu", sans-serif;
    font-weight: 500;
    font-size: 45px;
    line-height: 100%;
    color: #fff;
    padding-bottom: 35px;
}
.up24_older__item_1 {
    background-color: #006651;
}
.up24_older__item_2 {
    background-color: #9A4687;
}
.up24_older__item_3 {
    background-color: #2F4497;
}
.up24_older__item_4 {
    background-color: #006651;
}
.up24_older__item_5 {
    background-color: #2939DB;
    cursor: pointer;
}
.up24_older__item_5_5 {
    background-color: #F0327F;
    cursor: pointer;
    border-right: 2px solid #fff !important;
}
.up24_older__item_6 {
    background-color: #F1A1D6;
}

.up24_older__item_7 {
    background-color: #8148F9;
    cursor: pointer !important;
    border-right: 2px solid #fff !important;
}
.up24_older__item_8 {
    cursor: pointer !important;
    background-color: #E0E0E0;
    color: #2F2F2F !important;
    border-right: 2px solid #fff !important;
}

@media (max-width: 991px) {
    .up24_older__item_7, .up24_older__item_8, .up24_older__item_5_5  {
        border-bottom: 1px solid #fff !important;
        border-right: 1px solid #fff !important;
    }
}

.up24_older__item {
    height: 59px;
    font-family: "SangBleu", sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    line-height: 100%;
    text-align: center;
}
.up24_older__item_1 {
    border-top: 1px solid #fff;
}

@media (min-width: 992px) {
    .up24_older {
        margin-bottom: 100px;
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;
        padding-top: 78px;
        padding-bottom: 75px;
    }
    .up24_older__caption {
        font-size: 75px;
        line-height: 70px;
        padding-bottom: 50px;
    }
    .up24_older__item {
        height: 59px;
        font-family: "SangBleu", sans-serif;
        font-size: 23px;
        font-weight: 500;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        border-bottom: 2px solid #fff;
        border-left: 2px solid #fff;
        border-right: 0;
    }
    .up24_older__box {
        display: flex;
        flex-direction: row;
    }
    .up24_older__box .up24_older__item {
        flex-grow: 1;
    }
    .up24_older__item_1, .up24_older__item_2, .up24_older__item_3 {
        border-top: 2px solid #fff;
    }
    .up24_older__item_3,  .up24_older__item_6 {
        border-right: 2px solid #fff;
    }
}


.up24_older__text, .up24_older__text2 {
    font-size: 16px;
    color: #fff;
    margin-top: 22px;
    line-height: 120%;
}
.up24_older__text2 {
    margin-top: 10px;
}
.up24_older__text span {
    text-decoration: underline;
    cursor: pointer;
}
.up24_older__title {
    font-family: "SangBleu", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    color: #fff;
    margin-top: 30px;
}

.up24_older__form {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    flex-grow: 1;
    margin-top: 20px;
    justify-content: space-between;
}
.up24_older__col {
    width: 100%;
    line-height: 100%;
    display: flex;
    flex-direction: column;
}
#up24_older__form_email {
    color: #fff;
    border: 2px solid #fff;
    padding: 12px 16px;
    background-color: transparent;
    outline: none;
    font-size: 16px;
    margin-bottom: 5px;
    width: 100%;
    border-radius: 0;
}
#up24_older__form_email ::placeholder {
    color: rgba(255,255,255,0.5);
    font-size: 14px;
}
.up24_older__form_btn {
    font-weight: 500;
    font-size: 20px;
    color:#2F2F2F;
    outline: none;
    border-radius: 30px;
    padding: 12px 42px;
    border: 0;
    cursor: pointer;
    width: 100%;
    background-color: #fff;
    order: 2;
    margin-top: 20px;
}
.up24_older__form_checkbox_label2 {
    order: 1;
}
.up24_older__form_checkbox {
    margin-right: 7px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
}
.up24_older__form_checkbox:before {
    background-image: url("/assets/images/2024/checkbox_1.svg");
    background-repeat: no-repeat;
    background-position: 100% 100%;
    z-index: 10;
    content: "";
    width: 17px;
    height: 17px;
    display: inline-block;
}
.up24_older__form_checkbox:checked:before {
    background-image: url("/assets/images/2024/checkbox_2.svg");
    background-repeat: no-repeat;
    background-position: 100% 100%;
    z-index: 10;
    content: "";
    width: 17px;
    height: 17px;
    display: inline-block;
}
.up24_older__form_checkbox_label {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 110%;
    margin-top: 10px;
}
.up24_older__form_checkbox_label a {
    color: #fff;
}

@media (min-width: 992px) {
    .up24_older__form_checkbox_label2 {
        order: 2;
    }
    .up24_older__text, .up24_older__text2 {
        font-size: 25px;
        margin-top: 40px;
    }
    .up24_older__text2 {
        margin-top: 5px;
    }
    .up24_older__title {
        font-family: "SangBleu", sans-serif;
        font-weight: 500;
        font-size: 30px;
        line-height: 120%;
        margin-top: 50px;
    }

    .up24_older__form {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        flex-grow: 1;
        margin-top: 25px;
        justify-content: space-between;
    }
    .up24_older__col {
        width: 48.5%;
        line-height: 100%;
    }
    #up24_older__form_email {
        color: #fff;
        border: 2px solid #fff;
        padding: 14px 42px;
        background-color: transparent;
        outline: none;
        font-size: 20px;
        width: 100%;
        margin-bottom: 0;
    }
    #up24_older__form_email ::placeholder {
        color: rgba(255,255,255,0.5);
        font-size: 20px;
    }
    .up24_older__form_btn {
        font-weight: 500;
        font-size: 25px;
        color:#2F2F2F;
        outline: none;
        border-radius: 30px;
        padding: 14px 42px;
        border: 0;
        cursor: pointer;
        width: 100%;
        background-color: #fff;
        order: 1;
        margin-top: 0;
    }
    .up24_older__form_checkbox {
        margin-right: 7px;
        cursor: pointer;
        appearance: none;
        -webkit-appearance: none;
    }
    .up24_older__form_checkbox:before {
        background-image: url("/assets/images/2024/checkbox_1.svg");
        background-repeat: no-repeat;
        background-position: 100% 100%;
        z-index: 10;
        content: "";
        width: 17px;
        height: 17px;
        display: inline-block;
    }
    .up24_older__form_checkbox:checked:before {
        background-image: url("/assets/images/2024/checkbox_2.svg");
        background-repeat: no-repeat;
        background-position: 100% 100%;
        z-index: 10;
        content: "";
        width: 17px;
        height: 17px;
        display: inline-block;
    }
    .up24_older__form_checkbox_label {
        color: #fff;
        font-weight: 500;
        font-size: 20px;
        line-height: 120%;
        margin-top: 30px;
    }
    .up24_older__form_checkbox_label a {
        color: #fff;
    }
}

.up24_bg_grey__wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9900;
    background-color: rgba(50,50,50,0.95);
    display: none;
}
.up24_popup {
    position: fixed;
    z-index: 9999 !important;
    background-color: #fff;
    border-radius: 30px;
    padding: 30px 20px;
    max-width: 684px;
    width: 98%;
    top: 145px; 
    left: 50%;
    max-height: 99vh !important;
  	overflow-y: scroll !important;
    transform: translate(-50%, -20%);
    display: none;
}

.up24_popup__title {
    font-family: "SangBleu", sans-serif;
    font-size: 55px;
    line-height: 100%;
    font-weight: 500;
    color: #2F2F2F;
    padding-bottom: 45px;
}
.up24_popup__text {
    font-size: 20px;
    font-weight: 500;
    color: #2F2F2F;
    line-height: 120%;
    padding-bottom: 30px;
}

.up24_popup__btn {
    background-color: #2F2F2F;
    font-size: 25px;
    font-weight: 500;
    width: 100%;
    padding: 22px 0;
    color: #FFFFFF;
    cursor: pointer;
    border: 0;
    border-radius: 50px;
    margin-top: 30px;
}
#up24_popup__contacts {
    margin-bottom: 40px;
    margin-top: -10px;
}
#up24_popup__contacts, .up24_popup__textarea {
    border: 2px solid #2F2F2F;
    width: 100%;
    padding: 17px 25px;
    font-size: 20px;
    border-radius: 0;
    color: #000;
    outline: 0;
}
.up24_popup__textarea {
    resize: vertical;
    margin-bottom: 25px;
}
#up24_popup__contacts::placeholder, #up24_popup__textarea::placeholder {
    color: #2F2F2F;
    opacity: 0.5;
    font-size: 20px;
    font-weight: 500;
}
.up24_popup__checkbox_label {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    display: block;
    color: #2F2F2F;
    cursor: pointer;
    margin-bottom: 6px;
}
.up24_popup__checkbox_label3 {
    margin-bottom: 40px;
}
.up24_popup__checkbox {
    margin-right: 8px;
    cursor: pointer;
    vertical-align: middle;
    appearance: none;
    -webkit-appearance: none;
    margin-top: -7px;
}
.up24_popup__checkbox:before {
    background-image: url("/assets/images/2024/checkbox_white_1.svg");
    background-repeat: no-repeat;
    background-position: 100% 100%;
    z-index: 10;
    content: "";
    width: 17px;
    height: 17px;
    display: inline-block;
}
.up24_popup__checkbox:checked:before {
    background-image: url("/assets/images/2024/checkbox_white_2.svg");
    background-repeat: no-repeat;
    background-position: 100% 100%;
    z-index: 10;
    content: "";
    width: 17px;
    height: 17px;
    display: inline-block;
}
.up24_popup__checkbox_link {
    color: #2F2F2F;
}
.up24_popup__close {
    position: absolute;
    right: 35px;
    top: 41px;
    cursor: pointer;
}

@media (min-width: 992px) {
    .up24_popup {
        padding: 51px 59px 68px;
        top: 22%;
        max-width: 684px;
        width: 100%;
        max-height: 100vh !important;
    }
    .up24_popup__checkbox {
        margin-top: 0;
    }
}

.up24_study {
    margin-bottom: 58px;
}
.up24_study__caption {
    font-family: "SangBleu", sans-serif;
    font-size: 45px;
    line-height: 100%;
    color: #fff;
    font-weight: 500;
    vertical-align: middle;
    padding-bottom: 30px;
}
.up24_study__caption_bullet {
    vertical-align: middle;
    margin-top: -15px;
    margin-right: 15px;
}

.up24_study__box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.up24_study__box:nth-of-type(1) .up24_study__item {
    width: 100%;
    height: auto;
}
.up24_study__box:nth-of-type(2) .up24_study__item {
    width: 100%;
    height: auto;
}
.up24_study__item {
    display: flex;
    flex-direction: column;
    justify-content: space-between; 
    align-items: flex-start;
    flex-grow: 1;
    background-color: #fff;
    padding: 17px 30px 17px 12px;
    position: relative;
    border-bottom: 1px solid #2F2F2F;
}
.up24_study__label {
    font-size: 20px;
    line-height: 110%;
    color: #2F2F2F;
    font-weight: 500;
}
.up24_study__label i {
    font-family: "SangBleu", sans-serif;
}
.up24_study__text {
    font-size: 14px;
    color: #2F2F2F;
    line-height: 120%;
    font-weight: 500;
}
.up24_study__text a {
    color: #2F2F2F;
}
.up24_study__label span, .up24_study__text span {
    font-family: "SangBleu", sans-serif;
}
.up24_study__number {
    position: absolute;
    right: 15px;
    bottom: 8px;
    font-family: "SangBleu", sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #2F2F2F;
    z-index: 10;
}
.up24_study__item_1 {
    min-height: 85px;
}
.up24_study__item_2 {
    min-height: 125px;
}
.up24_study__item_3 {
    min-height: 115px;
}
.up24_study__item_4 {
    min-height: 138px;
}
.up24_study__item_5 {
    min-height: 157px;
}
@media (max-width: 991px) {
    .up24_study__item {
        min-height: auto !important;
    }
    .up24_study__text {
        padding-top: 25px !important;
    }
}

@media (min-width: 992px) {
    .up24_study {
        margin-bottom: 92px;
    }
    .up24_study__caption {
        font-size: 75px;
        padding-bottom: 60px;
    }
    .up24_study__box {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .up24_study__box:nth-of-type(1) .up24_study__item {
        width: 50%;
        height: 126px;
        border-bottom: 2px solid #2F2F2F;
    }
    .up24_study__box:nth-of-type(2) .up24_study__item {
        border-bottom: 0;
    }
    .up24_study__box:nth-of-type(1) .up24_study__item:nth-of-type(1) {
        border-right: 2px solid #2F2F2F;
    }
    .up24_study__box:nth-of-type(2) .up24_study__item:nth-of-type(2) {
        border-left: 2px solid #2F2F2F;
        border-right: 2px solid #2F2F2F;
    }
    .up24_study__box:nth-of-type(2) .up24_study__item {
        width: 33.333%;
        height: 245px;
    }
    .up24_study__item {
        display: flex;
        flex-direction: column;
        justify-content: space-between; 
        align-items: flex-start;
        flex-grow: 1;
        background-color: #fff;
        padding: 22px 25px;
        position: relative;
    }
    .up24_study__label {
        font-size: 25px;
        line-height: 120%;
        color: #2F2F2F;
        font-weight: 500;
    }
    .up24_study__label i {
        font-family: "SangBleu", sans-serif;
    }
    .up24_study__text {
        font-size: 15px;
        color: #2F2F2F;
        line-height: 120%;
        font-weight: 500;
    }
    .up24_study__text a {
        color: #2F2F2F;
    }
    .up24_study__label span, .up24_study__text span {
        font-family: "SangBleu", sans-serif;
    }
    .up24_study__number {
        position: absolute;
        right: 22px;
        bottom: 20px;
        font-family: "SangBleu", sans-serif;
        font-size: 35px;
        font-weight: 500;
        color: #2F2F2F;
        z-index: 10;
    }
}

.up24_study__infobox {
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    margin-top: 10px;
    padding: 15px 30px 23px 10px;
}
.up24_study__infobox_caption {
    font-family: "SangBleu", sans-serif;
    font-size: 20px;
    color: #fff;
    line-height: 110%;
    font-weight: 500;
}
.up24_study__infobox_link {
    font-size: 14px;
    color: #fff;
    line-height: 120%;
    font-weight: 500;
}

@media (min-width: 992px) {
    .up24_study__infobox {
        border-bottom: 2px solid #fff;
        border-left: 2px solid #fff;
        border-right: 2px solid #fff;
        margin-top: 10px;
        padding: 15px 15px 23px 24px;
    }
    .up24_study__infobox_caption {
        font-family: "SangBleu", sans-serif;
        font-size: 25px;
        color: #fff;
        line-height: 110%;
        font-weight: 500;
    }
    .up24_study__infobox_link {
        font-size: 15px;
        color: #fff;
        line-height: 120%;
        font-weight: 500;
    }
}




.up24_structure__box {
    display: flex;
    flex-direction: column;
}




@media (max-width: 992px) {
    .up24_structure__col {
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }
    .up24_structure__box:nth-of-type(1) .up24_structure__col_inside:nth-of-type(1) {
        border-bottom: 1px solid #fff;
    }
    .up24_structure__box:nth-of-type(3) .up24_structure__col_inside:nth-of-type(1) {
        border-bottom: 1px solid #fff;
    }
    .up24_structure__box:nth-of-type(1) .up24_structure__col:nth-of-type(1) {
        border-top: 1px solid #fff;
    }

    .up24_structure__box:nth-of-type(3) .up24_structure__col_inside:nth-of-type(1) {
        min-height: 172px;
    }

    .up24_structure__col_img_bigger {
        width: 40%;
        padding-left: 22px; 
        padding-top: 15px;
        float: right;
    }
}



.up24_structure__box:nth-of-type(2) .up24_structure__col:nth-of-type(1) {
    background-color: #2F4497;
}


.up24_structure__box:nth-of-type(1) .up24_structure__col {
    width: 100%;
    min-height: auto;
    height: auto;
}
.up24_structure__box:nth-of-type(2) .up24_structure__col {
    width: 100%;
    min-height: auto;
    height: auto;
}
.up24_structure__box:nth-of-type(3) .up24_structure__col:nth-of-type(1) {
    width: 100%;
    min-height: auto;
    height: auto;
}
.up24_structure__box:nth-of-type(3) .up24_structure__col:nth-of-type(2) {
    width: 100%;
    min-height: auto;
    height: auto;
}
.up24_structure__box:nth-of-type(1) .up24_structure__col_inside:nth-of-type(1) {
    height: auto;
}
.up24_structure__box:nth-of-type(1) .up24_structure__col_inside:nth-of-type(2) {
    height: auto;
}
.up24_structure__box:nth-of-type(3) .up24_structure__col_inside:nth-of-type(1) {
    height: auto;
}
.up24_structure__box:nth-of-type(3) .up24_structure__col_inside:nth-of-type(2) {
    height: auto;
}
.up24_structure__col {
    padding: 20px 20px 20px 11px; 
}
.up24_structure__box:nth-of-type(3) .up24_structure__col:nth-of-type(2) {
    padding: 0; 
}
.up24_structure__box:nth-of-type(1) .up24_structure__col:nth-of-type(3) {
    padding: 0; 
}
.up24_structure__box:nth-of-type(3) .up24_structure__col_inside {
    padding: 20px 20px 20px 11px; 
}
.up24_structure__box:nth-of-type(1) .up24_structure__col_inside {
    padding: 20px 20px 20px 11px; 
}

.up24_structure__col_label {
    font-size: 30px;
    color: #fff;
    line-height: 110%;
    font-weight: 500;
}
.up24_structure__col_text {
    font-size: 16px;
    color: #fff;
    line-height: 120%;
}
.up24_structure__col_label span, .up24_structure__col_text span {
    font-family: "SangBleu", sans-serif;
    font-weight: 500;
}

.up24_structure__box:nth-of-type(3) .up24_structure__col_inside:nth-of-type(1) {
    background-image: url(/assets/images/2024/structure_inside.png);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: cover;
}

.up24_structure__box:nth-of-type(1) .up24_structure__col:nth-of-type(2) .up24_structure__col_text {
    padding-top: 20px;
}
.up24_structure__box:nth-of-type(3) .up24_structure__col_inside:nth-of-type(2) .up24_structure__col_text {
    padding-top: 20px;
}
.up24_structure__box:nth-of-type(3) .up24_structure__col:nth-of-type(1) .up24_structure__col_label {
    padding-bottom: 10px;
    padding-top: 0;
}
.up24_structure__box:nth-of-type(3) .up24_structure__col:nth-of-type(1) .up24_structure__col_text {
    padding-top: 10px;
}


.up24_structure__box:nth-of-type(1) .up24_structure__col_inside:nth-of-type(1) .up24_structure__col_text {
    line-height: 140%;
}




.up24_structure {
    margin-bottom: 50px;
}
.up24_structure__caption {
    font-family: "SangBleu", sans-serif;
    font-size: 45px;
    color: #fff;
    line-height: 100%;
    font-weight: 500;
    padding-bottom: 30px;
}
@media (min-width: 992px) {
    .up24_structure {
        margin-bottom: 103px;
    }
    .up24_structure__caption {
        font-size: 75px;
        padding-bottom: 78px;
    }

    .up24_structure__box {
        display: flex;
        flex-direction: row;
    }
    .up24_structure__box:nth-of-type(1) {
        border-left: 2px solid #fff;
        border-right: 2px solid #fff;
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;
    }
    .up24_structure__box:nth-of-type(1) .up24_structure__col:nth-of-type(2) {
        border-left: 2px solid #fff;
        border-right: 2px solid #fff;
    }
    .up24_structure__box:nth-of-type(2) {
        border-left: 2px solid #fff;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
    }
    .up24_structure__box:nth-of-type(2) .up24_structure__col:nth-of-type(2) {
        border-left: 2px solid #fff;
        border-right: 2px solid #fff;
    }
    .up24_structure__box:nth-of-type(3) {
        border-left: 2px solid #fff;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
    }
    .up24_structure__box:nth-of-type(3) .up24_structure__col:nth-of-type(1) {
        border-right: 2px solid #fff;
    }
    .up24_structure__box:nth-of-type(3) .up24_structure__col_inside:nth-of-type(1) {
        border-bottom: 2px solid #fff;
    }
    .up24_structure__box:nth-of-type(1) .up24_structure__col_inside:nth-of-type(1) {
        border-bottom: 2px solid #fff;
    }

    .up24_structure__box:nth-of-type(2) .up24_structure__col:nth-of-type(1) {
        background-color: #2F4497;
    }


    .up24_structure__box:nth-of-type(1) .up24_structure__col {
        width: 33.3333%;
        min-height: 440px;
    }
    .up24_structure__box:nth-of-type(2) .up24_structure__col {
        width: 33.3333%;
        min-height: 165px;
    }
    .up24_structure__box:nth-of-type(3) .up24_structure__col:nth-of-type(1) {
        width: 66.6666%;
        min-height: 550px;
    }
    .up24_structure__box:nth-of-type(3) .up24_structure__col:nth-of-type(2) {
        width: 33.3333%;
        min-height: 530px;
    }
    .up24_structure__box:nth-of-type(1) .up24_structure__col_inside:nth-of-type(1) {
        height: 73%;
    }
    .up24_structure__box:nth-of-type(1) .up24_structure__col_inside:nth-of-type(2) {
        height: 27%;
    }
    .up24_structure__box:nth-of-type(3) .up24_structure__col_inside:nth-of-type(1) {
        height: 35%;
    }
    .up24_structure__box:nth-of-type(3) .up24_structure__col_inside:nth-of-type(2) {
        height: 65%;
    }
    .up24_structure__col {
        padding: 20px 35px 40px 30px; 
    }
    .up24_structure__box:nth-of-type(3) .up24_structure__col:nth-of-type(2) {
        padding: 0; 
    }
    .up24_structure__box:nth-of-type(1) .up24_structure__col:nth-of-type(3) {
        padding: 0; 
    }
    .up24_structure__box:nth-of-type(3) .up24_structure__col_inside {
        padding: 20px 35px 40px 30px; 
    }
    .up24_structure__box:nth-of-type(1) .up24_structure__col_inside {
        padding: 20px 35px 40px 30px; 
    }

    .up24_structure__col_label {
        font-size: 35px;
        color: #fff;
        line-height: 110%;
        font-weight: 500;
    }
    .up24_structure__col_text {
        font-size: 20px;
        color: #fff;
        line-height: 120%;
    }
    .up24_structure__col_label span, .up24_structure__col_text span {
        font-family: "SangBleu", sans-serif;
        font-weight: 500;
    }

    .up24_structure__box:nth-of-type(3) .up24_structure__col_inside:nth-of-type(1) {
        background-image: url(/assets/images/2024/structure_inside.png);
        background-repeat: no-repeat;
        background-position: 100% 100%;
        background-size: cover;
    }

    .up24_structure__box:nth-of-type(1) .up24_structure__col:nth-of-type(2) .up24_structure__col_text {
        padding-top: 150px;
    }
    .up24_structure__box:nth-of-type(3) .up24_structure__col_inside:nth-of-type(2) .up24_structure__col_text {
        padding-top: 40px;
    }
    .up24_structure__box:nth-of-type(3) .up24_structure__col:nth-of-type(1) .up24_structure__col_label {
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .up24_structure__box:nth-of-type(3) .up24_structure__col:nth-of-type(1) .up24_structure__col_text {
        padding-top: 10px;
    }

    .up24_structure__col_img_bigger {
        max-width: 350px;
        padding-right: 22px;
        padding-top: 15px;
        float: left;
    }
    .up24_structure__box:nth-of-type(1) .up24_structure__col_inside:nth-of-type(1) .up24_structure__col_text {
        line-height: 140%;
    }

}

.up24_structure__job {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
}

.up24_structure__job_col:nth-of-type(1), .up24_structure__job_col:nth-of-type(3)  {
    width: 100%;
}
.up24_structure__job_col:nth-of-type(2), .up24_structure__job_col:nth-of-type(4)  {
    width: 100%;
}

.up24_structure__job_col:nth-of-type(3) {
   align-self: flex-end;
   width: auto;
}
.up24_structure__job_label {
    font-size: 30px;
    color: #fff;
    line-height: 100%;
    font-weight: 500;
    font-family: "SangBleu", sans-serif;
}
.up24_structure__job_text {
    font-size: 14px;
    color: #fff;
    line-height: 125%;
}
.up24_structure__job_record {
    font-size: 16px;
    color: #fff;
    line-height: 120%;
    font-weight: 500;
}
.up24_structure__job_record_icon {
    vertical-align: middle;
    margin-left: 5px;
}
.up24_structure__job_btn {
    font-size: 20px;
    font-weight: 500;
    outline: none;
    border: 0;
    background-color: #fff;
    border-radius: 30px;
    color: #2F2F2F;
    width: 100%;
    padding: 18px 0;
    cursor: pointer;
}
.up24_structure__job_btn:hover {
    background-color: #eaeaea;
}

@media (max-width: 992px) {
    .up24_structure__job_btn {
        margin-top: 15px;
    }
    .up24_structure__job_record {
        margin-top: 20px;
    }
    .up24_structure__job_text {
        margin-top: 20px;
    }
}

@media (min-width: 992px) {
    .up24_structure__job {
        margin-top: 103px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .up24_structure__job_col:nth-of-type(1), .up24_structure__job_col:nth-of-type(3)  {
        width: 50%;
    }
    .up24_structure__job_col:nth-of-type(2), .up24_structure__job_col:nth-of-type(4)  {
        width: 50%;
    }
    .up24_structure__job_col:nth-of-type(3), .up24_structure__job_col:nth-of-type(4)  {
        margin-top: 40px;
    }
    .up24_structure__job_col:nth-of-type(3) {
        align-self: center;
    }
    .up24_structure__job_label {
        font-size: 45px;
        color: #fff;
        line-height: 100%;
        font-weight: 500;
        font-family: "SangBleu", sans-serif;
    }
    .up24_structure__job_text {
        font-size: 25px;
        color: #fff;
        line-height: 120%;
    }
    .up24_structure__job_record {
        font-size: 21px;
        color: #fff;
        line-height: 120%;
        font-weight: 500;
    }
    .up24_structure__job_record_icon {
        vertical-align: middle;
        margin-left: 5px;
    }
    .up24_structure__job_btn {
        font-size: 25px;
        font-weight: 500;
        outline: none;
        border: 0;
        background-color: #fff;
        border-radius: 30px;
        color: #2F2F2F;
        width: 100%;
        padding: 18px 0;
        cursor: pointer;
    }
    .up24_structure__job_btn:hover {
        background-color: #eaeaea;
    }
}

.up24_team {
    margin-bottom: 53px;
}
.up24_team__caption{
    font-size: 40px;
    padding-bottom: 0;
    line-height: 110%;
    font-weight: 500;
    color: #fff;
}
.up24_team__caption span {
    font-family: "SangBleu", sans-serif;
    color: #D55941;
    cursor: pointer;
}
.up24_team__caption__btn {
    font-size: 18px;
    padding: 15px 0;
    width: 100%;
    font-weight: 500;
    color: #2F2F2F;
    background-color: #fff;
    border-radius: 30px;
    outline: none;
    border: 0;
    cursor: pointer;
    margin-top: 10px;
}
.up24_team__caption__btn_icon {
    vertical-align: middle;
    width: 17px;
}

.up24_team__more__caption {
    font-size: 20px;
    line-height: 120%;
    color: #fff;
    padding-bottom: 25px;
}
.up24_team__caption_icon {
    vertical-align: middle;
    cursor: pointer;
}
.up24_team__caption_icon_minus {
    display: none;
}
.up24_team__more {
    padding-top: 30px;
    display: none;
}
.up24_team__more__box  {
    border: 1px solid #fff;
    padding: 13px 11px 15px 13px;
}
.up24_team__more__box p  {
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: #fff;
}
.up24_team__more__box i {
    font-family: "SangBleu", sans-serif;
}
.up24_team__more__arrow {
    margin: 10px 0;
}
@media (min-width: 992px) {
    .up24_team__more__caption {
        font-size: 35px;
        padding-bottom: 55px;
    }
    .up24_team__more {
        padding-top: 62px;
    }
    .up24_team__more__box  {
        border: 2px solid #fff;
        padding: 25px 55px 28px 25px;
    }
    .up24_team__more__box p  {
        font-size: 25px;
    }
    .up24_team__more__arrow {
        margin: 15px 0;
    }
}


.up24_team .profi-slider {
    margin-top: 70px;
}
@media (min-width: 992px) {
    .up24_team {
        margin-bottom: 119px;
    }
    .up24_team__caption {
        font-size: 75px;
    }
    .up24_team__caption__btn {
        font-size: 25px;
        padding: 15px 0;
        width: 100%;
        font-weight: 500;
        color: #2F2F2F;
        background-color: #fff;
        border-radius: 30px;
        outline: none;
        border: 0;
        cursor: pointer;
        margin-top: 90px;
    }
    .up24_team__caption__btn:hover {
        background-color: #eaeaea;
    }
    .up24_team__caption__btn_icon {
        vertical-align: middle;
        width: initial;
    }
    .up24_team  .profi-slider {
        margin-top: 120px;
    }
    
}
.up24_team  .profi-slider__name {
    padding-bottom: 12px !important;
}
.up24_team .profi-slider__text {
    line-height: 120% !important;
    font-size: 14px !important;
}


@media (max-width: 992px) {
    .up24_team .slider__nav {
        display: none !important;
    }
}


.up24_questions {
    margin-bottom: 50px;
}
.up24_questions__caption {
    font-size: 30px;
    line-height: 100%;
    color: #fff;
    font-weight: 500;
    font-family: "SangBleu", sans-serif;
    padding-bottom: 25px;
}
@media (min-width: 992px) {
    .up24_questions {
        margin-bottom: 135px;
    }
    .up24_questions__caption {
        font-size: 75px;
        padding-bottom: 55px;
    }
}
.how-faq__head, .how-faq__content {
    padding-left: 0 !important;
}

.up24_faq__btn {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    font-family: "SangBleu", sans-serif;
    margin-top: 20px;
}
.up24_faq__btn span {
    text-decoration: underline;
    cursor: pointer;
}
.up24_faq__more, .up24_faq__minus {
    display: none;
}
.up24_faq__icon {
    vertical-align: middle;
    padding-left: 15px;
    cursor: pointer;
}
@media (min-width: 992px) {
    .up24_faq__btn {
        margin-top: 40px;
        font-size: 24px;
    }
}

.footer__map__mobile {
    display: none;
}

@media (max-width: 992px) {
    .footer__map__mobile {
        display: block;
        margin-bottom: 24px;
    }
    .footer__map__mobile img {
        width: 100%;
    }
}


.up24_lessons {
    margin-bottom: 50px;
    background-color: #fff;
    padding-bottom: 20px;
}
.up24_lessons__caption {
    font-size: 100px;
    line-height: 110%;
    font-weight: 500;
    color: #2F2F2F;
    padding-top: 15px;
    font-family: "SangBleu", sans-serif;
}
.up24_lessons__text {
    font-size: 16px;
    line-height: 120%;
    color: #2F2F2F;
    width: 100%;
    padding-top: 30px;
    margin-bottom: 35px;
}

@media (min-width: 992px) { 
    .up24_lessons {
        margin-bottom: 68px;
        padding-bottom: 50px;
    }
    .up24_lessons__caption {
        font-size: 300px;
    }
    .up24_lessons__text {
        font-size: 25px;
        width: 714px;
        padding-top: 55px;
        margin-bottom: 110px;
    }
}

.up24_lessons .lessons {
    margin-bottom: 0 !important;
}
.up24_lessons .lessons * {
    color: #2F2F2F !important;
}

.up24_lessons .slider__nav .slick-arrow.prev:before {
    border-left: 3px solid #2F2F2F !important;
}
.up24_lessons .slider__nav .slick-arrow:before {
    border-top: 3px solid #2F2F2F !important;
}
.up24_lessons .slider__nav .slick-arrow.next:before {
    border-right: 3px solid #2F2F2F !important;
}



.up24_lessons .lessons-slider__popup-hint {
    background-color: #2F2F2F !important;
    z-index: 10;
}
.up24_lessons .lessons-slider__popup-hint-title { 
    color: #FFFFFF !important
}
.up24_lessons .lessons-slider__popup-hint-text { 
    color: rgba(255,255,255,0.5) !important;
    line-height: 110% !important;
}


.how-faq__item {
    border-bottom: 1px solid #fff;
}
@media (min-width: 992px) {
    .how-faq__item {
        border-bottom: 2px solid #fff;
    }
}


label.error {
    color: red;
    font-size: 16px;
}