/*pages start
candydaties
*/

.page_header {
    position: relative;
    margin-bottom: 6rem;
}

.page_header .title_wrapper {
    background-color: #fff;
    border-radius: 28px 28px 0 0;
    padding: 50px 45px 0;
    width: 100%;
    max-width: 504px;
    margin-left: 140px;
}


.image_wrapper {
    border-radius: 120px;
    width: 100%;
}

.page_header .title_wrapper {
    position: absolute;
    bottom: 0;
    z-index: 2;
}

.parallax-section {
    background: #000;
    overflow: hidden;
    position: relative;
}

.parallax-section .parallax-image {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 1;
}

.parallax-section .parallax-content {
    height: 100%;
    position: relative;
    z-index: 1;
}

.page_header .parallax-section {
    height: 68vh;
}

.page_header .parallax-image {
    top: -71px;
    height: 80vh;
}

.custom-page .section_title {
    font-weight: bold;
}

.custom-page .section_offer_nav {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
}

.custom-page .top_banner {
    min-height: 90vh;
}

.custom-page .top_banner,
.section_top_banner {
    position: relative;
    color: #ffffff;
}

.top_banner_content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

.custom-page .top_banner:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    height: 319px;
    z-index: 0;
    background: transparent linear-gradient(180deg, #1F1B5100 0%, #1F1B51 100%) 0% 0% no-repeat padding-box;;
}

.page_studying .top_banner_content {
    position: relative;
    color: black;
}

.page_studying .top_banner:before {
    display: none;
}

