@font-face {
    font-family: 'newSimplerProAlteBlack';
    src: url('../new-fonts/SimplerPro_Alte-Black.woff2') format('woff2'),
        url('../new-fonts/SimplerPro_Alte-Black.woff') format('woff');
    font-display: swap;
}
@font-face {
    font-family: 'newSimplerProAlteBold';
    src: url('../new-fonts/SimplerPro_Alte-Bold.woff2') format('woff2'),
        url('../new-fonts/SimplerPro_Alte-Bold.woff') format('woff');
    font-display: swap;
}
@font-face {
    font-family: 'newSimplerProAlteRegular';
    src: url('../new-fonts/SimplerPro_Alte-Regular.woff2') format('woff2'),
        url('../new-fonts/SimplerPro_Alte-Regular.woff') format('woff');
    font-display: swap;
}


/* body {
    color: #373d48;
    font-size: 17px;
    line-height: 24px;
    direction: rtl;
    overflow-x: hidden;
    position: relative;
    background: #fff;
    font-family: 'newSimplerProAlteRegular';
    margin: 0;
    padding: 0;
} */



/*----- Wrapper Part ------*/
.cover-new-header .container, .cover-new-footer .container {
    max-width: 1370px;
    height: auto;
    display: block;
    margin: 0 auto;
    clear: both;
    box-sizing: border-box;
    width: 100%;
    padding: 0 20px;
}


/* .sub-container{
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}

section {
    position: relative;
} */

