@font-face {
    font-family: 'Open Sans Hebrew';
    font-weight: 300;
    font-style: normal;
    src: url(../fonts/opensanshebrew-light-webfont.eot);
    src: url(../fonts/opensanshebrew-light-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/opensanshebrew-light-webfont.woff) format("woff"), url(../fonts/opensanshebrew-light-webfont.ttf) format("truetype");
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans Hebrew';
    font-weight: 400;
    font-style: italic;
    src: url(../fonts/opensanshebrew-italic-webfont.eot);
    src: url(../fonts/opensanshebrew-italic-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/opensanshebrew-italic-webfont.woff) format("woff"), url(../fonts/opensanshebrew-italic-webfont.ttf) format("truetype");
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans Hebrew';
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/opensanshebrew-regular-webfont.eot);
    src: url(../fonts/opensanshebrew-regular-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/opensanshebrew-regular-webfont.woff) format("woff"), url(../fonts/opensanshebrew-regular-webfont.ttf) format("truetype");
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans Hebrew';
    font-weight: 700;
    font-style: italic;
    src: url(../fonts/opensanshebrew-bolditalic-webfont.eot);
    src: url(../fonts/opensanshebrew-bolditalic-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/opensanshebrew-bolditalic-webfont.woff) format("woff"), url(../fonts/opensanshebrew-bolditalic-webfont.ttf) format("truetype");
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans Hebrew';
    font-weight: 700;
    font-style: normal;
    src: url(../fonts/opensanshebrew-bold-webfont.eot);
    src: url(../fonts/opensanshebrew-bold-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/opensanshebrew-bold-webfont.woff) format("woff"), url(../fonts/opensanshebrew-bold-webfont.ttf) format("truetype");
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans Hebrew';
    font-weight: 800;
    font-style: italic;
    src: url(../fonts/opensanshebrew-extrabold-webfont.eot);
    src: url(../fonts/opensanshebrew-extrabold-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/opensanshebrew-extrabold-webfont.woff) format("woff"), url(../fonts/opensanshebrew-extrabold-webfont.ttf) format("truetype");
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans Hebrew';
    font-weight: 800;
    font-style: normal;
    src: url(../fonts/opensanshebrew-extrabold-webfont.eot);
    src: url(../fonts/opensanshebrew-extrabold-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/opensanshebrew-extrabold-webfont.woff) format("woff"), url(../fonts/opensanshebrew-extrabold-webfont.ttf) format("truetype");
    font-display: swap;
}

html.highlight *:focus {
    outline: 2px solid red;
    outline-offset: 6px;
}

.cookies {
    font-size: 14px;
    z-index: 9999999;
    background: #e4e4e4;
    height: auto;
    position: fixed;
    width: 100%;
    color: #363f45;
    box-sizing: border-box;
    padding: 10px 30px;
    bottom: 0;
    text-align: center;
    font-weight: 600;
}

.cookies p {
    margin: 0;
    display: inline-block;
}

.cookies p i {
    color: #D81018;
    margin-left: 8px;
}

.cookies a {
    text-decoration: underline;
    color: #363f45;
}

.cookies .close-cookies {
    float: left;
    /* color: #D81018; */
    color: #C70F15;
    cursor: pointer;
}

.link-access {
    position: fixed;
    bottom: 10%;
    right: 0;
    z-index: 999;
    width: 56px;
    padding: 10px;
}

.link-access.active {
    filter: brightness(180%);
}

a.blocked {
    display: block;
}

a.inline {
    display: inline-block;
}

a {
    display: inline-block;
}

.access-hidden {
    position: fixed;
    right: -9000px;
    height: 1px;
    width: 1px;
    overflow: hidden;
    margin: 0;
    padding: 0.5em;
    color: #fff;
    background: #000;
    font-size: 21px;
}

