@charset "UTF-8";

:root {
    --slider-font-color: #fff;
    --headers-font-family: 'Almoni-tzar', sans-serif;
    --main-font-family: 'Noto Sans Hebrew', sans-serif;
    --color-main: rgb(0, 50, 106);
    --color-main-shadow: 0 0 0 0.25rem rgba(0, 50, 106, 0.25);
    --color-active-bg: #e6f6fe;
    --color-light-blue: #00a1ed;
    --color-orange: #fbd550;
}

body {
    line-height: 1;
    width: 100%;
    position: relative;
}

* {
    padding: 0;
    margin: 0;
    border: none;
}

img {
    max-width: 100%;
    height: auto;
}

.footer_logo_image img {
    max-height: 120px;
    width: auto;

    @media screen and (width <=768px) {
        & {
            height: auto;
        }
    }
}

.container.full_width {
    width: 100% !important;
    max-width: unset !important;
    padding: 0;
    margin: 0;
}

.section_main_title {
    height: 250px;
    background-color: #00326a;
    background-size: cover;
    background-repeat: no-repeat;
}

.section_main_title .bg_gradient {
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.5) 100%
    );
    height: 100%;
}

.single-post .section_main_title .bg_gradient {
    background: inherit;
}

.single-post .section_main_title {
    background-color: #fff;
}

.section_main_title .title_wrapper {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

body.search .section_main_title .title_wrapper {
    align-items: unset;
    padding-top: 20px;
}

.section_main_title.with_bg_image .title_wrapper {
    padding-top: 100px !important;
}

.section_main_title
    .title_wrapper
    .single-post
    .section_main_title
    .title_wrapper {
    justify-content: flex-start;
}

.section_main_title h1 span {
    font-family: var(--headers-font-family);
    font-size: 100px;
    font-weight: 600;
    line-height: 87px;
}

body.search h1 {
    text-align: center;
}

body.search .section_main_title h1 span {
    font-size: 72px;
    line-height: 65px;
}

body.search .section_main_title h1 span.title_main:nth-child(2) {
    font-style: italic;
}

body.search .section_main_title .bg_gradient {
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 161, 237, 0.3) 100%
    );
}

body.search .search_form_search {
    margin-top: -35px;
    padding-bottom: 60px;
    position: relative;
}

body.search .form_elements_wrapper {
    display: flex;
    height: 70px;
}

.modal_search_form .form_elements_wrapper {
    display: flex;
    height: 56px !important;
}

.modal_search_form .search_form_search .container {
    padding: 0 58px;
}

body.search .form_elements_wrapper .input_wrapper,
.modal_search_form .form_elements_wrapper .input_wrapper {
    width: 600px;
    width: calc(100% - 110px);
}

body.search .form_elements_wrapper .input_wrapper input,
.modal_search_form .form_elements_wrapper .input_wrapper input {
    width: 100%;
    height: 100%;
    outline: none;
    border-radius: 0 100px 100px 0;
    padding: 0 50px;
    background: #ffffff;

    box-shadow: 0px 4px 25px rgba(1, 41, 73, 0.25);
}

.modal_search_form .form_elements_wrapper .input_wrapper input {
    box-shadow: unset !important;
    border: 1px solid rgb(1 41 73 / 25%);
}

body.search .form_elements_wrapper .button_wrapper,
.modal_search_form .form_elements_wrapper .button_wrapper {
    width: 110px;
    color: #00326a;
    background: #fbd550;
    text-align: center;
    border-radius: 100px 0 0 100px;
    display: flex;
    justify-content: center;
}

body.search .form_elements_wrapper .button_wrapper button,
.modal_search_form .form_elements_wrapper .button_wrapper button {
    color: #00326a;
    background: #fbd550;
    outline: none;
    position: relative;
    font-size: 21px;
    font-family: var(--headers-font-family);
}

body.search .form_elements_wrapper .button_wrapper button:before,
.modal_search_form .form_elements_wrapper .button_wrapper button:before {
    content: url(assets/images/search.svg);
    position: absolute;
    right: -30px;
}

.modal_search_form .search_form_search {
    height: auto;
    background: white;
    border-radius: 10px;
    margin-top: 0 !important;
}

.modal_search_form .search_title {
    font-size: 43px;
    line-height: 38px;
    padding: 15px 0 30px;
    font-family: var(--headers-font-family);
    font-weight: 600;
}

body.search .form_wrapper {
    margin-top: 40px;
}

.nothing_found_wrapper {
    text-align: center;
}

@media screen and (max-width: 990px) {
    .section_main_title.with_bg_image {
        height: 210px;
    }

    .section_headline_wrapper,
    body.search .form_wrapper .section_headline_wrapper {
        padding: 0;
    }

    .section_headline .title_wrapper {
        padding: 0 25px;
    }

    body.search .section_main_title h1 span {
        font-size: 43px;
        line-height: 37px;
    }

    body.search .form_wrapper .container:not(.full),
    body.search .breadcrumbs_wrapper .container,
    body.search .footer .container {
        padding: 0 25px;
    }

    body.search .container {
        padding: 0;
    }

    body.search .section_headline_wrapper {
        padding: 40px 25px 0;
    }

    body.search .carousel_view.oneplus {
        padding-right: 15px;
    }

    .modal_search_form .search_title {
        font-size: 32px;
        line-height: 27px;
    }

    .modal_search_form .search_form_search .container {
        padding: 0 25px;
    }

    .section_main_title.with_bg_image .title_wrapper {
        padding-top: 0 !important;
    }

    .modal_search_form
        .form_elements_wrapper
        .input_wrapper
        input::placeholder {
        font-size: 12px;
        font-family: var(--main-font-family);
    }
}

@media screen and (max-width: 768px) {
    .section_main_title h1 span {
        font-size: 42px;
        line-height: 45px;
    }

    body.search .search_form_search,
    .search_form_search .search_form_search {
        margin-top: -25px;
        padding-bottom: 10px;
    }

    body.search .form_elements_wrapper,
    .search_form_search .form_elements_wrapper {
        height: 50px !important;
    }

    body.search .section_main_title {
        height: 310px;
    }

    body.search .section_main_title .title_wrapper {
        padding-top: 90px;
    }

    body.search .form_elements_wrapper .input_wrapper input,
    .search_form_search .form_elements_wrapper .input_wrapper input {
        padding: 0 30px;
    }

    .search_form_search .form_elements_wrapper .input_wrapper input {
        font-size: 15px;
        line-height: 30px;
    }
}

