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

@media (min-width: 992px) { 
    body { 
        zoom: 75%;
    }
    /* @supports (-moz-appearance:none) { */
    iframe {
        zoom: 1.3;
    }
    /* } */

    .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("../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("../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 */

.up24_intro__title {
    font-family: inherit;
}
.up24_intro__title span {
    font-family: "SangBleu", sans-serif;
}

.up25_intro__title2 {
    font-size: 40px;
    font-weight: 500;
    color: #fff;
    line-height: 100%;
    font-family: "SangBleu", sans-serif;
    z-index: 5;
    position: relative;
    font-style: italic;
    margin-top: 35px;
}



@media (min-width: 992px) {
    .up24_intro__box_col:nth-of-type(2) {
        width: 310px;
    }
}

@media (min-width: 1200px) {
    .up24_intro__box_col:nth-of-type(2) {
        width: 310px;
    }
}

.up24_intro__box_col:nth-of-type(3) {
    background: transparent;
}

.up24_intro__btn {
    color: #2939DB;
}




@media (max-width: 991px) {
    .up24_intro__btn img {
        padding-left: 5px;
        width: 25px;
        content: url("/strategy/assets/images/2024/strategy/arrow_superblue.svg");
    }
}

@media (max-width: 991px) {
    .up25_intro__title2 {
        font-size: 20px;
        margin-top: 20px;
    }
}

.up24_intro__tzh {
    position: absolute;
    right: 190px;
    top: 145px;
    z-index: 2;
}

.up24_intro {
    position: relative;
}

.up24_intro__inside {
    padding-top: 146px;
    padding-bottom: 67px;
    background-image: url(/strategy/assets/images/2024/strategy/main_back1.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: all 0.3s ease-out;
}


.up24_intro__back1_mob {
    display: none;
}

@media (min-width: 992px) {
    .up24_intro__author {
        display: none;
    }
}

@media (max-width: 550px) {
    .up24_intro__back1_mob {
        display: block;
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        z-index: 6;
    }
}

@media (max-width: 991px) {
    .up24_intro__author {
        display: block;
    }
    .up24_intro__box {
        z-index: 9;
    }

    .up24_intro__tzh {
        position: absolute;
        right: 65px;
        top: 275px;
        z-index: 10;
        width: 90px;
        height: 90px;
    }

    .up24_intro__inside {
        padding-top: 92px;
        padding-bottom: 37px;
        background-color: #2939DB;
        background-image: url(/strategy/assets/images/2024/strategy/mobile/back2_mobile.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }
}



.up24_intro__box_col:nth-of-type(1) .up24_intro__box_col__inside:nth-of-type(1) {
    font-family: "SangBleu", sans-serif;
}

.up24_intro__box_col:nth-of-type(2) .up24_intro__box_col__inside:nth-of-type(1) {
    font-family: "SangBleu", sans-serif;
}
.up24_intro__box_col:nth-of-type(2) .up24_intro__box_col__inside:nth-of-type(2) {
    font-family: inherit;
}
.up24_intro__box_col:nth-of-type(3) {
    font-family: inherit;
    font-weight: normal;
}

.up24_experts__img__mob {
    position: absolute;
    margin-left: -65px;
    margin-top: 5px;
}

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

@media (min-width: 992px) {
    .up24_experts_fio {
        text-decoration: underline;
    }
}






.up24_experts__boxes___desktop {
    display: block;
}
.up24_experts__boxes___mobile {
    display: none;
}

@media (max-width: 991px) {
    .up24_experts__boxes___desktop {
        display: none !important;
    }
    .up24_experts__boxes___mobile {
        display: block;
    }
}


.up24_experts__boxes___desktop .up24_experts__box {
    /* width: 450px; */
}
.up24_experts__boxes___desktop {
    width: 4000px;
    overflow: hidden;
}
.up24_experts__boxes__wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    row-gap: 0;
    column-gap: 15px;
    margin-bottom: 20px;
}





.up24_tzh_about {
    margin-bottom: 99px;
}
.up24_tzh_about {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.up24_tzh_about__label {
    font-size: 40px;
    font-weight: 500;
    color: #fff;
    line-height: 110%;
    font-family: "SangBleu", sans-serif;
    width: 75%;
}

@media (max-width: 991px) {
    .up24_tzh_about {
        margin-bottom: 66px;
    }
    .up24_tzh_about {
        flex-direction: column;
    }
    .up24_tzh_about__label {
        font-size: 30px;
        font-weight: 500;
        color: #fff;
        line-height: 110%;
        font-family: "SangBleu", sans-serif;
        width: 80%;
        margin-left: 45px;
        margin-top: 30px;
    }

    .up24_form__text {
        padding-bottom: 10px;
    }
}


.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;
    }
}





.up24_experts_author, .up24_experts_fio, .up24_experts_bio__inside {
    cursor: pointer;
}


.up24_experts_desc__custom {
    border-right: 0 !important;
    border-left: 2px solid #fff !important;
    padding-left: 22px;
}

.up24_slider_tzh {
    background-color: #fff;
    padding-top: 72px;
    padding-bottom: 72px;
    color: #2F2F2F;
    margin-bottom: 99px;
}


.up24_slider_tzh__item_1 {
    font-size: 40px;
    font-weight: 500;
    line-height: 115%;
    font-family: "SangBleu", sans-serif;
}

.up24_slider_tzh__item_5 {
    font-size: 25px;
    font-weight: 500;
    line-height: 120%;
    font-family: "SangBleu", sans-serif;
    color:#fff;
    background-color: #2939DB;
    padding: 15px;
}

.up24_slider_tzh__image {
    width: 100%;
}

.up24_slider_tzh__desc {
    font-size: 25px;
    font-weight: 400;
    line-height: 120%;
    padding: 15px;
    border-left: 2px solid #2F2F2F;
    border-right: 2px solid #2F2F2F;
    border-bottom: 2px solid #2F2F2F;
    width: 100%;
    margin-top: 10px;
    min-height: 270px;
}

.up24_slider_tzh__desc span {
    font-size: 25px;
    font-weight: 500;
    line-height: 120%;
    font-family: "SangBleu", sans-serif;
}

.up24_slider_tzh__desc_6 {
    color: #2939DB;
    border-left: 2px solid #2939DB;
    border-right: 2px solid #2939DB;
    border-bottom: 2px solid #2939DB;
}


.swiper-slide {
    height: auto;
}

@media (max-width: 991px) {
    .up24_slider_tzh__item_1 {
        font-size: 30px;
    }
    .up24_slider_tzh__desc {
        font-size: 16px;
        padding: 12px;
        border-left: 1px solid #2F2F2F;
        border-right: 1px solid #2F2F2F;
        border-bottom: 1px solid #2F2F2F;
    }

    .up24_slider_tzh__desc_6 {
        color: #2939DB;
        border-left: 1px solid #2939DB;
        border-right: 1px solid #2939DB;
        border-bottom: 1px solid #2939DB;
    }
    .up24_slider_tzh__item_5 {
        font-size: 16px;
        font-weight: 500;
        line-height: 120%;
        font-family: "SangBleu", sans-serif;
        color:#fff;
        background-color: #2939DB;
        padding: 12px;
    }
    .up24_slider_tzh__desc span {
        font-size: 16px;
        font-weight: 500;
        line-height: 120%;
        font-family: "SangBleu", sans-serif;
    }
    .up24_slider_tzh {
        background-color: #fff;
        padding-top: 30px;
        padding-bottom: 30px;
        color: #2F2F2F;
        margin-bottom: 45px;
    }
}

.slider_prev, .slider_next {
    cursor: pointer;
    margin-top: 40px;
}
.slider_next {
    margin-left: 20px;
}

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


@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%;
    }
}