.language_link_group .custom_link {
    width: 154px;
    height: 35px;
    background-color: #ffffff;
    color: rgba(31, 27, 81, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-left: 15px;
}


.language_link_item_title {
    min-width: 80px;
}

.language_link_item {
    display: flex;
    align-items: center;
    margin: 1.5rem 0;
}

.admission_requirements {
    margin-top: 5rem;
}

.language_link_item_title {
    font-size: 24px;
    line-height: 29px;
}

.educational_qualifications_item_description {
    font-size: 1rem;
    line-height: 1.188rem;
}

.custom-page ul {
    padding-inline-start: 0px;
}

.educational_qualifications_item ul li {
    margin: 2rem 0;
}

.educational_qualifications_item ul li span {
    padding-left: 30px;
}

/*admission_requirements*/

.section_admission_requirements .buttons_group .btn {
    padding: 6px 24px;
    border-radius: 34px;
    background-color: #1F1B51;
    color: #fff;
    margin-right: 1rem;
    font-size: 13px;
    line-height: 16px;
}

/*section_language*/

.section_language .content_wrapper,
.section_language.list_style_vertical li {
    font-size: 24px;
    line-height: 29px;
}

/*section_application_seps*/
.section_application_steps {
    position: relative;
    padding: 100px 0;
}

.section_application_steps .title_wrapper {
    height: 100%;
    display: flex;
    align-items: center;
    max-width: 398px;
    margin-left: auto;
    padding-left: 15px;
}

.section_application_steps:before {
    position: absolute;
    content: '';
    left: 0;
    width: 65%;
    height: 100%;
    top: 0;
    background-color: #F5F5F5;
    border-radius: 0 148px 148px 0;
}

.section_application_steps:after {
    position: absolute;
    content: '';
    right: 0;
    width: calc(35% - 15px);
    height: 100%;
    top: 0;
    z-index: -1;
    background-color: #2994FF;
    border-radius: 148px 0 0 148px;
}

.steps_list {
    max-width: 950px;
}

.steps_list .sub_title {
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    min-height: 30px;
    margin-bottom: 1rem;
}

.steps_list .text {
    margin-bottom: 1rem;
}

.steps_list .text span {
    font-size: 12px;
    line-height: 15px;
    display: block;
    margin-top: 15px;
}

/*section_fees*/
.section_fees {
    padding: 2rem 0;
}

.fees_card_col {
    padding: 0 7px;
}

.fees_card {
    background-color: #1F1A51;
    height: 100%;
    color: #fff;
    display: flex;
    flex-direction: column;
    padding: 10% 15%;
    position: relative;
    min-height: 197px;
    justify-content: center;
}

@media (min-width: 1281px) {
    .fees_card_col:first-child .fees_card {
        border-radius: 80px 0 0 80px;
    }

    .fees_card_col:last-child .fees_card {
        border-radius: 0 80px 80px 0;
    }
}

.fees_card_item_sub_title {
    font-size: 26px;
    line-height: 32px;
}

.fees_sub_title {
    font-size: 24px;
    line-height: 29px;
}

.fees_card_item_sum {
    font-weight: bold;
    font-size: 41px;
    line-height: 50px;
}

.fees_details {
    max-width: 1100px;
    margin: 0 auto;
}

.fees_details h2 {
    font-weight: bold;
    line-height: 1;
    font-size: 41px;
    margin-bottom: 0;
}

@media (min-width: 1201px) and (max-width: 1440px) {
    .fees_card_item_sum {
        font-size: 31px;
    }
}

@media (max-width: 1440px) {
    .offer_nav_card {
        align-items: flex-end;
    }

}

@media (max-width: 991px) {
    .offer_nav_card h2 {
        font-size: 24px;
        line-height: 29px;
    }
}

@media (max-width: 481px) {
    .p-5 {
        padding: 1rem !important;
    }

    .form_request_info_material {
        padding: 4rem 1rem !important;
    }

    ul {
        padding-inline-start: 0px;
    }

    .custom_btn a,
    header .blue_border_btn a {
        font-size: 12px;
        line-height: 14px;
    }

    .offer_nav_card_item {
        padding-right: 5px;
        padding-left: 5px;
    }

    .offer_nav_card {
        align-items: flex-end;
    }

    .offer_nav_card h2 {
        font-size: 16px;
        line-height: 22px;
        left: 5px;
    }

    .section_title {
        font-size: 2rem;
        line-height: 1.1;
        margin-bottom: 1rem;
    }

    .english_language_certificate_content ul {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }

    .custom-page .top_banner {
        min-height: 62vh;
        background-position: 60% 100%;
    }

    .custom-page .top_banner:before {
        height: 100%;
    }

    .section_application_steps,
    .list_steps .container {
        padding: 0 !important;
    }

    .list_steps .step_item {
        padding: 1rem;
        font-size: 1rem;
        line-height: 1.438rem;
        flex-direction: column;
    }

    .list_steps .step_item .step_item_number {
        font-size: 2rem;
        line-height: 2.438rem;
        margin-bottom: .5rem;
    }

    .section_admission_requirements {
        padding: 1rem;
    }

    .section_application_scholarships .section_title {
        min-height: auto;
    }

    .english_language_certificate_content ul li,
    .tuition_fees_box,
    .application_deadlines_box,
    .personal_interviews_content ul li {
        font-size: 1rem;
        margin: 1rem 0;
    }

    .tuition_fees_box {
        min-height: 1px;
        padding: 2rem 1rem;
    }

    .tuition_fees_item:nth-child(2) .tuition_fees_box,
    .tuition_fees_item:nth-child(3) .tuition_fees_box {
        border: 1px solid #707070;
    }

}


/*about us____________________________________________*/
main {
    margin-top: 180px;
}

body.home main {
    /*margin-top: 150px;*/
}

main.single_program {
    margin-top: 190px;
}

main.page .top_banner {
    /*height: 88vh;*/
    height: 972px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

main.page .top_banner img {
    position: relative;
    z-index: 1;
    margin-bottom: 10rem;
    width: auto;
}

main.page .top_banner:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    z-index: 0;
    background: linear-gradient(0deg, rgba(31, 27, 81, 1) 0%, rgba(9, 9, 121, 0) 30%);
}

main.page .section_offer_nav {
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    right: 0;
}

main.page h1.section_title {
    font-weight: bold;
}

.section_title.text-left {
    text-align: left;
}

.section_title.text-center {
    text-align: center;
}

.section_title.text-right {
    text-align: right;
}


main.page .top_banner_description {
    font-size: 1.5rem;
    line-height: 1.875rem;
}

.page_studying,
.page_about_us {
    position: relative
}

.section_custom_cards {
    position: relative;
    padding: 3rem 0;
}

.section_custom_cards.bg_color:before {
    position: absolute;
    content: '';
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #EEF7FF;
}

.custom_cards_card .title {
    font-size: 24px;
    line-height: 29px;
    font-weight: bold;
}

.custom_cards_card .big_title {
    font-size: 41px;
    line-height: 50px;
    font-weight: bold;
}

.custom_cards_card .sub_title {
    position: relative;
    display: inline;
}

.custom_cards_text {
    margin-top: 2rem;
}

.section_custom_cards .custom_cards_card_image {
    min-height: 511px;
    margin-bottom: 3rem;
}

.section_custom_cards .custom_cards_card_image.medium_image {
    min-height: 423px;
}

.custom_cards_card_body,
.custom_cards_card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/*accreditation*/


.accreditation:before {
    display: none;
}

/*accreditation_card*/
.accreditation_card {
    margin-bottom: 2rem;
}

.logo_wrapper {
    min-height: 230px;
    margin-bottom: 1rem;
}

.logo_wrapper img {
    width: auto;
}

.accreditation .accreditation_card h2 {
    font-size: 32px;
    line-height: 39px;
    font-weight: 400;
    min-height: 115px;
}


.section_custom_cards img {
    height: auto;
}

/*section_language*/

.section_language {
    padding: 5rem 0;
    background-color: #EEF7FF;
}

.section_language ul li {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 1rem;
}

/*section_our_goals*/

/* Our Goals — responsive equal-height images */
.section_our_goals .custom_cards_card_image {
    position: relative;
    width: 100%;
    aspect-ratio: 3 / 2; /* unified height for all images */
    overflow: hidden; /* keeps rounded corners */
    margin-bottom: 2rem; /* same as Bootstrap mb-5 */
}

.section_our_goals .custom_cards_card_image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; /* image fills container, cropped if needed */
    object-position: center;
}

