.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

@media (max-width: 991px) {
    .slider.head1 {
        margin-top: 0 !important;
    }

    .sm-parent .menu-icon-cont {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .moduletable_footer-send {
        background: transparent !important;
    }
}

.study-center-page .page-header>h1 {
    max-width: 1420px;
    margin: 0 auto;
}

.page-header {
    /* position: relative; */
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;

}

.page-header__img-wrap {
    /* position: absolute;
    top: -150px;
    right: 150px; */
    /* margin-right: 150px; */
    margin-left: 150px;
    margin-right: 150px;
    transform: translateY(-100px);
}

.table tbody tr:first-child td {
    background: #000;
    color: #fff;
}

.table tbody tr:first-child td:last-child {
    background: #000;
    color: #fff;
}

.table>tbody>tr>td {
    vertical-align: middle;
}

.formResponsive label {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 40px;
}

.formResponsive input:not([type=submit]) {
    width: 100% !important;
    padding: 12px 0 !important;
    border: none !important;
    border-bottom: 1px solid #000 !important;
    width: 100% !important;
    font-size: 20px !important;
    line-height: 1.2 !important;
    font-weight: 500 !important;
    color: #000 !important;
    background: 0 0 !important;
}

.formResponsive label span:first-child {
    font-size: 14px;
    line-height: 1;
    margin-top: 10px;
}

.formResponsive input[type=submit] {
    width: 100% !important;
    padding: 13px !important;
    font-size: 16px !important;
    color: #fff !important;
    background: #000 !important;
    border-color: #000 !important;
    transition: 0.2s !important;
}

.formResponsive input[type=submit]:hover {
    background-color: #17449f !important;
}

.formResponsive input::placeholder {
    color: #c2c2c2 !important
}

.main-menu-item:last-child:before {
    display: none !important;
}

.modal-open .modal {
    background: #0000002a;
}

.sm-container>#off-menu_203:not(.sm-popup) {
    display: block;
}

.sm-container #off-menu_203 {
    transform: translate3d(-100%, 0, 0) !important;
}

.sm-container.sm-open-203>#off-menu_203 {
    transform: none !important;
}


.custom-mobile-submenu {
    position: absolute;
    background: #f2f7f7;
    left: 100%;
    top: 0;
    z-index: 99;
    height: 100vh;
    transition: 0.2s;
    margin-top: 0;
    padding: 0;
}

.custom-mobile-submenu.active {
    left: 100%;
    z-index: 9999;
    width: 320px;

}

.sm-level.level1 {
    height: 100vh;
    overflow-x: hidden;
    /* position: relative; */
}

.custom-mobile-wrap {
    list-style: none;
    padding: 0;

}

.custom-mobile-wrap ul {
    list-style: none;
}

.mobile-menu-item-custom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 20px 15px 16px;
}

.sm-container>.sm-menu dl {
    overflow: hidden;
}

.mobile-menu-item-custom a {
    font-family: Stem, sans-serif !important;
}

.custom-mobile-wrap {
    transition: 0.2s;
}

.custom-mobile-wrap.hideCustom {
    /* position: absolute;
right: 100%; */
    transform: translateX(-100%);
}

.sm-pusher {
    transition: 0.2s;
}

.customCrossClose .menu-icon3 {
    display: none !important;
}

.sm-open-203 .customCrossClose .menu-icon3 {
    display: block !important;
}

.mobile-submenu-arrow {
    display: none;
}

.sm-open-203 .mobile-submenu-arrow {
    display: block;
}

.sm-open-203 .sm-content {
    padding-top: 59px;
}

.sm-open-203 {
    /* padding-top: 0; */
}

.header {
    z-index: 99;
}

.sm-container>.sm-menu dl {
    height: 100vh;
}

.off-menu_203.sm-mod {
    transition: 0.2S;
}

.mobile-menu-item-custom {
    order: 1;
}

.submenu-custom-button-buck {
    order: 0;
    padding: 14px 20px 15px 16px !important;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    text-align: left;
    text-shadow: none;
    line-height: normal;
}

.custom-mobile-submenu {
    display: flex;
    flex-direction: column;
}

.services-btn-wrapper {
    padding-bottom: 0 !important;
}