.section_headline {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section_headline_wrapper .subtitle {
    font-size: 20px;
    line-height: 28px;
}

.section_headline .title_wrapper {
    display: flex;
}

.section_text .section_headline .title_wrapper {
    display: block;
}

.section_headline .title_wrapper > div {
    font-family: var(--headers-font-family);
    font-size: 58px;
    line-height: 50px;
    font-weight: 600;
}

.section_headline .title_wrapper > div:empty {
    display: none;
}

.section_text .section_headline .title_wrapper > div {
    display: inline;
}

body.search .section_headline .title_wrapper > div {
    font-size: 43px;
    line-height: 43px;
}

.single-post .section_headline .title_wrapper > div {
    font-size: 60px;
    line-height: 60px;
}

.section_headline .button_wrapper button {
    font-family: var(--headers-font-family);
    padding: 10px;
    outline: none;
    border-radius: 5px;
    font-size: 38px;
    line-height: 36px;
    border: 1px solid;
}

.section_headline .button_wrapper button:after {
    content: url(assets/images/banner-button-arrow-icon-dark-blue.svg);
    padding-right: 10px;
    transition: all 0.3s ease;
    position: relative;
    top: -2px;
}

.section_headline .button_wrapper:hover button:after,
.section_headline .button_wrapper:active button:after {
    padding-right: 20px;
}

.section_headline .subtitle {
    font-size: 18px;
}

.section_headline .button_wrapper {
    margin-left: 20px;
}

@media screen and (max-width: 990px) {
    .section_headline .button_wrapper {
        position: absolute;
        bottom: 0;
        width: 100%;
    }

    .home .section_headline {
        justify-content: center;
    }

    .section_headline .title_wrapper > div,
    body.search .section_headline .title_wrapper > div {
        font-size: 35px;
        line-height: 31px;
    }

    .section_bg {
        position: relative;
        text-align: center;
        padding-bottom: 100px;
    }

    .single-post .section_main_title h1 span {
        font-size: 50px;
        line-height: 44px;
    }

    .section_headline .button_wrapper button {
        font-size: 22px;
        line-height: 21px;
    }

    .section_headline .button_wrapper button:after {
        padding-right: 5px;
        content: url(assets/images/banner-button-arrow-icon-mobile.svg);
        top: 2px;
    }

    .section_headline_wrapper .subtitle {
        padding-bottom: 20px;
        padding-right: 25px;
        text-align: right;
    }

    .section_headline .button_wrapper {
        margin-left: 0;
    }
}

.section_gallery .image_wrapper {
    margin: 0 1vw;
    width: 47vw !important;
}

.section_text .the_content,
.single-post .container.the_content {
    font-size: 22px;
    line-height: 35px;
}

.section_text .the_content ul {
    list-style: inside;
}

.section_image_full_width .image_wrapper {
    margin: 0;
    width: 100%;
}

.section_image_full_width .image_wrapper img {
    width: 100%;
}

.section_videos .img_container img {
    width: 100%;
    border-radius: 10px;
}

.section_videos .img_wrapper {
    position: relative;
}

.section_videos .img_play {
    position: absolute;
    top: 40%;
    left: calc(50% - 62px);
    cursor: pointer;
}

.single-post .related_posts {
    background-color: rgba(0, 161, 237, 0.05);
    padding: 60px 0 30px;
}

.single-post section:not(.section_main_title) {
    padding-bottom: 80px;
}

.single-post section:last-of-type {
    padding-bottom: 0;
}

.single-course .related_posts,
.single-special_program .related_posts {
    background: linear-gradient(180deg, #ffffff 20%, #f2fafe 80%);
    padding-top: 40px;
}

.single-course .related_posts .section_headline,
.single-special_program .related_posts .section_headline {
    text-align: center;
    justify-content: center;
}

.single-course .related_posts .primary_button,
.single-special_program .related_posts .primary_button {
    text-align: center;
}

.single-course .related_posts .primary_button button,
.single-special_program .related_posts .primary_button button {
    font-size: 38px;
    line-height: 36px;
}

.single-course .related_posts .primary_button button:after,
.single-special_program .special_program .primary_button button:after {
    content: url(assets/images/banner-button-arrow-icon.svg);
    padding-right: 10px;
    transition: all 0.3s ease;
}

.single-course .related_posts .primary_button:hover button:after,
.single-special_program .special_program .primary_button:hover button:after {
    padding-right: 20px;
}

@media screen and (max-width: 990px) {
    .section_text .the_content {
        font-size: 16px;
        line-height: 22px;
        text-align: right;
    }

    .single-post .section_headline .title_wrapper > div {
        font-size: 35px;
        line-height: 30px;
        text-align: right;
    }

    .single-post .section_headline {
        justify-content: center;
    }

    .section_headline .title_wrapper {
        width: 100%;
        text-align: right;
    }

    .single-post section:not(.section_main_title, .section_image_full_width) {
        padding-bottom: 0;
    }

    .single-post .section_image_full_width {
        padding-bottom: 0px !important;
    }

    .single-post .section_headline .button_wrapper {
        position: relative;
        bottom: unset;
        width: inherit;
    }

    .single-post .section_text .section_headline .button_wrapper {
        position: absolute;
        bottom: 0px;
    }

    .section_videos .img_play {
        left: calc(50% - 36px);
    }
}

.blog .items_wrapper .item .category_wrapper,
.form_wrapper .wrap_input.checkbox_input input[type='checkbox'],
.intrested_form_new .wrap_input.checkbox_input input[type='checkbox'],
.modal_form_inner_wrapper .wrap_input.checkbox_input input[type='checkbox'] {
    visibility: hidden;
}

.blog .items_wrapper,
.category .items_wrapper,
.posts_wrapper,
.ortonline,
.section_image_carousel .carousel_wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 30px auto;
}

.blog .items_wrapper .item,
.category .items_wrapper .item,
.posts_wrapper .item {
    flex: 0 0 31%;
    margin: 10px 0 10px 20px;
    border: 1px solid rgba(0, 50, 106, 0.2);
    border-radius: 10px;
    background-color: #fff;
}

.page.posts_wrapper .item {
    border: none;
}

.ortonline .item {
    flex: 0 0 31%;
    margin: 10px 0 10px 2%;
    border: 1px solid rgba(0, 50, 106, 0.2);
    border-radius: 10px;
    cursor: pointer;
}

.ortonline .item.slick-slide {
    margin: 10px 0 10px 20px;
}

.blog .items_wrapper .item .img_wrapper,
.category .items_wrapper .item .img_wrapper,
.posts_wrapper .item .img_wrapper {
    width: 100%;
    height: 12.5vw;
    overflow: hidden;
    display: flex;
    border-radius: 10px;
}

.posts_wrapper .item .img_wrapper a {
    width: 100%;
}

.ortonline .item .img_wrapper {
    min-height: 220px;
    height: 220px;
    overflow: hidden;
    position: relative;
}

.ortonline .item .img_wrapper .img_container {
    height: 100%;
    width: 100%;
}

.blog .items_wrapper .item img,
.category .items_wrapper .item img,
.posts_wrapper .item img,
.ortonline .item img {
    border-radius: 10px;
    align-self: center;
    min-height: 100%;
    width: 100%;
}

.blog .items_wrapper .item .category_wrapper,
.category .items_wrapper .item .category_wrapper,
.posts_wrapper .item .category_wrapper,
.ortonline .item .category_wrapper {
    width: fit-content;
    padding: 10px 20px 5px 30px;
    position: relative;
    top: -30px;
    background: white;
    max-width: 80%;
    overflow: hidden;
    border-radius: 25px 0 0 0;
    right: -1px;
    color: #00a1ed;
}

.blog .items_wrapper .item .category_wrapper a,
.category .items_wrapper .item .category_wrapper a,
.posts_wrapper .item .category_wrapper a,
.ortonline .item .category_wrapper a {
    color: #00a1ed;
    text-decoration: none;
}

.blog .items_wrapper .item .category_wrapper a:hover,
.category .items_wrapper .item .category_wrapper a:hover,
.posts_wrapper .item .category_wrapper a:hover,
.ortonline .item .category_wrapper a:hover {
    text-decoration: underline;
}

.blog .items_wrapper .item .title_wrapper,
.category .items_wrapper .item .title_wrapper,
.posts_wrapper .item .title_wrapper {
    padding: 0 20px 35px 20px;
    height: 100px;
    background-color: #fff;
    border-radius: 10px;
    text-align: right;
}

.page.posts_wrapper .item {
    height: auto;
}

.single-post .posts_wrapper .item .title_wrapper {
    background: transparent;
}

.ortonline .item .title_wrapper {
    padding: 0 20px 0px 20px;
    height: 72px;
    min-height: 72px;
    cursor: pointer;
}

.ortonline .item .title_wrapper:hover {
    text-decoration: underline;
}

.ortonline .content {
    padding: 0 20px 20px;
    text-align: right;
    min-height: 86px;
}

.blog .items_wrapper .item .title_wrapper a,
.category .items_wrapper .item .title_wrapper a,
.posts_wrapper .item .title_wrapper a,
.ortonline .item .title_wrapper {
    color: #00326a;
    font-size: 33px;
    font-family: var(--headers-font-family);
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ortonline .item .content .text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 16px;
    line-height: 22px;
}

.ortonline .show_date {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #fff;
    padding: 5px;
    border-radius: 6px;
    border: 1px solid #00326a;
    min-width: 53px;
    min-height: 53px;
    text-align: center;
}

.ortonline .show_date .day {
    font-family: 'Almoni-tzar', sans-serif;
    font-size: 34px;
    line-height: 30px;
}

.ortonline .show_date .month {
    font-size: 10px;
}

.future .text-wrapper {
    background: #fff url(assets/images/desktop-footer-bg.png) top left no-repeat;
    border-radius: 0 0 10px 10px;
    background-size: contain;
}

.future .hero_wrapper {
    border-radius: 10px 10px 0 0;
}

.future .hero_inner_wrapper {
    height: 220px;
    display: flex;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 50px;
}

.future .hero_inner_wrapper .show_date {
    display: flex;
    font-size: 13px;
    margin-bottom: 20px;
}

.future .hero_inner_wrapper .show_date .time {
    background: #fff;
    border-radius: 2px;
    padding: 3px 5px;
    margin-left: 1px;
}

.future .hero_inner_wrapper .show_date .date {
    background: #fff;
    border-radius: 2px;
    padding: 3px 5px;
}

.future .hero_inner_wrapper .show_title {
    color: #fff;
    font-size: 43px;
    line-height: 37px;
    font-family: var(--headers-font-family);
}

.future .text {
    padding: 30px 50px;
    font-size: 16px;
    line-height: 25px;
}

.future .form_title {
    font-size: 43px;
    line-height: 38px;
    font-family: var(--headers-font-family);
    font-weight: 600;
}

.future .form_description {
    font-size: 16px;
    line-height: 25px;
    margin-top: 16px;
    margin-bottom: 30px;
}

.future .form_wrapper {
    padding: 30px 50px;
}

.future .form_submit_wrap button {
    font-size: 30px;
    line-height: 29px;
    width: 145px;
}

.future .form_wrapper .wrap_input input {
    padding: 15px;
}

.future .form_wrapper .wrap_input {
    margin: 10px 0 10px 5px;
    border-radius: 3px;
    background: #fff;
}

.future .checkbox_mark {
    top: 0;
}

.future .form_wrapper .wrap_input.checkbox_input p,
.future .form_wrapper .wrap_input.checkbox_input label {
    margin-right: 5px;
    background: transparent;
}

.future .form_submit_wrap.wrap_input {
    background: transparent;
}

.future .future_link_wrapper a {
    text-decoration: underline;
}

[dir='rtl'] .slick-next:focus,
[dir='rtl'] .slick-prev:focus {
    border: 1px solid #000;
}

@media screen and (max-width: 1280px) {
    .blog .items_wrapper .item,
    .category .items_wrapper .item,
    .posts_wrapper .item,
    .ortonline .item {
        flex: 0 0 31%;
    }

    .blog .items_wrapper .item .title_wrapper a,
    .category .items_wrapper .item .title_wrapper a,
    .posts_wrapper .item .title_wrapper a,
    .ortonline .item .title_wrapper {
        font-size: 26px;
    }

    .ortonline .item .title_wrapper {
        height: auto;
        min-height: 55px;
    }
}

@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 990px) {
    .blog .items_wrapper .item,
    .category .items_wrapper .item,
    .posts_wrapper .item,
    .ortonline .item {
        flex: 0 0 48%;
        margin: 10px 1%;
    }

    .blog .items_wrapper .item.slick-slide,
    .category .items_wrapper .item.slick-slide,
    .posts_wrapper .item.slick-slide,
    .ortonline .item.slick-slide {
        flex: 0 0 48%;
        margin: 10px;
    }
}

