body{
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    height: 100%;
    font-family: "IBM Plex Sans Hebrew", sans-serif;
    direction: ltr;
}
input,textarea{
    font-family: "Quicksand", sans-serif;
}
a{
    text-decoration: none;
}

.all-the-header-box-line{
    height: 5.9vw;
}
.all-the-header-box{
    background: white;
    box-shadow: 0 1px 18px rgb(0 0 0 / 21%);
    display: flex;
    height: 5.9vw;
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    border-radius: 0;
    display: flex;
    z-index: 999;
}
.all-the-header-box .the-start-side-header{
    width: 18%;
    height: 100%;
}
.all-the-header-box .the-start-side-header .the-logo-header{
    width: 77%;
    height: 100%;
    padding: 0 16% 0 0;
    display: flex;
    align-items: center;
}
.all-the-header-box .the-start-side-header .the-logo-header img{
    width: 100%;
    display: block;
}
.all-the-header-box .the-center-side-header{
    width: 84%;
    height: 100%;
}
.all-the-header-box .the-center-side-header .the-nav-header{
    height: 100%;
}
.all-the-header-box .the-center-side-header .the-nav-header .the-ul-header{
    height: 100%;
    display: flex;
    text-decoration: none;
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
    list-style-type: none;
}
.all-the-header-box .the-center-side-header .the-nav-header .the-ul-header .the-li-header{
    height: 100%;
}
.all-the-header-box .the-center-side-header .the-nav-header .the-ul-header .the-li-header .the-a-header{
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 0.6vw;
    color: var(--color-blue-header);
    font-size: var(--m-font-size);
}
.all-the-header-box .the-center-side-header .the-nav-header .the-ul-header .the-li-header .the-a-header.active{
    color: var(--color-green-header);
    font-weight: 700;
}
.all-the-header-box .the-end-side-header{
    width: 15%;
    height: 100%;
    display: flex;
    align-items: center;
}
.all-the-header-box .the-end-side-header .the-button-of-contact{
    background: var(--color-blue-header);
    display: flex;
    align-items: center;
    padding: 0.25vw 0.6vw;
    border-radius: 40px;
    cursor: pointer;
}
.all-the-header-box .the-end-side-header .the-button-of-contact .the-text-contact{
    color: var(--color-white);
    font-size: var(--ml-font-size);
    margin: 0 0.5vw;
}
.all-the-header-box .the-end-side-header .the-button-of-contact .the-icon-contact{
    margin: 0 0.5vw;
}
.all-the-header-box .the-end-side-header .the-button-of-contact .the-icon-contact img{
    
}
.all-the-header-menu-bar{
    display: none;
}