.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_document {
    background-color: #2939DB;
}

.up24_document__certs_col:nth-of-type(2), .up24_document__middle {
    background: inherit;
}


@media (min-width: 992px) {
    .up24_document__certs_col p {
        font-size: 24px;
    }

    .up24_document__footer {
        font-size: 20px;
    }
}

.up24_document__middle:nth-of-type(2) {
    margin-top: 0;
    border-top: 0;
    border-bottom: 2px solid #fff;
}

.up24_document__label {
    font-size: 40px;
    width: 50%;
}

.up24_document__labels {
    display: flex;
    flex-direction: row;
}
@media (min-width: 992px) {
    .up24_document__certs_col:nth-of-type(1) {
        border-bottom: 2px solid #fff;
    }
    .up24_document__certs_col:nth-of-type(2) {
        border-bottom: 2px solid #fff;
    }
    .up24_document__certs_col:nth-of-type(3) {
        border-right: 2px solid #fff;
    }
}
@media (max-width: 991px) {
    .up24_document__label__2 {
        display: none;
    }
    .up24_document__label {
        width: 100%;
        font-size: 20px;
    }
    .up24_document__certs_col_1 {
        order: 1;
    }
    .up24_document__certs_col_2 {
        order: 3;
    }
    .up24_document__certs_col_3 {
        order: 2;
        border-left: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }
    .up24_document__certs_col_4 {
        order: 4;
        border-left: 1px solid #fff;
    }
    .up24_document__certs_col {
        flex-direction: column;
        align-items: flex-start;
        padding: 20px;
    }
    .up24_document__certs_col p {
        padding-left: 0;
    }
    .up24_document__certs_col img {
        margin-bottom: 15px;
    }
    .up24_document__btn {
        font-size: 14px;
    }
    .up24_document__certs_col p {
        font-size: 16px;
    }

}