@media screen and (max-width: 768px) {
    .blog .items_wrapper .item,
    .category .items_wrapper .item,
    .posts_wrapper .item,
    .ortonline .item {
        flex: 0 0 100%;
    }

    .blog .items_wrapper .item .img_wrapper,
    .category .items_wrapper .item .img_wrapper,
    .posts_wrapper .item .img_wrapper {
        height: 140px;
        min-height: 140px;
        border-radius: 10px;
    }

    .blog .items_wrapper .item .title_wrapper a,
    .category .items_wrapper .item .title_wrapper a,
    .posts_wrapper .item .title_wrapper a {
        font-size: 26px;
    }

    .future .text-wrapper {
        background-size: 16%;
        overflow-y: scroll;
        max-height: 70vh;
    }

    .ortonline_dialog {
        max-height: 90vh !important;
    }
}

.colleges_wrapper,
.programs_wrapper,
.fields_wrapper {
    display: flex;
    flex-flow: row wrap;

    @media screen and (width <=768px) {
        & {
            flex-flow: column nowrap;
        }
    }
}

.programs_wrapper {
    padding: 25px 0 0;
}

.college_wrapper,
.program_wrapper,
.field_wrapper {
    border: 1px solid rgba(0, 50, 106, 0.1);
    border-radius: 8px;
    flex: 0 0 22%;
    margin-left: 20px;
    margin-bottom: 20px;
}

.single-course .college_wrapper,
.single-course .program_wrapper,
.single-course .field_wrapper {
    flex: 0 0 31%;
}

.program_wrapper,
.field_wrapper {
    margin: 10px 0 10px 1%;
    flex: 0 0 32%;
}

.program_wrapper .item_wrapper,
.field_wrapper .item_wrapper {
    background-color: #fff;
    border-radius: 10px;
}

.program_wrapper .item_wrapper {
    border-radius: 7px;
}