.access-hidden:focus,
.access-hidden:active {
    -webkit-tap-highlight-color: #616265;
    z-index: 999;
    top: 0;
    right: 0;
    height: auto;
    width: auto;
    overflow: visible;
}

.access-text {
    font-size: 0;
}

html,
body {
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    min-width: 1280px;
    font-size: 0;
    direction: rtl;
    color: white;
    font-family: "Open Sans Hebrew", sans-serif;
}

.top-menu .menu_container .sub-menu .mobile-only {
    display: none !important;
}

.footer-menu h2,
.footer-menu h3 {
    color: #363F45;
}

.footer-menu h3 {
    margin: 0;
    color: #363F45;
}

.top-menu h3 {
    margin: 0;
}

a {
    text-decoration: none;
}

.rega_loadmore {
    height: 59px;
    width: 210px;
    background-color: #D81018;
    color: white;
    border-radius: 4px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    margin: 20px auto;
    padding: 0;
    line-height: 59px;
    letter-spacing: 0;
    margin-top: 10px;
}

.rega_loadmore_non {
    height: 59px;
    width: 210px;
    background-color: #D81018;
    color: white;
    border-radius: 4px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    margin: 20px auto;
    padding: 0;
    line-height: 59px;
    letter-spacing: 0;
    margin-top: 10px;
}

.top-nav {
    width: 100%;
    border-bottom: 2px solid #e9e9e9;
    position: fixed;
    top: 0;
    right: 0;
    height: 120px;
    text-align: center;
    z-index: 200;
    min-width: 1280px;
    background: white;
}

.top-nav a {
    display: inline-block;
}

.top-nav .logos {
    margin-top: 5px;
    display: inline-block;
    vertical-align: middle;
}

.top-nav .logos img {
    height: 82px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}

.top-nav .logos img:nth-of-type(2) {
    height: 100px;
    vertical-align: bottom;
}

.top-nav .logos .divider {
    width: 2px;
    margin-left: 15px;
    height: 82px;
    display: inline-block;
    vertical-align: middle;
    background: #e9e9e9;
}

.top-nav .search-container {
    height: 60px;
    width: 390px;
    /* border: 2px solid #e9e9e9; */
    /* border-radius: 3px; */
    display: inline-block;
    text-align: right;
    position: relative;
    vertical-align: middle;
    top: 8px;
    margin-right: 20px;
}

.top-nav .search-container input {
    display: inline-block;
    font-size: 24px;
    font-family: "Open Sans Hebrew", sans-serif;
    color: #363F45;
    border: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 13px 23px;
    padding-left: 56px;
    background: none;
    outline: 0;
}

.top-nav .search-container .submit {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 50%;
    margin-top: -12px;
    left: 20px;
}

.top-nav .search-container .search-icon {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 50%;
    margin-top: -12px;
    left: 0px;
}

.top-nav .social-container {
    display: inline-block;
    text-align: right;
    position: relative;
    vertical-align: middle;
    margin: 20px;
    margin-bottom: 0;
    margin-top: 18px;
}

.top-nav .social-container .social-btn {
    display: inline-block;
    vertical-align: middle;
    padding: 10px;
    text-align: center;
    margin-left: 7px;
}

.top-nav .social-container .social-btn .icon {
    height: 17px;
    width: auto;
    margin-bottom: 5px;
}

.top-nav .social-container .social-btn span {
    display: block;
    font-size: 10px;
    font-weight: bold;
    color: #363F45;
}

.top-nav .news-a {
    margin-left: 30px;
}

.top-nav .newsletter-btn {
    display: inline-block;
    color: #D81018;
    border: 2px solid #D81018;
    border-radius: 3px;
    font-size: 14px;
    font-weight: bold;
    padding: 18px;
    vertical-align: middle;
    margin-top: 8px;
}

.top-nav .newsletter-btn:hover {
    background: #D81018;
    color: white;
}

.top-nav .menu-divider {
    width: 2px;
    margin-left: 15px;
    height: 82px;
    display: inline-block;
    vertical-align: middle;
    background: #e9e9e9;
}