.section_our_goals {
    position: relative;
}

.section_our_goals .description {
    font-weight: 500;
    padding: 0 1rem;
}

@media (min-width: 991px) {
    .custom_cards_card_image {
        overflow: hidden;
    }

    .custom_cards_card:first-child .custom_cards_card_image {
        border-radius: 80px 0 0 80px;
    }

    .custom_cards_card:last-child .custom_cards_card_image {
        border-radius: 0 80px 80px 0;
    }
}

@media (max-width: 767.98px) {
    .section_our_goals .custom_cards_card_image {
        aspect-ratio: 4 / 3;
    }
}


.our_goals_text {
    margin-top: 1rem;
}


.list_item {
    color: black;
}

main.page .list_item_title {
    position: relative;
    padding-left: 25px;
    font-weight: 400;
    font-size: 32px;
    line-height: 39px;
    margin-bottom: 2rem;
}

/*section_digital_technologies*/
.digital_technologies_card {
    padding: 0.5rem;
}

.digital_technologies_card:nth-child(even) {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
}

.digital_technologies_card_body {
    min-height: 320px;
}

.custom_description {
    font-size: 24px;
    line-height: 29px;
    font-weight: 700;
    margin-left: auto;
    margin-right: auto;
    max-width: 305px;
    padding: 15px;
}

.digital_technologies_title {
    padding-top: 1rem;
}

.digital_technologies_card:nth-child(odd) .digital_technologies_image {
    margin-bottom: 2rem;
}

.single_specialisation h1 {
    margin-bottom: 2rem;
}

.section_specialisation_main {
    position: relative;
    padding-bottom: 5rem;
    overflow: hidden;
    margin-top: 1.5rem;
}

.information_side {
    width: 100%;
    max-width: calc(100% - 30px);
    margin-left: 0;
}

.information_content {
    width: 100%;
    max-width: 674px;
}

.information_side .information_content {
    position: relative;
    padding: 1rem 0;
}


.image_side .bg {
    border-top-right-radius: 121px;
    border-bottom-right-radius: 121px;
    height: 858px
}

.section_campus {
    margin-bottom: 100px;
}

.campus_card_col {
    padding: 30px;
    border-radius: 80px;
}

@media (min-width: 1281px) {
    .campus_card_col {
        padding: 60px 80px;
    }
}

.campus_card_col:nth-child(4n+0),
.campus_card_col:nth-child(4n+1) {
    background-color: #E9F3FF;
}

.campus_card {
    max-width: 642px;
    margin: 0 auto;
}

main.page .card_title {
    font-size: 16px;
    line-height: 1.1;
}