.program_wrapper .item {
    border-radius: 8px;
    padding: 0 0 7px 0;
    background: linear-gradient(270.96deg, #fff -15.49%, #0a74a6 98.45%);
}

.program_wrapper .item_wrapper .img_wrapper img {
    min-height: 164px;
}

.field_wrapper .item {
    border-radius: 10px;
    padding: 0 0 5px 0;

    background-color: #00a1ed;
}

.field_wrapper .img_wrapper {
    text-align: center;
}

.college_wrapper img,
.program_wrapper img {
    border-radius: 8px;
    width: 100%;
}

.field_wrapper img {
    margin-top: 22px;
}

.college_wrapper .title_wrapper,
.program_wrapper .title_wrapper,
.field_wrapper .title_wrapper {
    font-size: 27px;
    font-weight: 600;
    padding: 18px 15px;
    background-color: #fff;
    border-radius: 10px;
    text-align: right;
}

.field_wrapper a .title_wrapper {
    font-size: 36px;
    line-height: 32px;
    font-weight: 600;
    font-family: var(--headers-font-family);
}

.box_wrapper {
    flex: 0 0 32%;
    margin-left: 1%;
}

.box_wrapper .title_wrapper {
    text-align: center;
    font-size: 36px;
    line-height: 31px;
    font-weight: 400;
}

.program_wrapper .title_wrapper {
    text-align: center;
    padding: 15px 0 20px 0;
    border-radius: 0 0 7px 7px;
}

.field_wrapper .title_wrapper {
    text-align: center;
    padding: 0 10px 10px;
    border-radius: 0 0 10px 10px;
}

.college_wrapper .title_wrapper a,
.program_wrapper .title_wrapper a,
.field_wrapper .title_wrapper a,
.t_collage {
    font-family: var(--headers-font-family);
}

.program_wrapper .title_wrapper a,
.field_wrapper .title_wrapper a {
    font-size: 26px;
    line-height: 23px;
}

.program_wrapper a .title_wrapper {
    font-family: var(--headers-font-family);
    font-size: 26px;
    line-height: 23px;
}

.t_collage {
    color: var(--color-main);
}

@media screen and (max-width: 1400px) {
    .college_wrapper,
    .program_wrapper {
        flex: 0 0 31%;
    }
}

@media screen and (max-width: 990px) {
    .college_wrapper,
    .program_wrapper,
    .fields_wrapper {
        flex: 0 0 46%;
        padding: 0 25px;
    }

    .single-course .college_wrapper,
    .single-course .program_wrapper,
    .single-course .field_wrapper {
        flex: 0 0 100%;
    }

    .programs_wrapper {
        padding: 15px 0 0;
    }

    .program_wrapper .item_wrapper .img_wrapper img {
        min-height: unset;
    }

    .box_wrapper {
        flex: 0 0 100%;
        margin: 10px auto;
    }

    .box_wrapper .title_wrapper {
        font-size: 26px;
        line-height: 23px;
    }

    .carousel_view .college_wrapper,
    .carousel_view .program_wrapper,
    .carousel_view .field_wrapper {
        flex: 0 0 100%;
        margin: 10px;
    }

    .parallax {
        background-image: unset !important;
        background-attachment: scroll;
    }

    .title_wrapper,
    .college_wrapper .title_wrapper {
        font-size: 22px;
        line-height: 20px;
    }

    .field_wrapper,
    .program_wrapper {
        flex: 0 0 100%;
    }

    .college_wrapper .title_wrapper {
        padding: 18px 3px;
    }
}

.archive .tabs_wrapper {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    height: 70px;
}

.archive .tabs_wrapper .container,
.archive .tabs {
    height: 100%;
}

.archive .tabs {
    display: flex;
    justify-content: space-evenly;
}

.archive .tabs .tab {
    font-size: 19px;
    padding: 15px 0;
    cursor: pointer;
    line-height: 34px;
    position: relative;
}

.archive .tabs .tab.active_tab {
    position: relative;
    transition: all 0.5s ease;
}

.archive .tabs .tab.active_tab:after {
    content: '';
    height: 3px;
    width: 50%;
    background: #00326a;
    position: absolute;
    bottom: 0;
    right: 25%;
    transition: all 0.8s ease;
}

.archive .tabs .tab:not(:first-child)::before {
    content: '';
    position: absolute;
    background-color: rgba(0, 0, 0, 0.1);
    width: 2px;
    height: 60%;
    bottom: 20%;
    right: -30px;
}

.items_wrapper.course,
.items_wrapper.special_program,
.items_wrapper.downloads {
    display: flex;
    flex-wrap: wrap;
    margin: 30px auto;

    @media screen and (width <=768px) {
        & {
            padding: 0 24px;
        }
    }
}

.items_wrapper.special_program .item {
    background: linear-gradient(270.96deg, #fff -15.49%, #a02248 98.45%);
}

.course .item,
.special_program .item,
.downloads .item {
    flex: 0 0 31%;
    margin: 10px 1%;
    border: 1px solid rgba(0, 50, 106, 0.2);
    border-radius: 10px;
    margin: 10px 0 10px 20px;
    border-radius: 10px;
    padding: 0 0 5px 0;
}

.course .item .item_wrapper,
.special_program .item .item_wrapper,
.downloads .item .item_wrapper {
    padding: 25px;
    background: white;
    margin: -1px;
    border: 1px solid rgba(0, 50, 106, 0.2);
    border-radius: 10px;
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    cursor: pointer;
}

.item_wrapper,
.link_wrapper,
.posts_wrapper .item {
    transition: all 250ms ease-in-out;

    @media screen and (width > 768px) {
        &:hover {
            transform: translateY(-3px);
        }
    }
}

.course .item .title_wrapper,
.special_program .item .title_wrapper {
    height: 80px;
    display: inline-block;
}

.downloads .item .title_wrapper {
    height: 60px;
    text-indent: -35px;
    margin-right: 25px;
}

.downloads .item .title_wrapper:before {
    content: url(assets/images/download-00326A.svg);
    position: relative;
    padding-left: 15px;
    top: 5px;
}

.course .item .title_wrapper .modern-title,
.special_program .item .title_wrapper .modern-title {
    font-size: 38px;
    font-weight: 600;
    font-family: var(--headers-font-family);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 32px;
    height: 64px;
    max-height: 64px;
}

.course .item .title_wrapper a,
.special_program .item .title_wrapper a {
    font-size: 38px;
    font-weight: 600;
    font-family: var(--headers-font-family);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 32px;
    height: 64px;
    max-height: 64px;
}

.downloads .item .title_wrapper a {
    font-size: 18px;
    line-height: 24px;
}

.course .item .terms_wrapper,
.special_program .item .terms_wrapper {
    font-size: 18px;
    height: 60px;
    min-height: 40px;
    line-height: 26px;
    display: inline-block;
}

.course_colored_strip {
    width: 100%;
    height: 20px;
}

@media screen and (max-width: 1200px) {
    .archive .tabs .tab:not(:first-child)::before {
        right: -15px;
    }
}

@media screen and (max-width: 990px) {
    .course .item,
    .special_program .item,
    .downloads .item {
        flex: 0 0 47%;
    }

    .downloads .item {
        margin: 10px 0 10px 2%;
    }

    .archive .tabs .tab {
        font-size: 14px;
        line-height: 39px;
        text-align: center;
    }

    .course .item .terms_wrapper,
    .special_program .item .terms_wrapper {
        font-size: 16px;
        line-height: 22px;
    }

    .course .item .title_wrapper,
    .special_program .item .title_wrapper {
        height: 56px;
    }

    .course .item .title_wrapper a,
    .special_program .item .title_wrapper a {
        font-size: 28px;
        line-height: 25px;
    }

    body.search .course .item .title_wrapper a,
    body.search .special_program .item .title_wrapper a {
        font-size: 28px;
        line-height: 25px;
        height: 54px;
        max-height: 54px;
    }

    .course_colored_strip {
        margin-bottom: 20px;
    }

    .archive .tabs .tab:not(:first-child)::before {
        right: 0px;
    }

    .archive .tabs .tab.slick-current::before {
        background-color: transparent;
    }
}

@media screen and (max-width: 768px) {
    .course .item,
    .special_program .item,
    .downloads .item {
        flex: 0 0 100%;
    }

    .tabs.carousel_tab.three .slick-track {
        min-width: 320px;
    }

    .archive .tabs .tab.active_tab {
        min-width: 160px;
    }
}

.primary_button,
.primary_button_courses {
    flex: 1;
    height: 100%;
    padding: 40px 0;
}

.primary_button.load_more,
.primary_button_courses.load_more {
    text-align: center;
    flex: 0 0 100%;
}

.primary_button.load_search_results {
    padding: 0 0 20px 0;
}

.primary_button button,
.primary_button_courses button {
    font-family: var(--headers-font-family);
    padding: 10px;
    outline: none;
    border-radius: 3px;
    font-size: 24px;
    border: 1px solid;
    color: var(--color-main);
    background-color: transparent;
    transition: all 0.3s ease;
}

.primary_button:hover button,
.primary_button_courses:hover button {
    padding: 10px 20px;
}

.primary_button .loader_svg,
.primary_button_courses .loader_svg {
    display: none;
}

.primary_button .loader_svg img,
.primary_button_courses .loader_svg img {
    width: 105px;
}

.item_wrapper {
    text-align: right;
}

.image_wrapper {
    margin: 20px;
}

.carousel_wrapper .image_wrapper {
    margin: 20px 0 20px 40px;
}

@media screen and (width > 768px) {
    .carousel_view.centered_1.carousel_wrapper .image_wrapper {
        margin: 0 20px;
    }

    .carousel_view.centered_1.carousel_wrapper .image_wrapper img {
        width: 100%;
        height: 500px;
        object-fit: cover;
    }
}

@media screen and (width <=768px) {
    .carousel_view.centered_1.carousel_wrapper .image_wrapper {
        margin: 0 20px;
    }

    .carousel_view.centered_1.carousel_wrapper .image_wrapper img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }
}

.carousel_wrapper.gallery_type_lightbox {
    display: flex;
    flex-wrap: wrap;
}

.carousel_wrapper.gallery_type_lightbox .image_wrapper {
    flex: 1 1 50%;
    margin: 0;
    padding: 20px;
    align-self: center;
}

#swipebox-container {
    direction: ltr;
}

.page-template-narrow_page .section_main_title {
    margin-bottom: 30px;
}

@media (min-width: 1450px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1352px;
    }
}