.top-nav .menu-btn {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    cursor: pointer;
}

.top-nav .menu-btn .o-icon {
    display: inline-block;
}

.top-nav .menu-btn .x-icon {
    display: none;
}

.top-nav .menu-btn.open .x-icon {
    display: inline-block;
}

.top-nav .menu-btn.open .o-icon {
    display: none;
}

.top-nav .menu-btn img {
    width: 35px;
    margin-top: 10px;
    height: auto;
}

.top-nav .nav-container {
    max-width: 1260px;
    margin: 0 auto;
}

.categories-nav {
    width: 100%;
    position: fixed;
    top: 120px;
    right: 0;
    text-align: center;
    z-index: 100;
    height: 116px;
    box-sizing: border-box;
    padding: 14px;
    background: white;
    min-width: 1280px;
}

.categories-nav a {
    display: inline-block;
}

.categories-nav .cat-btn {
    display: inline-block;
    padding: 15px;
    margin: 0 20px;
}

.categories-nav .cat-btn .icon {
    height: 36px;
    width: auto;
    margin-bottom: 10px;
}

.categories-nav .cat-btn span {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #363F45;
}

.comments-section {
    color: #363F45;
    font-size: 16px;
}

.comments-section ol,
.comments-section ul {
    list-style: none;
}

.comments-section a {
    color: #363F45;
}

.comments-section .comment-author {
    display: inline-block;
    color: #69738C;
}

.comments-section .comment-author img {
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-left: 10px;
}

.comments-section .comment-meta {
    display: inline-block;
    margin-right: 5px;
    color: #69738C !important;
}

.comments-section .comment-meta a {
    color: #69738C;
}

.comments-section .reply {
    text-align: left;
    color: #D81018;
    text-decoration: underline;
    font-weight: bold;
}

.comments-section .reply a {
    color: #D81018;
}

.comments-section .comment-body {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e9e9e9;
}

.comments-section .comment-body p {
    font-size: 18px;
    font-weight: bold;
    padding-right: 40px;
}

.comments-section .comment-form-comment textarea {
    width: 100%;
}

.comments-section .form-submit input[type=submit] {
    background: #D81018;
    border-radius: 4px;
    color: white;
    font-family: 'Open Sans Hebrew';
    border: 0;
    padding: 8px 34px;
    font-size: 16px;
}

.top-menu {
    position: fixed;
    top: 122px;
    width: 100%;
    background: white;
    right: 0;
    z-index: 190;
    text-align: center;
    color: #363F45;
    font-size: 15px;
    box-sizing: border-box;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-50px);
    transition: all 0.5s ease;
    box-shadow: 0 0 100px #00000060;
    background: url("../img/menu-fade.png") center top repeat-x white;
    padding: 20px 0;
}

.top-menu.open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.top-menu a {
    color: #363F45;
    display: inline;
}

.top-menu ul {
    list-style: none;
    padding: 0;
    margin-top: 5px;
    line-height: 2;
}

.top-menu .upper,
.top-menu .lower {
    background: url("../img/menu-fade.png") center top repeat-x;
    padding: 20px 0;
}

.top-menu .section {
    width: 300px;
    display: inline-block;
    text-align: right;
    vertical-align: top;
}

.top-menu .section .icon {
    height: 35px;
    width: auto;
    margin-bottom: 5px;
    margin-top: 10px;
}

.top-menu .section .sec-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0px;
}

.top-menu .upper,
.top-menu .lower {
    display: none !important;
}

.top-menu .menu_container {
    text-align: right;
    max-width: 1200px;
    margin: 0 auto;
}

.top-menu .menu_container li {
    display: inline-block;
    vertical-align: top;
    margin: 10px auto;
}

.top-menu .menu_container .menu-item-has-children > a {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0px;
}

.top-menu .menu_container .two-col .sub-menu {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    list-style-position: inside;
    width: 440px;
    overflow: hidden;
}