.single .scholarships {
    display: flex;
    align-items: center;
    padding: 20px 0;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
}

.single .scholarships .info_title {
    display: flex;
    align-items: center;
}

.single .scholarships .info_title img {
    width: auto;
    margin-right: 12px;
}

.single .scholarships .text {
    color: #1F1B51;
    font-size: 26px;
    line-height: 29px;
}


.section_scholarships_financing {
    margin-bottom: 65px;
}

.section_scholarships_financing .description {
    font-size: 32px;
    line-height: 39px;
}

.scholarships_financing_card_col {
    padding: 65px 28px 75px 28px;
}

.scholarships_financing_card_col:nth-child(2) {
    background-color: #1F9CD8;
    color: #FFFFFF;
}

.scholarships_financing_card {
    max-width: 465px;
    margin: 0 auto;
}

main.page .scholarships_financing_card .card_title {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 2rem;
}

.scholarships .text {
    margin-left: 2rem;
    color: #707070;
    font-size: 1.5rem;
    line-height: 1.813rem;
}

/*section_scholarship*/
.scholarship_item {
    padding: 4rem;
    color: #fff;
    background-color: #1F1B51;
    border-radius: 85px 0 0 85px;
    height: 100%;
}

.scholarship_col:first-child .scholarship_item {
    padding-left: 8rem;
}

.scholarship_col:last-child .scholarship_item {
    border-radius: 0 85px 85px 0;
}

.scholarship_sub_title {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 1rem;
    font-weight: bold;
}

/*financing_options*/
.container_bg_mood,
.financing_options {
    background-color: transparent;
}

.container_bg_mood .how_apply_wrapper,
.financing_options_wrapper {
    background-color: #EEF7FF;
    padding: 4rem 2rem;
    border-radius: 91px;
}

.financing_options_wrapper .apply_item_title {
    margin-bottom: 1rem;
}

/*section_working_as_student*/
.section_working_as_student .content_wrapper {
    max-width: 675px;
}

.section_working_as_student .image_wrapper {
    border-radius: 80px;
}

/*scholarship_paralax_section*/
.scholarship_parallax_section {
    margin: 5rem 0;
}


/*page_visa_guide*/

.price_date_card {
    width: 100%;
    max-width: 327px;
    min-height: 93px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    border-radius: 24px;
    padding-left: 2rem;
    position: relative;
}

.single .item_offer_card_body_position:nth-child(1) .price_date_card:before {
    position: absolute;
    content: '';
    right: 20px;
    top: 12px;
    width: 18px;
    height: 18px;
    background: url(../images/icon_price.svg) no-repeat center center;
}

.single .item_offer_card_body_position:nth-child(2) .price_date_card:before {
    position: absolute;
    content: '';
    right: 20px;
    top: 12px;
    width: 23px;
    height: 23px;
    background: url(../images/icon_calendar.svg) no-repeat center center;
}

.price_card {
    background-color: #E9F3FF;
}

.date_card {
    background-color: #1F9CD8;
    color: #ffffff;
}

.text_image_section .bg_color,
.text_section.bg_color {
    padding: 120px 0;
}

.text_section .description.segoe_ui {
    font-family: 'Segoe UI', sans-serif;
    font-size: 20px;
    line-height: 27px;
}

.text_section .description h2 {
    font-size: 24px;
    line-height: 29px;
}

/*text_image_section*/

.text_image_section {
    padding: 4rem 0;
}

.text_image_header {
    font-size: 24px;
    line-height: 29px;
    font-weight: 400;
}

.text_image_section.left_image .row {
    flex-direction: row-reverse;
}


@media (min-width: 767px) {

    .text_image_section.left_image .content_wrapper {
        padding-left: 2rem;
    }

}

.text_image_section .image_wrapper {
    border-radius: 80px;
    overflow: hidden;
    max-width: 674px;
    margin-right: auto;
    margin-left: auto;
}

.text_image_section .image_wrapper img {
    height: 100%;
    border-radius: 80px;
    overflow: hidden;
}

.text_image_section .content_wrapper {
    padding-right: 5rem;
}

.text_image_section .content_wrapper .description {
    font-size: 24px;
    line-height: 1.17;
}

/*bg_image_section*/

.bg_image_section {
    margin: 5rem auto;
}