.field-entry .field-value {
    font-weight: 600;
}

.notFound__title {
    font-size: 180px !important;
    font-weight: bold !important;
    margin-bottom: 15px !important;
    line-height: 100% !important;
    color: #17449f !important;
}

.notFound__subtitle {
    color: #17449f !important;
}

.notFound__wrap {
    padding: 20px;
    /* background: #fff;
    box-shadow: 1px 1px 8px #0000001c; */
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin: auto;
}

.banner-top__info {
    width: 100%;

}


@media (max-width: 768px) {
    .page-wrapper {
        padding-top: 0 !important;
    }

    .tabs__nav-wrap {
        grid-template-columns: 1fr !important;
        grid-gap: 20px !important;
        margin-bottom: 20px !important;
    }

    .tabs__link {
        padding: 5px 10px !important;
    }

    .page-header {
        flex-direction: column !important;
    }

    .page-header__img-wrap {
        margin: 0 !important;
        transform: none;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    body {
        padding-top: 60px;
    }

    .notFound__title {
        font-size: 130px !important;
        font-weight: bold !important;
        margin-bottom: 15px !important;
        line-height: 100% !important;
        color: #17449f !important;
    }

    body .breadcrumb {
        margin-top: 20px !important;
    }

}

@media (max-width: 991px) {
    .mobile-menu-item-custom{
        padding: 0px 20px 0px 16px;
    }
    .mobile-menu-item-custom a{
        padding: 15px 0px;
        width: 100%;
    }
    .mobile-submenu-arrow{
        min-width: 30px;
        width: 30px;
        height: 30px;
        display: flex !important;
        justify-content: center;
        align-items: center;
       
    }
}



@media (min-width: 1200px) {
    .moduletable_banner-top {
        padding: 60px 25px 65px !important;
    }

    .banner-top__title {
        margin: 0 0 30px !important;
    }

    .banner-top__dec p {
        margin-bottom: 0 !important;
    }

    .banner-top__form {
        padding: 30px 51px !important;
    }

    .banner-top__footer {
        margin: 50px -15px 0 !important;
    }

    .banner-top__item_image img {
        margin: auto;
        display: block;
    }

    .site-h2 {
        margin-bottom: 20px !important;
    }

    .moduletable_we-recommend {
        padding-top: 0 !important;
    }

    .moduletable_advantages {
        padding: 125px 25px 50px !important;
    }

    .moduletable_cooperation {
        padding: 70px 25px 0px !important;
    }

    .cooperation {
        justify-content: space-between !important;
        margin: 25px -15px 0 !important;
        padding-bottom: 0 !important;
    }

    .full-main {
        /* display: none; */
    }

    .moduletable_footer-send {
        margin: 0px !important;
    }

    .moduletable_study-center-header {
        padding: 50px 25px 20px !important;
    }

    .study-center-header {
        align-items: flex-start !important;
    }

    .page-header__img-wrap {
        transform: translateY(0px) !important;
        position: absolute !important;
        top: 130px !important;
        right: 150px !important;
    }
    .page-wrapper{
        position: relative;
    }
    .breadcrumb{
        margin-top: 0px !important;
        margin-bottom: 30px !important;
    }
    .licensing .field-entry:not(:last-child) {
        margin-bottom: 20px !important;
    }
    .full-contact-inf {
        padding: 50px 15px 40px !important;
    }
    .moduletable_banner-rent{
        padding: 50px 25px 10px !important;
    }
    .banner-rent__emblem {
        margin-bottom: 30px;
    }
    .banner-rent {
        margin-bottom: 50px !important;
    }
    .moduletable_offer-services {
        padding: 50px 25px 24px !important;
    }
    .offer-services__top{
        margin-bottom: 20px !important;
    }
    .moduletable_faq{
        padding: 34px 25px 30px !important;
    }


    @media (min-width: 1200px) and (max-width: 1920px){
        .page-header{
            width: calc(100% - 300px);
        }
    }
    @media (min-width: 1200px) and (max-width: 1500px){
       .page-header__img-wrap{
        right: 0 !important;
       } 
    }

    @media (max-width: 768px){

    }
    


}