/*----- Wrapper Part ------*/
.cover-new-header .primary_btn {
    height: 42px;
    border-radius: 38px !important;
    background: #1362FF;
    transition: all 0.3s ease-in-out;
    font-size: 16px;
    line-height: 46px !important;
    padding: 0 15px !important;
    color: #fff !important;
    font-family: 'newSimplerProAlteRegular';
    display: inline-flex;
    min-width: 132px;
    text-align: center;
    position: relative;
    border: 1px solid transparent;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.cover-new-header .primary_btn:hover {
    border-color: #0153F4 !important;
    background: transparent;
    color: #0153F4 !important;
}

.cover-new-header .border_btn {
    height: 42px;
    border-radius: 38px;
    border: 1px solid #0153F4;
    transition: all 0.3s ease-in-out;
    font-size: 16px;
    line-height: 46px;
    padding: 0 15px;
    color: #0153F4;
    font-family: 'newSimplerProAlteRegular';
    display: inline-block;
    min-width: 132px;
    text-align: center;
    position: relative;
    gap: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.cover-new-header .border_btn:hover {
    border-color: #0153F4;
    background: #0153F4;
    color: #fff;
}

header.cover-new-header {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 15px 0;
    z-index: 10;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(5px);
    border-bottom: 1px solid #F8F8F8;
}

.cover-new-header .header_main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cover-new-header .header_left {
    display: flex;
    align-items: center;

}

.cover-new-header .header_left ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 40px;
}



.cover-new-header .header_left ul li {
    position: relative;
}

.cover-new-header .header_left ul li a {
    padding: 20px 0;
    font-size: 16px;
    line-height: 22px;
    color: #000;
    font-family: 'newSimplerProAlteRegular';
}

.cover-new-header .navigation ul li.menu-item-has-children:hover:after {
    transform: rotate(180deg);
    top: 4px;
}


.cover-new-header .menu-item-has-children::after {
    content: "";
    background: url(../images/nav_icon.svg);
    width: 12px;
    height: 12px;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    left: 0;
    transform: none;
    cursor: pointer;
    top: 9px;
    transition: 0.3s;
}

.cover-new-header .navigation ul li:nth-child(2)>.sub-menu {
    left: -160px;
}



/* Show submenu on hover */


/* When hover ends: fade out with small delay */
.cover-new-header .navigation ul li>.sub-menu.hide {
    animation: customBounceOut 0.4s ease forwards;
}

@keyframes customBounceIn {
    0% {
        opacity: 0;
        transform: scale(0.8) translateY(0) translateX(-20px);
    }

    50% {
        opacity: 1;
        transform: scale(0.95) translateY(0) translateX(-20px);
    }

    70% {
        transform: scale(0.95) translateY(0) translateX(-20px);
    }

    100% {
        transform: scale(0.95) translateY(0) translateX(-20px);
    }
}

@keyframes customBounceOut {
    0% {
        opacity: 1;
        transform: scale(1) translateY(0);
    }

    50% {
        transform: scale(0.95) translateY(-5px);
    }

    100% {
        opacity: 0;
        transform: scale(0.8) translateY(-10px);
    }
}

.cover-new-header .navigation ul li>.sub-menu li a {
    font-size: 16px;
    line-height: 30px;
    padding: 0;
    font-family: 'newSimplerProAlteRegular';
    position: relative;
}

.cover-new-header .navigation ul li>.sub-menu li a:hover:before {
    opacity: 1;
    transform: translateX(-10px);
}

.cover-new-header .navigation ul li>.sub-menu li a:before {
    position: absolute;
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    background: url(../images/s_arrow.svg) no-repeat left top;
    content: "";
    opacity: 0;
    transition: 0.3s;

}

.cover-new-header .navigation ul li.menu-item-has-children a {
    padding-left: 22px !important;
}


.cover-new-header .navigation ul li.active>a {
    color: #000;
    /* optional highlight */
}


.cover-new-header .header_left ul li .arrow {
    position: absolute;
    top: 10px;
    left: -17px;
}

.cover-new-header .header_left .logo {
    margin-left: 40px;
}

.cover-new-header .header_left .logo img {
    display: block;
}

.cover-new-header .header_right {
    display: flex;
    align-items: center;
    gap: 36px;
}

.cover-new-header .header_right a.btn_link {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 22px;
    color: #000;
}

.cover-new-header .header_right a.btn_link img {
    margin-right: 10px;
}

.header-spacer {
    height: 76px;
}

header.fixed-header.cover-new-header ul.sub-menu {
    background: #fff !important;
}




footer {
    padding: 75px 0 93px;
}

.footer_bg {
    border-radius: 16px;
    background: #F7F8FA;
    padding: 40px 67px;
}

.footer_logo {
    margin-bottom: 56px;
    width: 100%;
}

.footer_logo img {
    max-width: 100%;
    height: auto;
    display: block;
}

.footer_main {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.footer_left {
    width: 60%;
    display: flex;
    text-align: right;
    gap: 72px;
}

.footer_box .title {
    font-size: 16px;
    font-family: 'newSimplerProAlteBold';
    line-height: 18px;
    color: #0C084A;
    margin-bottom: 30px;
    display: block;
}

.footer_box .footer_desc {
    margin: 28px 0 36px;
}

.footer_box ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.social_icon ul {
    display: flex;
    gap: 12px;
    align-items: center;
}


.foter_image {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 20px;
}

.foter_image img {
    height: auto;
    object-fit: contain;
    width: 55px;
    display: block;
}

.copy_main {
    text-align: right;
}

.copy_main p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 22px;
    color: #0C084A;
    letter-spacing: 0;
}



body .mobile_view {
    display: none;
}

.footer_new_art .footer_desc a, address{
    color: #0C084A;
}

.footer_box .footer_desc address {
    color: #0C084A;
    font-size: 17px;
    line-height: 24px;
}

.footer_box a{
    color:#0C084A;
}

.footer_box ul li {
    margin-bottom: 4px;
}

.footer_box ul li a, .footer_desc a {
    font-size: 16px;
    line-height: 22px;
    color: #0C084A;
    font-family: 'newSimplerProAlteRegular';
    transition: 0.3s;
}

.footer_box .social_icon span.title {
    margin-bottom: 32px;
}

.footer_box .social_icon ul li svg {
    stroke: #0C084A;
    transition: 0.3s;
    fill: transparent;
}


.cover-new-header #menu-new-hp-header-menu ul.sub-menu::after {
    display: none !important;
}

img.site-main-header-logo-test1, img.site-main-header-logo-test2 {
    width: 87px;
    height: 19px;
}

.new-foot-ckpopup.cookies {
    background: #F8F8F8;
    padding: 26px 30px 20px;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
    min-height: 102px;
    display: flex;
}

.new-foot-ckpopup.cookies .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.new-foot-ckpopup.cookies p {
    width: 70%;
    text-align: right;
    margin-bottom: 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    color: #0C084A;
}
.new-foot-ckpopup.cookies p a {
    text-decoration: underline;
    color: #0C084A;
}
.new-foot-ckpopup.cookies .cookiea_btn {
    gap: 47px;
    display: flex;
    padding-right: 30px;
}
.new-foot-ckpopup.cookies .cookiea_btn a.link {
    font-size: 16px;
    line-height: 24px;
    text-decoration: underline;
    color: #0C084A;
}
.new-foot-ckpopup.cookies .cookiea_btn a.link:last-child {
    text-decoration: none;
}