.bg_image_section.content .bg:before {
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    background-color: rgba(31, 27, 81, 0.55);
    z-index: 0;
}

.bg_image_section .parallax-section {
    height: 100%;
    min-height: 326px;
    border-radius: 148px;
    overflow: hidden;
}

.bg_image_section.medium_height_image .parallax-section {
    min-height: 631px;
    display: flex;
}

.bg_image_section .parallax-image {
    height: 700px;
}

.bg_image_section .content_wrapper {
    width: 100%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding: 60px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    color: #fff;
}

.bg_image_section .content_wrapper h2 {
    font-size: 41px;
    line-height: 50px;
}

/*video_section*/
.video_section {
    margin: 5rem 0;
}

.video_section .youtube-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-color: #fff;
    padding-bottom: 56.25%;
}

.video_section .youtube-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.video_section .parallax-section {
    height: 100%;
    min-height: 70vh;
    border-radius: 148px;
    overflow: hidden;
}

.video_section .parallax-image {
    height: 100vh;
}

/*page_request_info_material*/
.page_request_info_material h1 {
    color: #1F1B51;
}

.wrapper_request_info_material {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
}

.form_request_info_material h2 {
    font-size: 16px;
    line-height: 19px;
    font-weight: bold;
    margin-bottom: 1rem;
    color: #000000;
}

.form_request_info_material {
    margin: 3rem 0;
}

.form_request_info_material:before {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 51px;
    background-color: #EEF7FF;
    z-index: -1;
}

.form_request_info_material .wpcf7-checkbox .wpcf7-list-item-label {
    margin-left: 0.5rem;
}

.form_request_info_material .wpcf7-acceptance .wpcf7-list-item-label {
    color: #000;
}


@media (max-width: 1005px) {

    .smartapply_contact iframe {
        height: 1300px;
    }

}

@media (max-width: 514px) {

    .smartapply_contact iframe {
        height: 1600px;
    }

}

@media (min-width: 1006px) {

    .smartapply_contact iframe {
        height: 980px;
    }

}

.iframe_wrap {
    margin: 3rem 0;
    border-radius: 40px;
    overflow: hidden;
}


@media (min-width: 768px) {

    .iframe_wrap {
        margin: 5rem 0;
        border-radius: 148px;
    }

}

.page_request_info_material .container {
    max-width: 100%;
}

@media (min-width: 1441px) {
    .page_request_info_material .container {
        max-width: 1320px;
    }
}

.request-information footer {
    margin-top: 0;
}

/*page visa guide*/
.section_entering {
    margin-bottom: 5rem;
}


.entering_item {
    background-color: #EEF7FF;
    color: #1F1B51;
    display: flex;
    flex-direction: column;
    padding: 107px 15% 43px 15%;
    position: relative;
    height: 100%;
    justify-content: flex-start;
}

.entering_item .description {
    font-size: 26px;
    line-height: 32px;
    min-height: 180px;
}

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

.entering_item .content {
    margin-left: auto;
    margin-right: auto;
}

.entering_item h2 {
    font-size: 24px;
    line-height: 29px;
}

.entering_item .content,
.entering_item h2 {
    font-weight: 300;
}

.citizens_visa_guide {
    border-radius: 80px;
    overflow: hidden;
}


@media (max-width: 1200px) {

    .citizens_visa_guide .entering_col:not(.citizens_visa_guide .entering_col:last-child) {
        margin-bottom: 1rem;
    }

    .entering_item {
        padding: 4rem 2rem 2rem 2rem;
    }

    .entering_item .description {
        min-height: 1px;
    }
}

/*section_types_visa*/
.section_types_visa {
    margin-bottom: 8rem;
}