@media screen and (max-width: 600px) {
    .all-the-header-box-line {
        height: 50px;
    }
    .all-the-header-box{
        display: none;
    }
    .all-the-header-menu-bar {
        height: 50px;
        position: fixed;
        z-index: 999;
        background: white;
        top: 0;
        width: 100%;
        box-shadow: 0 5px 15px 0 rgba(22, 35, 184, .13);
        display: block;
    }
    .all-the-header-menu-bar-mobile{
        display: block;
        z-index: 999999999;
        position: relative;
        direction: rtl;
    }
    .all-the-header-menu-bar-mobile .all-the-first-nav{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 10px;
    }
    .all-the-header-menu-bar-mobile .all-the-first-nav .the-right-first{
        display: flex;
        align-items: center;
    }
    .all-the-header-menu-bar-mobile .all-the-first-nav .the-right-first .the-right-first-burger{
        font-size: 24px;
    }
    .all-the-header-menu-bar-mobile .all-the-first-nav .the-right-first .the-right-first-globe{
        font-size: 20px;
        margin: 0 4px;
    }
    
    .all-the-header-menu-bar-mobile .all-the-first-nav .the-left-first{
        width: 80px;
    }
    .all-the-header-menu-bar-mobile .all-the-first-nav .the-left-first img{
        width: 100%;
        display: block;
    }
    



    .all-the-header-menu-bar-mobile .all-the-screen-black{
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        background: #00000075;
    }
    .all-the-header-menu-bar-mobile .all-the-screen-white-change-language{
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        right: -100%;
        background: white;
        overflow: hidden;
        transition: all 0.5s;
    }
    .all-the-header-menu-bar-mobile .all-the-screen-white-change-language .all-the-top-change-language{
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 50px;
        padding: 0 10px;
    }
    .all-the-header-menu-bar-mobile .all-the-screen-white-change-language .all-the-top-change-language .the-start-change-language{
        width: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 40px;
    }
    .all-the-header-menu-bar-mobile .all-the-screen-white-change-language .all-the-top-change-language .the-center-change-language{
        font-size: 18px;
        font-weight: 600;
    }
    .all-the-header-menu-bar-mobile .all-the-screen-white-change-language .all-the-top-change-language .the-end-change-language{
        background: #3d71e9;
        width: 30px;
        height: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        font-size: 8px;
        border-radius: 10px;
    }
    .all-the-header-menu-bar-mobile .all-the-screen-white-change-language .all-the-single-change-language{
        height: calc(100% - 50px);
        overflow: auto;
    }
    .all-the-header-menu-bar-mobile .all-the-screen-white-change-language .all-the-single-change-language .all-the-single-lang{
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 90%;
        margin: 0 auto 0;
        height: 50px;
        border-bottom: solid 1px #d9d9d9;
    }
    .all-the-header-menu-bar-mobile .all-the-screen-white-change-language .all-the-single-change-language .all-the-single-lang .the-flag{
        width: 30px;
    }
    .all-the-header-menu-bar-mobile .all-the-screen-white-change-language .all-the-single-change-language .all-the-single-lang .the-flag img{
        width: 100%;
        display: block;
    }
    .all-the-header-menu-bar-mobile .all-the-screen-white-change-language .all-the-single-change-language .all-the-single-lang .the-text-flag{
        font-size: 14px;
    }
   



    .all-the-header-menu-bar-mobile .all-the-screen-white{
        position: fixed;
        width: 300px;
        height: 100%;
        top: 0;
        right: -300px;
        background: white;
        border-radius: 20px 0 0 20px;
        overflow: hidden;
        transition: all 0.5s;
    }
    .all-the-header-menu-bar-mobile .all-the-screen-white .all-the-top-screen-white{
        position: absolute;
        width: calc(100% - 40px);
        height: 15%;
        background: rgb(255, 255, 255);
        box-shadow: 0 5px 15px 0 rgba(22, 35, 184, .13);
        display: flex;
        justify-content: space-between;
        padding: 0 20px;
        align-items: center;
    }
    .all-the-header-menu-bar-mobile .all-the-screen-white .all-the-top-screen-white img{
        width: 120px;
    }
    .all-the-header-menu-bar-mobile .all-the-screen-white .all-the-top-screen-white .the-all-link-user{
        background: #3f7966;
        display: flex;
        align-items: center;
        border-radius: 20px;
        padding: 5px 20px;
    }
    .all-the-header-menu-bar-mobile .all-the-screen-white .all-the-top-screen-white .the-all-link-user .the-icon-user{
        background: white;
        color: #3f7966;
        border-radius: 50%;
        width: 26px;
        height: 26px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .all-the-header-menu-bar-mobile .all-the-screen-white .all-the-top-screen-white .the-all-link-user .the-text-user{
        color: white;
        font-size: 14px;
        margin: 0 8px 0 0;
    }
    .all-the-header-menu-bar-mobile .all-the-screen-white .all-the-top-screen-white .the-all-button-close{
        font-size: 24px;
    }
    .all-the-header-menu-bar-mobile .all-the-screen-white .all-the-center-screen-white{
        position: absolute;
        width: 100%;
        height: 70%;
        top: 15%;
        overflow: auto;
    }
    .all-the-header-menu-bar-mobile .all-the-screen-white .all-the-center-screen-white .all-the-navbar{
        padding: 25px 20px;
    }
    .all-the-header-menu-bar-mobile .all-the-screen-white .all-the-center-screen-white .all-the-navbar .all-the-ul{
        margin: auto;
        list-style: none;
        padding: 0;
        border-top: solid 2px #a5a5a5;
    }
    .all-the-header-menu-bar-mobile .all-the-screen-white .all-the-center-screen-white .all-the-navbar .all-the-ul .all-the-li{
        border-bottom: solid 2px #a5a5a5;
    }
    .all-the-header-menu-bar-mobile .all-the-screen-white .all-the-center-screen-white .all-the-navbar .all-the-ul .all-the-li .all-the-a{
        display: block;
        padding: 15px 0;
        text-decoration: none;
        color: black;
    }
    

    .all-the-header-menu-bar-mobile .all-the-screen-white .all-the-bottom-screen-white{
        position: absolute;
        width: 100%;
        height: 15%;
        bottom: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        border-top: solid 1px #d7d7d7;
    }
    .all-the-header-menu-bar-mobile .all-the-screen-white .all-the-bottom-screen-white .the-text-bottom{
        margin: 0 5px 0 0;
    }
    .all-the-header-menu-bar-mobile .all-the-screen-white .all-the-bottom-screen-white .the-logo-bottom{
        width: 100px;
    }
    .all-the-header-menu-bar-mobile .all-the-screen-white .all-the-bottom-screen-white .the-logo-bottom img{
        display: block;
        width: 100%;
    }
}








.all-the-footer-menu{
    background: #203452;
    border-radius: 30px 30px 0 0;
    position: relative;
}
.all-the-footer-menu .the-background-footer{
    position: absolute;
    width: 55%;
    height: calc(100% - 9vw);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.all-the-footer-menu .the-start-line{
    height: 9vw;
    border-bottom: solid 1px #666666;
    position: relative;
}
.all-the-footer-menu .the-main-line{
    display: flex;
    padding: 0 0 4vw 0;
    border-bottom: solid 1px #666666;
    position: relative;
    flex-wrap: wrap;
}
.all-the-footer-menu .the-main-line .all-the-image-logo{
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.all-the-footer-menu .the-main-line .all-the-image-logo img{
    width: 50%;
}
.all-the-footer-menu .the-main-line .all-the-main-inside{
    width: 60%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.all-the-footer-menu .the-main-line .all-the-main-inside .all-the-main-menu{
    width: 24%;
}
.all-the-footer-menu .the-main-line .all-the-main-inside .all-the-main-menu .footer-menu-title{
    color: #57f0c3;
    font-size: var(--m-font-size);
    margin: -2vw 0 1vw 0;
}
.all-the-footer-menu .the-main-line .all-the-main-inside .all-the-main-menu .footer-menu-list{
    margin: 2vw 0 0 0;
    padding: 0;
    list-style-type: none;
}
.all-the-footer-menu .the-main-line .all-the-main-inside .all-the-main-menu .footer-menu-list .footer-menu-item{
    
}
.all-the-footer-menu .the-main-line .all-the-main-inside .all-the-main-menu .footer-menu-list .footer-menu-item a{
    color: var(--bg-color-button-gray-dark);
    font-size: var(--m-font-size);
}
.all-the-footer-menu .the-main-line .all-the-image-avatar{
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.all-the-footer-menu .the-main-line .all-the-image-avatar img{
    width: 50%;
}


.all-the-footer-menu .the-end-line{
    height: 9vw;
    position: relative;
}

@media screen and (max-width: 600px) {
    .all-the-footer-menu .the-start-line {
        height: 20vw;
        border-bottom: none;
    }
    .all-the-footer-menu .the-main-line .all-the-image-logo {
        width: 100%;
        margin: 0 0 60px 0;
    }
    .all-the-footer-menu .the-main-line .all-the-image-logo img {
        width: 50%;
    }
    .all-the-footer-menu .the-main-line .all-the-image-avatar {
        width: 100%;
    }
    .all-the-footer-menu .the-main-line .all-the-image-avatar img{
        width: 50%;
    }
    .all-the-footer-menu .the-main-line .all-the-main-inside {
        width: 90%;
        margin: 0 auto 0;
    }
    .all-the-footer-menu .the-main-line .all-the-main-inside .all-the-main-menu {
        width: 50%;
        margin: 0 0 50px 0;
    }
    .all-the-footer-menu .the-main-line .all-the-main-inside .all-the-main-menu .footer-menu-list .footer-menu-item a {
        padding: 6px 0;
        display: block;
    }
}







.all-the-breadcrumb-web{
    width: 90%;
    margin: 1vw auto 1vw;
    max-width: 1440px;
}
.all-the-breadcrumb-web .breadcrumb-nav{
    
}
.all-the-breadcrumb-web .breadcrumb-nav .breadcrumb-ol{
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
}
.all-the-breadcrumb-web .breadcrumb-nav .breadcrumb-ol .breadcrumb-li{
    display: flex;
    align-items: center;
    font-size: 1vw;
    color: #666666;
}
.all-the-breadcrumb-web .breadcrumb-nav .breadcrumb-ol .breadcrumb-li .breadcrumb-a{
    font-size: 1vw;
    color: #629a7b;
    text-decoration: underline;
}
.all-the-breadcrumb-web .breadcrumb-nav .breadcrumb-ol .breadcrumb-li .breadcrumb-icon{
    font-size: 1vw;
    margin: 0.1vw 0 0 0;
    color: #666666;
}

@media screen and (max-width: 600px) {
    .all-the-breadcrumb-web {
        margin: 10px auto 10px;
    }
    .all-the-breadcrumb-web .breadcrumb-nav .breadcrumb-ol .breadcrumb-li {
        font-size: 12px;
    }
    .all-the-breadcrumb-web .breadcrumb-nav .breadcrumb-ol .breadcrumb-li .breadcrumb-a {
        font-size: 12px;
    }
    .all-the-breadcrumb-web .breadcrumb-nav .breadcrumb-ol .breadcrumb-li .breadcrumb-icon {
        font-size: 12px;
        margin: 2px 0 0 0;
    }
}