.up24_document__btn {
    text-align: right;
}
.up24_document__middle {
    border-top: 0;
    padding: 0;
} 
.up24_document__accordion {
    margin-right: 0 !important;
    margin-left: 0 !important;
    margin-bottom: 0 !important;
}

@media (min-width: 992px) { 
    .up24_document__footer {
        margin-left: 50%;
    }
}

.up24_document__faq {
    font-size: 21px;
    font-weight: 500;
    line-height: 120%;
    color: #fff;
}
@media (max-width: 991px) {
    .up24_document__faq {
        font-size: 14px;
    }
}

.up24_document__accordion_col:nth-of-type(8) {
    background: #01827E;
}
.up24_document__accordion_col:nth-of-type(11) {
    background: #006651;
}
.up24_document__accordion_col:nth-of-type(7) {
    background: #9A4687;
}

.up24_document__btn {
    margin-bottom: 20px;
    margin-right: 20px;
}
.up24_document__accordion_wrap {
    margin-top: 0;
    border: 0;
}
.up24_document__accordion_col {
    border: 0;
    padding: 20px 45px;
}
.up24_document__accordion_col {
    border-top: 2px solid #fff;
}
.up24_document__accordion_col:nth-of-type(2), .up24_document__accordion_col:nth-of-type(5), .up24_document__accordion_col:nth-of-type(8), .up24_document__accordion_col:nth-of-type(11) {
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
}


@media (max-width: 991px) {
    .up24_document__accordion_col {
        border-top: 1px solid #fff;
        padding: 20px 10px;
    }
    .up24_document__accordion_col:nth-of-type(2), .up24_document__accordion_col:nth-of-type(5), .up24_document__accordion_col:nth-of-type(8), .up24_document__accordion_col:nth-of-type(11) {
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
    }
}

.up24_document__accordion_footer {
    background: #2F2F2F;
    font-size: 20px;
    font-weight: 500;
    line-height: 120%;
    color: #fff;
    font-family: "SangBleu", sans-serif;
    padding: 20px 45px;
    border-top: 2px solid #fff;
}
.up24_document__accordion_footer p {
    width: 55%;
}
@media (max-width: 991px) { 
    .up24_document__accordion_footer {
        background: #2F2F2F;
        font-size: 14px;
        font-weight: 500;
        line-height: 120%;
        color: #fff;
        font-family: "SangBleu", sans-serif;
        padding: 20px 10px;   
        border-top: 1px solid #fff;
    }
    .up24_document__accordion_footer p {
        width: 100%;
    }
    .up24_document__certs_col {
        padding: 20px 10px;
    }
    .up24_document__certs_col p {
        font-size: 14px;
    }
}

@media (min-width: 992px) {
    .up24_structure__job_col:nth-of-type(3), .up24_structure__job_col:nth-of-type(4) {
        margin-top: 60px;
    }
}



@media (max-width: 991px) { 

    .up24_structure__job_label {
        font-size: 20px;
    }
    .up24_questions__caption {
        font-size: 45px;
    }
}

.footer__bottom {
    padding-bottom: 0;
}

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