.header_types_visa .section_title {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.section_types_visa .description {
    font-weight: 300;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}

.section_types_visa .description,
.section_types_visa .section_title {
    color: #1F1B51;
}

.section_types_visa .btn_wrapper a {
    padding-left: 4rem;
    padding-right: 4rem;
}

.types_visa_col .types_visa_item {
    background-color: #1F1B51;
    color: #fff;
    display: flex;
    flex-direction: column;
    padding: 60px 15%;
    position: relative;
    height: 100%;
    justify-content: flex-start;
}

.types_visa_col .types_visa_item h2,
.types_visa_col .types_visa_item .description {
    color: #fff;
}

.types_visa {
    border-radius: 80px;
    overflow: hidden;
}

@media (max-width: 767px) {
    .types_visa .types_visa_col:first-child {
        margin-bottom: 1rem;
    }
}

/*section_applying_visa*/
.section_applying_visa {
    margin-bottom: 8rem;
}

.section_applying_visa .section_title {
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
}

.section_applying_visa .image_wrapper {
    margin-bottom: 5rem;
}

.section_applying_visa .image_wrapper .bg {
    height: 326px;
    border-radius: 120px;
}

.section_applying_visa .bottom_description {
    max-width: 860px;
    margin-right: auto;
    margin-left: auto;
}

.section_applying_visa h3 {
    margin-bottom: 2rem;
}

.applying_visa_item {
    max-width: 260px;
}

.applying_visa_col {
    width: 100%;
}

@media (min-width: 768px) {

    .applying_visa_col {
        width: 50%;
    }

}

@media (min-width: 1281px) {

    .applying_visa_col {
        width: 33.3%;
    }

}

@media (min-width: 1441px) {

    .applying_visa_col {
        width: 20%;
    }

}

@media (max-width: 1200px) {

    .section_applying_visa .image_wrapper .bg {
        border-radius: 80px;
    }

}

@media (min-width: 1201px) and (max-width: 1440px) {

    .entering_item {
        padding: 5rem 2rem 2rem 2rem;
    }
}

/*section_important_tips*/
.section_important_tips .important_tips_item ul li {
    font-size: 26px;
    line-height: 32px;
    margin-left: 5rem;
}

/*section_interviews*/
.section_interviews {
    margin-top: 5rem;
    margin-bottom: 5rem;
    padding: 8rem 0;
    background-color: #EEF7FF;
}

.section_interviews .description {
    font-size: 24px;
    line-height: 29px;
    font-weight: 400;
}

.section_interviews .parallax-section {
    border-radius: 80px;
}

.section_interviews .interviews:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(31, 27, 81, 0.67);
    z-index: 1;
}


.wrapper_interviews h2 {
    margin-bottom: 1rem;
}

.section_interviews .parallax-section {
    height: 56vh;
}

.section_interviews .content_wrapper {
    padding: 0 5rem;
}

.section_interviews .parallax-image {
    height: 75vh;
}

/*section_after_arrival*/
.section_after_arrival {
    background-color: #EEF7FF;
    margin: 5rem auto;
}

.section_after_arrival .text_wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

.section_after_arrival .text_wrapper h2 {
    max-width: 680px;
    margin-right: auto;
    margin-left: auto;
}

.section_after_arrival .description {
    font-size: 26px;
    line-height: 32px;
    font-weight: 300;
}


/*section_application_deadlines*/
.section_application_deadlines {
    position: relative;
    padding: 5rem 0;
}


.section_application_deadlines ul li {
    margin-bottom: 1rem;
    font-size: 16px;
    line-height: 19px;
}

.section_application_deadlines ul li:before {
    background-color: #fff;
}

.section_application_deadlines .application_date {
    color: #1F1B51;
    font-weight: bold;
    font-size: 22px;
    line-height: 28px;
}

.section_application_deadlines p {
    font-size: 24px;
    line-height: 29px;
}

.section_application_deadlines p,
.section_application_deadlines .application_date span {
    font-weight: 400;
}

.application_deadlines_item {
    border-radius: 85px;
    padding: 3rem 1rem;
}

.application_deadlines_item h2.title {
    font-size: 22px;
    line-height: 28px;
}

.application_deadlines_item h3.sub_title {
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: bold;
}

.application_deadlines_item .dates_wrapper h2 {
    font-size: 41px;
    line-height: 50px;
    font-weight: bold;
}

.application_deadlines_item .dates_wrapper h3 {
    font-size: 24px;
    line-height: 29px;
    font-weight: 400;
}

.application_deadlines_col:first-child .application_deadlines_item {
    color: #fff;
    background-color: #2994FF;
}

.application_deadlines_col:first-child h4,
.application_deadlines_col:first-child h3 {
    color: #fff;
}

.application_deadlines_col:last-child .application_deadlines_item {
    background-color: #EEF7FF;
}