.top-menu .menu_container .sub-menu {
    width: 280px;
}

.top-menu .menu_container .sub-menu li {
    display: block;
    margin: auto;
}

.gform_ajax_spinner {
    position: fixed;
    top: 50%;
    margin-top: -80px;
    margin-left: -80px;
    left: 50%;
    width: 160px;
    height: 160px;
}

.footer-menu {
    position: static;
    width: 100%;
    background: white;
    right: 0;
    z-index: 190;
    display: block;
    text-align: center;
    color: #363F45;
    font-size: 15px;
    box-sizing: border-box;
    padding-top: 30px;
    padding-bottom: 30px;
    background: url("../img/menu-fade.png") center top repeat-x white;
}

.footer-menu a {
    color: #363F45;
}

.footer-menu ul {
    list-style: none;
    padding: 0;
    margin-top: 5px;
    line-height: 2;
}

.footer-menu .upper,
.footer-menu .lower {
    background: url("../img/menu-fade.png") center top repeat-x;
    padding: 20px 0;
}

.footer-menu .upper,
.footer-menu .lower {
    display: none !important;
}

.footer-menu .menu_container {
    text-align: right;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.footer-menu .menu_container li {
    display: inline-block;
    vertical-align: top;
    margin: 10px auto;
    text-align: right;
}

.footer-menu .menu_container .menu-item-has-children > a {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0px;
}

.footer-menu .menu_container .two-col .sub-menu {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    list-style-position: inside;
    width: 440px;
    overflow: hidden;
}

.footer-menu .menu_container .sub-menu {
    width: 238px;
    line-height: 1.7;
}

.footer-menu .menu_container .sub-menu li {
    display: block;
    margin: auto;
}

.footer-menu .section {
    width: 300px;
    display: inline-block;
    text-align: right;
    vertical-align: top;
}

.footer-menu .section .icon {
    height: 35px;
    width: auto;
    margin-bottom: 5px;
    margin-top: 10px;
}

.footer-menu .section .sec-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0px;
}

.news-popup {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
}

.news-popup .com-law {
    position: fixed;
    width: 380px;
    font-size: 16px;
    top: 0;
    left: 50%;
    margin-left: -190px;
    padding: 10px 20px;
    z-index: 900;
    top: 18%;
    color: #545454;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(152, 120, 55, 0.58);
    background: white;
    box-sizing: border-box;
    height: auto;
    text-align: center;
    display: none;
}

.news-popup .com-law h2 {
    font-size: 24px;
    color: #D81018;
}

.news-popup .com-law .close-btn {
    color: white;
    background: #D81018;
    border-radius: 100%;
    padding: 4px 7px;
    position: absolute;
    top: -9px;
    right: -10px;
    text-align: center;
    cursor: pointer;
}

.news-popup .com-law p {
    text-align: right;
}

.news-popup .gfield_visibility_hidden {
    visibility: hidden;
}

.news-popup .popup-box {
    width: 854px;
    min-height: 502px;
    margin: 0 auto;
    margin-top: 5%;
    background: url("../img/popbg.jpg") center center no-repeat white;
    background-size: cover;
    border: 25px solid white;
    border-bottom-width: 35px;
    position: relative;
}

.news-popup .content {
    background: rgba(255, 255, 255, 0.75);
    width: 666px;
    min-height: 312px;
    position: static;
    left: 50%;
    margin-left: -333px;
    margin: 30px auto;
    bottom: 30px;
    box-sizing: border-box;
    padding: 15px;
    margin: 20px auto;
    text-align: center;
    color: #363F45;
}

.news-popup .content #field_1_5 {
    display: block;
    width: 100%;
}

.news-popup .content #field_1_6 {
    float: right;
}

.news-popup .content li#field_1_9 {
    width: 100%;
}

.news-popup .content form {
    font-size: 14px;
    text-align: right;
    color: #363F45;
}