/* @media (min-width: 992px) {
    .up24_shedule__col:nth-of-type(3) {
        border-top: 2px solid #fff;
    }

    .up24_shedule__col:nth-of-type(1) .up24_shedule__inside:nth-of-type(1), .up24_shedule__col:nth-of-type(2) .up24_shedule__inside:nth-of-type(1), .up24_shedule__col:nth-of-type(3) .up24_shedule__inside:nth-of-type(1) {
        width: 39.4%;
        border-right: 2px solid #fff;
    }


    .up24_shedule__col:nth-of-type(1) .up24_shedule__inside:nth-of-type(2), .up24_shedule__col:nth-of-type(2) .up24_shedule__inside:nth-of-type(2), .up24_shedule__col:nth-of-type(3) .up24_shedule__inside:nth-of-type(2) {
        width: 60.2%;
    }
} */


@media (max-width: 991px) { 

    /* .up24_shedule__col:nth-of-type(1) .up24_shedule__inside:nth-of-type(1) {
        min-height: 70px;
    }

    .up24_shedule__col:nth-of-type(1) .up24_shedule__inside:nth-of-type(1) {
        min-height: 100px;
    }
    .up24_shedule__col:nth-of-type(2) .up24_shedule__inside:nth-of-type(1) {
        vertical-align: top;
        min-height: 100px; 
        margin-top: -100px;
        align-items: center;
    }

    .up24_shedule__inside__custom1 {
        width: 0 !important;
    }
    .up24_shedule__inside__custom2 {
        margin-left: 0 !important;
        width: 100% !important;
    } */

    .up24_study__box .up24_study__item_1, .up24_study__box .up24_study__item_2 {
        width: 50% !important;
    }
    .up24_tzh_about__label {
        font-size: 28px;
    }

}


.up24_shedule__inside_text_custom1 {
    font-size: 30px;
    font-weight: 500;
    line-height: 120%;
    color: #fff;
    font-family: "SangBleu", sans-serif;
    padding-bottom: 35px;
}
.up24_shedule__inside_text_custom2 {
    font-size: 30px;
    font-weight: 500;
    line-height: 120%;
    color: #fff;
}
.up24_shedule__inside_text_custom3 {
    font-size: 30px;
    font-weight: 500;
    line-height: 120%;
    color: #fff;
    font-family: "SangBleu", sans-serif;
}

@media (max-width: 991px) {  
    .up24_shedule__inside_text_custom1 {
        font-size: 16px;
        font-weight: 500;
        line-height: 120%;
        color: #fff;
        font-family: "SangBleu", sans-serif;
        padding-bottom: 35px;
    }
    .up24_shedule__inside_text_custom2 {
        font-size: 16px;
        font-weight: 500;
        line-height: 120%;
        color: #fff;
    }
    .up24_shedule__inside_text_custom3 {
        font-size: 20px;
        font-weight: 500;
        line-height: 120%;
        color: #fff;
        font-family: "SangBleu", sans-serif;
    }
    .up24_shedule__inside_tzh_1 {
        order: 2;
    }
    .up24_shedule__inside_text_custom1, .up24_shedule__inside_text_custom2 {
        width: 47%;
        display: inline-block;
        vertical-align: top;
        padding-bottom: 0;
    }
    .up24_shedule__inside_tzh_2 {
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }
}

.up24_slider__space {
    margin-bottom: 99px;
}
.up24_slider__space_title {
    font-size: 45px;
    font-weight: 500;
    line-height: 120%;
    color: #fff;
    font-family: "SangBleu", sans-serif;
    padding-bottom: 50px;
}

@media (max-width: 991px) {  
    .up24_slider__space {
        margin-bottom: 55px;
    }
    .up24_slider__space_title {
        font-size: 20px;
        font-weight: 500;
        line-height: 120%;
        color: #fff;
        font-family: "SangBleu", sans-serif;
        padding-bottom: 30px;
    }

}

@media (min-width: 992px) {
    /* .up24_slider__space_item img  {
        max-height: 512px;
    } */
    .slider_prev_white {
        position: absolute; 
        right: 100px; 
        top: 15px; 
        cursor: pointer;
    }
    .slider_next_white 
    {
        position: absolute; 
        right: 130px;
        top: 15px;
        cursor: pointer;
    }
}

@media (max-width: 991px) {  
    /* .up24_slider__space_item img  {
        max-height: 250px;
    } */
    .slider_prev_white {
        display: none;
    }
    .slider_next_white 
    {
        display: none;
    }
}


.up24_slider__space_item_box_top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.up24_slider__space_item_box_top p {
    font-size: 15px;
    font-weight: 400;
    line-height: 110%;
    color: #fff;
}

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