/*section_scholarships*/
.section_scholarships {
    padding: 100px 0;
    background-color: #F5F5F5;
}

.section_scholarships h3 {
    font-size: 24px;
    line-height: 29px;
    font-weight: 400;
}

/*contact_page_section*/


.contact_page_section .description,
.contact_page_section h2 {
    font-size: 26px;
    line-height: 32px;
}

body.contact .section_contact_program h2,
body.contact .section_contact_program .wrapper_content,
.contact_page_section .description {
    color: #1F1B51;
}

body.contact .section_contact_program p {
    font-size: 24px;
    line-height: 30px;
}

.get_in_touch h3 {
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
}

.get_in_touch .social_contact a {
    position: relative;
    padding-left: 25px;
    display: inline-block;
    margin-bottom: 0.5rem;
}

.get_in_touch a:before {
    position: absolute;
    content: '';
    left: 0;
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover;
}

.get_in_touch a.phone_link:before {
    top: calc(50% - 6px);
    left: 4px;
    width: 7px;
    height: 12px;
    background-image: url(../images/icon_phone_contact.png);
}

.get_in_touch a.mail_link:before {
    top: calc(50% - 5px);
    width: 14px;
    height: 9px;
    background-image: url(../images/icon_mail_contact.png);
}

.contact_page_section .map_wrapper {
    border-radius: 80px;
    overflow: hidden;
    max-width: 800px;
    margin: 0 auto;
}

/*pre_bachelors_single*/

.pre_bachelors_single .information_content {
    font-size: 26px;
    line-height: 32px;
}

.pre_bachelors_single .information_content ul {
    margin: 2rem;
}

.pre_bachelors_single .information_content li {
    margin-bottom: .75rem;
}

.pre_bachelors_single .information_content a {
    color: #1F1B51;
}

.pre_bachelors_single .text_section .description {
    margin-left: 2rem;
}

.pre_bachelors_single .text_section ul {
    margin: 2rem 0;
}

.pre_bachelors_single .text_section ul li {
    margin-bottom: .5rem;
}

.pre_bachelors_single .text_section ul li,
.pre_bachelors_single .section_offers .description {
    font-size: 26px;
    line-height: 32px;
}

/*program_benefits_section*/
.program_benefits_section {
    background-color: #EEF7FF;
    padding: 5rem 0;
}

.program_benefits_section .image_wrapper {
    border-radius: 80px;
    overflow: hidden;
    height: 326px;
}

@media (min-width: 1281px) {

    .program_benefits_section .image_wrapper {
        border-radius: 120px;
    }

}

.program_benefits_wrapper {
    max-width: 1280px;
    margin: 0 auto;
}

.program_benefits_section .image_wrapper .bg {
    height: 700px;
}

.program_benefits_item_title {
    font-size: 24px;
    line-height: 29px;
    font-weight: bold;
    color: #1F1B51;
}

.program_structure_info {
    border-radius: 80px;
    overflow: hidden;
}

.program_structure_info .item_wrapper:not(:nth-last-child(-1n+2)) {
    margin-bottom: 2rem;
}

.program_structure_info .item {
    background-color: #EEF7FF;
    height: 100%;
    padding: 2rem 4rem;
    font-weight: inherit;
}

@media (max-width: 767px) {

    .program_structure_info .item_wrapper:first-child {
        margin-bottom: 1rem;
    }

}

@media (min-width: 1281px) {

    .contact_page_section .map_wrapper {
        border-radius: 0 80px 80px 0;
        overflow: hidden;
    }

}

.program_structure_modules .title_container {
    background-color: #1F1A51;
    border-radius: 85px 0 0 85px;
    padding: .75rem 0;
    color: white;
    margin-bottom: 1.5rem;
}

.program_structure_modules .title_container h3 {
    font-size: 26px;
    line-height: 29px;
    font-weight: bold;
}

.program_structure_modules .item_wrapper {
    overflow: hidden;
    margin-bottom: 1.5rem;
}

.program_structure_modules .item_wrapper .item {
    height: 100%;
}

.program_structure_modules .item_wrapper .title_container {
    border-radius: 80px;
}


@media (min-width: 1281px) {

    .program_structure_modules .item_wrapper:nth-child(odd) .title_container {
        border-radius: 85px 0 0 85px;
    }

    .program_structure_modules .item_wrapper:nth-child(even) .title_container {
        border-radius: 0 85px 85px 0;
    }
}