.footer_box ul li a:hover, .footer_desc a:hover {
    text-decoration: underline;
}

body.page_4454 header.cover-new-header {
    z-index: 1000 !important;
}

.foter_image img:last-child {
    display: none;
}

@media (max-width: 1024px) {
    body.page_4420 footer.cover-new-footer {
        order: 13;
    }
}


@media(min-width:992px) {

    .cover-new-header .navigation ul li>.sub-menu {
        display: none;
        position: absolute;
        top: 40px;
        left: -200px;
        border-radius: 16px;
        border: 1px solid var(--grid-desktop, #EEE);
        background: rgba(243, 243, 255, 1);
        flex-direction: column;
        text-align: right;
        padding: 16px 24px 55px 24px;
        z-index: 99;
        min-width: 283px;
        transform-origin: top center;
        opacity: 0;
        background: #fff;
    }

    .cover-new-header .navigation ul li:hover>.sub-menu {
        opacity: 1;
        pointer-events: auto;
        animation: customBounceIn 0.6s ease forwards;
        display: block;
    }


}


@media(max-width:991px) {
    .cover-new-header .navigation {
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        transform: translateX(100%);
        transition: 0.5s;
        background: #fff;
        opacity: 0;
        z-index: 9;
        padding: 60px 36px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        overflow-y: auto;
        height: 100vh;
    }

    .footer_right.desktop_view {
        display: none;
    }

    .footer_right.mobile_view{
        display: block;
    }

    .cover-new-header .toggle_nav.mobile_view{
        display: block;
    }

    .cover-new-header .navigation .btn_main {
        position: static;
        margin-top: 48px;
        display: flex;
        align-items: center;
        gap: 9px;
        justify-content: center;
    }

    .cover-new-header .menu_top {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        margin-bottom: 76px;
    }

    .cover-new-header .toggle_close {
        position: absolute;
        right: 0;
    }

    .show_menu .navigation {
        transform: translateX(0);
        opacity: 1;
    }

    
    .cover-new-header .privacy_mobile.mobile_view {
        display: flex !important;
        justify-content: end;
    }

    .cover-new-header .privacy_mobile {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 32px;
    }

    .cover-new-header .privacy_mobile span {
        font-size: 16px;
        font-family: 'newSimplerProAlteRegular';
        color: #707070;
    }

    .cover-new-header .privacy_mobile .link {
        text-decoration: underline;
        color: #707070;
        font-size: 16px;
        font-family: 'newSimplerProAlteRegular';
    }

    .footer_bg {
        padding: 20px;
    }

    .footer_right.mobile_view {
        margin-top: 60px;
    }

    .footer_box {
        width: calc(33.3% - 15px);
    }

    .footer_left {
        flex-wrap: wrap;
        width: 100%;
        gap: 20px;
    }
    header.cover-new-header {
        direction: ltr;
        padding: 15px 0 15px
    }

    .cover-new-header .header_right a.btn_link {
        font-size: 0;
        order: 1;
    }

    .cover-new-header .header_left .logo {
        margin-left: 0;
    }

    .cover-new-header .header_right {
        gap: 25px;
        margin-right: 40px;
    }

    .cover-new-header a.toggle_nav {
        position: absolute;
        right: 20px;
    }

    .cover-new-header .header_right .primary_btn {
        background: transparent !important;
        height: 32px;
        line-height: 32px !important;
        min-width: 97px;
        border-radius: 24px !important;
        border: 1px solid #0153F4 !important;
        color: #0153F4 !important;
    }

    .cover-new-header .header_left ul {
        align-items: flex-end;
        flex-direction: column;
        gap: 0;

    }

    .cover-new-header .header_left ul li {
        width: 100%;
        text-align: right;

    }

    .cover-new-header .header_left ul li a {
        display: inline-block;
        width: 100%;
    }

    .cover-new-header .menu-item-has-children::after {
        display: none;
    }

    .cover-new-header .navigation ul li:nth-child(2)>.sub-menu {
        left: 0;
    }

    .cover-new-header .header_left ul li>.sub-menu {
        width: 100%;
        border: 0;
        padding: 0;
        position: static;
        display: none;
        margin-bottom: 15px;
    }

    .cover-new-header .menu-item-has-children>a {
        position: relative;
        padding-right: 22px;
        display: flex;
        align-items: center;
    }

    /* Arrow icon */
    .cover-new-header .menu-item-has-children>a .arrow {
        position: absolute;
        right: 0;
        width: 12px;
        height: 13px;
        background: url(../images/list_s_arrow.svg) no-repeat left center;
        transition: transform 0.3s ease;
    }

    /* Arrow UP when active */
    .cover-new-header .menu-item-has-children.active>a .arrow {
        transform: rotate(-90deg);
    }

    .cover-new-header .navigation ul li>.sub-menu li:first-child a:before {
        display: none;
    }

    .cover-new-header .header_left ul li .arrow {
        position: absolute;
        top: 27px;
        left: 0px;
        right: auto;
    }

    .cover-new-header .navigation ul li>.sub-menu li a {
        padding: 20px 0 0;
        border-bottom: 0;
    }

    .cover-new-header .header_right a.btn_link img {
        width: 28px;
    }

    .cover-new-header .header_left ul li a {
        padding: 24px 0 12px;
        border-bottom: 1px solid rgba(12, 8, 74, 0.30);
        font-size: 18px;
        color: #111;
        font-family: 'newSimplerProAlteRegular';
    }

    .cover-new-header .menu_top.mobile_view {
        display: flex !important;
    }

    .cover-new-header .logout {
        display: flex;
        justify-content: flex-end;
    }

    .cover-new-header .logout a {
        display: flex;
        align-items: center;
        padding: 20px 0 12px;
        border-bottom: 1px solid rgba(12, 8, 74, 0.30);
        width: 100%;
        justify-content: flex-end;
        font-size: 18px;
        color: #111;
        font-family: 'newSimplerProAlteRegular';
        direction: ltr !important;
    }

    .cover-new-header .logout a img {
        margin-left: 12px;
    }

    .header-spacer {
        height: 62px;
    }

    .cover-new-header a.btn_link.mobile_view img {
        height: 30px;
    }

    body .desktop_view {
        display: none !important;
    }

    header.cover-new-header .mobile_view {
        display: block !important;
    }

    body .mobile_view {
        display: block;
    }

    /* .cover-new-header .header_left .logo {
        margin-left: 0;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 102px;
        height: 17px;
    } */

    /* .cover-new-footer .container{
        padding: 0 28px !important;
    } */

}

@media(max-width:767px){
   
    body .desktop_view {
        display: none;
    }

    body .mobile_view {
        display: block;
    }

    .footer_main {
        flex-direction: column;
    }

    .footer_box {
        width: calc(50% - 15px);
    }

    footer{
        padding: 40px 0 52px;
    }

    .new-foot-ckpopup.cookies {
        background: #F8F8F8;
        padding: 19px 0;
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 999;
        min-height: auto;
    }
    .new-foot-ckpopup.cookies .container {
        flex-direction: column;
        padding: 0 30px;
    }
    .new-foot-ckpopup.cookies p {
        line-height: 20px;
        width: 100%;
    }
    .new-foot-ckpopup.cookies .cookiea_btn {
        justify-content: flex-end;
        align-items: center;
        margin-top: 16px;
        width: 100%;
        gap: 27px;
        padding-right: 0;
    }
    .new-foot-ckpopup.cookies .cookiea_btn a.link {
        font-size: 16px;
        line-height: 24px;
    }

    .footer_logo {
        margin: 0 0 44px !important;
    }
   
    .footer_box .title {
        margin-bottom: 12px;
    }
    .footer_box .footer_desc {
        margin: 0 0 20px;
    }
    .footer_left .footer_box:last-child {
        width: 100%;
    }
    .footer_box .footer_desc address {
        color: #0C084A;
        font-size: 16px;
        line-height: 24px;
    }
    .footer_box .social_icon span.title {
        margin-bottom: 16px;
    }
    .footer_bg {
        padding: 44px 20px 40px;
    }
    .foter_image {
        margin-bottom: 24px;
    }
}

@media (max-width: 560px) {
    .footer_logo img {
        width: 87px;
    }
    .footer_box .title {
        letter-spacing: 0;
    }
}