@media (min-width: 990px) {
    .single-post
        div:not(
            .top_nav,
            .breadcrumbs_wrapper,
            .main_footer_wrapper,
            .footer_bottom_wrapper
        )
        .container:not(.full),
    .single-course
        div:not(
            .top_nav,
            .form_wrapper,
            .breadcrumbs_wrapper,
            .main_footer_wrapper,
            .footer_bottom_wrapper
        )
        .container:not(.full),
    .single-special_program
        div:not(
            .top_nav,
            .form_wrapper,
            .breadcrumbs_wrapper,
            .main_footer_wrapper,
            .footer_bottom_wrapper
        )
        .container:not(.full),
    .page-template-narrow_page
        div:not(
            .top_nav,
            .breadcrumbs_wrapper,
            .main_footer_wrapper,
            .footer_bottom_wrapper
        )
        .container:not(.full) {
        padding: 0 200px;
    }
}

@media (max-width: 990px) {
    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl,
    .related_posts .container.full .section_headline_wrapper,
    .section_videos_wrapper .container.full {
        padding: 0 25px;
    }

    .page-template-narrow_page .section_main_title {
        margin-bottom: 0px;
    }

    .carousel_wrapper .image_wrapper {
        margin: 20px;
    }
}

.error404 {
    background: radial-gradient(
        122.44% 367.13% at 50% 50%,
        #005eab 0%,
        #061c3a 100%
    );
    height: 800px;
}

.error404 #main {
    background-image: url(assets/images/404-figure.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
}

.error404 #main {
    height: 800px;
}

.wrapper_404 {
    color: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    width: 50%;
}

.wrapper_404 h2 {
    font-family: var(--headers-font-family);
    font-size: 99px;
}

.wrapper_404 p {
    font-size: 23px;
    color: #fff;
}

.wrapper_404 button {
    width: fit-content;
    margin: 20px 0;
    padding: 10px;
    outline: none;
    border-radius: 3px;
    font-size: 24px;
    border: 1px solid;
    background-color: var(--color-light-blue);
    color: #fff;
}

.wrapper_404 button a {
    font-family: var(--headers-font-family);
    color: #fff;
}

.wrapper_404 button a:after {
    content: '>';
    padding-right: 10px;
    transition: all 0.3s ease;
}

.wrapper_404 button a:hover {
    text-decoration: none;
}

.wrapper_404 button:hover a:after {
    padding-right: 20px;
}

.error404 .breadcrumbs_wrapper,
.error404 footer {
    background-color: #fff;
}

@media screen and (max-width: 990px) {
    .wrapper_404 {
        width: 100%;
        justify-content: start;
        align-items: center;
    }

    .error404 #main {
        background-position: bottom center;
    }

    .error404 #main {
        height: 710px;
    }

    .wrapper_404 h2 {
        font-size: 50px;
    }

    .wrapper_404 p {
        font-size: 16px;
    }
}

.dropdown_wrapper {
    margin: 10px auto;
    position: relative;
}

.dropdown_wrapper.highlight,
.wrap_input input.highlight {
    border-bottom: 2px solid red !important;
    outline: none;
    margin-bottom: -1px;
}

.dropdown_wrapper .dropdown_item {
    display: none;
    width: 100%;
    background: #fff;
    position: relative;
    padding: 20px;
    color: rgba(22, 22, 22, 0.8);
    cursor: pointer;
}

.dropdown_wrapper .dropdown_item.programm_headline {
    background: #e6f6fd;
    cursor: default;
    font-weight: 600;
    padding: 20px 10px;
    display: none;
}

.dropdown_wrapper.opened .dropdown_item,
.dropdown_wrapper.opened .programm_headline {
    display: block;
}

.dropdown_wrapper.opened .dropdown_item.hide {
    display: none;
}

.dropdown_wrapper.opened .dropdown_wrapper_inner {
    height: 250px;
    overflow-y: auto;
    position: absolute;
    z-index: 2;
    width: 100%;
}

.dropdown_wrapper .dropdown_item.active {
    display: block;
    border: 1px solid rgba(0, 0, 0, 0.4);
    border-radius: 2px;
}

.dropdown_wrapper.opened .dropdown_item.active:after {
    content: '';
}

.dropdown_wrapper .dropdown_item.active:after,
.dropdown_wrapper.opened .dropdown_item[data-value='0']:after {
    content: url(assets/images/menu_arrow.svg);
    position: absolute;
    left: 20px;
}

.dropdown_wrapper .dropdown_item.active.not_main_site:after {
    content: '';
}

.dropdown_wrapper.opened .dropdown_item.hide {
    display: none;
}

.modal_form .wrap_input input {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    position: relative;
    cursor: pointer;
    width: 100%;
    background: #fff;
    position: relative;
    padding: 20px;
    color: rgba(22, 22, 22, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.4);
    border-radius: 2px;
    text-align: right;
}

.modal_form .wrap_input input::placeholder {
    color: rgba(22, 22, 22, 0.8);
}

.modal_form .wrap_input.checkbox_input {
    display: flex;
    width: 100%;
    flex: 0 0 100%;
    position: relative;
    margin-top: 10px;
}

.modal_form .checkbox_mark {
    top: -2px;
}

.modal_form .wrap_input.checkbox_input input {
    flex: 0;
}

.modal_form
    .wrap_input.checkbox_input
    input[type='checkbox']:checked
    ~ .checkbox_mark {
    outline: 0;
    border: 1px solid #000;
    border-radius: 4px;
    text-align: center;
    line-height: 0.8;
}

.modal_form .wrap_input.checkbox_input p,
.modal_form .wrap_input.checkbox_input label {
    font-size: 12px;
    color: var(--color-main);
    padding-right: 10px;
}

.modal_form .form_submit_wrap button {
    outline: none;
    margin: 30px auto 50px;
}

.modal_form .form_submit_wrap button.inactive {
    cursor: not-allowed;
    background: lightgray;
}

@media screen and (max-width: 990px) {
    .checkbox_mark {
        top: 4px;
    }

    .form_wrapper .wrap_input.checkbox_input p,
    .form_wrapper .wrap_input.checkbox_input label {
        padding-right: 6px;
    }

    .form_submit_wrap button {
        font-size: 28px;
        line-height: 26px;
        padding: 12px;
    }
}

.school_interes.ui-dialog {
    width: 400px !important;
    top: 0px !important;
    left: 0px !important;
    background: #e6f6fd;
}

.school_interes.ui-dialog .ui-dialog-titlebar {
    background: #e6f6fd;
}

.search_modal_params.ui-dialog {
    width: 1000px !important;
    background: #fff;
    top: 50px !important;
}

.school_interes.ui-dialog .ui-dialog-titlebar-close,
.school_interes.ui-dialog .ui-dialog-titlebar-close:focus {
    color: var(--color-main);
    height: 45px;
    right: 25px;
    outline: none;
    background: transparent;
}

.school_interes.ui-dialog .ui-dialog-titlebar-close:focus {
    border-bottom: 1px solid;
}

.school_interes.ui-dialog .ui-dialog-titlebar-close:hover {
    color: var(--color-light-blue);
}

.school_interes.ui-dialog .ui-dialog-titlebar-close:before {
    font-size: 32px !important;
}

.ui-dialog {
    max-width: 800px;
    box-shadow: none;
    background: transparent;
    position: fixed;
}

.ui-dialog-content.graduate {
    padding: 0;
}

.search_modal_params.ui-dialog {
    width: 80% !important;
    background: #fff;
    top: 50px !important;
    max-width: unset;
    left: 10% !important;
}

.ui-dialog-titlebar {
    background: transparent;
    border-bottom: 0;
}

.ui-button.ui-dialog-titlebar-close,
.ui-button.ui-dialog-titlebar-close:focus {
    color: var(--color-light-blue);
    box-shadow: none;
    outline: 0;
}

.ui-button.ui-dialog-titlebar-close:hover {
    color: #fff;
}

.ui-dialog-titlebar-close:before {
    content: url(assets/images/close-icon.svg);
    font-family: 'Noto Sans Hebrew', sans-serif;
}