.program_structure_modules .content_wrapper {
    background-color: #EEF7FF;
    padding: 1.5rem;
    max-width: 620px;
    height: 100%;
}

.program_structure_info.bottom .content_wrapper,
.program_structure_modules .title_wrapper {
    max-width: 620px;
}

.program_structure_info.bottom .item {
    padding: 2rem 0;
}

.program_structure_info.bottom .content_wrapper .text,
.program_structure_modules .item_wrapper h3,
.program_structure_modules .content_wrapper .text {
    max-width: 450px;
    margin: 0 auto;
    height: 100%;
}

.program_structure_info.bottom .item_wrapper:nth-child(odd) .content_wrapper,
.program_structure_modules .item_wrapper:nth-child(odd) .title_wrapper,
.program_structure_modules .item_wrapper:nth-child(odd) .content_wrapper {
    margin-left: auto;
}

.program_structure_info.bottom .item_wrapper:nth-child(even) .content_wrapper,
.program_structure_modules .item_wrapper:nth-child(even) .title_wrapper,
.program_structure_modules .item_wrapper:nth-child(even) .content_wrapper {
    margin-right: auto;
}

.program_structure_modules .item_wrapper:last-child .title_container {
    background-color: #EEF7FF;
    color: #000;
}

.program_structure_info.bottom .item_wrapper:first-child .item,
.program_structure_modules .item_wrapper:last-child .content_wrapper {
    background-color: #1F1B51;
    color: #fff;
}

.program_structure_info.bottom .item_wrapper:first-child .item {
    font-weight: bold;
}

.program_structure_info.bottom .item_wrapper:last-child .item {
    background-color: #2994FF;
    color: #fff
}

.program_structure_info.bottom .item_wrapper:last-child h3 {
    font-weight: bold;
    font-size: 24px;
    font-height: 29px;
}

@media (max-width: 1200px) {
    .program_structure_info.bottom .item {
        padding: 2rem;
    }

    .program_structure_modules .title_container h3 {
        padding: 0 1rem;
        font-size: 22px;
        line-height: 28px;
    }
}

@media (max-width: 990px) {

    .program_structure_modules .title_container h3 {
        font-size: 18px;
        line-height: 26px;
    }

    .programs_nav__mini_row {
        flex-direction: column;
    }

    .programs_nav__mini {
        display: none;
    }

    .section_personal_interviews {
        padding-top: 1rem;
    }

    .personal_interviews_content {
        padding: 30px 15px !important;
    }

    .english_language_certificate_list ul {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }

    .english_language_certificate_content ul {
        margin-left: 0;
    }

    main.page .section_scholarships_financing h2 {
        font-size: 2.25rem;
    }
}

@media (max-width: 768px) {
    .campus_card_col:nth-child(even) {
        background-color: #fff;
    }

    .campus_card_col:nth-child(odd) {
        background-color: #E9F3FF;
    }

    .information_side {
        margin: 0 auto;
        max-width: 100%;
    }

    .price_date_info, .item_offer_card_body {
        padding: 0 15px;
    }
}

@media (max-width: 480px) {

    .digital_technologies_card_body {
        min-height: 1px;
    }

    .international_card {
        max-width: 100%;
    }

    .campus_card_col {
        padding: 15px;
    }

    .logo_wrapper {
        min-height: auto;
    }

    .logo_wrapper img {
        max-width: 300px;
    }

    .section_international {
        padding-bottom: 100px;
    }

    main.page .section_scholarships_financing h2 {
        font-size: 1.75rem;
    }

    .section_scholarships_financing .description {
        font-size: 24px;
        line-height: 29px;
    }

    .scholarships_financing_card_col {
        padding: 15px;
    }

    .why_program_section {
        padding-top: 1rem;
        padding-bottom: 3rem;
    }

    .career_paths_text {
        font-size: 18px;
        line-height: 1.3;
    }

    .section_tabs_slider .tab-button {
        text-align: left;
    }

    .fees_card_col:not(.fees_card_col:last-child) {
        margin-bottom: 1rem;
    }

    .text_image_section {
        padding: 2rem 0;
    }

    .section_contact_program {
        margin: 0;
    }

}