.up24_slider__space_item_box_green {
    background: #C3F050;
    padding: 30px;
    font-size: 22px;
    font-weight: 400;
    line-height: 120%;
    color: #2F2F2F;
}

.up24_slider__space_item_box1 {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.up24_slider__space_item_box2 {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    font-size: 22px;
    font-weight: 400;
    line-height: 120%;
    color: #FFFFFF;
    padding: 30px 0;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.up24_slider__space_item_1 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    column-gap: 30px;
}

@media (max-width: 991px) {  
    .up24_slider__space_item_box2 {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        font-size: 16px;
        font-weight: 400;
        line-height: 120%;
        color: #FFFFFF;
        padding: 30px 0;
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;
    }
    .up24_slider__space_item_box_green {
        background: #C3F050;
        padding: 30px;
        font-size: 16px;
        font-weight: 400;
        line-height: 120%;
        color: #2F2F2F;
    }
}

@media (max-width: 991px) {  
    .container {
        margin: 0 auto;
        display: block;
        padding: 0 15px;
        width: 100%;
    }
    .up24_intro__inside {
        padding-top: 90px;
        padding-bottom: 40px;
    }
    .up24_intro__btn {
        z-index: 10;
    }
}


@media (max-width: 991px) {
    .swiper-wrapper__experts {
        flex-direction: initial;
        flex-wrap: initial;
        justify-content: initial;
        align-items: initial;
        row-gap: initial;
        column-gap: initial;
    }
    .up24_experts__box {
        border-bottom: 1px solid #fff;
    }
}



.up24_shedule__board {
    min-height: 665px;
}

.up24_shedule__board__wrapper {
    display: flex;
    flex-direction: row;
    height: 100%;
    min-height: 665px;
    flex-wrap: wrap;
}

.up24_shedule__col {
    flex-direction: column;
}

.up24_shedule__col:nth-of-type(odd) {
    width: 30%;
    border-bottom: 0;
    border-right: 2px solid #fff;
    justify-content: space-between;
    line-height: 120%;
    min-height: auto;
    font-size: 30px;
    font-family: "SangBleu", sans-serif;
    color: #fff;
}
.up24_shedule__col:nth-of-type(even) {
    width: 70%;
    min-height: auto;
}

.up24_shedule__col:nth-of-type(odd) .up24_shedule__inside:nth-of-type(1), .up24_shedule__col:nth-of-type(odd) .up24_shedule__inside:nth-of-type(2), .up24_shedule__col:nth-of-type(even) .up24_shedule__inside:nth-of-type(1), .up24_shedule__col:nth-of-type(even) .up24_shedule__inside:nth-of-type(2) {
    width: 100%;
    border-right: 0;
}
.up24_shedule__col:nth-of-type(even) .up24_shedule__inside:nth-of-type(1) {
    display: block;
    font-size: 30px;
    font-weight: 500;
    line-height: 120%;
    color: #fff;
    font-family: "SangBleu", sans-serif;
}
.up24_shedule__col:nth-of-type(even) .up24_shedule__inside:nth-of-type(2) {
    line-height: 125%;
    border-top: 2px solid #fff;
}

.up24_shedule__col:nth-of-type(3), .up24_shedule__col:nth-of-type(4) {
    border-top: 2px solid #fff;
} 

.up24_shedule__col:nth-of-type(odd) .up24_shedule__inside:nth-of-type(2) {
    font-family: "golos", Helvetica, Arial, sans-serif;
}
.up24_shedule__inside {
    padding: 35px 35px 40px 30px;
}

.up24_shedule__col:nth-of-type(1) .up24_shedule__inside:nth-of-type(1) {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.up24_shedule__inside__photer {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
}

.up24_shedule__inside__photer:nth-of-type(even) {
    margin-top: 40px;
}


@media (min-width: 992px) {
    .up24_shedule__col__inside {
        display: none;
    }
    .up24_shedule__col__inside2 {
        border-top: 2px solid #fff;
        font-size: 25px;
        font-weight: 400;
        line-height: 125%;
        color: #fff;
        font-family: "golos", Helvetica, Arial, sans-serif;
    }
}

@media (max-width: 991px) {

    .up24_shedule__board {
        min-height: auto;
    }

    .up24_shedule__board__wrapper {
        display: flex;
        flex-direction: column;
        height: 100%;
        min-height: auto;
        flex-wrap: wrap;
    }

    .up24_shedule__col:nth-of-type(1) {
        display: none;
    }

    .up24_shedule__col:nth-of-type(odd) {
        width: 100%;
        border-bottom: 0;
        border-right: 2px solid #fff;
        justify-content: space-between;
        line-height: 120%;
        min-height: auto;
        font-size: 30px;
        font-family: "SangBleu", sans-serif;
        color: #fff;
        flex-direction: row;
    }
    .up24_shedule__col:nth-of-type(even) {
        width: 100%;
        min-height: auto;
    }



    .up24_shedule__col:nth-of-type(1) .up24_shedule__inside:nth-of-type(1) {
        order: inherit;
        height: auto;
    }
    .up24_shedule__col:nth-of-type(1) .up24_shedule__inside:nth-of-type(2) {
        order: inherit;
        height: auto;
    }

    .up24_shedule__col:nth-of-type(2) .up24_shedule__inside:nth-of-type(1) {
        font-size: 16px;
        font-weight: 500;
        width: 100%;
        border-right: 0;
        margin-left: inherit; 
        margin-top: inherit;
        line-height: 120%;
        height: auto;
    }

    .up24_shedule__inside {
        padding: 15px 15px 15px 15px;
    }

    .up24_shedule__col__inside {
        flex-direction: row;
        /* display: block; */
    }

    .up24_shedule__col:nth-of-type(2) .up24_shedule__inside:nth-of-type(1) {
        font-size: 20px;
        font-weight: 500;
        color: #fff;
        line-height: 120%;
        font-family: "SangBleu", sans-serif;
        border-bottom: 0;
        border-top: 0;
        min-height: 110px;
    }

    .up24_shedule__col:nth-of-type(2) .up24_shedule__col__inside .up24_shedule__inside:nth-of-type(1) {
        font-size: 16px;
        font-weight: 500;
        color: #fff;
        line-height: 120%;
        font-family: "SangBleu", sans-serif;
        border-bottom: 0;
        border-top: 0;
        min-height: auto;
    }
    .up24_shedule__col:nth-of-type(2) .up24_shedule__col__inside .up24_shedule__inside:nth-of-type(2) {
        font-size: 16px;
        font-weight: 500;
        color: #fff;
        line-height: 120%;
        font-family: "golos", Helvetica, Arial, sans-serif;
        border-bottom: 0;
        border-top: 0;
        min-height: auto;
    }

    .up24_shedule__col:nth-of-type(2) .up24_shedule__col__inside {
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }

    .up24_shedule__col:nth-of-type(2) .up24_shedule__col__inside2 {
        font-size: 16px;
        font-weight: 400;
        color: #fff;
        line-height: 120%;
        font-family: "golos", Helvetica, Arial, sans-serif;
        border-bottom: 0;
        border-top: 0;
    }


    .up24_shedule__col:nth-of-type(3) {
        order: 3;
        border-right: 0;
        border-left: 0;
        border-top: 0;
    }
    .up24_shedule__col:nth-of-type(4) {
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }
    .up24_shedule__col:nth-of-type(3) .up24_shedule__inside:nth-of-type(1) {
        font-size: 16px;
        font-weight: 500;
        color: #fff;
        line-height: 120%;
        font-family: "SangBleu", sans-serif;
        border-bottom: 0;
        border-top: 0;
        min-height: auto;
    }
    .up24_shedule__col:nth-of-type(3) .up24_shedule__inside:nth-of-type(2) {
        font-size: 16px;
        font-weight: 500;
        color: #fff;
        line-height: 120%;
        font-family: "golos", Helvetica, Arial, sans-serif;
        border-bottom: 0;
        border-top: 0;
        min-height: auto;
    }
    .up24_shedule__col:nth-of-type(4) .up24_shedule__inside {
        font-size: 20px !important;
        font-weight: 500;
        color: #fff;
        line-height: 120%;
        font-family: "SangBleu", sans-serif;
        border-bottom: 0;
        border-top: 0;
    }

    .up24_shedule__inside__custom1 {
        display: none !important;
    }
    
}


@media (max-width: 991px) {
    .up24_study__infobox_link, .up24_document__faq {
        margin-top: 20px;
        display: block;
    }
    .up24_study {
        padding-bottom: 49px;
    }
    .up24_form {
        padding-bottom: 20px;
    }
}

/* .up24_slider_tzh_wrap {
    display: flex;
    flex-direction: row;
}
.up24_slider_tzh__item_1 {
    width: 25%;
} */

/* .swiper2 {
    margin-left: 40%;
}

.swiper-slide {
    width: 515px !important;
} */

.up24_slider_tzh__item_1 {
    width: 540px;
    margin-bottom: 50px;
} 

@media (max-width: 991px) {
    .up24_slider_tzh__item_1 {
        width: 100%;
    } 
}


.how-faq__head {
    font-size: 20px;
    line-height: 120%;
    font-family: "SangBleu", sans-serif;
}
.how-faq__content {
    font-size: 20px;
    line-height: 120%;
    font-weight: 400;
    font-family: "golos", Helvetica, Arial, sans-serif;
}
.how-faq__ico:after {
    width: 2px;
}
.how-faq__ico:before {
    height: 2px;
}

@media (max-width: 991px) {
    .how-faq__head {
        font-size: 16px;
        line-height: 120%;
        font-family: "SangBleu", sans-serif;
    }
    .how-faq__content {
        font-size: 16px;
        line-height: 120%;
        font-weight: 400;
        font-family: "golos", Helvetica, Arial, sans-serif;
    }
    .how-faq__ico:after {
        width: 1px;
    }
    .how-faq__ico:before {
        height: 1px;
    }
}


.up24_slider__space_item {
    width: 770px;
    margin: 0 15px;
}
.up24_slider__space__image {
    width: 100%;
}


.swiper4 {
    display: none;
} 

@media (max-width: 991px) {

    .up24_slider__space_item {
        width: inherit;
        margin: inherit;
        height: auto;
    }

    .swiper3 {
        display: none !important;
    }
    .swiper4 {
        display: block;
    }
    .swiper4 .up24_slider__space_item_box {
        height: auto;
    }

    .swiper4 .up24_slider__space_item_box2 {
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }
    .up24_slider__space_item_box_top p {
        text-align: right;
    }
    .up24_slider__space_item_box_green {
        padding: 20px;
    }

}

#formRecord {
    position: relative;
}

.up24_form__input_field {
    position: relative;
}

#formRecord label.error {
    position: absolute;
    width: 100%;
    height: 60px;
    top: 0;
    left: 0;
    visibility: hidden !important;
}

