@font-face{
    font-family: Assistant-Regular;
    src:url('/_media/css/fonts_new/Assistant/Assistant-Regular.ttf');
}

@font-face{
    font-family: Assistant-Bold;
    src:url('/_media/css/fonts_new/Assistant/Assistant-Bold.ttf');
}


div#footer {
    margin-top: 0;
    /*background-color: #3a3a3a;*/
    background-image: linear-gradient(to left, #424242 1%, #040404 113%) !important;
}

div#footer .mobile_footer {
    position: fixed;
    bottom: 0;
    background-color: white;
    box-shadow: 0px -2px 10px 0px #0000001A;
    z-index: 99999;
    width: 100%;
    height: 66px;
    flex-direction: row;
    padding: 0 20px;
    box-sizing: border-box;
    transition: bottom .25s cubic-bezier(0.68, 0.03, 0.31, 1);
    display: none;
    justify-content: space-between;
}

div#footer .mobile_footer.scrolling {
    bottom: -70px;
}

div#footer .mobile_footer a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px 0;
    min-width: 45px;
    width: 80px;
    color: #868686 !important;
}

div#footer .mobile_footer a > * {
    font-size: 14px;
}

div#footer .mobile_footer a.selected > * {
    font-weight: bold;
    color: black;
}

.button-wrapper {
    bottom: 66px;
}

.cat_section .text_border {
    all: unset;
}
.title_row{
    text-align: unset;
    font-size: 30px;
    margin-bottom: 10px;
}
#footer .text_border{
    width: 30px;
    height: 1.75px;
    margin-right: 8px;
    margin-bottom: 1vw;
    position: relative;
    top: 60px;
}
.text_border.close{
    display: none;
}
.text_border.open{
    display: block;
}
.content_wrapper.footer_wrapper{
    display: flex;
    flex-direction: column;
}
/*.footer_items.close{*/
/*    display: none;*/
/*}*/

.footer_items.open{
    display: block;
    margin-right: 8px;
    border-bottom: solid 0.9px #979797;
}

.footer_title_wrapper.close{
    padding-bottom: 10px;
    border-bottom: solid 0.9px #979797;
}

.footer_title_wrapper.open{
    padding-bottom: 6px;
    border-bottom: unset;
    margin-bottom: 10px;
}

.footer_title{
    margin-top: 20px;
    margin-right: 10px;
    font-style: normal;
    font-family: Assistant-Regular;
}
.footer_arrow_img{
    display: block;
    width: 10.5px;
    height: 16px;
}

li.footer_item {
    margin-bottom: 20px;
}

li.footer_item a{
    font-family: Assistant-Regular;
}

.footer_arrow_img.open{
    transform: rotate(90deg);
    transition: .3s;
}

.footer_arrow_img.close{
    transform: rotate(-90deg);
    transition: .3s;
}

.footer_title_wrapper{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    border-bottom: solid 0.9px #979797;
    padding-bottom: 10px;
}

ul.footer_col {
    width: 100% !important;
}

li.footer_item a {
    color: #d0cfcf !important;
}

.icon-wrapper.fb-icon{
    background: url('https://media.htzone.co.il/design/footer/facebook-icon.svg') no-repeat center right;
    background-size: 24px;
}

.icon-wrapper.insta-icon{
    background: url('https://media.htzone.co.il/design/footer/instagram-icon.svg') no-repeat center right;
    background-size: 24px;
}

.icon-wrapper.linkedin-icon {
    background: url('https://media.htzone.co.il/design/footer/linkdin-footer-icon.svg') no-repeat center right;
    background-size: 24px;
}

.icon-wrapper.tiktok-icon {
    background: url('https://media.htzone.co.il/design/footer/tiktok.png') no-repeat center right;
    background-size: 24px;
}

.icon-wrapper.footer_item a{
    position: relative;
    left: -35px;
}

.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    background: linear-gradient(to right,#78ffd6,#a8ff78);
    border-radius: 50%;
    height: 50px;
    width: 50px;
    z-index: 1000;
}
.back-to-top-icon{
    height: 13px;
    width: 18px;
    position: relative;
    top: 10px;
    right: 1px;
}

@media only screen and (max-width: 1200px) {
    div#footer .mobile_footer {
        display: flex;
    }
}


@media (min-width: 768px) {

    .back-to-top {
        display: inline;
        position: fixed;
        z-index: 1000;
    }
    /*.TablateCollapse{*/
    /*    display: inline !important;*/
    /*}*/

    /*.DesktopCollapse{*/
    /*    display: inline !important;*/
    /*}*/
    .footer_title_wrapper {
        justify-content: unset;
        align-items: unset;
        padding-bottom: 0;
        border-bottom: unset;
        margin-bottom: 0;
    }

    .footer_title_wrapper.close {
        border-bottom: unset;
    }
    .footer_items.close{
        display: block !important;
    }

    .footer_items.open{
        margin-right: 0;
        border-bottom: unset;
    }

    .footer_arrow_img{
        display: none;
    }

    .footer_items.close{
        content: '';
        all: unset;
    }

    .close:before {
        content: '';
        all: unset;
    }

    .footer_title_wrapper.close{
        position: unset;
    }

    #footer .text_border:before{
        content: '';
        all: unset;
    }

    #footer .text_border {
        display: block;
        width: 5.5vw;
        height: 3px;
        margin-right: 0;
        margin-bottom: 12px;
        position: unset;
    }

    li.footer_item a {
        text-decoration: none;
        color: #fff;
    }

    ul.footer_col {
        width: 165px;
        display: inline-block;
        vertical-align: top;
        text-align: right;
        list-style-type: none;
        font-size: 14px;
        color: #fff;
        line-height: 1.7;
    }


    li.footer_title {
        font-weight: 700;
        line-height: 3;
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 0;
    }

    div#footer {
        border-top: 1px solid #484848;
        margin-top: 80px;
        background-image: linear-gradient(to left, #424242 171%, #040404 -29%);
    }

    .content_wrapper.footer_wrapper{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin-top: 110px;
    }

    li.footer_item {
        margin-bottom: 10px;
    }

    li.footer_item a {
        color: #d0cfcf;
    }

}

@media (max-width: 768px) {
    .icon-wrapper a {
        position: relative;
        left: -35px;
    }
}