.ui-dialog-titlebar-close {
    background-color: transparent;
    border: none;
    outline: none;
}

.ui-dialog.search_modal_params {
    border-radius: 10px;
}

.recaptcha_policies {
    font-size: 12px;
}

.recaptcha_policies a {
    text-decoration: underline;
}

@media screen and (max-width: 1200px) {
    .search_modal_params.ui-dialog {
        width: 600px !important;
    }
}

@media screen and (max-width: 960px) {
    .recaptcha_policies {
        background: rgba(255, 255, 255, 0.4);
        padding: 20px 0;
    }
}

@media screen and (max-width: 768px) {
    .ui-dialog {
        width: 95% !important;
        max-width: unset;
        margin: 0 auto;
    }

    .search_modal_params.ui-dialog {
        width: 100% !important;
        left: 0 !important;
        border-radius: 0px;
    }
}

.section_inner_wrapper {
    background: #fff;
    height: auto;
    padding: 20px 0;
    overflow-x: clip;
}

.section_inner_wrapper.bg_area_start {
    padding: 0;
}

.parallax {
    height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.section_bg {
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 20px;
}

.school_interes.ui-dialog,
.school_interes.ui-dialog .modal_form {
    height: 100vh !important;
}

.school_interes.ui-dialog .image_buttom_wrapper {
    position: absolute;
    bottom: 0;
    z-index: 0;
}

@media screen and (max-width: 990px) {
    .section_bg {
        padding-bottom: 20px;
    }

    .section_text .section_headline .title_wrapper,
    .section_text
        .section_inner_wrapper
        .container.full
        .section_headline_wrapper,
    .section_text .section_inner_wrapper .container .the_content,
    .section_text .section_inner_wrapper .container.full .the_content {
        padding: 0 25px;
    }

    .section_text .section_inner_wrapper .container,
    .section_text .section_inner_wrapper .container.full {
        padding-bottom: 20px;
    }

    .section_inner_wrapper .container,
    .section_inner_wrapper .container.full {
        padding: 0 0 20px 0;
    }

    .section_inner_wrapper.bg_area_start > .parallax > .section_bg {
        padding-bottom: 20px;
    }

    body.search .section_bg {
        padding-bottom: 40px;
    }

    .section_inner_wrapper {
        padding: 0;
    }

    .ui-dialog {
        max-width: 100%;
    }

    .school_interes .dialog-titlebar {
        background-color: #e6f6fd;
    }
}

.section_bullets_list .container {
    border-radius: 10px;
}

.section_bullets_list_wrapper ul {
    padding: 35px 50px 35px 40px;
}

.section_bullets_list_wrapper ul li {
    font-size: 22px;
    line-height: 30px;
}

@media screen and (max-width: 990px) {
    .section_bullets_list .container {
        border-radius: 0;
        text-align: right;
    }

    .section_bullets_list_wrapper ul li {
        font-size: 16px;
        line-height: 22px;
    }
}

.section_icons_list_wrapper .items_wrapper {
    display: flex;
    flex-direction: column;
}

.section_icons_list_wrapper .item_wrapper,
.section_icons_list_wrapper .item_wrapper a {
    display: flex;
    margin-bottom: 10px;
    color: var(--color-light-blue);
}

.section_icons_list_wrapper .items_wrapper .icon {
    width: 25px;
    height: 25px;
}

.section_icons_list_wrapper .items_wrapper .content {
    font-size: 22px;
    line-height: 28px;
    margin-right: 20px;
}

.section_icons_list_wrapper .item_wrapper a .content {
    color: var(--color-main);
}

@media screen and (max-width: 990px) {
    .section_icons_list_wrapper .items_wrapper .icon {
        width: 18px;
        height: 18px;
    }

    .section_icons_list_wrapper .items_wrapper .content {
        font-size: 16px;
        line-height: 20px;
        margin-right: 10px;
    }
}

.checkbox_like_wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-top: 55px;
}

.checkbox_like_wrapper > div {
    font-size: 22px;
    line-height: 29px;
    flex: 0 0 33%;
    padding-bottom: 45px;
    margin-left: 40px;
    position: relative;
    margin-right: 35px;
}

.checkbox_like_wrapper > div:before {
    content: url(assets/images/check-dt.svg);
    height: 28px;
    width: 28px;
    background: #d9d9d9;
    margin-left: 17px;
    margin-right: -35px;
    display: block;
    position: absolute;
}

@media screen and (max-width: 990px) {
    .checkbox_like_wrapper > div:before {
        content: url(assets/images/check-mobile.svg);
        width: 22px;
        height: 22px;
        margin-left: 10px;
    }

    .checkbox_like_wrapper > div {
        font-size: 16px;
        line-height: 22px;
        flex: 0 0 50%;
        padding-bottom: 25px;
        text-align: right;
    }
}

.slick-prev,
.slick-next {
    width: 60px !important;
    height: 60px !important;
}

[dir='rtl'] .slick-prev {
    background: url(assets/images/arrow-right.png) !important;
    right: -70px !important;
}

[dir='rtl'] .slick-prev:hover {
    background: url(assets/images/arrow-right-active.png) !important;
}

[dir='rtl'] .slick-next {
    background: url(assets/images/arrow-left.png) !important;
    left: -50px !important;
}

[dir='rtl'] .slick-next:hover {
    background: url(assets/images/arrow-left-active.png) !important;
}

[dir='rtl'] .slick-prev:before,
[dir='rtl'] .slick-next:before {
    content: '' !important;
}

.breadcrumbs_wrapper {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.breadcrumbs_wrapper .container {
    height: 100%;
    display: flex;
    align-items: center;
}

.breadcrumbs_wrapper #breadcrumbs > span > span > a {
    font-size: 0;
}

.breadcrumbs_wrapper #breadcrumbs > span > span > a:before {
    content: url(assets/images/home-icon.svg);
    position: relative;
    top: 1px;
}

.breadcrumbs_wrapper a,
.breadcrumbs_wrapper span {
    font-size: 14px;
    line-height: 20px;
}

.breadcrumbs_wrapper a:after {
    content: url(assets/images/arrow-breadcrumbs.svg);
    height: 5px;
    margin: 10px 10px 10px 5px;
    position: relative;
    top: 2px;
}

.zero_results {
    width: 100%;
    text-align: center;
}

.wrap_contact {
    padding: 25px 0 20px;
}

.form_wrapper .section_headline_wrapper {
    padding: 20px 0;
}

.form_wrapper .section_bg {
    display: flex;
}

.form_wrapper .section_bg .container:first-child {
    flex: 0 0 42%;
}

section.form_wrapper .section_bg .container:first-child {
    padding: 0 0 0 105px;
}

.form_wrapper .section_headline_wrapper .subtitle {
    font-size: 23px;
    line-height: 32px;
}

section.form_wrapper .section_headline .title_wrapper > div {
    font-size: 42px;
    line-height: 37px;
    display: inline;
}

section.form_wrapper .section_headline_wrapper .subtitle {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 20px;
}

.form_wrapper .section_headline .title_wrapper {
    flex-wrap: wrap;
    display: block;
}

.form_wrapper form {
    display: flex;
    flex-wrap: wrap;
}

.form_wrapper .text_filed_label {
    margin-top: -12px;
    margin-right: 5px;
    background: #f2fafe;
    width: fit-content;
    padding: 0 5px;
    font-size: 11px;
    line-height: 20px;
    color: #000;
    position: absolute;
}

section.form_wrapper .text_filed_label {
    background: #fff;
}

.form_wrapper .wrap_input {
    flex: 0 0 48%;
    border: 1px solid rgba(0, 0, 0, 0.4);
    border-radius: 5px;
    margin: 10px 1%;
    padding: 1px;
    position: relative;
}

.form_wrapper .wrap_input.full_width_input_area {
    flex: 0 0 98%;
}

.form_wrapper .wrap_input.no_border {
    border: none;
}

.form_wrapper .wrap_input.checkbox_input {
    display: flex;
    width: 100%;
    flex: 0 0 100%;
    position: relative;
}