#formRecord label.error:after {
    position: absolute;
    right: 12px;
    top: 8px;
    visibility: visible !important;
    content: "⬤";
    font-size: 11px;
}
#formRecord .up24_form__input_field_custom label.error:before {
    position: absolute;
    visibility: visible !important;
    border-left: 1px solid red;
    border-right: 1px solid red;
    border-top: 1px solid red;
    width: 100%;
    height: 60px;
    top: 0;
    left: 0;
    content: " ";
}
#formRecord .up24_form__input_field_custom2 label.error:before {
    position: absolute;
    visibility: visible !important;
    border-bottom: 1px solid red;
    width: 100%;
    height: 60px;
    top: 0;
    left: 0;
    content: " ";
}

.up24_form__endned {
    background:rgba(6, 0, 89, 0.15);
    border-radius: 30px;
    padding: 150px 0; 
    color: #fff;
    font-size: 22px;
    text-align: center;
}
.up24_form__endned2 {
    background:rgba(6, 0, 89, 0.15);
    border-radius: 30px;
    padding: 100px 90px; 
    color: #fff;
    font-size: 22px;
    text-align: left;
}

@media (max-width: 991px) {
    .up24_form__endned {
        color:#231F20; 
        background:rgba(6, 0, 89, 0.15);
        border-radius: 30px;
        padding: 70px 0; 
        color: #fff;
        font-size: 20px;
        text-align: center;
        margin-top: 20px;
    }
    .up24_form__endned2 {
        background:rgba(6, 0, 89, 0.15);
        border-radius: 30px;
        padding: 50px 20px 50px 50px;
        color: #fff;
        font-size: 18px;
        text-align: left;
    }
}

.up24_form__endned__text1 {
    font-family: "golos", Helvetica, Arial, sans-serif;
    line-height: 110%;
}
.up24_form__endned__text2 {
    padding-top: 20px;
    line-height: 110%;
    font-family: "SangBleu", sans-serif;
}
.up24_form__endned2_check {
    position: absolute;
    margin-left: -30px;
    margin-top: 2px;
}