.news-popup .content form a {
    color: #D81018 !important;
    text-decoration: underline;
}

.news-popup .content .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.news-popup .content .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin-top: 6px;
}

.news-popup .content .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    font-size: inherit;
    font-family: inherit;
    padding: 5px 4px;
    letter-spacing: normal;
    font-family: "Open Sans Hebrew", sans-serif;
    font-size: 18px;
    padding: 10px 20px;
    margin: 5px;
    border: 2px solid #e9e9e9;
    border-radius: 4px;
    color: #363F45;
    width: 97%;
}

.news-popup .content .gform_wrapper .top_label div.ginput_container {
    margin-top: 8px;
    vertical-align: top;
    width: 99%;
}

.news-popup .content .gform_wrapper iframe {
    transform: scale(0.9) translateX(10px);
}

.news-popup .content .gform_wrapper .top_label .gfield_label {
    display: -moz-inline-stack;
    display: inline-block;
    line-height: 1.3;
    clear: both;
    display: none;
}

.news-popup .content .gform_wrapper.gf_browser_chrome .gfield_checkbox li input,
.news-popup .content .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox],
.news-popup .content .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
    margin-top: 3px;
    width: 30px !important;
    height: 17px;
    vertical-align: top;
}

.news-popup .content .gform_wrapper div.validation_error {
    margin-bottom: 0px;
    margin-top: 20px;
    font-size: 18px;
}

.news-popup .content .gform_wrapper ul.gfield_checkbox li label,
.news-popup .content .gform_wrapper ul.gfield_radio li label {
    font-weight: bold;
    font-size: .9em;
}

.news-popup .content .gform_wrapper .gform_footer input.button,
.news-popup .content .gform_wrapper .gform_footer input[type=submit],
.news-popup .content .gform_wrapper .gform_page_footer input.button,
.news-popup .content .gform_wrapper .gform_page_footer input[type=submit] {
    font-size: 1em;
    width: auto;
    margin: 0 16px 0 0;
    background: #D81018;
    /* border-radius: 4px; */
    border-radius: 4px 0 0 4px !important;
    border: 0 !important;
    padding: 10px 40px !important;
    margin: 0 auto !important;
    color: white !important;
    font-family: "Open Sans Hebrew", sans-serif !important;
    font-size: 18px !important;
    cursor: pointer;
}

.news-popup .content .gform_wrapper .gform_footer {
    padding: 16px 0 10px;
    margin: 7px -8px 0;
    text-align: center;
    clear: none;
    width: 100%;
    float: none;
}

.news-popup .content .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    font-size: 12px;
    opacity: 1;
    color: #7a0000;
}

.news-popup .content .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0;
    width: 48%;
    margin-left: 8px;
    display: inline-block;
    margin-top: 0;
}

@media screen and (max-width: 640px) {
    .news-popup .content .gform_wrapper ul.gform_fields li.gfield {
        width: 98%;
    }
}

.news-popup .content .gform_wrapper ul.gform_fields li.gfield.gfield_error input {
    border: 2px solid red !important;
}

.news-popup .content .gform_wrapper form {
    text-align: right;
    max-width: 95%;
    margin: 0 auto;
}

.news-popup .content .gform_wrapper {
    margin: 0px 0;
    max-width: 100%;
}

.news-popup .content .gform_wrapper .gform_body {
    width: 100%;
    text-align: right;
}

.news-popup .content .gform_confirmation_message_1 {
    font-size: 23px;
    color: #D81018;
    font-weight: bold;
}

.news-popup .content .dont-show {
    font-size: 13px;
    color: #363f45;
    position: absolute;
    width: 200px;
    margin-left: -100px;
    left: 50%;
    bottom: -27px;
    text-decoration: underline;
    font-weight: bold;
}

.news-popup .content .top-icon {
    margin-top: 10px;
}

.news-popup .content .subtitle {
    font-weight: bold;
    font-size: 28px;
    margin: 14px;
    line-height: 1.3;
    margin-bottom: -4px;
}