.form_wrapper .wrap_input input,
.form_wrapper .wrap_input textarea,
.form_wrapper .wrap_input select {
    text-align: right;
    width: 100%;
    padding: 0 14px 15px;
    outline: none;
    background: transparent;
    font-size: 14px;
    line-height: 14px;
    font-family: var(--main-font-family);
}

.form_wrapper .wrap_input select {
    padding: 7px 14px 7px 14px;
    width: 96%;
}

.form_wrapper .wrap_input.checkbox_input input {
    flex: 0;
}

.form_wrapper .wrap_input textarea {
    width: 100%;
    outline: none;
    padding: 10px 14px;
    line-height: 27px;
}

.checkbox_mark {
    position: absolute;
    top: 10px;
    right: 0;
    height: 16px;
    width: 16px;
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.4);
    border-radius: 2px;
    cursor: pointer;
}

section.form_wrapper .checkbox_mark {
    top: 2px;
}

/* .form_wrapper .wrap_input.checkbox_input input[type='checkbox']:checked~.checkbox_mark { */
.wrap_input.checkbox_input input[type='checkbox']:checked ~ .checkbox_mark {
    outline: 0;
    border: 1px solid #000;
    border-radius: 4px;
    text-align: center;
    line-height: 0.8;
}

.form_wrapper .wrap_input.checkbox_input p,
.form_wrapper .wrap_input.checkbox_input label {
    font-size: 12px;
    color: var(--color-main);
}

section.form_wrapper .wrap_input.checkbox_input p,
section.form_wrapper .wrap_input.checkbox_input label {
    line-height: 18px;
    margin-right: 5px;
    font-size: 16px;
}

.form_wrapper .wrap_input.form_submit_wrap {
    border: none;
}

.form_submit_wrap button {
    background: var(--color-main);
    box-shadow: 0px 15px 22px -11px rgb(4 11 169 / 57%);
    border-radius: 5px;
    color: #fff;
    font-size: 38px;
    line-height: 36px;
    font-family: var(--headers-font-family);
    text-align: center;
    padding: 10px;
    font-weight: 100;
    width: 100%;
}

.error_field {
    font-size: 16px;
    color: #dc0000;
    text-align: center;
    font-weight: bold;
}

@media screen and (max-width: 990px) {
    .form_wrapper .section_bg {
        flex-direction: column;
    }

    .form_wrapper .section_inner_wrapper {
        padding-top: 40px;
    }

    .form_wrapper .section_headline_wrapper {
        text-align: center;
    }

    .form_wrapper .section_headline .title_wrapper {
        justify-content: center;
    }

    section.form_wrapper .section_headline .title_wrapper > div {
        font-size: 35px;
        line-height: 31px;
    }

    .form_wrapper .section_headline .title_wrapper > div,
    body.search .form_wrapper .section_headline .title_wrapper > div {
        font-size: 50px;
        line-height: 44px;
        text-align: right;
    }

    .form_wrapper .section_headline_wrapper .subtitle,
    section.form_wrapper .section_headline_wrapper .subtitle {
        font-size: 16px;
        line-height: 22px;
        margin-top: 20px;
    }

    section.form_wrapper .section_headline_wrapper .subtitle {
        text-align: right;
    }

    .form_wrapper .wrap_input,
    .form_wrapper .wrap_input.full_width_input_area {
        flex: 0 0 100%;
        margin: 10px auto;
    }

    .checkbox_mark {
        top: 4px;
    }

    .form_wrapper .wrap_input.checkbox_input p,
    .form_wrapper .wrap_input.checkbox_input label {
        padding-right: 6px;
    }

    .form_wrapper .wrap_input.checkbox_input label {
        flex: 10;
    }

    .form_wrapper .wrap_input.checkbox_input input {
        flex: 1;
    }

    .form_submit_wrap button {
        font-size: 28px;
        line-height: 26px;
        padding: 12px;
    }

    section.form_wrapper .section_bg .container {
        padding: 0 !important;
        text-align: right;
        flex: 0 0 100% !important;
    }

    #ort_dialog .modal_form .wrap_input.checkbox_input p,
    .modal_form .wrap_input.checkbox_input label {
        position: absolute;
        right: 10px;
    }
}

