header {
    padding-bottom: 17.8125vw;
    font-family: FbAlfi-Regular;
}
header .sticky {
    position: fixed;
    top:0;
    width: 100%;
    height:17.8125vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    z-index: 1000;
    box-shadow: 0 4px 2px -2px rgba(0,0,0,0.2);

}

header .header_sticky_wrapper{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: inherit;
}

header .header_sticky_wrapper .middle_item_wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    height: inherit;
}

header .burger {
    position: absolute;
    right:4.375vw;
    top:6.09375vw;
    width:8.4375vw;
    cursor:pointer;
}
header .logo-shlomo {
    width:27.03125vw;
}
header .divider {
    width: 1px;
    height:50%;
    background: #c7c7c7;
    margin:0 11px;
}
header .logo-byd {
    width:19.6875vw;
}

header .burger_menu {
    position: fixed;
    top:17.8125vw;
    right:-95%;
    height:calc(100vh - 17.8125vw);
    width:95%;
    z-index: 1000;
    opacity: 0.98;
    background-color: #b2b2b2;
    transition:all 200ms ease-out;
}
header .burger_menu.active {
    box-shadow: -7px 6px 6px 0 rgba(0, 0, 0, 0.11);
    right:0;
}
header .burger_menu ul{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top:14.6875vw;
}
header .burger_menu .item {
    font-size: 6.7968vw;
    margin-bottom: 10.078vw;
    cursor: pointer;
}

header .burger_menu .js_contact_us_btn{
    width:11.5vw;
}

header .burger_menu .item:hover {
    text-decoration: underline;
}
header .burger_menu .english {
    font-family: Assistant-SemiBold;
    font-size: 5.9531vw;
}

footer {
    background:#b2b2b2;
    border-top: 1.25vw solid #ec1c24;
    padding:5.625vw 0 2vw;
}
footer .links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
footer .links .link {
    font-family: FbAlfi-Regular;
    font-size: 5.15625vw;
    margin: 0 8vw 5.625vw;
    color:#2f2f2f;
    cursor: pointer;
}

footer .links .link.english{
    font-family: Assistant-SemiBold;
    position: relative;
    top: -5px;
}

@media(min-width: 768px) {
    header {
        padding-bottom: 10vw;
    }
    header .sticky {
        height:10vw;
    }
    header .burger {
        right:4vw;
        top:3vw;
        width:5vw;
    }
    header .logo-shlomo {
        width:12vw;
    }
    header .divider {
    }
    header .logo-byd {
        width:10vw;
    }

    header .burger_menu {
        top:10vw;
        height:calc(100vh - 10vw);
        right: -30%;
        width: 30%;
        background: #ffffff;
        opacity: 1;
        border-top: 1px solid lightgrey;
    }
    header .burger_menu.active {
        right:0;
    }
    header .burger_menu ul{
        padding-top:10vw;
    }
    header .burger_menu .item {
        font-size: 4vw;
        margin-bottom: 4vw;
    }

    header .burger_menu .js_contact_us_btn{
        width:7.4vw;
    }

    header .burger_menu .english {
        font-size: 3.4vw;
    }

    footer {
        border-top: 4px solid #ec1c24;
        padding:45px 0;
    }
    footer .links .link {
        font-size: 19px;
        margin: 0 20px 0;
    }
}
@media(min-width: 1200px) {
    header {
        padding-bottom: 70px;
    }
    header .sticky {
        padding-left:7.6vw;
        height:70px;
    }

    header .header_sticky_wrapper{
        justify-content: space-between;
    }

    header .header_item {
        font-size: 19.6px;
        line-height: 19.7px;
        color:#2f2f2f;
        margin:0 50px;
    }
    header .english {
        position: relative;
        top:1px;
        font-family: Assistant-SemiBold;
        font-size: 17.1px;
        line-height: 19.7px;
    }
    header .burger {
        position: static;
        width:30px;
    }
    header .logo-shlomo {
        width:5.78125vw;
    }
    header .divider {
        top:0;
        margin:0 5px;
    }
    header .logo-byd {
        width:4.21875vw;
    }

    header .js_contact_us_btn{
        width: 1.9895833333333335vw;
    }

    header .burger_menu {
        top:70px;
        height:calc(100vh - 70px);
    }
    header .burger_menu.active {
        right:0;
    }
    header .burger_menu ul{
        padding-top:20px;
    }
    header .burger_menu .item {
        font-size: 20px;
        margin-bottom: 20px;
    }

    header .burger_menu .js_contact_us_btn{
        width:3.125vw;
    }

    header .burger_menu .english {
        font-size: 20px;
    }

    header .header_sticky_wrapper .middle_item_wrapper{
        padding-right: 7.6vw;
    }

    footer {
        border-top: 4px solid #ec1c24;
        padding:45px 0;
    }
    footer .links .link {
        font-size: 19px;
        margin: 0 20px 0;
    }
}
@media(min-width: 1500px) {
    footer .links .link {
        font-size: 19.6px;
        margin: 0 50px 0;
    }
}