.news-popup .close-pp {
    position: absolute;
    left: -15px;
    top: -15px;
    padding: 15px;
    background: white;
    cursor: pointer;
}

.news-popup .close-pp img {
    width: 19px;
    height: auto;
}

.mobile-nav {
    display: none;
}

input[type='submit'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

@media screen and (max-width: 640px) {
    .link-access {
        right: auto;
        left: 20px;
        bottom: 11px;
        width: 70px;
    }

    .news-popup {
        min-height: 13000px;
        position: absolute;
    }

    .news-popup .popup-box {
        width: 85%;
        min-height: 760px;
        margin-top: 15%;
        border-bottom-width: 50px;
    }

    .news-popup .com-law {
        transform: scale(1.4);
    }

    .news-popup .content {
        width: 90%;
        left: 0;
        position: static;
        margin: 0 auto;
        margin-top: 60px;
    }

    .news-popup .content .dont-show {
        font-size: 18px;
        color: #363f45;
        position: absolute;
        width: 300px;
        margin-left: -150px;
        left: 50%;
        bottom: -37px;
        text-decoration: underline;
        font-weight: bold;
    }

    .news-popup .content .subtitle {
        font-size: 46px;
        font-weight: 400;
        line-height: 1.1;
    }

    .news-popup .content .subtitle span {
        font-size: 28px;
        font-weight: bold;
    }

    .news-popup .content .gform_wrapper .gform_body {
        width: 100%;
    }

    .news-popup .content .gform_wrapper form {
        overflow: hidden;
    }

    .news-popup .content .gform_wrapper .gform_footer {
        width: 100%;
        margin: 0;
    }

    .news-popup .content .gform_wrapper ul.gfield_checkbox li label {
        font-weight: bold;
        font-size: 20px;
    }

    .news-popup .content .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
        margin: 0 auto !important;
        width: 100%;
        font-size: 24px !important;
        font-weight: bold;
    }

    .news-popup .content .gform_wrapper.gf_browser_safari .gfield_checkbox li input,
    .news-popup .content .gform_wrapper.gf_browser_safari .gfield_checkbox li input[type=checkbox] {
        width: 40px !important;
        height: 29px;
    }

    .news-popup .content .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
        font-size: 24px;
        font-weight: 400;
    }

    .top-menu .menu_container .sub-menu .mobile-only {
        display: block !important;
    }

    .breadcrumbs {
        display: none !important;
    }

    html,
    body {
        min-width: 0px;
    }

    .footer-menu {
        padding-bottom: 0;
        padding-bottom: 110px;
    }

    .footer-menu .menu_container .menu-item-has-children.active:before {
        content: "\f078";
    }

    .footer-menu .menu_container .menu-item-has-children.active .sub-menu {
        display: block;
    }

    .footer-menu .menu_container .menu-item-has-children:before {
        content: "\f053";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        color: #363f45;
        font-size: 30px;
        padding-right: 0.5em;
        position: absolute;
        top: 26px;
        left: 31px;
        pointer-events: none;
    }

    .footer-menu .menu_container .menu-item-has-children > a {
        font-size: 30px;
        font-weight: bold;
        margin-bottom: 0px;
        padding-right: 40px;
        box-sizing: border-box;
        line-height: 3.5;
        width: 100vh;
        height: 107px;
        position: relative;
        display: block;
    }

    .footer-menu .menu_container .two-col .sub-menu {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1;
        list-style-position: unset;
        width: calc(100% + 120px);
        overflow: hidden;
    }

    .footer-menu .menu_container .sub-menu {
        background: white;
        width: 100%;
        box-shadow: inset 0px 0px 50px rgba(0, 0, 0, 0.2);
        box-sizing: border-box;
        padding: 20px 120px;
        width: calc(100% + 120px);
        position: relative;
        right: -60px;
        display: none;
    }

    .footer-menu .menu_container .sub-menu li {
        border: 0;
        font-weight: bold;
        line-height: 2.8;
    }

    .footer-menu .menu_container li {
        width: 100%;
        margin: 0px auto;
        font-size: 27px;
        padding: 0 20px;
        padding: 0;
        overflow: hidden;
        border-bottom: 2px solid #f0f0f0;
        position: relative;
    }

    .top-nav {
        display: none;
    }

    .categories-nav {
        min-width: 0;
        display: block;
        overflow-x: auto;
        padding: 10px;
        padding-right: 0;
    }

    .categories-nav .cat-btn {
        text-align: center;
        margin: 0 10px;
    }

    .categories-nav .cat-btn .icon {
        height: 45px;
        width: auto;
        margin-bottom: 10px;
    }

    .categories-nav .cat-btn span {
        display: block;
        font-size: 18px;
        font-weight: bold;
        color: #363F45;
    }

    .categories-nav .m-wrapper {
        width: 1280px;
        height: 100%;
        max-height: 116px;
        overflow: hidden;
        text-align: right;
        padding-right: 20px;
    }

    .top-menu {
        height: 100vh;
        overflow-y: scroll;
        transform: translateY(0);
        background: white;
        margin: 0;
        padding-top: 0;
    }

    .top-menu h3 {
        line-height: 3;
    }

    .top-menu .menu_container {
        padding-bottom: 200px;
    }

    .top-menu .menu_container .menu-item-has-children.active:before {
        content: "\f078";
    }

    .top-menu .menu_container .menu-item-has-children.active .sub-menu {
        display: block;
    }

    .top-menu .menu_container .menu-item-has-children:before {
        content: "\f053";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        color: #363f45;
        font-size: 30px;
        padding-right: 0.5em;
        position: absolute;
        top: 26px;
        left: 31px;
        pointer-events: none;
    }

    .top-menu .menu_container .menu-item-has-children > a {
        font-size: 30px;
        font-weight: bold;
        margin-bottom: 0px;
        padding-right: 40px;
        box-sizing: border-box;
        line-height: 3.5;
        width: 100vh;
        height: 107px;
        position: relative;
        display: block;
    }

    .top-menu .menu_container .two-col .sub-menu {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1;
        list-style-position: unset;
        width: calc(100% + 120px);
        overflow: hidden;
    }

    .top-menu .menu_container .sub-menu {
        background: white;
        width: 100%;
        box-shadow: inset 0px 0px 50px rgba(0, 0, 0, 0.2);
        box-sizing: border-box;
        padding: 20px 120px;
        width: calc(100% + 120px);
        position: relative;
        right: -60px;
        display: none;
    }

    .top-menu .menu_container .sub-menu li {
        overflow: visible;
        border: 0;
        font-weight: bold;
        line-height: 2.8;
    }

    .top-menu .menu_container li {
        width: 100%;
        margin: 0px auto;
        font-size: 27px;
        padding: 0 20px;
        padding: 0;
        overflow-x: hidden;
        border-bottom: 2px solid #f0f0f0;
        position: relative;
    }

    .mobile-nav {
        width: 100%;
        border-bottom: 2px solid #e9e9e9;
        position: fixed;
        top: 0;
        right: 0;
        height: 120px;
        text-align: center;
        z-index: 200;
        background: white;
        display: block;
    }

    .mobile-nav .news-a {
        display: inline;
    }

    .mobile-nav .newsletter-btn {
        display: inline-block;
        background: rgba(216, 16, 24, 0.9);
        border: 2px solid #D81018;
        border-radius: 3px;
        font-size: 22px;
        font-weight: bold;
        padding: 18px;
        vertical-align: middle;
        margin-top: 8px;
        position: fixed;
        bottom: 20px;
        color: white;
        right: 20px;
        box-shadow: 0 0 10px rgba(60, 48, 48, 0.78);
    }

    .mobile-nav .nav-container .mlogo-a {
        display: inline-block;
        vertical-align: middle;
        float: right;
    }

    .mobile-nav .nav-container .mlogo-b {
        display: inline-block;
        vertical-align: middle;
    }

    .mobile-nav .search-bg {
        position: fixed;
        background: rgba(0, 0, 0, 0.5);
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        z-index: 99;
        display: none;
    }

    .mobile-nav .search-bg .close-btn {
        color: white;
        background: #D81018;
        border-radius: 100%;
        padding: 5px 13px;
        position: absolute;
        top: -9px;
        right: -10px;
        text-align: center;
        cursor: pointer;
        font-size: 38px;
        height: 66px;
        box-sizing: border-box;
        width: 66px;
        position: fixed;
        top: 30px;
        right: 30px;
    }

    .mobile-nav .search-container {
        height: 100px;
        width: 500px;
        border: 2px solid #e9e9e9;
        border-radius: 3px;
        display: inline-block;
        text-align: right;
        position: relative;
        vertical-align: middle;
        top: 8px;
        margin-right: 20px;
        position: fixed;
        left: 50%;
        margin-right: 0;
        margin-left: -250px;
        z-index: 100000;
        background: white;
        top: 40%;
        line-height: 100px;
    }

    .mobile-nav .search-container input {
        display: inline-block;
        font-size: 38px;
        line-height: 72px;
        font-family: "Open Sans Hebrew", sans-serif;
        color: #363F45;
        border: 0;
        width: 100%;
        box-sizing: border-box;
        padding: 13px 23px;
        padding-left: 56px;
        background: none;
        outline: 0;
    }

    .mobile-nav .search-container a.submit {
        position: absolute;
        width: 34px;
        height: 34px;
        top: 50%;
        margin-top: -19px;
        left: 20px;
    }

    .mobile-nav .search-container .search-icon {
        position: relative;
        width: 24px;
        height: 24px;
        top: 0;
        margin-top: 0;
        left: 0;
    }

    .mobile-nav .logos {
        margin-top: 5px;
        display: inline-block;
        vertical-align: middle;
        float: right;
        margin-right: 40px;
    }

    .mobile-nav .logos img {
        height: 78px;
        display: inline-block;
        vertical-align: middle;
        margin-left: 15px;
    }

    .mobile-nav .logos img:nth-of-type(2) {
        height: 96px;
        vertical-align: bottom;
    }

    .mobile-nav .logos .divider {
        width: 2px;
        margin-left: 15px;
        height: 78px;
        display: inline-block;
        vertical-align: middle;
        background: #e9e9e9;
    }

    .mobile-nav .social-container {
        display: inline-block;
        text-align: right;
        position: relative;
        vertical-align: middle;
        margin: 20px;
        margin-bottom: 0;
        margin-top: 18px;
    }

    .mobile-nav .social-container .social-btn {
        display: inline-block;
        vertical-align: middle;
        padding: 10px;
        text-align: center;
        margin-left: 7px;
    }

    .mobile-nav .social-container .social-btn .icon {
        height: 41px;
        margin-top: 10px;
    }

    .mobile-nav .social-container .social-btn span {
        display: block;
        font-size: 10px;
        font-weight: bold;
        color: #363F45;
    }

    .mobile-nav .menu-btn {
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
        cursor: pointer;
        float: left;
        margin-left: 40px;
    }

    .mobile-nav .menu-btn .o-icon {
        display: inline-block;
    }

    .mobile-nav .menu-btn .x-icon {
        display: none;
    }

    .mobile-nav .menu-btn.open .x-icon {
        display: inline-block;
    }

    .mobile-nav .menu-btn.open .o-icon {
        display: none;
    }

    .mobile-nav .menu-btn img {
        width: 60px;
        margin-top: 40px;
        height: auto;
    }

    .mobile-nav .nav-container {
        max-width: 1260px;
        margin: 0 auto;
    }
}

/*# sourceMappingURL=style.css.map */