footer .main_footer_wrapper {
    background: url(assets/images/desktop-footer-bg.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;
    padding-bottom: 60px;
}

.footer_wrapper {
    display: flex;
    padding-top: 55px;
}

.footer_wrapper .footer_search_wrapper {
    display: flex;
    flex-direction: column;
    width: 41.5%;
}

.footer_wrapper .footer_logo {
    padding-bottom: 45px;
}

.footer_wrapper .footer_menus_wrapper {
    display: flex;
    width: 58.5%;
}

.footer_wrapper .footer_menu_wrapper:first-child {
    width: 44%;
}

.footer_wrapper .footer_menu_wrapper:nth-child(2) {
    width: 32%;
}

.footer_wrapper .footer_menu_wrapper:nth-child(3) {
    width: 24%;
}

.footer_wrapper .footer_menu_wrapper:not(:first-child) .menu {
    flex-direction: column;
}

.footer_wrapper .footer_menu_wrapper:first-child .menu {
    flex-wrap: wrap;
}

.footer_wrapper .footer_menu_wrapper:first-child .menu li {
    flex: 50%;
    max-width: 40%;
}

.footer_wrapper .footer_menu_wrapper:first-child .menu li:last-child {
    flex: 100%;
    max-width: unset;
}

.footer_wrapper .footer_search {
    position: relative;
}

.footer_wrapper .footer_search button,
.footer_wrapper .footer_search input {
    height: 55px;
}

.footer_wrapper .footer_search button {
    background: transparent;
    border: none;
    padding: 0 20px;
    position: absolute;
    z-index: 1;
    outline: none;
}

.footer_wrapper .footer_search input {
    position: absolute;
    right: 0;
    background: transparent;
    padding-right: 50px;
    outline: none;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 100px;
    width: 340px;
}

.footer_menu_title {
    font-family: var(--headers-font-family);
    font-size: 24px;
    line-height: 21px;
    color: var(--color-main);
    font-weight: 600;
    padding-bottom: 35px;
}

.footer_wrapper .footer_menu_wrapper .menu a {
    font-size: 16px;
    font-family: var(--main-font-family);
    font-weight: 400;
    line-height: 24px;
    color: var(--color-main) !important;
    padding: 0;
}

.footer_bottom_wrapper {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    display: flex;
    padding-top: 25px;
    padding-bottom: 25px;
}

.footer_bottom_wrapper .container {
    display: flex;
    justify-content: space-between;
}

.footer_bottom_wrapper .social_icons_wrapper {
    display: flex;
}

.footer_bottom_wrapper a {
    color: var(--color-main);
}

.footer_bottom_wrapper .sm_item {
    padding: 0 4px;
}

.footer_bottom_wrapper .contact_info_wrapper {
    display: flex;
}

.footer_bottom_wrapper .contact_info_wrapper .contact_item:first-child {
    padding-left: 20px;
}

.footer_bottom_wrapper .contact_info_wrapper a {
    font-size: 16px;
}

@media screen and (max-width: 990px) {
    footer {
        background: url(assets/images/mobile-footer-bg.png);
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: contain;
        padding-bottom: 140px;
    }

    footer .main_footer_wrapper {
        background: unset;
    }

    .footer_wrapper {
        flex-direction: column;
        padding-top: 30px;
    }

    .footer_wrapper .footer_search_wrapper {
        width: 100%;
    }

    .footer_wrapper .footer_logo {
        text-align: center;
        padding-bottom: 30px;
    }

    .footer_wrapper .footer_search {
        width: 340px;
        margin: 0 auto;
        height: 60px;
    }

    .footer_wrapper .footer_search input {
        box-shadow: 0px 5px 12px rgba(10, 4, 60, 0.1);
    }

    .footer_wrapper .footer_search button,
    .footer_wrapper .footer_search input {
        height: 50px;
    }

    .footer_wrapper .footer_menus_wrapper {
        width: 100%;
        flex-direction: column;
        padding-top: 30px;
    }

    .footer_wrapper .footer_menu_wrapper {
        width: 100% !important;
    }

    .footer_menu_title {
        padding-bottom: 25px;
    }

    .footer_wrapper .footer_menu_wrapper .menu {
        flex-wrap: wrap;
        flex-direction: row !important;
    }

    .footer_wrapper .footer_menu_wrapper .menu a {
        font-size: 15px;
    }

    .footer_menu_wrapper:not(:first-child) {
        padding-top: 45px;
    }

    .footer_wrapper .footer_menu_wrapper .menu li,
    .footer_wrapper .footer_menu_wrapper:first-child .menu li {
        flex: 46%;
        max-width: 47%;
    }

    .footer_wrapper .footer_menu_wrapper:first-child .menu li:last-child {
        flex: inherit;
    }

    .footer_bottom_wrapper {
        border-top: 0;
        margin-top: 35px;
    }

    .footer_bottom_wrapper .container {
        flex-direction: column;
    }

    .footer_bottom_wrapper .social_icons_wrapper {
        justify-content: center;
        padding: 25px 0;
        border-top: 1px solid rgba(0, 0, 0, 0.2);
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    }

    .footer_bottom_wrapper .copyright_wrapper {
        text-align: center;
        padding: 25px 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    }

    .footer_bottom_wrapper .contact_info_wrapper {
        text-align: center;
        justify-content: center;
        padding-top: 25px;
    }

    .footer_bottom_wrapper .contact_info_wrapper a {
        color: var(--color-main);
    }
}

.fixed_button {
    position: fixed;
    left: 20px;
    bottom: 7vh;
    cursor: pointer;
}

.modal_form_wrapper,
.modal_search_wrapper {
    display: none;
}

.ort_dialog.fixed_contact {
    padding: 35px 0 0 0;
    background: linear-gradient(#e6f6fd, #fff);
}

.ort_dialog.fixed_contact .modal_form_inner_wrapper {
    padding: 0 35px;
    z-index: 1;
    position: relative;
}

.ort_dialog.fixed_contact .modal_form_inner_wrapper .wrap_input {
    position: relative;
}

.ort_dialog.fixed_contact .modal_form_inner_wrapper .text_filed_label {
    margin-right: 5px;
    width: fit-content;
    padding: 0 5px;
    font-size: 11px;
    line-height: 20px;
    color: #000;
    background: #fff;
    position: absolute;
    top: -9px;
    z-index: 1;
    border-radius: 2px;
}

.fixed_contact .section_headline .title_wrapper > div {
    font-size: 43px;
    line-height: 37px;
}

.fixed_contact .section_headline_wrapper .subtitle {
    font-size: 16px;
    line-height: 22px;
}

.ort_dialog iframe {
    width: 100%;
}

.fixed_button_text {
    display: none;
}

.lb-nav a.lb-next,
.lb-nav a.lb-prev {
    opacity: 0.5 !important;
}

.lb-nav a.lb-next:hover,
.lb-nav a.lb-prev:hover {
    opacity: 1 !important;
}

.lb-data .lb-close {
    position: absolute;
    top: -30px;
}

.lb-data .lb-details {
    display: none;
}

@media screen and (max-width: 960px) {
    .fixed_button {
        background: radial-gradient(
            122.44% 367.13% at 50% 50%,
            #d126c3 0%,
            #061c3a 100%
        );
        bottom: 0;
        left: auto;
        width: 100%;
        height: 54px;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 9999;
    }

    .fixed_button img {
        display: none;
    }

    .fixed_button_text {
        display: block;
        color: #fff;
        font-weight: 400;
        font-family: var(--headers-font-family);
        font-size: 34px;
    }

    .school_interes.ui-dialog {
        width: 330px !important;
        top: 0 !important;
        left: 0px !important;
    }

    .fixed_contact .section_headline .title_wrapper > div {
        font-size: 34px;
        line-height: 30px;
    }

    .fixed_contact .section_headline_wrapper .subtitle {
        font-size: 14px;
        line-height: 20px;
    }

    .dropdown_wrapper .dropdown_item {
        padding: 15px;
    }

    .modal_form .wrap_input input {
        padding: 12px 15px;
    }

    .modal_form .form_submit_wrap button {
        margin: 30px auto 0px;
        z-index: 2;
    }

    .ort_dialog.search_modal .container {
        padding: 0 10px;
    }
}

.is_mobile {
    display: none;
}

.hidden {
    display: none;
}

@media screen and (max-width: 768px) {
    .container.full {
        padding: 0;
    }

    .home .container .section_headline {
        padding: 25px 0 0 0;
    }

    .home .container.full .section_headline {
        padding: 25px 25px 0 25px;
    }

    body #pojo-a11y-toolbar {
        top: 417px !important;
    }

    .is_desktop {
        display: none;
    }

    .is_mobile {
        display: block;
    }

    .is_mobile.flex {
        display: flex;
    }
}

@media (min-width: 992px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 95%;
    }
}

#updated_mobile_nav_image {
    height: 50px;
    width: auto;
}

.updatedLogoNavbar {
    width: auto;
    height: 70px;
}

.form_submit_btn {
    transition: all 250ms ease-in-out;

    &:hover {
        background-color: #021e3e;
    }

    &:disabled {
        filter: grayscale(1);
        cursor: wait;
    }
}

#pojo-a11y-toolbar.pojo-a11y-toolbar-right {
    top: 210px !important;

    @media screen and (width <=768px) {
        & {
            top: 280px !important;
        }
    }
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle {
    @media screen and (width <=768px) {
        & {
            scale: 0.7;
            position: relative !important;
            right: 153px !important;
            top: 44px;
        }
    }
}

.pojo-a11y-toolbar-link {
    position: relative;
    transition: all 250ms ease-in-out;
}

.pojoHidden {
    right: -60px;
}

.sideNavMenuHover:hover {
    background-color: unset !important;
}

.img_shape_bg {
    background-repeat: no-repeat;
    background-size: contain;
}

.ui-dialog:has(.ort_dialog) {
    background-color: white;
    border-radius: 7px;
    padding: 15px;
}

.fixed_button {
    transition: all 250ms ease-in-out;

    &:hover {
        animation-play-state: paused;
    }

    @media screen and (width <=768px) {
        & {
            animation: none;
        }
    }
}

.section_text {
    list-style-position: inside;
}

.bulletListPadding {
    @media screen and (width <=768px) {
        & {
            padding: 0 25px !important;
        }
    }
}

.header_title_font {
    font-family: var(--headers-font-family);
}

#wpadminbar {
    @media screen and (width <=768px) {
        & {
            display: none;
        }
    }
}

html:has(#wpadminbar) {
    @media screen and (width <=768px) {
        & {
            margin-top: 0 !important;
        }
    }
}

.grecaptcha-badge {
    @media screen and (width <=768px) {
        & {
            bottom: 80px !important;
        }
    }
}

.ui-dialog {
    & .item_wrapper:hover {
        transform: none;
        cursor: default;
    }

    & .sq-thumbnail-fix {
        max-height: unset !important;
        height: auto !important;
    }

    & .expert .item_wrapper {
        border: none !important;
    }

    & .graduate .item {
        background: transparent !important;
    }
}

.header-font {
    font-family: var(--headers-font-family);
    font-size: 58px;
    line-height: 50px;
    font-weight: 600;
}

@media screen and (width <= 768px) {
    .header-font {
        font-size: 35px;
        line-height: 1;
    }
}

.subtitle-font {
    font-size: 20px;
    line-height: 28px;
}

.the_content {
    .wp-caption {
        max-width: 100%;
    }
}

.menu-item.hide {
    @media screen and (width <= 768px) {
        display: none;
    }
}

#main_menu_mobile.menu>li.active>a:before {
    @media screen and (width <= 768px) {
        right: 0 !important;
    }
}