﻿@font-face {
    font-family: 'OpenSansHebrewCondensedRegular';
    font-style: normal;
    font-weight: 800;
    src: url(/Static/fonts/OpenSansHebrewCondensed/OpenSansHebrewCondensed-Regular.ttf) format('truetype');
}
@font-face {
    font-family: 'OpenSansHebrewCondensedBold';
    font-style: normal;
    font-weight: 800;
    src: url(/Static/fonts/OpenSansHebrewCondensed/OpenSansHebrewCondensed-Bold.ttf) format('truetype');
}

.globesLink {
    background: url(https://res.cloudinary.com/globes/image/upload/v1688639785/Globes_logo_138x35-1_jitctw.svg) no-repeat 0 0;
    height: 35px;
    width: 137px;
    
}

html {background: #fff3e9  !important;}

#GPage_main {background: #fff1e5 !important;}


.gBox {max-width:100%}
.gBox h2 {padding-right:20px}


#divArticleContent .text p a {overflow-wrap: break-word;}

 
/*============ALEX TEST==================*/
.expArrow {
    background-image: url(https://images.globes.co.il/globes/paywall/arrow-red.svg);
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate( -90deg );
    -webkit-transform: rotate( -90deg );
    display: inline-block;
    width: 15px;
    height: 15px;
    transition: transform 0.3s ease;
    cursor: pointer;
}

.expArrow.open {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}





.hh {
    display: inline-block !important;
    animation: animatezoom1 .7s forwards;
}

    .cc{
        display:inline-block !important;
        animation:animatezoom2 .7s forwards;
    }

    @keyframes animatezoom1{from{transform:scale(1)} to{transform:scale(0)}}
    @keyframes animatezoom2{from{transform:scale(0)} to{transform:scale(1)}}



/* colors */
:root {
    --colorBlack: #0e0f2c;
    --colorShadow: #0e0f2c;
    --colorYellowMain: #fed30c;
    --colorRedMain: #e83146;
    --colorRed: #ff7c57;
    --colorRedHover: rgba(181, 0, 21, 0.86);
    --colorYellow: #bad636;
    --bg-primary: #FFE8D4;
    --colorType1: #a6c9ff;
    --colorType2: #cfcffa;
    --colorType3: #ffe3b5;
    --colorType4: #bcd4b0;
    --colorType5: #97eec3;
    --colorType6: #ffdc00;
    --colorType7: #fce796;
    --colorType8: #a6ffa6;
    --colorType9: #c0a1ff;
    --colorType10: #ffbaaf;
    --colorType11: #fcaf70;
    --colorType12: #edeaa6;
    --colorType13: #4cdbc2;
    --colorType14: #ffbaf7;
    --colorType15: #ff7dbe;
    --colorType16: #7fdbff;
    --colorType17: #ebceb2;
    --colorType18: #a5ff4d;
    --colorType19: #c0c0c0;
    --colorType20: #debae4;
    --colorType21: #ff6f66;
    --colorType22: #ffc0cb;
    --colorType23: #add8e6;
    --colorType1Op: #147DF566;
    --colorType2Op: #FFEA5266;
    --colorType3Op: #B390F866;
    --colorType4Op: #8F2D5666;
    --colorType5Op: #47A5A566;
    --colorType6Op: #D82ABC66;
    --colorType7Op: #FF614D66;
    --colorType8Op: #45C9FF66;
    --colorType9Op: #9B193266;
    --colorType10Op: #8F5BF666;
    --colorType11Op: #FB637666;
    --colorType12Op: #E59B3366;
    --colorType13Op: #487BFF66;
    --colorType14Op: #9200A966;
    --colorType15Op: #16FFFF66;
    --colorType16Op: #1D8F4366;
    --colorType17Op: #CFFF3866;
    --colorType18Op: #00B2FF66;
    --colorType19Op: #FF455F66;
    --colorType20Op: #580AFF66;
    --colorType21Op: #2AD86466;
    --colorType22Op: #D04F2B66;
    --colorType23Op: #add8e6;
}
h1,h2,h3,h4,h5 {font-weight:normal}


/*===============================REMOVE (FOR TEST ONLY)========================*/




 
#madadFilter {padding-bottom: 1px;}
#madadFilter .btnAction {
    margin: 10px 10px;
    width: 200px;
    padding: 10px 10px;
    cursor: pointer;
}

.btnSel{
    background-color:#333;
    color:#fff;
}

#lg-zoom-out, #lg-zoom-in, #lg-actual-size {
    display: none
}

.introWr {
    padding: 0;
    background: #FEECDD;
    box-shadow: 0px -2px 8px rgba(253, 221, 194, 0.8);
}


#ratingList {
    width: 92%;
    margin: 35px auto 0;
}

#madadFilter #ratingList {
    margin-bottom: 80px
}

#ratingList .cmpRating {
    direction: rtl;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 230px;
    background: #FFF9F4;
    box-shadow: 0px 4px 10px rgba(253, 221, 194, 0.8);
    position: relative;
    border-radius:10px
    
}

 



    #ratingList.categories .cmpRating {
        height: 280px
    }
    #ratingList .group1 .cmpRating.type1 {
        height: 320px
    }
        #ratingList .cmpRating.type1 .num {
            font-feature-settings: initial;
        }


#ratingList.categories .cmpExtRating .cmpRating {
    height: 61px;
    margin-bottom: 0;
    padding-left: 30px;
}
#madadBody.hp #ratingList.categories .cmpExtRating .cmpRating {
    padding-left: 0;
}
    #ratingList.categories .cmpExtRating .cmpRating .num {
    top: 32px;
    right: 10px;
}
        #ratingList.categories .cmpExtRating .cmpRating .share {
            left: 10px;
            top: 20px;
        }

        #ratingList.categories .cmpExtRating .cmpRating .catPlace {
            position: static
        }
        

#ratingList .cmpRating .share {
    background: url(https://res.cloudinary.com/globes/image/upload/v1687342226/Digital/madad/2023/Share_cniqw4.svg);


    background: url(https://res.cloudinary.com/globes/image/upload/v1752738909/Digital/icons/Share_icn_20px_fqrvdp.svg);
    width: 21px;
    height: 20px;
    display: block;
    position: absolute;
    left: 10px;
    top: 10px;
    cursor: pointer;
    z-index: 1;
}

#ratingList .global .cmpRating .share {
    background: url(https://res.cloudinary.com/globes/image/upload/v1687358667/Digital/madad/2023/Share_icn_rpvcn3.svg);
    width: 20px;
    height: 21px;
}


    #ratingList .cmpRating .new {
        background: url(https://res.cloudinary.com/globes/image/upload/v1626007897/Digital/icons/a-icon-new_k4uh3n.svg) no-repeat 0 0;
        position: absolute;
        bottom: 20px;
        left:20px;
        display: block;
        height: 32px;
        width: 32px;
        z-index:1;
        display:none
    }
        #ratingList .cmpRating .new .tooltip {
            background: #fff;
            width: 270px;
            height: auto;
            font-size: 20px;
            line-height: 1;
            border: 1px #000 solid;
            padding: 10px;
            font-family: 'almoniDL400';
            position: absolute;
            left: 38px;
            top: -6px;
            z-index: 1;
            text-align: center;
        }
        #ratingList .group3 .cmpRating .new,
        #ratingList.categories .items .new {
            zoom: 80%;
 
        }
 
 
        #ratingList .group3 .cmpRating {
            height: 147px;
        }

.groupType2, .groupType1, .groupType3, .groupType4 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 32px;
    margin: 0 auto 40px;
    max-width: 1240px;
    margin-top: 155px;
}

.artGroup.groupType3.marketingMoves {
    grid-template-columns: 1fr 1fr 1fr;
}
    #addFolderContent.groupType3, #addFolderContent.groupType4 {
        margin-top: 50px;
    }

.groupType2.about {
    grid-template-columns: 1fr 1fr
}
 .groupType2.about .sideImg { padding-bottom:0}
    .groupType2.about .sideImg img {
        float: right;
        margin-left: 20px;
        border: 0;
        width: 266px;
    }
    .groupType2.about .sideImg .titleEl {
        border:0;
        margin:26px 0 0;
        min-height: auto;
        padding-top:0;
    }
.groupType2.about .artSingle.child1.sideImg .titleEl {    font-size: 48px; margin:33px 0 38px}


.artGroup.groupTypeG {margin-top:100px}
#bottomGallery {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 32px;
    margin: 0 auto;
    max-width: 1240px;
    margin-top: 70px;
    margin-bottom: 50px;
}
    #bottomGallery a img {
        object-fit: cover;
        object-position: 50% 50%;
        height: 200px;
    }


.lg-object.lg-image {
    max-height: 88vh !important;
    margin-top: -60px;
}  
/*#singleFolderContent .artSingle  {
    display: flex
}*/
/*.rowArticle {
    display: grid;
    grid-template-columns: auto 1fr;
    max-width:1186px;
    margin:0 auto 30px;
    background:#fff;
}
.rowArticle img {max-width:430px; height:200px}
    .rowArticle .titleEl {
        font-family: 'almoniTzar400';
        margin-bottom: 24px;
        padding: 16px 16px 0 !important;
        font-size: 40px;
        line-height: 45px;
        letter-spacing: 0em;
        text-align: right;
    }
    .rowArticle .desc {
        font-size: 32px;
        line-height: 1.5;
        font-family: 'AlmoniDL400';
    }*/
.group4.kidumArticle {
    max-width: 1186px;
    margin: 80px auto 0;
}
    .group4.kidumArticle  .artSingle {
        margin-bottom:30px
    }




#singleFolderContent .logo {
    margin-top: 70px;
    max-width: 282px
}

.groupType2 .top, .groupType1 .top, #singleFolderContent h1, #singleFolderContent.groupType3 .subTitle, #singleFolderContent.groupType4 .subTitle, #singleFolderContent.groupType2 .subTitle, .groupType3 .top, #singleFolderContent.groupType2 .subTitle, .groupType4 .top, #singleFolderContent.groupType1 .subTitle, .groupType2 .artSingle.child1 {
    grid-column: -1 / 1;
}
#singleFolderContent h1 {
    font-family: almoniTzar700;
    text-align: right;
    line-height: 100%;
    margin-bottom: 0;
    font-weight: normal;
    color: #000;
    font-variant: small-caps;
    font-size: 42px;
    margin-top:50px
}
#singleFolderContent .subTitle {
    font-size: 20px;
    line-height: 32px;
    font-family: OpenSansHebrew;
    text-align: right;
    margin-bottom:60px
}
#singleFolderContent .share {
    display: none
}
        #madadBody #singleFolderContent.groupType1 h1,
        .artGroup.academy {
            margin: 155px 0 0;
            font-family: almoniTzar700;
            font-size: 48px;
            line-height: 1;
        }
 
#madadBody {
    background: #FFF3E9;
}


#singleFolderContent.about .subTitle {
    margin-bottom: 40px;
    margin-top: 20px;
}
    #singleFolderContent.groupType2 .artSingle.child1 img {
    float: right;
    width: 383px;
    height: 404px;
    margin-left: 32px;
}

#ratingList .group1 {
    grid-template-columns: auto;
}
#ratingList .group2 {
    grid-template-columns: 1fr 1fr 1fr;
}
#ratingList .group3 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 30px !important;
}

#ratingList .group1, #ratingList .group2, #ratingList .group3 {
    display: grid;
    grid-gap: 35px;
    max-width: 1186px;
    margin: 0 auto;
    margin-bottom: 35px;
}

    #ratingList .group1 .cmpRating .num {
        font-size: 96px;
        top: 50px;
        right:20px;
    }
    #ratingList .group3 .cmpRating .num {
        font-size: 32px;
        right: 10px;
        top: 20px;
    }
#lnkByCat {min-width:100px !important}
#ratingList .group1 {
    position: relative
}
        #ratingList .group1 .firstBottomLink {
            position: absolute;
            bottom: 40px;
            left: 0;
            right: 0;
            font-size: 28px;
            font-family: 'almoniTzar500';
            cursor: pointer;
            color: #4E3BC3;
            text-decoration: underline;
        }

        #ratingList .group1 .cmpRating .catPlace
         {
            font-size: 14px;
            font-family: almoniDL400;
            text-align:center
     
        }




#ratingList .cmpRating .num {
 
 
    display: inline-block;
    vertical-align: top;
    
    z-index: 1;
    position: absolute;
    top: 30px;
    right: 15px;
    color: #000;
    font-size: 50px;
    font-family: 'almoniTzar500';
    line-height: 0;
}









#ratingList .cmpRating .num   {--colorNum: var(--colorYellow);}

#ratingList .cmpRating.type1 .num, #ratingList .cmpExtRating.type1 { --colorNum: var(--colorType1);--colorNumOp: var(--colorType1Op);}
#ratingList .cmpRating.type2 .num, #ratingList .cmpExtRating.type2 { --colorNum: var(--colorType2); --colorNumOp: var(--colorType2Op)}
#ratingList .cmpRating.type3 .num, #ratingList .cmpExtRating.type3 { --colorNum: var(--colorType3); --colorNumOp: var(--colorType3Op)}
#ratingList .cmpRating.type4 .num, #ratingList .cmpExtRating.type4 { --colorNum: var(--colorType4); --colorNumOp: var(--colorType4Op)}
#ratingList .cmpRating.type5 .num, #ratingList .cmpExtRating.type5 { --colorNum: var(--colorType5); --colorNumOp: var(--colorType5Op)}
#ratingList .cmpRating.type6 .num, #ratingList .cmpExtRating.type6 { --colorNum: var(--colorType6);--colorNumOp: var(--colorType6Op)}
#ratingList .cmpRating.type7 .num, #ratingList .cmpExtRating.type7 { --colorNum: var(--colorType7); --colorNumOp: var(--colorType7Op)}
#ratingList .cmpRating.type8 .num, #ratingList .cmpExtRating.type8 { --colorNum: var(--colorType8); --colorNumOp: var(--colorType8Op)}
#ratingList .cmpRating.type9 .num, #ratingList .cmpExtRating.type9 { --colorNum: var(--colorType9); --colorNumOp: var(--colorType9Op)}
#ratingList .cmpRating.type10 .num, #ratingList .cmpExtRating.type10 { --colorNum: var(--colorType10); --colorNumOp: var(--colorType10Op) }
#ratingList .cmpRating.type11 .num, #ratingList .cmpExtRating.type11 { --colorNum: var(--colorType11); --colorNumOp: var(--colorType11Op)}
#ratingList .cmpRating.type12 .num, #ratingList .cmpExtRating.type12 { --colorNum: var(--colorType12); --colorNumOp: var(--colorType12Op)}
#ratingList .cmpRating.type13 .num, #ratingList .cmpExtRating.type13 { --colorNum: var(--colorType13); --colorNumOp: var(--colorType13Op)}
#ratingList .cmpRating.type14 .num, #ratingList .cmpExtRating.type14 { --colorNum: var(--colorType14); --colorNumOp: var(--colorType14Op)}
#ratingList .cmpRating.type15 .num, #ratingList .cmpExtRating.type15 { --colorNum: var(--colorType15); --colorNumOp: var(--colorType15Op)}
#ratingList .cmpRating.type16 .num, #ratingList .cmpExtRating.type16 { --colorNum: var(--colorType16); --colorNumOp: var(--colorType16Op)}
#ratingList .cmpRating.type17 .num, #ratingList .cmpExtRating.type17 { --colorNum: var(--colorType17); --colorNumOp: var(--colorType17Op)}
#ratingList .cmpRating.type18 .num, #ratingList .cmpExtRating.type18 { --colorNum: var(--colorType18); --colorNumOp: var(--colorType18Op)}
#ratingList .cmpRating.type19 .num, #ratingList .cmpExtRating.type19 { --colorNum: var(--colorType19); --colorNumOp: var(--colorType19Op)}
#ratingList .cmpRating.type20 .num, #ratingList .cmpExtRating.type20 { --colorNum: var(--colorType20); --colorNumOp: var(--colorType20Op)}
#ratingList .cmpRating.type21 .num, #ratingList .cmpExtRating.type21 { --colorNum: var(--colorType21); --colorNumOp: var(--colorType21Op)}
#ratingList .cmpRating.type22 .num, #ratingList .cmpExtRating.type22 { --colorNum: var(--colorType22);--colorNumOp: var(--colorType22Op)}
#ratingList .cmpRating.type23 .num, #ratingList .cmpExtRating.type23 { --colorNum: var(--colorType23);--colorNumOp: var(--colorType23Op)}

#ratingList .cmpRating .catPlace { background:var(--colorNum); }
.global .cmpRating .catPlace {background:none !important }

#ratingList .cmpRating.type1 .catPlace { --colorNum: var(--colorType1);}
#ratingList .cmpRating.type2 .catPlace {--colorNum: var(--colorType2);}
#ratingList .cmpRating.type3 .catPlace {--colorNum: var(--colorType3);}
#ratingList .cmpRating.type4 .catPlace {--colorNum: var(--colorType4);}
#ratingList .cmpRating.type5 .catPlace {--colorNum: var(--colorType5);}
#ratingList .cmpRating.type6 .catPlace {--colorNum: var(--colorType6);}
#ratingList .cmpRating.type7 .catPlace {--colorNum: var(--colorType7);}
#ratingList .cmpRating.type8 .catPlace {--colorNum: var(--colorType8);}
#ratingList .cmpRating.type9 .catPlace {--colorNum: var(--colorType9);}
#ratingList .cmpRating.type10 .catPlace {--colorNum: var(--colorType10);}
#ratingList .cmpRating.type11 .catPlace {--colorNum: var(--colorType11);}
#ratingList .cmpRating.type12 .catPlace {--colorNum: var(--colorType12);}
#ratingList .cmpRating.type13 .catPlace {--colorNum: var(--colorType13);}
#ratingList .cmpRating.type14 .catPlace {--colorNum: var(--colorType14);}
#ratingList .cmpRating.type15 .catPlace {--colorNum: var(--colorType15);}
#ratingList .cmpRating.type16 .catPlace {--colorNum: var(--colorType16);}
#ratingList .cmpRating.type17 .catPlace {--colorNum: var(--colorType17);}
#ratingList .cmpRating.type18 .catPlace {--colorNum: var(--colorType18);}
#ratingList .cmpRating.type19 .catPlace {--colorNum: var(--colorType19);}
#ratingList .cmpRating.type20 .catPlace {--colorNum: var(--colorType20);}
#ratingList .cmpRating.type21 .catPlace {--colorNum: var(--colorType21);}
#ratingList .cmpRating.type22 .catPlace {--colorNum: var(--colorType22);}
#ratingList .cmpRating.type23 .catPlace {--colorNum: var(--colorType23);}




#singleFolderContent.gallery {position:relative}
    #singleFolderContent.gallery .share {
        background: url(https://res.cloudinary.com/globes/image/upload/v1658215004/Digital/14762/share_3d_z3folz.svg);
        width: 33px;
        height: 33px;
        display: block;
        position: absolute;
        left: 0px;
        top: 36px;
    }
#singleFolderContent.gallery h1 {
    font-size: 96px;
    font-family: almoniTzar500;
    margin-bottom: 24px;
}




.lg-toolbar {
    background-color: transparent !important;
}

.lg-thumb-outer {
    margin-bottom: 74px;
}

#divHomePage {
    background-color: #FFF3E9;
    padding: 90px 0 1px
}
 


#ratingList .cmpRating .logo {
    display: inherit;
    border: 0px;
    margin: 0  auto;
    width: 100%;
    max-width: 188px;
    height: auto;
    /*filter: invert(100%) sepia(500%) saturate(2480%) hue-rotate(532deg) brightness(35%) contrast(230%);*/

    

}

#ratingList.categories .global .items .cmpRating .logo  {display: none;}

#ratingList .group3 .cmpRating .logo {
    max-width: 121px
}

    #ratingList.categories .cmpRating .logo {
        max-width: 120px;
        margin-right: 0;
            margin-left: 30px;
    }

#ratingList .group1 .cmpRating .logo {
    max-width: 400px;
    margin-top: -60px;
}


#ratingList.categories .cmpRating .txt {
    display: none;
    top: 0;
    left: 0;
    position: absolute;
    background: #FFF1E5;
    z-index: 1;
    height: 240px;
    overflow: auto;
    direction: ltr;
    padding: 20px;
}

#ratingList .cmpRating .catPlace {
    position: absolute;
    bottom: 0;
    text-align: center;
    font-size: 14px;
    width: 100%;
    border-radius: 0 0 10px 10px;
    font-family: 'almoniDL400';
}
.catPlace .catTitle {
    font-size: 18px;
    line-height: 19px;
    font-family: 'almoniDL700';
    max-width: 85%;
    margin: 0 auto 5px;
}
.adGallery {
    grid-column: -1 / 1;
    display: flex;
    justify-content: center;
    padding: 0 35px 0 43px;
  background: linear-gradient(270deg, #7B0054 0%, #AD0076 101.24%);
   border-radius: 10px;
    align-items: center;
    cursor: pointer;
    margin: 50px auto 65px;
    max-width: 1144px;
    width: calc(100% - 78px);
    height: 100px
}
    .adGallery .title {
        font-size: 46px;
        line-height: 80px;
        font-family: 'almoniTzar500';
        margin: 0;
        color:#fff;
    }
    .adGallery .button {
        font-family: 'almoniDL700';
        font-weight: normal;
        font-size: 24px;
        line-height: 36px;
        color: #fff;
        border: 2px solid #fff;
        border-radius:10px;
        padding: 5px 27px;
        margin-right: 100px;
    }




#ratingList.categories .items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 16px;
    margin-top:16px;
}
#ratingList.categories .cmpRating .num {
    font-size: 32px;
    top: 30px;
    right: 20px;
    /*text-shadow: 4px 4px 0px var(--colorNum), 3px 3px 0px var(--colorNum), 2px 2px 0px var(--colorNum), 1px 1px 0px var(--colorNum), 0px 0px 0px var(--colorNum), 3px 3px 0px var(--colorBlack), 4px 4px 0px var(--colorBlack), 5px 5px 0px var(--colorBlack), 6px 6px 0px var(--colorBlack);*/
}

.relatedCompanies .rlWr .num {
    font-size: 32px;
    top: 30px;
    right: 20px;
    color: #000;
    font-family: almoniTzar500;
     line-height: 0;
    min-width: 50px;
    display: inline-block;
    text-align:center
}







#ratingList .cmpExtRating {
    width: calc(1229px - 176px);
    margin: 30px auto 88px;
    font-family: 'almoniDL400';
    padding: 40px 80px 30px ;
    box-shadow: 0px 4px 10px rgba(253, 221, 194, 0.8),10px 0 0 0 var(--colorNum);
    border-radius: 10px;
    background-color: #FFF9F4;
    padding: 24px 56px 56px 56px;
    text-align: right;
    direction: ltr;
    /*background: linear-gradient(180deg, rgba(93, 181, 115, 0) 51.04%, var(--colorNumOp) 100%), #FFE8D4;*/
    
    
    box-shadow: 0px 4px 10px 0px rgba(253, 221, 194, 0.80);




}

    #ratingList .cmpExtRating .global {
     display: grid
;
    grid-template-columns: 305px 1fr;
    grid-gap: 60px;
    max-height: 420px;
    overflow: hidden;
    position: relative;
    padding-top: 5px;
    }
        #ratingList .cmpExtRating .global:after {
            content: '';
            background: linear-gradient(180deg, rgba(249, 239, 228, 0.00) 0%, #fff9f4 41.8%);
            position: absolute;
            bottom: 0;
            height: 85px;
            left: 0;
            display: block;
            z-index:1;
            width: 100%;
        }
            #ratingList .cmpExtRating .global.open:after {display:none}


            #ratingList .cmpExtRating .global .info {
                direction: rtl
            }

        #ratingList .cmpExtRating .global.open {
            overflow: visible;
            max-height: 100% !important
        }


        #ratingList .cmpExtRating .categoryWr {
            direction: rtl;
        }
    #ratingList .cmpExtRating h3 {
        margin: 0px;
        text-align: right;
        display: inline-block;
        grid-column: -1 / 1;
        margin-bottom: 1px;
        font-variant: small-caps;
        font-family: almoniTzar500;
        font-size: 40px;
        line-height: 1;
        letter-spacing: 0px;
        border-radius: 6px;
        background: #FFE4CE;
        padding-left: 40px;
        padding-right:10px
    }
 
    #ratingList .cmpExtRating .text h3 {
        font-family: OpenSansHebrewCondensedBold;
        font-size: 32px;
        line-height: 44px;
        background: none;
        padding: 0;
        margin-bottom: 20px;
    }


        #ratingList .cmpExtRating h6 {
            font-size: 28px;
            font-family: almoniTzar400;
            line-height: 1;
            margin: 0 0 10px;
            font-weight: normal;
        }




.relatedCompanies {text-align:center; display:none;}
.relatedCompanies h3 {
    font-size: 30px !important;
    border-bottom: 1px #000 solid
}
.relatedCompanies .rlWr {
 
    text-align:right;
    padding:0 0 0 20px;
}
#ratingList .cmpExtRating .global.open .relatedCompanies .rlWr {
    background: #FFF9F4;
    box-shadow: 0px 4px 10px 0px rgba(253, 221, 194, 0.80);

    padding: 15px;
    border-radius: 15px;
}
    .relatedCompanies .rl {
        direction: rtl;
        margin: 30px 0;
    }
    .relatedCompanies .rl .name {
        font-size: 34px;
        line-height: 28px;
        font-family: almoniTzar400;
        margin:11px 11px 0 0
    }

        .relatedCompanies .rl .descPlace {
            font-size: 14px;
            line-height: 14px;
            font-family: almoniDL500;
            margin: 0 0 20px 10px; 
            float:left;
        }


        #ratingList.categories .cmpExtRating .items {
            grid-template-columns: 1fr;
            align-content: baseline;
        }


#ratingList .cmpExtRating .text {
    font-family: openSansHebrew;
    font-size: 19px;
    text-align: right;
    padding: 5px 0;
    direction: rtl;
    clear: both;
}


#ratingList .cmpExtRating h4 {
    margin: 0 0 15px;
    font-family: almoniTzar500;
    font-size: 63px;
    line-height: 100%;
}


#ratingList .cmpExtRating h5 {
    font-size: 24px;
    font-family: demibold;
    line-height: 130%;
    margin: 0 0 16px;
    text-align: right;
}
#ratingList .cmpExtRating .author { font-size: 24px;   font-family: demibold;}

    #ratingList .cmpExtRating .text p {
        margin-top: 0
    }

 
#intro .text p {
    font-size: 20px;
    line-height: 30px;
    font-weight: normal; font-family: OpenSansHebrew;
    margin:30px 0 10px;
}

/* #ratingList .cmpExtRating .text p:not(:first-of-type){
    display:none;}*/
#ratingList .cmpExtRating .showAll, #showAllCompanies {
    cursor: pointer;
    font-family: almoniTzar400;
    font-weight: normal;
    font-size: 24px;
    line-height: 1;
    color: var(--colorBlack);
    background: #FFF;
    border-radius: 6px;
    padding: 5px 16px;
    white-space: nowrap;
    margin: 0 auto;
    display: block;
    direction: rtl;
    width: fit-content;
    border-bottom: 3px solid #FDDDC2;
    box-shadow: 0px 6px 2px 0px rgba(0, 0, 0, 0.00), 0px 4px 2px 0px rgba(0, 0, 0, 0.01), 0px 2px 1px 0px rgba(0, 0, 0, 0.05), 0px 1px 1px 0px rgba(0, 0, 0, 0.09), 0px 0px 1px 0px rgba(0, 0, 0, 0.10), 0px 0px 0px 0px rgba(0, 0, 0, 0.10);
}
    #ratingList .cmpExtRating .showAll:hover {
 
        background: var(--colorNum);
        
    }

#showAllCompanies  {
    grid-column: -1 / 1;
}

    #showAllCompanies.close:after {
        transform: rotate(225deg);
        -webkit-transform: rotate(225deg);
        top: 0px;
    }

    .showAll:after, #showAllCompanies:after {
        content: "";
        border: solid #666;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 3px;
        margin-right: 10px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        position: relative;
        top: -2px;
    }

.showAll.cl:after {
    top: 0px;
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
}
    
    
    #kidumMadad {
    background: var(--SecondaryBG);
    margin-top: 50px;
    /*border-bottom: 3px var(--colorShadow) solid;*/
    display:none !important
}




.bottom {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
    align-items: baseline;
}

    .bottom .item {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 24px;
    }

        .bottom .item img, .bottom .item .lnk {
            grid-column: -1 / 1;
        }

        .bottom .item img {
            width: auto;
        }
    .bottom .itemSec {
        grid-column: -1 / 1;
        display: flex;
        justify-content: space-between;
    }
        .bottom .itemSec img {cursor:pointer}


        #divArticleContent .bottom {
            display: none
        }


#txtQuickSearch {
    display: block;
    margin: 10px auto;
    width: 320px;
    height: 32px;
    padding: 0 0 10px;
    font-size: 18px;
    direction: rtl;
    border: 0;
    border-bottom: 2px #000 solid;
    background: none;
    font-family: almoniDL700;
    color: var(--colorBlack);
    outline: none;
    background-image: url(https://res.cloudinary.com/globes/image/upload/v1658123818/Digital/14762/icon_search_ronc9r.svg);
    background-repeat: no-repeat;
    background-position: -5px -8px;
}
    #txtQuickSearch::placeholder {
        font-family: almoniDL700;
        color: var(--colorBlack);
    }


 
#ddlCategories {
    display: none;
    margin: 10px auto;
    width: 300px;
    height: auto;
    padding: 0 0 10px;
    font-size: 18px;
    direction: rtl;
    border: 0;
    border-bottom: 2px #000 solid;
    background: none;
    font-family: almoniDL700;
    color: var(--colorBlack);
    outline: none;
    position: relative;
    /*top: -15px;*/
}


#folderContent #singleFolderContent.groupType1 .subTitle {
    margin-bottom: 40px;
    font-family:OpenSansHebrew;
    max-width:800px
}

#singleFolderContent.groupType1.special {margin-bottom: 45px;}

#artContent, #singleFolderContent {
    max-width: 1248px;
    margin: 0px auto;
}
#singleFolderContent {margin-top:0px; position:relative}

#secFilter, #folderContent, #artContent {
    margin: 0 auto;
    max-width: 1186px
}

.artGroup .top h2 {
    font-size: 42px;
    line-height: 1;
    font-weight: normal;
    font-family: 'almoniTzar700';
    margin: 0;
    text-align: right;
    font-variant: all-small-caps;
}

.artGroup .top {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px #000 solid;
    margin-bottom:10px
}


.categoryWr {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 50px;
    align-items: center;
}


 
#footerContent {
    background: #FFF1E5;
    padding: 40px 0
}
    #footerContent .wr {
        margin: 0 auto;
        width: 100%;
        max-width: 800px;
        
    }

    #footerContent p {
        font-size: 24px;
        line-height: 35px;
        text-align: center;
        font-family: almoniDL400;
        margin: 0 0 20px;
    }
#footerContent p  a {
font-size: 40px;
line-height: 59px;
font-family:almoniTzar400;
font-weight:normal
}
    #footerContent p a:not(:last-child):after {
        content: "|";
        position: absolute;
        padding-right: 14px;
        font-weight: normal;
        font-size: 40px;
        font-family: almoniTzar300;
    }


    #footerContent .tt2 a {
        font-size: 40px;
        font-family: almoniTzar400;
        margin: 0 14px;
    }

        #footerContent .tt2 a:hover {
            font-family: almoniTzar500;
            border-bottom: 1px #000 solid;
        }


    #artContent .img {
        width: 100%;
    }
#divArticleContent .text p img, #divArticleContent .text div img {
    width: auto;
    outline: 2px var(--colorBlack) solid;
}
#divArticleContent .text h3 strong, #divArticleContent .text h3 {
    font-family: OpenSansHebrewCondensedBold;
    font-size: 28px;
    font-weight: normal;
    margin: 40px 0 20px;
}


#divArticleContent .text h2 {
    font-size: 36px;
    line-height: 28px;
    font-family: almoniTzar500;
}



    #divArticleContent .top .credit {
        margin: 10px 0 23px;
        font-size: 14px;
        font-family: almoniDL400;
    }

#divArticleContent .top.dea {
    margin-top: 60px
}


.artSingle {
    margin-bottom: 0;
    text-align: right;
    padding-bottom: 10px;
    background: #F8F8F8;
    display: grid;
    grid-template-rows: auto 1fr auto;
    cursor: pointer;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.24);
    border-radius: 3px;
}
    .artSingle img {
         
        display: block;
        background:  linear-gradient(180deg, #FCE1C9 0%, #FFEBD9 100%);
    }
        .artSingle img.wide {width:100%}

#singleFolderContent .artSingle img {
    border: 0;
    border-radius: 3px 3px 0 0;
}


#artContent .kidumArticle .artSingle .titleEl {
    min-height: initial;
}



#singleFolderContent .artSingle,
.artGroup.groupType1 .artSingle, .artGroup.groupType2 .artSingle,
#divArticleContent .bottom .addArticles .artSingle {
    cursor: pointer
}

 
.kidumArticle .artSingle {
    grid-template-columns: auto 1fr;
    padding-bottom: 0
}



    .kidumArticle .artSingle img {width:460px !important}
.groupType3, .groupType4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
} 
.divArrow {
    text-align: center
}

.groupType3.marketingMoves {
    grid-template-columns: 1fr 1fr 1fr
}


.adFolderData.marketing-vp .groupType3,
.adFolderData.marketing-vp .groupType4 {
    grid-template-columns: 1fr 1fr !important;
}
    .adFolderData.marketing-vp .groupType3 .thWr1,
    .adFolderData.marketing-vp .groupType4 .thWr1 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-bottom: 20px;
        border-bottom: 1px #000 solid;
        margin-bottom: 20px;
    }

    .adFolderData.marketing-vp .groupType3 .thWr2,
    .adFolderData.marketing-vp .groupType4 .thWr2 {
        display: flex;
        align-items: center;
    }

.adFolderData.marketing-vp .artSingle {
    padding: 20px;
    box-shadow: 0px 4px 10px rgba(253, 221, 194, 0.8),10px 0 0 0 #7B0054;
}
    .adFolderData.marketing-vp .artSingle .titleEl p {
        font-size: 16px;
        line-height: 20px;
        font-family: OpenSansHebrew;
        margin: 0 0 20px
    }

    .adFolderData.marketing-vp .artSingle .titleEl {padding:0 !important; margin-bottom:10px }

    .adFolderData.marketing-vp .artSingle .nameEl { margin:0; }
    .adFolderData.marketing-vp .artSingle .posEl { min-height:initial }

    .adFolderData.marketing-vp .share {
        background: url(https://res.cloudinary.com/globes/image/upload/v1688893998/Digital/icons/Share-f_xknjsr.svg);
        width: 94px;
        height: 26px;
        display: block;
        cursor: pointer;
        z-index: 1;
    }

.adFolderData.marketing-vp .groupType3 .thWr2 img,
.adFolderData.marketing-vp .groupType4 .thWr2 img {
    width: 64px;
    height: 64px;
    border-radius: 50%
}

 
.marketing-vp #addFolderContent.groupType4 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}


.promos .artSingle {
    cursor: default !important
}

.artGroup .artSingle.type1 {--colorShadow: var(--colorType1)}

.artGroup .artSingle.type2, .promos .artSingle.type2 {--colorShadow: var(--colorType2)}
.artGroup .artSingle.type3, .promos .artSingle.type3 {--colorShadow: var(--colorType3)}
.artGroup .artSingle.type4, .promos .artSingle.type4 {--colorShadow: var(--colorType4)}
.artGroup .artSingle.type5, .promos .artSingle.type5 {--colorShadow: var(--colorType5)}
.artGroup .artSingle.type6, .promos .artSingle.type6 {--colorShadow: var(--colorType6)}
.artGroup .artSingle.type7, .promos .artSingle.type7 {--colorShadow: var(--colorType7)}
.artGroup .artSingle.type8, .promos .artSingle.type8 {--colorShadow: var(--colorType8)}
.artGroup .artSingle.type9, .promos .artSingle.type9 {--colorShadow: var(--colorType9)}
.artGroup .artSingle.type10, .promos .artSingle.type10 {--colorShadow: var(--colorType10)}
.artGroup .artSingle.type11, .promos .artSingle.type11 {--colorShadow: var(--colorType11)}
.artGroup .artSingle.type12, .promos .artSingle.type12 {--colorShadow: var(--colorType12)}
.artGroup .artSingle.type13, .promos .artSingle.type13 {--colorShadow: var(--colorType13)}
.artGroup .artSingle.type14, .promos .artSingle.type14 {--colorShadow: var(--colorType14)}
.artGroup .artSingle.type15, .promos .artSingle.type15 {--colorShadow: var(--colorType15)}
.artGroup .artSingle.type16, .promos .artSingle.type16 {--colorShadow: var(--colorType16)}
.artGroup .artSingle.type17, .promos .artSingle.type17 {--colorShadow: var(--colorType17)}
.artGroup .artSingle.type18, .promos .artSingle.type18 {--colorShadow: var(--colorType18)}
.artGroup .artSingle.type19, .promos .artSingle.type19 {--colorShadow: var(--colorType19)}
.artGroup .artSingle.type20, .promos .artSingle.type20 {--colorShadow: var(--colorType20)}
.artGroup .artSingle.type21, .promos .artSingle.type21 {--colorShadow: var(--colorType21)}
.artGroup .artSingle.type22, .promos .artSingle.type22 {--colorShadow: var(--colorType22)}



.artSingle, .artGroup .lnk, .adGallery {
    -webkit-transition: all 0.2s ease-out;
}

/*.artSingle:hover,
.artGroup .lnk:hover,
.adGallery:hover {
    transform: translate(10px, 10px);
    box-shadow: none;
}*/
    .artGroup .lnk:hover {
        color: #4E3BC3
    }

 

/*.hpSB .lnkSB:hover, .hpSB .lnkSB.active {
     box-shadow: none;
     box-shadow: 0 2px 0px #8271ED !important;
}*/


  .hpSB .lnkSB.active { position:static}
    .promos {
        grid-column: -1 / 1;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 32px;
        align-items: start;
    }

    .promos .adFolderData {
        grid-column: -1 / 1;
    }

.adFolderData h4, .marketing-vp h4 {
    font-size: 42px;
    line-height: 1;
    font-family: almoniTzar700;
    text-align: right;
    font-weight: normal;
    margin: 60px 0 30px;border-bottom: 2px #000 solid;
}

#folderContent .adFolderData h4, #folderContent .marketing-vp h4  {border: 0;}

.marketing-vp h5 {
    font-size: 20px;
    line-height: 32px;
    font-family: OpenSansHebrew;
    text-align: right;
}

    #addFolderContent .thWr2 img {
        width: 100%
    }
.adFolderData h5 {
    font-size: 24px;
    line-height: 32px;
    text-align: right;
    font-family: OpenSansHebrew;
    margin: 0;
    font-weight: normal
}

.promos .adFolderData h4 {
    font-family: almoniTzar500;
    font-size: 96px;
    text-align: right;
    line-height: 1;
    margin: 40px auto 0;
    font-weight: normal;
}
        .promos .adFolderData h5 {
            font-size: 24px;
            line-height: 32px;
            font-family: almoniDL700;
            text-align: right;
        }


        .promos .artSingle {
            padding: 32px 32px 40px;
        }

    .promos .artSingle .titleEl {
        padding: 0;
        min-height: 140px;
        border: 0 !important
    }
    


 .artSingle.child1 .subTitleEl{
     padding:0 32px 10px 32px;
 }
    .artSingle.child1 .subTitleEl, 
    .artSingle.child1 .subTitleEl p {
        font-size: 20px;
        margin:0;
        font-family: almoniDL400;
}

.kidumArticle .artSingle .titleEl {
    font-family: 'almoniTzar400';
    margin-bottom: 24px;
    padding: 16px 16px 0 !important;
    font-size: 40px;
    line-height: 45px;
    letter-spacing: 0em;
    text-align: right;
}
.kidumArticle .artSingle .nameEl {
    padding: 0 16px;
    font-family: almoniDL400;
    margin-bottom: 4px;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: right;
}

.artSingle .titleEl {
    font-family: 'almoniTzar400';
    margin-bottom:10px;
    padding: 10px 15px 0 !important;
    font-size: 32px;
    line-height: 1;
    letter-spacing: 0em;
    text-align: right;
        min-height: 100px;
 
}

.artGroup .artSingle .titleEl {
    min-height: 100px;margin-bottom:0
}
.artSingle.type3  .titleEl{
     border-top: none;
}
.artSingle.type3  .titleEl {
    padding: 0 0 20px 0;
}
/* /news/home.aspx?fid=13389 */


#singleFolderContent.about .artSingle .titleEl {
    min-height: initial
}
#singleFolderContent.about .artSingle.sideImg .titleEl {
    min-height: 170px !important;
    border-top:0 !important;
}

#singleFolderContent.about .artSingle.child1 {    position: relative}
#singleFolderContent.about .artSingle.child1 .nameEl {
    position: absolute;
    bottom: 30px;
    right: 400px
}



#singleFolderContent.about .artSingle {
    padding-bottom: 0;
    display: block;

}
 
#singleFolderContent.about .artSingle .subTitleEl {
    margin-bottom: 20px;
    padding: 0 32px 95px 32px;
}
#singleFolderContent.about .share {
    background: url(https://res.cloudinary.com/globes/image/upload/v1658215004/Digital/14762/share_3d_z3folz.svg) no-repeat;
    width: 33px;
    height: 33px;
    display: inline-block;
    position: absolute;
    top: 100px;
    right: 230px;
    display:none
}


#madadFilter .artGroup.groupType2 .lnk {
    display: none
}

#madadFilter #intro {

    margin: 0 auto;
    font-size: 20px
}
    #madadFilter #intro img {
        width: auto;
        max-width: 683px;
        padding: 51px 0
    }
    #intro .showMore {
        cursor: pointer;
        color: #4E3BC3;
        font-family: 'OpenSansHebrewBold';
        border-bottom: 2px #4E3BC3 solid;
        display: inline-block;
        position: relative;
        font-size: 18px;
        padding-left: 10px;
        /*display:none*/
    }


    #intro .showMore:after {
        content: url(https://res.cloudinary.com/globes/image/upload/v1687779995/Digital/madad/2023/arrow11_eealtm.svg);
        position: absolute;
        top: 0;
        left: -12px;
        border-bottom: 2px #4E3BC3 solid;
    }

    #intro .showMore.op:after {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        border-top: 2px #4E3BC3 solid;
        border-bottom: 0
    }

        #singleFolderContent.groupType2 .artSingle.child1 .titleEl {
            font-size: 64px;
        }




/*.artGroup.groupType2 .titleEl {    padding: 0}*/
.artSingle .nameEl {
    padding: 0 16px;
    
    font-family: almoniDL700;
    margin-bottom: 4px;

    font-size: 16px;
 
    line-height: 24px;
    letter-spacing: 0em;
    text-align: right;
 
}

.bottom .artSingle .nameEl {
    font-family: almoniDL400;
        min-height: 48px;
}
    .artSingle .posEl {
        padding: 0 16px;
        font-size: 16px;
        font-family: almoniDL400;
        line-height: 18px;
        text-align: right;
    }

.artSingle.child1 .bottom {
    position: absolute;
    bottom: 20px;
    right: 395px;
}

.btnShowMore {
    width: 148px;
    padding: 6px 16px;
    border-radius: 10px;
    background: #FFF9F4;

    color: var(--colorBlack);
    font-size: 24px;
    font-family: almoniDL700;
    cursor: pointer;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.10), 0px 0px 1px 0px rgba(0, 0, 0, 0.10), 0px 1px 1px 0px rgba(0, 0, 0, 0.09), 0px 2px 1px 0px rgba(0, 0, 0, 0.05), 0px 4px 2px 0px rgba(0, 0, 0, 0.01), 0px 6px 2px 0px rgba(0, 0, 0, 0.00);
}
.artGroup .lnk {
    font-size: 18px;
    font-family: demibold;
    align-self: flex-end;
    text-align: left;
    cursor: pointer;
}


/*.artGroup.academy .item .lnk {
    width: 36px;
    height: 36px;
    align-self: flex-end;
    text-align: left;
    cursor: pointer;
    background: url(https://res.cloudinary.com/globes/image/upload/v1688478167/icon_arrow_ia6imt.svg) no-repeat 0 0;
    position: relative;
    top: -4px;
    left: -10px;
}*/
.artGroup.academy .item .item3vr {
    display: flex;
    justify-content: space-between;
}
.artGroup.academy .item .item3vr img { width:70%}

.artGroup.academy .artSingle .titleEl {
    min-height: 128px;
    margin-bottom:24px
}

.promos .artSingle .imgEl {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
  .promos .artSingle hr {  margin: 22px 0 23px;border-bottom:solid 2px #000000; background:#000}
.promos .artSingle .textEl {
    font-size: 20px;
    text-align: right;
    line-height: 1.5;
    font-family: almoniDL400;
    /*height: 85px;
    overflow: hidden;*/
}
    /*.promos .artSingle .textEl:after {content:"קרא עוד"}*/
    .promos .artSingle .imgEl img {
        width: 96px !important;
        height: 96px;
        border-radius: 50%;
        border: solid 2px #0e0f2c;
        margin: inherit;
    }
     .promos .artSingle .imgEl .shareArt {
        background: url(https://res.cloudinary.com/globes/image/upload/v1658215004/Digital/14762/share_3d_z3folz.svg);
        width: 33px;
        height: 33px;
        display: block;
        cursor:pointer;
    }


.promos .artSingle.child2.type2 .titleEl {padding:0}

#divArticleContent {
    text-align: right;
    max-width: 1200px !important;
    margin-top: 0 !important;
    display: block;
}
    #divArticleContent .top {
        max-width: 800px !important;
        margin:0 auto;
    }
        #divArticleContent .top.regular {
            margin-top: 60px;
        }


    #divArticleContent .bottom .addArticles {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        display: grid;
        grid-gap: 24px;
    }
    #divArticleContent .bottom h2 {
        font-size: 48px;
        line-height: 1;
        margin-bottom:35px;
        border-bottom:1px #000 solid;
        padding-bottom:2px;
        font-family: almoniTzar700;
    }

    #divArticleContent .bottom .subTitleEl {display:none}

    #divArticleContent .top .title {
        line-height: 100%;
        font-size: 63px;
        font-family: 'almoniTzar500';
        margin-bottom: 40px;
    }
    #divArticleContent .subTitle {
        font-size: 18px;
        line-height: 26px;
        font-family: OpenSansHebrew;
        font-weight: normal;
        color: #1a1a1a;
        letter-spacing: -0.11px;
        margin: 12px 0 24px;
    }
    #divArticleContent .top .subTitle {
        font-size: 24px;
        line-height: 32px;
 
        font-family: demibold;
        margin-bottom: 0;
        margin: 22px 0;
    }
    #divArticleContent .top .author {
 
        border-bottom: 1px var(--colorBlack) solid;
        margin-bottom: 18px;
        display: grid;
        grid-template-columns: 140px 1fr auto;
        align-items: center;
        font-size: 18px;
        font-family: 'almoniDL700';

    }
    #divArticleContent .top.regular .author {
        grid-template-columns: 1fr auto;
        padding:22px 0 10px
    }


     #divArticleContent .top .position {  font-size: 16px;font-family: 'almoniDL400'; color: #484848;}
    #divArticleContent .top .share {
        background: url(https://res.cloudinary.com/globes/image/upload/v1687779199/Digital/madad/2023/Frame_51282_wqr7ok.svg) no-repeat;
        width: 71px;
        height: 26px;
        display: block;
        cursor: pointer;
        margin-bottom: 30px;
    }

    #divArticleContent .top .author img {
        height: 128px;
        width: auto;
       
    }

    #divArticleContent .text p {
        font-size: 19px;
        line-height: 26px;
        font-family: OpenSansHebrew;
        font-weight: normal;
        margin: 0 0 45px;
    }

   

        #secFilter {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
        }
#newType {
    text-align: left;
    grid-column: -1 / 1;
    position: relative;
    top: 119px;
    margin-left:16px;
    display:none
}

#newType .newTypeImg {
    background: url(https://res.cloudinary.com/globes/image/upload/v1626007897/Digital/icons/a-icon-new_k4uh3n.svg) no-repeat 0 0;
    display: inline-block;
    height: 32px;
    width: 32px;
    zoom: 60%;
    position: relative;
    top: 6px;
}
#newType .newTypeDesc {
font-family: 'almoniDL500';
font-size: 18px;
}

#secFilter h2 {
    font-family: almoniTzar700;
    font-size: 42px;
    line-height: 100%;
    grid-column: -1 / 1;
    text-align: right;
    margin: 20px 0;
    font-variant: small-caps;
}

#mobileMenuContent {display:none}
/* switch */
#filterSlider {
    display: flex;
    align-items: center;
     
}
    #filterSlider span {
        font-size: 20px;
        font-family: almoniDL700;
        color: #666
    }
        #filterSlider span.active {
            color: var(--colorBlack);
        }

   #filterSearch {
            justify-content: left;
            display: grid;
        }


.switch {
    position: relative;
    display: inline-block;
    width: 62px;
    height: 33px;
    margin:0 22px
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

    .switch .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: url(https://res.cloudinary.com/globes/image/upload/v1687427261/Digital/madad/2023/hole_d_mrwxyv.svg) no-repeat 0 0;
        -webkit-transition: .4s;
        transition: .4s;
    }

        .switch .slider:before {
            position: absolute;
            content: "";
            height: 34px;
            width: 34px;
            left: 2px;
            bottom: 0;
            background: url(https://res.cloudinary.com/globes/image/upload/v1687426927/Digital/madad/2023/Rectangle_Copy_6_zoqyya.svg) no-repeat 0 0;
            -webkit-transition: .4s;
            transition: .4s;
 
        }

    .switch input:checked + .slider {
        background-color: #323245;
    }

    .switch input:focus + .slider {
        box-shadow: 0 0 1px #2196F3;
    }

    .switch input:checked + .slider:before {
        -webkit-transform: translateX(26px);
        -ms-transform: translateX(26px);
        transform: translateX(26px);
        box-shadow:none;
    }


.slider.round {
    border-radius: 34px;
}
     .slider.round:before {
        border-radius: 50%;
        /*box-shadow: 3px 0px 1px 0px rgb(254 211 12);*/
    }

/* end switch */














:root {
    --MainBG: #fff;
    --SecondaryBG:#FFF3E9;
    --Separator: #eedbe2;
    --PrimaryColor: #97133f;
    --PrimaryDarker: #700b2d;
    --MainText: #1a1a1a;
    --SecondaryText: #484848;
}
 body {
     min-width:100%
}
img {
    width: 100%;
}
#ratingList .cmpExtRating .text img {
    width: auto;
}

.text img[src*="/madad24%20info/"] {
    display:none
}


#divArticleContent .bottom .addArticles .artSingle.child1 .img {
    width: 100%
}



@font-face {
    font-family: 'almoniTzar400';
    font-weight: 400;
    /*(regular)*/
    font-style: normal;
    src: url('/Static/fonts/almoni-tzar/almoni-tzar-regular-aaa.eot');
    src: url('/Static/fonts/almoni-tzar/almoni-tzar-regular-aaa.eot?#iefix') format('embedded-opentype'), url('/Static/fonts/almoni-tzar/almoni-tzar-regular-aaa.woff') format('woff'), url('/Static/fonts/almoni-tzar/almoni-tzar-regular-aaa.woff2') format('woff2');
}
 @font-face {
     font-family: 'almoniTzar700';
     font-weight: 700;
     font-style: normal;
     src: url('/Static/fonts/almoni-tzar/almoni-tzar-bold-aaa.eot');
     src: url('/Static/fonts/almoni-tzar/almoni-tzar-bold-aaa.eot?#iefix') format('embedded-opentype'), url('/Static/fonts/almoni-tzar/almoni-tzar-bold-aaa.woff') format('woff2'), url('/Static/fonts/almoni-tzar/almoni-tzar-bold-aaa.woff2') format('woff') 
}
 @font-face {
     font-family: 'almoniTzar500';
     font-weight: 500;
     font-style: normal;
     src: url('/Static/fonts/almoni-tzar/almoni-tzar-medium-aaa.eot');
     src: url('/Static/fonts/almoni-tzar/almoni-tzar-medium-aaa.eot?#iefix') format('embedded-opentype'), url('/Static/fonts/almoni-tzar/almoni-tzar-medium-aaa.woff') format('woff'), url('/Static/fonts/almoni-tzar/almoni-tzar-medium-aaa.woff2') format('woff2');
}
 @font-face{
	font-family:'ultrabold';
	font-weight:900; /*(bold)*/
	font-style: normal;
		src: url('/Static/fonts/almoni2019/almoni-neue-ultrabold-aaa.eot'); 
		src: url('/Static/fonts/almoni2019/almoni-neue-ultrabold-aaa.eot?#iefix') format('embedded-opentype'), 
			 url('/Static/fonts/almoni2019/almoni-neue-ultrabold-aaa.woff2') format('woff2'),
			 url('/Static/fonts/almoni2019/almoni-neue-ultrabold-aaa.woff') format('woff');
}
 #wrapper,header{
     max-width:unset;
     width:100%;
}
 #wrapper {
 
     overflow:visible;
}
 .desc {
     margin:108px auto 173px;
     font-family: 'AlmoniDL400';
     font-weight:normal;
     text-align:center;
     font-size: 32px;
     line-height: 1.5;
     max-width:1068px;
     width:calc(100% - 54px);
     display:none 
}
.hpSB {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 40px);
    text-align: center;
    margin: 0;
    padding: 15px 20px;
    top: 0;
    overflow: hidden;
    z-index: 111;
    background: var(--SecondaryBG);
    position: fixed;
    box-shadow: 0px 2px 8px 0px rgba(253, 221, 194, 0.80);
}
 
 
 
 
.logos {
    display: flex;
    align-items: center;
}
 .hpSB .del1 {
     height: 40px;
     border: solid 1px var(--PrimaryColor);
     margin:0 20px;
     display:inline-block;
}
 
 .hpSB h2{
     display: inline-block;
         font-family: almoniTzar700;
    font-weight: normal;
     margin: 0;
     font-size: 32px;
     color:var(--PrimaryColor);
}
#SBTopLinks .lnkSB {
    display: flex;
    font-family: almoniTzar500;
    font-weight: normal;
    margin: 0;
    font-size: 24px;
    line-height: 1;
    color: var(--colorBlack);
    border-radius: 10px;
    background: #FFF9F4;
    padding: 5px 16px;
    /*font-variant: small-caps;*/
    /*min-width: 124px;
    max-width:124px;*/
    min-width: 58px;
    align-self: center;
    min-height: 28px;
    text-align: center;
    align-items: center;
    justify-content: center;
    height: 51px;
    
    
    
    box-shadow: 0 3px 0px #7B0054;


}
    #SBTopLinks .lnkSB:hover, #SBTopLinks .lnkSB.active {
        box-shadow: 0 3px 0px #7B0054, 0px -9px 2px 0px rgba(0, 0, 0, 0.00), 0px -6px 2px 0px rgba(0, 0, 0, 0.03), 0px -3px 2px 0px rgba(0, 0, 0, 0.10), 0px -1px 1px 0px rgba(0, 0, 0, 0.17), 0px 0px 1px 0px rgba(0, 0, 0, 0.20);
        background:#fff
    }

    #SBMainLinks {
        margin: 45px 0 100px;
        display: none
    }
#lnkCeo {max-width:180px}
#SBMainLinks .lnkSB {
    display: inline-block;
    font-family: almoniTzar700;
    font-weight: normal;
    font-size: 35px;
    line-height: 1;
    color: var(--colorBlack);
    border: 2px solid var(--colorBlack);
    padding: 60px 15px;
    width: 100%;
    max-width: 220px;
    max-height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-variant: small-caps;
}
.table {
    display: flex !important;
    justify-content: space-between;
    grid-gap:25px;
    margin:0 auto;
    width:calc(100% - 100px)

}
.table .lnkSB.box1 {    box-shadow: 0 3px 0px #00AEEF;}
.table .lnkSB.box2 {    box-shadow: 0 3px 0px #C72382;}
.table .lnkSB.box3 {    box-shadow: 0 3px 0px #FED30C;}
.table .lnkSB.box5 {    box-shadow: 0 3px 0px #24BD56;}
.table .lnkSB.box6 {    box-shadow: 0 3px 0px #FE8F0C;}
.table .lnkSB.box8 {    box-shadow: 0 3px 0px #8F5BF5; }
    .table .lnkSB.box8:after {
        content: url(https://res.cloudinary.com/globes/image/upload/v1657805631/Digital/14762/arrow_v5xesv.svg);
        position: relative;
        top: -2px;
        left: -10px;
    }

#SBTopLinks .table .lnkSB.box8:after {
    zoom: 60%;
    top: -5px;
}


    #SBMainLinks .lnkSB:hover {
        position: relative;
        right: -2px;
        top: 2px;
        box-shadow: 6px 6px 0px #000;
    }

    #dvRSB {
        display: flex;
        align-items: center;
    }
 #dvRSB a span {
    margin:0 0 0 10px;
     font-size:18px
}
        #dvRSB .shareProject {
            background: url(https://res.cloudinary.com/globes/image/upload/v1752738909/Digital/icons/Share_icn_20px_fqrvdp.svg) no-repeat;
               width: 21px;
                height: 20px;
            display: block;
       
            cursor: pointer;
        }
#ratingList .cmpExtRating .shareCategory {
    background: url(https://res.cloudinary.com/globes/image/upload/v1719144280/Digital/icons/a-path_te52uq.svg) no-repeat;
    width: 20px;
    height: 25px;
    display: block;
    cursor: pointer;
    margin-right: -30px;
}

#lnkExpand:hover {
    filter: drop-shadow(0px 18px 7px rgba(0, 0, 0, 0.03)) drop-shadow(0px 10px 6px rgba(0, 0, 0, 0.1)) drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.17)) drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.2)) drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.2));
}
#lnkExpand {
    position: relative;
    min-width:150px !important
}
    #lnkExpand:hover  ul { display:block}
    #lnkExpand .subMenu {
        z-index: 1;
        
        display: none;
        position: absolute;
        top: 143px;
        left: 0;
        width: 100%;
        direction: ltr;
        padding-top: 5px;
        box-shadow: 0px 2px 0px #7B0054;
        border-radius: 0 0 10px 10px;
        border-top: 0;
    }



 
.subMenu li { position:relative; margin-bottom:10px}
    .subMenu li a {
        font-size: 30px;
        font-family: almoniTzar400;
        text-align: right;
        margin-right: 35px;
    }

    .subMenu li:hover:after {
        position: absolute;
        width: 14px;
        background: #000;
        height: 2px;
        border-radius: 1.5px;
        bottom: 0px;
        right: 32px;
        content: "";
    }


#SBTopLinks #lnkExpand .subMenu {
    top: 45px;
    background: #fff9f4;
}
#SBTopLinks #lnkExpand .subMenu a { font-size:18px}
#SBTopLinks .subMenu li:hover:after {    bottom: -3px;    right: 34px;}

#lnkLogo {
    /*background: url(https://res.cloudinary.com/globes/image/upload/v1625735176/Digital/icons/a-logo-madad-horizontal_k1avlf.svg) no-repeat;
    width: 151px;
    height: 43px;*/
    margin-right: 30px;
    padding-right: 30px;
    border-right: 2px #000 solid;
    font-size: 40px;
    font-family: almoniTzar500;
    line-height: 1;
    font-variant: small-caps;
}
 
.hpSB .l {
    font-family: AlmoniDL400;
    margin: 0px 20px 0 0;
    display: flex;
    align-items: center;
    border-right: 1px #92969a40 solid;
    padding-right: 20px;
}
 #kidumSB {
     display:block;
     background: url(https://res.cloudinary.com/globes/image/upload/v1614685431/Digital/50%20%D7%9E%D7%A9%D7%A4%D7%99%D7%A2%D7%95%D7%AA%202020/%D7%AA%D7%9E%D7%95%D7%A0%D7%95%D7%AA%20%D7%A9%D7%99%D7%AA%D7%95%D7%A3/desktop_3_bkg_hero_sncfbi.png);
     height: 420px;
     position:relative;
     margin-top:60px;
     background-size:cover;
}
 #kidumSB h1{
    position: absolute;
    top: 50%;
    right: 50%;
    font-family: 'almoniTzar700';
    font-size: 128px;
    color: var(--MainBG);
    z-index: 1;
    line-height: 95px;
    letter-spacing: 0.32px;
    width: 830px;
    text-align: center;
    font-feature-settings: "smcp";
    margin: 0;
    transform: translate(50%, -50%);
}
 #kidumSB .kidomImg {
     position: absolute;
     bottom: 270px;
     z-index: 1;
     right: 160px;
}
 #kidumSB h3{
     position:absolute;
     top:110px;
     right:450px;
     font-family: 'almoniDL700';
     font-size:40px;
}
 .divSBTitle {
     max-width: 1600px;
     text-align: right;
     font-family: 'almoniTzar700';
     font-size: 48px;
     line-height: 57px;
     margin: 30px auto 51px;
     color: #1a1a1a;
     letter-spacing: -0.18px;
     border-bottom: 1px #1a1a1a solid;
     font-weight:normal;
     padding-bottom: 10px;
     position:relative 
}
 .divSBTitle:after {
     position: absolute;
     content: '';
     border-radius: 5px;
     bottom: -2px;
     right: 0;
     width: 72px;
     border: 2px #c00 solid;
     background: #c00;
}
 .divSBTitle h2 {
    margin:0;
     font-size:48px 
}
 #divSBInstruction {
     width:100%;
     margin:30px auto 78px;
     max-width: 1040px;
     display: grid;
     grid-template-columns: repeat(3, 1fr);
}
 #divSBInstruction div{
     display:inline-block;
}
 #divSBInstruction div>span img {
     border-radius:50%;
     width: 180px;
     height: 180px;
}
    #divSBInstruction p {
        font-family: 'almoniTzar400';
        font-size: 32px;
        color: var(--colorBlack);
        max-width: 65%;
        margin: 30px auto 0;
        line-height: 32px;
    }
 #divSBInstruction div:nth-of-type(1){
     direction:ltr;
}
 #divSBInstruction div:nth-of-type(1)>p{
     text-align:center;
}
 #divSBInstruction div:nth-of-type(2)>span{
     margin:0px auto;
}
 #section_article .item h2, #section_article .hWr4 {
    text-align:center;
     max-width:613px
}
 #divGalleryCredits {
    font-family: 'almoniDL400';
     font-size:16px
}
 .socialIconsArt {
    direction:ltr
}
 .socialIconsArt a {
     display: inline-block;
     width: 77px;
     height: 77px;
     zoom: 60%;
     position: relative;
     margin-left:24px;
}
 .socialIconsArt .twitter {
     background:url('https://images.globes.co.il/globes/urban_renewal/icn_twitter.svg') no-repeat center;
}
 .socialIconsArt .facebook {
     background:url('https://images.globes.co.il/globes/urban_renewal/icn_facebook.svg') no-repeat center;
}
 .socialIconsArt .mail {
     background:url('https://images.globes.co.il/globes/urban_renewal/icn_mail.svg') no-repeat center;
}
 .socialIconsArt .linkedin {
     background:url('https://images.globes.co.il/globes/urban_renewal/icn_linkedin.svg') no-repeat center;
}
 .socialIconsArt .whatsap {
     background:url('https://images.globes.co.il/globes/urban_renewal/icn_whatsapp.svg') no-repeat center;
}
 .socialIconsArt .facebook:hover {
    background-image:url(https://images.globes.co.il/globes/urban_renewal/icn_facebook_color.svg);
}
 .socialIconsArt .twitter:hover{
    background-image:url(https://images.globes.co.il/globes/urban_renewal/icn_twitter_color.svg);
}
 .socialIconsArt .whatsap:hover {
    background-image:url(https://images.globes.co.il/globes/urban_renewal/icn_whatsapp_color.svg);
}
 .socialIconsArt .mail:hover {
    background-image:url(https://images.globes.co.il/globes/urban_renewal/icn_mail_color.svg);
}
 .socialIconsArt .linkedin:hover {
     background-image: url(https://images.globes.co.il/globes/urban_renewal/icn_linkedin_color.svg);
}
 .socialIconsArt .copy:hover {
    background-image:url(https://images.globes.co.il/globes/urban_renewal/icn_copy_link_color.svg);
}
.mainInfo .socialLinks {
    text-align: center;
    direction: ltr;
    padding: 5px 0;
    border-top: 1px var(--colorBlack) solid;
    border-bottom: 1px var(--colorBlack) solid;
    margin-top: 20px
}
 .mainInfo .socialLinks a {
     display:inline-block;
     margin-bottom:10px;
     width:30px;
     height:30px;
     margin: 0 14px;
     cursor:pointer
}
 .mainInfo .socialLinks .icon1 {
    background:url(https://images.globes.co.il/globes/icons/icn-facebook.svg) no-repeat 0 0;
}
 .mainInfo .socialLinks .icon2 {
    background:url(https://images.globes.co.il/globes/icons/icn-twitter.svg) no-repeat 0 0;
}
 .mainInfo .socialLinks .icon3 {
    background:url(https://images.globes.co.il/globes/icons/icn-mail.svg) no-repeat 0 0;
}
 .mainInfo .socialLinks .icon4 {
    background:url(https://images.globes.co.il/globes/icn-linkdin.svg) no-repeat 0 0;
     zoom: 81%;
}
 .mainInfo .socialLinks .icon5 {
    background:url(https://images.globes.co.il/globes/icons/icn-whatsapp.svg) no-repeat 0 0;
}

    .mainInfo .socialLinks span {
        text-align: center;
        font-size: 16px;
        color: var(--colorBlack);
        margin-bottom: 4px;
        font-family: 'almoniDL400';
        display: block
    }
 #divSBBanner1{
     width: 1050px;
     height: 90px;
     margin:109px auto 97px;
     font-size:40px;
}
 #filterTitle {
     font-size: 24px;
     font-family: 'almoniTzar400';
     color: var(--PrimaryColor);
     margin: 0 0 0 40px;
     cursor:pointer;
     line-height:38px;
     flex: 0 0 140px;
}
 #filterTitle:before{
     content:url(https://res.cloudinary.com/globes/image/upload/v1613396778/Digital/50%20%D7%9E%D7%A9%D7%A4%D7%99%D7%A2%D7%95%D7%AA%202020/icon-24-filter_cgykuq.svg);
     position: relative;
     top: 4px;
     margin-left: 10px;
}
 #filters{
     display:none;
     text-align: right;
     max-width:722px;
}
 #SBFilterBtns {
    margin:25px auto;
    padding: 12px 24px;
     display: flex;
     max-width: 1478px;
     width: 100%;
}
 .pinkBg{
      background: var(--SecondaryBG);
 }
 #SBFilterBtns input {
     background:var(--SecondaryBG);
     color: var(--PrimaryColor);
     border: 1px var(--PrimaryColor) solid;
     font-size: 24px;
     line-height: 1.5;
     padding: 0px 12px;
     font-family: 'almoniTzar400';
     margin: 0 0 18px 18px;
     cursor:pointer ;
     border-radius: 4px;
     letter-spacing: 0.12px;
     -webkit-appearance: none;
}
 #SBFilterBtns input:hover, #SBFilterBtns input.active {
    background:#e9cdd7;
}
  #SBFilterBtns input:focus{
      outline:none;
  }
 #SBFilterData, .allMembers{
     margin:36px auto 120px;
     max-width: 1478px;
     display: grid;
     grid-template-columns: repeat(auto-fill, 345px);
     grid-gap: 32px;
     width: calc(100% - 36px);
     justify-content: center;
}
 #SBFilterData>a{
     display:inline-block;
     position: relative;
     margin-bottom:50px;
     vertical-align: top;
}
 #SBFilterData>a:visited * {
    color:#66605b
}
 .SBCoach img{
     width:100%;
     height: 363px;
     object-fit: cover;
     transition:all 0.2s ease;
}
 .SBCoach{
     cursor:pointer;
}
 .SBCoach:hover img , .divRelatedItem:hover img{
     -webkit-box-shadow: 14px 14px 0 0 var(--PrimaryColor);
     box-shadow: 14px 14px 0 0 var(--PrimaryColor);
     transform: translate(-14px, -14px);
}
 .SBCoach:hover h4, .SBCoach:hover h5, .divRelatedItem:hover .title, .divRelatedItem:hover .description{
     color:var(--PrimaryColor);
}
 .SBCoach h4, .title {
     font-size:28px;
     line-height:31px;
     margin:10px 0 5px;
     font-family: 'almoniTzar700';
     
     text-align:right 
}
 .SBCoach h5, .description{
     font-size:18px;
     line-height:24px;
     font-family: 'almoniDL400';
     margin:0;
     color:var(--SecondaryText);
     letter-spacing: -0.04px;
     font-weight: normal;
     text-align:right 
}
  .SBCoach h5 p{
      margin:0;
  }
 #divArticleContent, #divVaadParent, #divAboutParent, .pageLayoutArticle {
     max-width: 1478px;
     width: calc(100% - 36px);
     margin:60px auto 0;
     position:relative; padding-top:0 !important
}
 
 .pageLayout {
     display: grid;
     grid-template-columns: 1fr 1fr;
     grid-gap: 100px;
     padding:60px 0 24px;
     justify-content: space-between;
     text-align:right;
}
 .pageLayoutPerson {
     display: grid;
     grid-template-columns:60px 1fr 1fr 60px;
     grid-gap: 20px;
     padding:60px 0 24px;
     justify-content: space-between;
     text-align:right;
         margin-bottom: 56px;
}
 #divVaadParent, #divAboutParent{
     display:none;
}
 .border{
     border-bottom: 1px solid var(--Separator);
     padding-bottom: 56px;
}
 #divArrowLeft, #divArrowRight {
     position: -webkit-sticky;
     position: sticky;
     background: var(--PrimaryColor);
     width: 60px;
     height: 60px;
     border-radius: 6px;
     top:40%;
     z-index:1;
     cursor:pointer;
}
 #divArrowLeft:after, #divArrowRight:before{
     content:"";
     border: solid #fff;
     border-width: 0 3px 3px 0;
     display: inline-block;
     padding: 7px;
     position:absolute;
     top:23px;
}

 #divArrowLeft:after{
     transform: rotate(135deg);
     -webkit-transform: rotate(135deg);
     right:20px;
}

 #divArrowRight:before{
     transform: rotate(-45deg);
     -webkit-transform: rotate(-45deg);
     right:25px;
}
 #divArrowLeft:hover,#divArrowRight:hover {
     width:180px;
     line-height:60px;
     text-align: center;

}
 #divArrowRight:hover {
     margin-right:-120px;
 }
 #divArrowLeft:hover::after,#divArrowRight:hover::before {
     position:initial;
}
 #divArrowLeft:hover::before{
     content:"למשפיעה הבאה";
     color: #fff;
     font-family: 'almoniTzar400';
     font-size: 28px;
     display: inline-block;
}
 #divArrowRight:hover::after{
     content:"למשפיעה הקודמת";
     color: #fff;
     font-family: 'almoniTzar400';
     font-size: 28px;
     display: inline-block;
}
 #divArtData{
     text-align:right;
}
 .divArtTitle, .pageTitle {
     font-size: 88px;
     font-family: 'almoniTzar700';
     color:var(--MainText);
     line-height: 1;
     margin: 0 0 15px 0;
}
 .divArtSubTitle {
     font-size: 24px;
     font-family: demibold;
     color:var(--SecondaryText);
     font-weight: normal;
         margin-top: 0;
}
 .divArtSubTitle p{
     margin:0;
 }
 #divArtInfo{
     font-size:18px;
     font-family: 'almoniDL400';
     color:#666;
}
 #divArtSharing{
     border-top:1px solid var(--Separator);
     border-bottom:1px solid var(--Separator);
     display:flex;
     justify-content:space-between;
     align-items: center;
     margin-bottom:40px;
     height:64px;
}
 #divArtAuthor{
     padding-left: 24px;
     border-left: 1px solid var(--Separator);
 }
 #divArtAuthor, #divArtTime {
     font-size: 16px;
     color: #666;
     font-family: 'almoniDL400';
     white-space: nowrap;
}
 #divArtShare{
     display:flex;
     align-items: center;
     flex: 1;
    justify-content: flex-end;
    cursor:pointer;
}
 #shareBtn {
     display: flex;
     align-items: center;
     font-family: 'almoniTzar400';
     font-size:22px;
     color:var(--PrimaryColor);
     white-space: nowrap;
     line-height: 0.6;
}
 #shareBtn:after{
     content:url(https://res.cloudinary.com/globes/image/upload/v1614244695/Digital/50%20%D7%9E%D7%A9%D7%A4%D7%99%D7%A2%D7%95%D7%AA%202020/icon-40-share_1_oqfdxa.svg);
     margin-right: 10px;
}
  #divArtShare:hover  #shareBtn:after{
    content:url(https://res.cloudinary.com/globes/image/upload/v1614072631/Digital/50%20%D7%9E%D7%A9%D7%A4%D7%99%D7%A2%D7%95%D7%AA%202020/icon-40-share-full_1_fldpkm.svg);
  }
 #spnSharedBtns{
     display:flex;
     background: #fff;
     padding: 0 0 0 10px;
    border-left: 1px solid var(--Separator);
}
 #spnSharedBtns a{
     width:40px;
     height:40px;
     margin-left:10px;
     cursor:pointer;
}
 #artFB{
     background-image:url(https://res.cloudinary.com/globes/image/upload/v1613580620/Digital/50%20%D7%9E%D7%A9%D7%A4%D7%99%D7%A2%D7%95%D7%AA%202020/Facebook_meywvs.svg);
}
 #artTW{
     background-image:url(https://res.cloudinary.com/globes/image/upload/v1613580620/Digital/50%20%D7%9E%D7%A9%D7%A4%D7%99%D7%A2%D7%95%D7%AA%202020/Twitter_ignwoy.svg);
}
 #artLI{
     background-image:url(https://res.cloudinary.com/globes/image/upload/v1613580620/Digital/50%20%D7%9E%D7%A9%D7%A4%D7%99%D7%A2%D7%95%D7%AA%202020/Linkedin_ofxqf6.svg);
}
 #artWA{
     background-image:url(https://res.cloudinary.com/globes/image/upload/v1613580622/Digital/50%20%D7%9E%D7%A9%D7%A4%D7%99%D7%A2%D7%95%D7%AA%202020/Whatsapp_bircff.svg);
}
 a#artML{
     background-image:url(https://res.cloudinary.com/globes/image/upload/v1613580620/Digital/50%20%D7%9E%D7%A9%D7%A4%D7%99%D7%A2%D7%95%D7%AA%202020/mail_z1am95.svg);
}
 #artCopy{
     background-image:url(https://res.cloudinary.com/globes/image/upload/v1613564755/Digital/50%20%D7%9E%D7%A9%D7%A4%D7%99%D7%A2%D7%95%D7%AA%202020/icn-copy-link-copy_1_g61dvg.svg);
     margin-left:0;
 }
 #artFB:hover{
     background-image:url(https://res.cloudinary.com/globes/image/upload/v1614255993/Digital/50%20%D7%9E%D7%A9%D7%A4%D7%99%D7%A2%D7%95%D7%AA%202020/icon-40-facebook-full_p1dvol.svg);
}
 #artTW:hover{
     background-image:url(https://res.cloudinary.com/globes/image/upload/v1614256171/Digital/50%20%D7%9E%D7%A9%D7%A4%D7%99%D7%A2%D7%95%D7%AA%202020/icon-40-twitter-full_jehhp7.svg);
}
 #artLI:hover{
     background-image:url(https://res.cloudinary.com/globes/image/upload/v1614255993/Digital/50%20%D7%9E%D7%A9%D7%A4%D7%99%D7%A2%D7%95%D7%AA%202020/icon-40-linkedin-full_v9d862.svg);
}
 #artWA:hover{
     background-image:url(https://res.cloudinary.com/globes/image/upload/v1614257187/Digital/50%20%D7%9E%D7%A9%D7%A4%D7%99%D7%A2%D7%95%D7%AA%202020/icon-40-whatsapp-full_1_tf9ldv.svg);
}
 a#artML:hover{
     background-image:url(https://res.cloudinary.com/globes/image/upload/v1614255993/Digital/50%20%D7%9E%D7%A9%D7%A4%D7%99%D7%A2%D7%95%D7%AA%202020/icon-40-mail-full_vznip0.svg);
}
  #artCopy:hover{
      background-image:url(https://res.cloudinary.com/globes/image/upload/v1614255993/Digital/50%20%D7%9E%D7%A9%D7%A4%D7%99%D7%A2%D7%95%D7%AA%202020/icon-40-copy-link-full_wrqpfi.svg);
  }
 .divArtText p {
     font-size: 19px;
     font-family: 'OpenSansHebrew';
     line-height: 24px;
     color:var(--MainText);
     margin: 0 0 20px 0;
     line-height:1.5;
}
 .divArtText p strong, .divArtText h3 {
    font-size: 28px;
    font-family: 'almoniTzar700';
    line-height:1;
    margin: 0 0 8px 0;
}
 .divArtText p strong a{
     font-size: 19px;
     font-family: 'OpenSansHebrew';
 }

#divArtImage {
   height: calc(100% - 20px);
   text-align: center;
   margin-right:40px;
}
 #divArtImageInner{
      position: -webkit-sticky;
     position:sticky;
     top:12%;
 }
 #divArtImage img{
     -webkit-box-shadow: 20px 20px 0 0 #fff, 20px 20px 0 1px var(--PrimaryColor);
     box-shadow: 20px 20px 0 0 #fff, 20px 20px 0 1px var(--PrimaryColor);
     width: auto;

}
.imageCredit {
    font-size: 13px;
    color: #b0b0b0;
    background: rgb(0 0 0 / 50%);
    font-family: 'almoniDL400';
    position: absolute;
    right: 4px;
    bottom: 3px;
    padding: 0 2px;
    text-align:right;
}
 .lblReadMore {
     color: #666;
     font-family: 'OpenSansHebrew';
     font-size: 16px;
     cursor:pointer;
}
 .lblReadMore:after {
     content: "";
     border: solid #666;
     border-width: 0 2px 2px 0;
     display: inline-block;
     padding: 3px;
     margin-right:10px;
     transform: rotate(45deg);
     -webkit-transform: rotate(45deg);
     position: relative;
     top: -2px;
}
 .ArticleImg {
    position: relative;
}
 #divArtRelatedItems {
    padding-bottom: 70px;
}
 #divArtRelatedItems h5, .divAddArticlesTitle{
     font-size:88px;
     text-align:right;
     margin:0;
     font-family: 'almoniTzar700';
}
 #divArtRelatedItemsContent {
     display: grid;
     grid-template-columns:repeat(auto-fill, minmax(280px, 1fr));
     grid-gap: 32px;
     position:relative;
}
 .divRelatedItem{
     cursor:pointer;
 }
 .divRelatedItem img{
     width:100%;
     height: 363px;
     object-fit: cover;
     transition: all 0.2s ease;
}
 #divShowMoreRelatedItems {
     font-size: 24px;
     font-family: 'almoniTzar400';
     color:var(--PrimaryColor);
     border:1px solid var(--PrimaryColor);
     border-radius:4px;
     padding: 2px 8px;
     position: absolute;
     bottom: -70px;
     cursor:pointer;
}
 #divShowMoreRelatedItems:hover{
     background:var(--PrimaryDarker);
     color:#fff;
}
 #divRecommendation {
     background: var(--SecondaryBG);
     padding: 24px;
     -webkit-box-shadow: 20px 20px 0 0 #fff, 20px 20px 0 1px var(--SecondaryBG);
     box-shadow: 20px 20px 0 0 #fff, 20px 20px 0 1px var(--SecondaryBG);
     margin: 24px 0 48px;
}
 #divRecommendationData {
     display: grid;
}
 
 #divRecommendationImg img {
     width: 124px;
     height: 124px;
     border-radius: 50%;
     object-fit: cover;
     filter:grayscale(100%);
}
 #divRecommendationText, #divRecommendationText p {
     font-size: 19px;
       line-height:24px;
     font-family: 'almoniDL400';
     color: #1a1a1a;
}
 #divRecommendationText p strong{
     font-size: 19px;
     font-family: 'almoniDL700';
}
 #divRecommendationText h3 {
     font-size: 28px;
     font-family: 'almoniTzar700';
     margin: 0;
     line-height:1;
     margin-bottom: 16px;
}
#divRecommendationText h4{
    font-family: 'almoniTzar400';
    font-size: 24px;
    font-weight: normal;
    margin: 0 0 8px 0;
}
#divRecommendationText h4 strong {
    font-family: 'almoniTzar700';
}
 #divRecommendationBottom {
     display: flex;
     align-items: center;
     justify-content: space-between;
}
 #divRecommendationReadMore {
     font-size: 16px;
     color: #666;
     font-family: 'almoniDL400';
     cursor:pointer;
}
 #divRecommendationShare {
     font-size: 20px;
     font-family: 'almoniTzar400';
     color: #97133f;
     cursor:pointer;
}
 #divRecommendationShare:before{
     content:url(https://res.cloudinary.com/globes/image/upload/v1614615809/Digital/50%20%D7%9E%D7%A9%D7%A4%D7%99%D7%A2%D7%95%D7%AA%202020/icon-24-share_2_ai4gep.svg);
     position: relative;
     top: 5px;
     margin-left:4px;
}
 .divAddArticlesTitle{
     max-width:1478px;
     margin:0 auto;
     width:calc(100% - 40px);
}
 .divAddArticles {
     display: grid;
     grid-gap:20px;
    grid-template-columns: repeat(3, 1fr);
     max-width: 1478px;
     margin: 0 auto 120px;
     width: calc(100% - 40px);
     justify-content: space-between;
}
 .addArticle{
     text-align:right;
}

 .addArticle img{
     width:100%;
}
 .addArticle h4{
     margin:10px 0;
     font-size:28px;
     font-family: 'almoniTzar700';
     line-height:1;
}
 .articleInfo{
        display: grid;
    grid-template-columns: repeat(3, auto);
    justify-content: start;
    align-items: center;
    grid-gap: 0 7px;
}
 .articleInfo span{
     color:#8c8c8c;
     font-size:14px;
     font-family:'almoniDL400';
}
 #divVaadLeft{
     display:grid;
     grid-template-columns: repeat(auto-fill, 180px);
         grid-auto-rows: 300px;
     grid-gap:25px;
}
 #divVaadLeft .name {
     margin: 0;
     font-size: 28px;
     font-family: 'almoniTzar700';
     color: #484848;
     text-align:center;
     line-height:1;
}
 #divVaadLeft .description{
     font-size: 16px;
     text-align:center;
     color: #484848;
}
 .personImg img{
     filter: grayscale(100%);
}
 .overlay, .socialBlock {
     display: none
}
 html.hidden {
     overflow: hidden
}
#sponsersLogo {
    position: relative;
    max-width: 1478px;
    margin: auto;
    width: calc(100% - 40px);
    display: flex;
    justify-content:space-between;
    align-items:center;
    gap:28px;
    flex-wrap:wrap;
}
#sponsersLogo img{
    max-width:219px;
}
 .socialBlock .close {
    background-image: url(https://images.globes.co.il/globes/urban_renewal/X.svg);
     width: 15px;
     height: 15px;
     background-size: contain;
     cursor: pointer;
     position: absolute;
     top: 10px;
     left: 10px;
     font-size: 0;
}
 .overlay {
     overflow: hidden;
     width: 110% !important;
     height: 110% !important;
     position: absolute;
     top: 0px;
     left: 0px;
     background-color: Gray;
     opacity: 0.7;
     z-index: 10;
}
 .socialBlock {
     width: 565px;
     height: 532px;
     background: #fff;
     position: fixed;
     z-index: 200000;
     transform: translate(-50%, -50%);
     left: 50%;
     top: 50%;
     z-index: 111111111111111111111111111;
     outline: 1000px rgba(0,0,0,0.8) solid;
     direction: ltr;
}
 .socialBlock h3 {
     font-family: 'ultrabold';
     font-size: 30px;
     margin: 40px 0 10px;
     text-align: center;
}
 .socialBlock .sWr {
    display: grid;
    grid-template-columns: auto auto auto;
    justify-content: center;
     width: 100%;
     text-align: center;
     margin: 0 auto;
}
 .socialBlock a {
     display: inline-block;
     width: 77px;
     height: 77px;
     border-radius: 50%;
     margin: 38px;
     position: relative;
}
 .socialBlock a:after {
     position: absolute;
     font-size: 14px;
     transform: translate(-50%, -50%);
     left: 50% !important;
     top: 130%;
     width: 100%;
     text-align: center;
     margin: 0 auto;
     font-family: almoniDL400;
}
 .socialBlock .fb:after {
     content: "Facebook";
}
 .socialBlock .twitter:after {
     content: "Twitter";
}
 .socialBlock .whatsapp:after {
     content: "WhatsApp";
}
 .socialBlock .mail:after {
     content: 'דוא"ל';
}
 .socialBlock .linkedin:after {
     content: "LinkedIn";
}
  .copyLink{
      display:none;
     font-size:14px;
     font-family:almoniDL400;
     padding:2px 5px;
     background:rgb(111 111 111 / 85%);
     color:#fff;
     border-radius:3px;
 }
  #spnSharedBtns{
      position:relative;
  }
#spnSharedBtns .copyLink {
    position: absolute;
    left: 0;
    bottom: -30px;
}
 .socialBlock .copy:after {
     content: "העתק קישור";
     width: 90px;
}
 .socialBlock .twitter {
     background:url('https://images.globes.co.il/globes/urban_renewal/icn_twitter.svg') no-repeat center;
}
 .socialBlock .fb {
     background:url('https://images.globes.co.il/globes/urban_renewal/icn_facebook.svg') no-repeat center;
}
 .socialBlock .mail {
     background:url('https://images.globes.co.il/globes/urban_renewal/icn_mail.svg') no-repeat center;
}
 .socialBlock .linkedin {
     background:url('https://images.globes.co.il/globes/urban_renewal/icn_linkedin.svg') no-repeat center;
}
 .socialBlock .copy {
     background:url('https://images.globes.co.il/globes/urban_renewal/icn_copy_link.svg') no-repeat center;
}
 .socialBlock .whatsapp {
     background:url('https://images.globes.co.il/globes/urban_renewal/icn_whatsapp.svg') no-repeat center;
}
 .socialBlock .fb:hover {
    background-image:url(https://images.globes.co.il/globes/urban_renewal/icn_facebook_color.svg);
}
 .socialBlock .twitter:hover{
    background-image:url(https://images.globes.co.il/globes/urban_renewal/icn_twitter_color.svg);
}
 .socialBlock .whatsapp:hover {
    background-image:url(https://images.globes.co.il/globes/urban_renewal/icn_whatsapp_color.svg);
}
 .socialBlock .mail:hover {
    background-image:url(https://images.globes.co.il/globes/urban_renewal/icn_mail_color.svg);
}
 .socialBlock .linkedin:hover {
     background-image: url(https://images.globes.co.il/globes/urban_renewal/icn_linkedin_color.svg);
}
 .socialBlock .copy:hover {
    background-image:url(https://images.globes.co.il/globes/urban_renewal/icn_copy_link_color.svg);
}
 .socialBlock .closetext {
    display:none
}
  .hdd{display:none;}
 .hh{
    animation:animatezoom1 .7s ease;
}

.cc{
    animation:animatezoom2 .7s ease;
}





@keyframes animatezoom1{from{opacity:1;} to{opacity:0;}}
@keyframes animatezoom2{from{opacity:0;} to{opacity:1;}}
 #btnHome{
     font-size:24px;
     font-family: 'almoniTzar400';
     color:#fff;
     background:var(--PrimaryColor);
     appearance: none;
     border: none;
     border-radius: 4px;
     padding: 3px 13px;
     cursor:pointer;
     -webkit-appearance: none;
}
 #btnHome:hover{
     background:var(--PrimaryDarker);
  }
 #btnHome:after{
     content:"";
     display:inline-block;
     border: solid #fff;
     border-width: 0 2px 2px 0;
     padding: 3px;
     transform: rotate(135deg);
     -webkit-transform: rotate(135deg);
}
#SBFooter {
    background: #FFF3E9;
    margin-top: 0;
    width: calc(100% - 40px);
    padding: 15px 20px;
    box-shadow: 0px 2px 16px rgba(253, 221, 194, 0.8);
        margin-top: 100px;
    
}
 #SBFooter div{
     display:flex;
     justify-content:space-between;
 
     margin:0 auto;
     align-items: center;
}
    #SBFooter p {
        font-family: almoniTzar400;
        font-size: 30px;
        line-height: 1.47;
        letter-spacing: 0.48px;
        text-align: right;
        color: var(--colorBlack);
        margin: 0;
        white-space: nowrap;
    }
    #SBFooter a {
        font-size: 20px;
        line-height: 1.45;
        color: var(--colorBlack);
        font-family: almoniDL400;
        white-space: nowrap;
    }
 .mobile{
     display:none;
}
.titleDiv .divAddArticlesTitle{
    width:100%;
}
.titleDiv{
    position:relative;
    max-width:1478px;
    margin:auto;
    width: calc(100% - 40px);
}
.sponser{
    position:absolute;
    left:0;
    top: 50%;
    transform: translateY(-50%);
    font-size:18px;
    font-family:almoniDL400;
    display:flex;
    align-items:center;
    margin:0;
}
.sponser img{
    width:50px;
    margin-right:16px;
}
 .pageLayoutArticle{
     max-width:1280px;
     padding-top:32px;
     width:100%;
 }
.ArticleData{
    text-align:right;
    max-width:670px;
    margin: 20px auto;
    position:relative;
    width: calc(100% - 40px);
}
.adSponsorTitle {
    color: #53917e;
    font-size: 16px;
    font-family: 'almoniDL700';
    margin:0;
}
.adSponsorTitle::after{
    content:url(https://images.globes.co.il/globes/icons/information.svg);
    margin-right: 5px;
    position: relative;
    top: 4px;
}
.mekudamWr {
    width: 270px;
    border-radius: 4px;
    box-shadow: 0 1px 10px 3px rgb(117 117 117 / 17%);
    background-color: #fff;
    padding: 21px 18px;
    position: absolute;
    top: 14px;
    margin-top: 10px;
    display: none;
    cursor: default;
    font-family: OpenSansHebrew;
    font-size: 14px;
    line-height: 22px;
}
.mekudamWr p{
    margin:0;
}
.mekudamWr p a {
    border-bottom: 1px #1a1a1a solid;
}
.adSponsorTitle:hover .mekudamWr{
    display:block;
}
.ArticleTitle {
    font-size: 56px;
    font-family: 'almoniTzar700';
    margin: 10px 0;
    line-height:1;
}
.ArticleSubTitle {
    font-size: 20px;
    color: #484848;
    font-family: 'almoniDL700';
    margin: 0 0 15px 0;
}
#divArtRelatedArticle {
    background-color: #f8f0f3;
    padding: 50px 0;
}
.adSponser {
    font-size: 18px;
    font-family: 'almoniDL400';
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    display:flex;
    align-items:center;
}
.adSponser img{
    max-width:64px;
       margin: 0 10px 0 0;
}
.adArtTitle {
    font-size: 28px;
    font-family: 'almoniTzar700';
    line-height: 1;
}
.ArticleData #divArtAuthor{
    padding-left:12px;
}
.ArticleData #divArtTime{
    padding-right:12px;
}

@media only screen and (max-width: 1640px) {
  
      #divArrowRight:hover{
          margin-right:0;
      }
    #divArrowLeft:hover{
         left:18px;
     }
    #lnkLogo {
        margin-right: 20px;
        padding-right: 20px;
    }
    .table {
        width: calc(100% - 30px);
    }

}
 @media only screen and (max-width: 1440px){

 

    .hpSB .lnkSB {
        padding: 5px
    }
    .pageLayoutPerson {
        grid-template-columns: 40px 1fr 1fr 40px;
    }
     #divArrowLeft, #divArrowRight {
        width: 40px;
        height: 40px;
     }

     #divArrowRight:before{
        right: 17px;
     }
     #divArrowLeft:after, #divArrowRight:before{
         padding: 5px; 
         top: 15px;
     }
     #divArrowLeft:after {
        right: 12px;
    }
     #divArrowRight:hover::after, #divArrowLeft:hover::before{
         font-size:24px;
     }
     #divArrowLeft:hover, #divArrowRight:hover {
        width: 150px;
        line-height: 40px;
    }

    .table {
        grid-gap: 25px;
    }
     
 }

 @media only screen and (max-width: 1750px) {

 
     .hpSB .del1 {
         margin: 0 10px;
    }
     #kidumSB h1 {
         font-size: 90px;
         line-height: 78px;
    }
      #divArtImage img{
          width:100%;
      }

    #ratingList .cmpRating .new .tooltip {
        width: 180px;
        padding: 10px 2px;
        font-size: 13px;
    }
    .table {
        grid-gap: 15px;
    }
    #SBTopLinks .lnkSB {
        padding: 5px;
        font-size: 19px;
    }
    #lnkLogo {font-size:25px}
    }

 @media only screen and (max-width: 1380px) {
    .groupType3, .groupType4 {
        grid-template-columns: 1fr 1fr 1fr;
    }

    #ratingList .group3 {
        grid-template-columns: 1fr 1fr 1fr;
    }




    .table {
        width: calc(100% - 50px);
    }

    .marketing-vp #addFolderContent.groupType4 {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }




    .globesLink {
        background: url(https://res.cloudinary.com/globes/image/upload/v1687359172/Digital/madad/2023/Gimel_srnm8u.svg) no-repeat 0 0;
   
        height: 22px;
        width: 21px;
        margin-top: 5px;
        zoom:100%;
    }


     #kidumSB h1 {
         font-size: 82px;
         line-height: 72px;
         width: 539px;
    }
     .hpSB h2 {
         font-size: 30px;
    }
     .hpSB .lnkSB {
         margin-left: 0;
    }
     #dvRSB .shareProject {
         font-size: 22px;
         padding: 3px 10px;
    }
    
    #secFilter, #folderContent, #artContent {      max-width: 92%;  }
    #ratingList .cmpExtRating {        width: 92%; padding: 4%    }
}

@media only screen and (max-width:1600px) {
    #SBTopLinks .lnkSB {
        margin: 2px;
    }
}

    



@media only screen and (max-width:1200px) {
    #madadBody #singleFolderContent.groupType1 h1, .artGroup.academy {margin-top:40px}
    .marketing-vp #addFolderContent.groupType4 {
        grid-template-columns: 1fr 1fr 1fr !important;
    }

    .adGallery .title {
        font-size: 40px;
    }

    .bottom .item {
        grid-template-columns: 1fr;
    }
         #SBTopLinks .table {
            display: none !important
        }

        #lnkLogo {
            margin-top: 5px;
        }

        #mContent [data-expand="true"] .expand {
            position: relative
        }

    #mClose {
        position: absolute;
        left: 15px;
        top: 16px;
        font-size: 28px;
        background-image: url(https://images.globes.co.il/globes/urban_renewal/X.svg);
        width: 13px;
        height: 13px;
        zoom: 150%;
    }

    #mobileMenuContent .name {
        font-size: 35px;
        font-family: 'almoniTzar500';
        text-align: right;
        margin-bottom: 24px;
        font-variant: small-caps;
        line-height: 51px;
    }

        #mContent {
            padding-bottom: 100px
        }


            #mContent [data-expand="true"] .expand:after {
                content: url(https://res.cloudinary.com/globes/image/upload/v1688544607/icon_arrow_drop_down_e82jfo.svg);
                position: absolute;
                width:48px;
                height:49px;
                margin: 0 5px 0 0;
                top: 0;
            }

            #mContent .subItems {
                text-align: right;
                font-size: 18px;
                font-family: almoniDL700;
                margin-top: -10px;
            
            }

                #mContent .subItems div {
                    margin-bottom: 20px
                }

        #mobileMenuContent {
            display: none;
            background: #FFF1E5;
            z-index: 1;
            left: 0px;
            width: calc(100% - 48px);
            padding: 10px 48px 35px 0;
            position: fixed;
            height: 100vh;
            overflow: auto;
        }


    #SBTopLinks {
        display: none !important
    }

    .mobileMenu {
        background: url(https://res.cloudinary.com/globes/image/upload/v1687358934/Digital/madad/2023/icn_menu1_v3x9if.svg);
        width: 18px;
        height: 15px;
        display: block;
        position: absolute;
        margin-right:10px;
        cursor: pointer;
    }



        .pageLayout {
            grid-template-columns: 3fr 2fr;
            grid-gap: 80px;
        }

        .pageLayoutPerson {
            grid-template-columns: 40px 3fr 2fr 40px;
        }

        .divArtTitle, .pageTitle, #divArtRelatedItems h5, .divAddArticlesTitle {
            font-size: 72px;
        }

        #divArtAuthor {
            padding-left: 8px;
        }

        .divAddArticles {
            grid-template-columns: 1fr 1fr;
        }

        .hpSB h2 {
            font-size: 30px;
        }

        .hpSB .lnkSB {
            font-size: 22px;
            margin-left: 20px;
        }


        .hpSB {
            width: 100%;
            padding: 0;
            flex-direction: column;
            overflow: visible;
        }
    #divHomePage {padding:60px 0}
        .logos {
        width: 100%;
        align-items: center;
        height: 54px;
        position: relative;
        box-shadow: 0px 2px 8px rgba(253, 221, 194, 0.8);
    }

        .globesLink {
            margin-right: 40px;
        }

        .divAddArticles {
            grid-template-columns: 1fr;
            margin: 0 auto 60px;
        }


        .hpSB .del1 {
            display: none;
        }

        .hpSB h2 {
            font-family: almoniTzar700;
            font-size: 28px;
            color: #fff;
        }



        .hpSB .lnkSB {
            font-size: 20px;
            margin-left: 0;
        }

        .hpSB .l img {
            zoom: 70%;
        }

        .hpSB .l picture {
            line-height: 0.7;
        }

        #SBTopLinks {
            width: calc(100% - 40px);
            padding: 6px 20px;
            border-bottom: 1px solid var(--Separator);
        }



        #dvRSB {
            justify-content: center;
            position: absolute;
            top: 15px;
            left: 15px;
            padding: 0;
        }

        .socialBlock a {
            margin: 28px;
        }

        #dvRSB .shareProject {
            font-size: 0;
            border: none;
            padding: 0;
            left: 0;
            top: 0px;
        }

            #dvRSB .shareProject:before {
                background: url(https://res.cloudinary.com/globes/image/upload/v1613553965/Digital/50%20%D7%9E%D7%A9%D7%A4%D7%99%D7%A2%D7%95%D7%AA%202020/icon-24-white-share_zohh6a.svg) no-repeat;
                top: 0;
                margin-left: 0;
            }

        .hpSB .l {
            border-right: none;
            padding-right: 0;
            margin: 0;
        }

        #dvRSB a span {
            font-size: 16px;
        }

        .mobile {
            display: block;
        }

        #kidumSB h1 {
            font-size: 56px;
            line-height: 1;
            width: 300px;
        }

        #kidumSB {
            background: url(https://res.cloudinary.com/globes/image/upload/v1614599372/Digital/50%20%D7%9E%D7%A9%D7%A4%D7%99%D7%A2%D7%95%D7%AA%202020/%D7%AA%D7%9E%D7%95%D7%A0%D7%95%D7%AA%20%D7%A9%D7%99%D7%AA%D7%95%D7%A3/mobile_bkg_hero_qmw10p.png);
            height: 340px;
            margin-top: 150px;
            background-size: cover;
        }


        .hpSB.sticked {
            border-bottom: 1px #000 solid;
        }

        #htmlHead {
            background: #f8f0f3;
        }

        #SBFilterData, #divArtRelatedItemsContent {
            grid-template-columns: 1fr 1fr;
            grid-gap: 24px 8px;
        }

        #SBFilterData, .allMembers {
            margin: 20px auto 60px;
        }

        .SBCoach:hover img, .divRelatedItem:hover img {
            -webkit-box-shadow: none;
            box-shadow: none;
            transform: none;
        }

        .SBCoach:hover h4, .SBCoach:hover h5, .divRelatedItem:hover .title, .divRelatedItem:hover .description {
            color: initial;
        }

        .SBCoach img, .divRelatedItem img {
            height: auto;
        }

        .SBCoach h4, .title {
            font-size: 22px;
            line-height: 1;
            margin: 5px 0;
        }

        .SBCoach h5, .description {
            font-size: 14px;
            line-height: 1.2;
        }

        #divArrowLeft, #divArrowRight {
            position: fixed;
            background: var(--PrimaryColor);
            width: 50%;
            height: 44px;
            border-radius: 0;
            top: auto;
            bottom: 0;
            line-height: 44px;
            z-index: 11;
            text-align: center;
        }

            #divArrowLeft, #divArrowLeft:hover {
                left: -0.5px;
            }

            #divArrowRight, #divArrowRight:hover {
                right: -0.5px;
                border-left: 1px solid #fff;
            }

                #divArrowLeft:hover, #divArrowRight:hover {
                    width: 50%;
                    line-height: 44px;
                }

                    #divArrowRight::after, #divArrowLeft::before, #divArrowRight:hover::after, #divArrowLeft:hover:before {
                        color: #fff;
                        font-family: 'almoniTzar400';
                        font-size: 24px;
                        display: inline-block;
                    }

                #divArrowRight:hover, #divArrowLeft:hover {
                    background: var(--PrimaryDarker);
                }

                #divArrowLeft:after, #divArrowRight:before {
                    position: initial;
                    border-width: 0px 2px 2px 0;
                    padding: 5px;
                }

                #divArrowRight::after {
                    content: "למשפיעה הקודמת";
                    margin-right: 10px;
                }

            #divArrowLeft::before {
                content: "למשפיעה הבאה";
                margin-left: 10px;
            }

        #divArticleContent {
            width: calc(100% - 64px);
        }

        #divVaadLeft {
            grid-auto-rows: auto;
        }

        #divArtImage {
            margin-top: 0;
            margin-right: 0;
        }

        .imageCredit {
            right: 0;
            bottom: 4px;
        }

        #divArtData {
            width: calc(100% - 40px);
        }

        #divArtData, #divVaadRight {
            margin: 20px auto;
        }

        #divVaadParent, #divAboutParent {
            margin: 150px auto;
        }

        #divVaadLeft {
            grid-template-columns: 1fr;
            grid-gap: 8px;
            margin: 0 0 40px;
        }

        .divVaadPerson {
            display: grid;
            grid-template-columns: 100px 1fr;
            grid-template-rows: 100px;
            grid-gap: 0 12px;
        }

        #divVaadLeft .name {
            text-align: right;
        }

        #divVaadLeft .description {
            font-size: 14px;
            text-align: right;
        }

        .personImg img {
            height: 100%;
            object-fit: cover;
        }

        .pageLayout, .pageLayoutPerson {
            display: flex;
            flex-direction: column-reverse;
            padding: 0;
            grid-gap: 0;
        }

        .divArtTitle {
            font-size: 40px;
        }

        .pageTitle {
            font-size: 56px;
            padding: 20px 0 24px;
        }

        .divArtSubTitle {
            font-size: 20px;
            margin: 8px 0;
        }

        #divArtInfo {
            font-size: 16px;
            margin: 0 0 20px 0;
        }

        .divArtText p {
            font-size: 18px;
        }

            .divArtText p strong {
                font-size: 28px;
            }

        #spnSharedBtns {
            position: inherit;
        }

        #divRecommendation {
            padding: 16px;
            flex-direction: row-reverse;
            position: relative;
            box-shadow: 10px 10px 0 0 #fff, 10px 10px 0 1px var(--SecondaryBG);
        }

        #divRecommendationImg {
            margin-left: 0;
            margin-right: 16px;
        }

            #divRecommendationImg img {
                width: 87px;
                height: 87px;
            }

        #divRecommendationText, #divRecommendationText p {
            font-size: 16px;
            line-height: 20px;
        }

            #divRecommendationText h4 {
                margin-bottom: 8px;
            }

        #divRecommendationShare {
            position: absolute;
            left: 20px;
        }

        #divArtImage img {
            box-shadow: none;
            width: 100%;
        }

        #divArtRelatedItems {
            width: calc(100% - 40px);
            margin: 10px auto;
            padding-bottom: 100px;
        }

        #divShowMoreRelatedItems {
            bottom: -70px;
        }

        #divArtRelatedItems h5, .divAddArticlesTitle {
            font-size: 40px;
            margin-bottom: 8px;
        }

        #SBFilterBtns {
            background: none;
            padding: 0;
            margin: 16px auto;
            align-items: baseline;
            flex-direction: column;
            width: 100%;
        }

        SBFilterData, .allMembers {
            margin: 20px auto;
        }

        #filterTitle {
            margin: 0;
            cursor: pointer;
            padding: 5px 20px;
            line-height: 1;
            flex: 1;
        }

        #filters {
            background: var(--SecondaryBG);
            width: 100%;
            padding: 20px;
            text-align: -webkit-auto;
        }

        #SBFilterBtns input {
            margin: 0 0 18px 18px;
        }

        .divAddArticles {
            flex-direction: column;
        }

        .addArtAuthor {
            white-space: nowrap;
        }

        .divArtText img {
            height: auto;
        }

        .addArticle h4 {
            margin: 0;
            font-size: 24px;
        }

        .sponser img {
            width: 50px;
        }

        #sponsersLogo {
            column-gap: 10px;
        }

            #sponsersLogo img {
                max-width: 140px;
            }

        #SBFooter p {
            margin-top: 0;
            font-size: 18px;
            line-height: 1;
            margin-right: 0;
            font-family: almoniTzar500;
        }

        #SBFooter a {
            font-size: 14px;
            line-height: 1;
            margin: 0;
            font-family: 'almoniDL400';
        }

        .ArticleTitle {
            font-size: 40px;
        }

        .ArticleSubTitle {
            color: #171717;
            font-family: demibold;
        }

        .ArticleData #divArtAuthor, .ArticleData #divArtTime {
            font-size: 14px;
        }

        #divArtShare {
            flex: 0;
        }

        #divArtSharing {
            margin-bottom: 24px;
        }

        #shareBtn {
            font-size: 20px;
        }

        .divArtText p {
            margin: 0 0 16px 0;
        }

        .adSponser img {
            max-width: 40px;
        }

        #divArtRelatedArticle {
            padding: 12px 0;
        }

        .adArtTitle {
            font-size: 24px;
        }
    }


@media screen and (min-width: 481px) and (max-width: 768px) {

    .marketing-vp #addFolderContent.groupType4, .groupType3, .groupType4 {
        grid-template-columns: 1fr 1fr !important;
    }

    #ratingList .cmpExtRating h4 {
        font-size: 50px
    }

    #ratingList .group3, .bottom {
        grid-template-columns: 1fr
    }

    .artGroup.groupType3.marketingMoves {
        grid-template-columns: 1fr
    }

    #singleFolderContent {
        margin-top: 0
    }

    .groupType2, .groupType1,
    #divArticleContent .bottom .addArticles {
        grid-template-columns: 1fr 1fr;
    }

    #ratingList .cmpExtRating .global {
        grid-template-columns: 50% 44%;
    }

    .kidumArticle .artSingle img {
        max-width: 100% !important;
        width: 100% !important;
    }

    .kidumArticle .artSingle {
        grid-template-columns: 1fr;
    }
}
        

@media screen and (max-width: 480px) {


    #divArticleContent .top .share {display: none;}
    .shareMobile {    direction: ltr;}
    .shareMobile a {width: 40px;    height: 40px; background:url(https://res.cloudinary.com/globes/image/upload/v1753080732/16301/16262/Social_Icons_xjpzh7.svg) no-repeat 0 0;         display: inline-block;
        margin-left: 20px; direction: ltr; margin-bottom: 30px;}
    .shareMobile .copy      {background-position: 0 ;}
    .shareMobile .linkedIn  {background-position: -40px 0;}
    .shareMobile .twitter   {background-position: -80px 0;}
    .shareMobile .facebook  {background-position: -120px 0;}
    .shareMobile .whatsapp  {background-position: -160px 0;}

    #ratingList.categories .cmpExtRating .cmpRating .num,
        #ratingList.categories .cmpExtRating .cmpRating .share {top:38px}

        #ratingList.categories .cmpRating .logo {
            max-width: 100px;
            margin-right: 0;
        }

    .marketing-vp #addFolderContent.groupType4 {
        display: grid;
        grid-template-columns: 1fr 1fr !important;
    }
        .marketing-vp #addFolderContent.groupType4 .artSingle {
            grid-template-columns: auto;
        }
    #ratingList .cmpExtRating .text img {
        width: 100%;
        height: auto;
    }

    #footerContent .tt2 a {
        font-size: 32px;
        white-space: nowrap;
        position: relative;
    }
    #footerContent p a:not(:last-child):after {
        left: -20px;
        position:absolute
    }



    .marketingMoves .artSingle {
        display: block;
    }
        .marketingMoves .artSingle .titleEl {
            min-height: auto;
            font-size: 28px !important;
            margin-bottom: 16px !important
        }


    .lg-outer {
        top: 50px !important
    }
    #dvRSB {
        top: 20px
    }
        .artGroup.academy .item .item3vr img {
        width: 100%
    }

    #ratingList .cmpExtRating .showAll {
        font-family: almoniTzar500;
    }


    .artGroup.academy .item .item3vr .lnk {
        display: none
    }

    .artGroup.academy .bottom .artSingle .titleEl {
        font-size: 28px !important;
        margin-bottom: 16px !important
    }

    .artGroup.academy .bottom .artSingle .nameEl {
        font-size: 16px;
        font-family: almoniDL400;
        line-height: 18px;
    }

    .artGroup.academy .item .lnk.mob {
        display: block;
        height: auto;
        width: 100%;
        background: rgba(255, 255, 255, 0.85);
        border-radius: 10px;
        text-align: center;
        font-size: 24px;
        line-height: 24px;
        font-family: almoniTzar500;
        padding: 5px 0;
        filter: drop-shadow(0px 2px 3px rgba(0, 0, 0, 0.12)) drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.14));
        margin-bottom: 40px
    }



    .introWr {
        width: 100%;
        position: relative;
        left: 20px !important;
        padding: 20px;
    }

    #footerContent p {
        font-size: 18px;
        line-height: 22px;
    }




        #singleFolderContent .artSingle img {
            width: 100%
        }

    #ratingList .group1 .cmpRating .logo {
        margin-top: 0
    }

    #madadFilter #intro {
        margin-top: 55px
    }

        #madadFilter #intro img {
            padding: 0;
            max-width: 300px;
        }

        #divHomePage {
            padding: 70px 0 0
        }

    #intro .showMore {
        line-height: 30px
    }

    #intro .text p {
        margin: 10px 0;
        line-height: 130%;
    }

    .hpSB {
        border: 0
    }





    .catPlace .catTitle {
        font-size: 16px;
        line-height: 1;
    }


    .artGroup .lnk.dsk {
        display: none
    }
    #madadFilter {
        padding-bottom: 25px;
    }
    .lnk.mob {
        width: 100%;
        background: rgba(255, 255, 255, 0.85);
        border-radius: 10px;
        text-align: center;
        font-size: 24px;
        line-height: 24px;
        font-family: almoniTzar500;
        order: 3;
        display: block;
        padding: 5px 0;
        filter: drop-shadow(0px 2px 3px rgba(0, 0, 0, 0.12)) drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.14));
    }


    .relatedCompanies {
        display: block;
    }

    #lnkExpand:hover ul, .table .lnkSB.box8:after {
        display: none
    }
    /*#lnkExpand.lnkSB.box8.expand {
            display: none !important
        }*/
    #divArticleContent .top .author {
        grid-template-columns: 110px 1fr auto;
        margin-top: 28px;
        margin-bottom: 16px;
    }
        #divArticleContent .top .author .name {line-height:1; font-size: 16px;}
        #divArticleContent .text p img, #divArticleContent .text div img {
            width: 100%;
            height: auto;
        }



    #singleFolderContent.groupType1.special {
        margin-top: 50px;
        text-align: right;
    }

    #mContent .subItems div {
        margin-bottom: 15px;
        font-family: almoniDL400;
        font-size: 22px;
    }

    #divArticleContent .top .credit {
        margin: 5px 0 17px 0m
    }

    #divArticleContent .top.regular img {
        width: calc(100% + 40px);
        position: relative;
        right: -20px;
    }

    .adFolderData h4, .marketing-vp h4 {
        font-size: 32px;
        line-height: 32px;
        margin: 80px 0 16px;
    }

    .adFolderData h5 {
        font-size: 20px;
        line-height: 32px;
    }


    #footerContent {
        width: 90%;
        padding: 5%
    }

    .btnShowMore {
        width: calc(100% - 32px);
        display: block;
        margin: 35px 0 40px;
        font-size: 24px;
        line-height: 24px;
        font-family: almoniTzar500;

        background: #FFF9F4 url(https://res.cloudinary.com/globes/image/upload/v1657805631/Digital/14762/arrow_v5xesv.svg) no-repeat 100px center;
    }

   

    #SBMainLinks {
        display: none
    }

    #ratingList .cmpExtRating .global .relatedCompanies .rlWr {
        background: #FFF9F4;
    }


    #ratingList .cmpExtRating .global {
        display: block;
        max-height: 930px;
    }

    #folderContent #singleFolderContent.groupType1 .subTitle {
        margin: 20px 0 40px;
    }

    .artGroup .lnk {
        width: 100%;
        background: rgba(255, 255, 255, 0.85);
        border-radius: 10px;
        text-align: center;
        font-size: 20px;
        line-height: 29px;
        font-family: almoniDL700;
        order: 3;
        filter: drop-shadow(0px 2px 3px rgba(0, 0, 0, 0.12)) drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.14));
        padding: 5px 0;
    }

    .groupType3, .groupType4 {
        display: block;
        margin-top: 0
    }

    .artGroup.groupType3, .artGroup.groupType4, .bottom, .bottom .item, .kidumArticle .artSingle {
        grid-template-columns: 1fr;
    }




    .artGroup.groupType3,
    .artGroup.groupType4 {
        border-bottom: 2px #000 solid;
        padding-bottom: 40px;
    }

    #artContent .artGroup.groupType3,
    #artContent .artGroup.groupType4 {
        border-bottom: 0;
        padding-bottom: 0;
    }


    #divArticleContent .top .author img {
        height: 96px; 
        margin-bottom:0
    }

    #singleFolderContent.groupType2 .artSingle.child1 .titleEl {
        font-size: 36px;
    }

    #ratingList .group1 .firstBottomLink {
        bottom: 25px;
        font-size: 18px;
        left: 10px;
        right: auto;
    }

    #singleFolderContent.about .artSingle .subTitleEl {
        padding-right: 16px;
        padding-bottom: 20px
    }

    #divArticleContent .top .position {
        font-size: 14px
    }

    #ratingList .cmpRating .new .tooltip {
        width: 100px;
        font-size: 14px
    }

    #ratingList .cmpRating .new {
        bottom: 8px;
        left: 5px;
    }



    #ratingList .cmpExtRating .info {
        margin-top: 30px;
        font-size: 18px;
    }

    #singleFolderContent.about .artSingle.child1 .nameEl {
        position: static
    }

    #ratingList .cmpExtRating .shareCategory {
        top: 8px;
        zoom: 80%;
    }

    #singleFolderContent.about .share {
        zoom: 80%;
        top: -80px;
        right: auto;
    }


    #divArticleContent .top.dea {
        margin-top: 120px
    }

    #divArticleContent .top.regular {
        margin-top:90px
    }


    #divArticleContent .text h3 strong, #divArticleContent .text h3 {
        font-size: 24px;
        font-weight: normal
    }



    #ratingList .cmpExtRating h4 {
        font-size: 40px;
        line-height: 40px;
        font-family: almoniTzar500;
    }

 

    #ratingList .cmpExtRating .text p {
        font-size: 19px;
        line-height: 26px
    }



    #ratingList .cmpRating .catPlace .place {
 
        line-height: 0;
        margin-top: 10px;

    }

    #divArticleContent .bottom .addArticles .artSingle .titleEl,
    .artGroup.academy .bottom .artSingle .titleEl {
        font-size: 26px;
        padding: 20px 10px 0;
        margin: 0 0 10px;
        min-height: auto;
    }

    .artGroup.academy {
        margin-top: 90px
    }
    #madadFilter #ratingList {
        margin-bottom: 50px;
    }
    .artGroup.groupType3.marketingMoves {
        margin-top: 60px;
    }

    .artGroup.academy .bottom .artSingle {
        grid-template-columns: auto;
        margin-top: 20px;
        padding-bottom: 10px
    }


    .artSingle > div {
        display: flex;
        flex-flow: column;
        padding-bottom: 10px
    }

    #divArticleContent .bottom .addArticles .artSingle .nameEl,
    #divArticleContent .bottom .addArticles .artSingle .posEl {
        padding: 0 15px;
    }

    #divArticleContent {
        margin-top: -45px !important;
        width: calc(100% - 40px);
        display: none
    }



    #footerContent p strong a:not(:last-child):after {
        margin-left: 5px;
        padding-right: 5px;
        font-size: 34px;
    }

    #footerContent p strong a {
        font-size: 32px
    }




    #divArticleContent .bottom .addArticles .artSingle {
        margin-bottom: 25px
    }


    #lnkLogo {
        font-size: 35px;
        margin-right: 10px;
        padding-right: 10px;
    }


    #divArticleContent .bottom h2 {
        margin: 0 0 14px;
        font-size: 32px;
        font-family: almoniTzar700;
        line-height: 34px;
    }

    #newType {
        margin: 40px 20px 80px 0;
        position: static;
        text-align: right;
    }

    #artContent .artGroup .top h2 {
        font-size: 32px;
        font-family: almoniTzar700;
        line-height: 32px;
    }


    .groupType2.about {
        margin-top: 90px
    }

        .groupType2.about .sideImg img {
            width: 100% !important;
            height: auto;
            margin-bottom: 25px
        }

        .groupType2.about .sideImg .titleEl, .artSingle .nameEl, .artSingle .titleEl {
            min-height: auto;
        }

    .artSingle.child1 .subTitleEl {
        padding: 0 22px 10px 22px;
    }


    .artSingle .posEl {
        font-size: 16px;
        line-height: 1;
        min-height: initial;
        padding: 0 16px;
    }

    #singleFolderContent.about .artSingle .posEl {
        padding: 0 15px 24px
    }

    .artSingle .nameEl {
        font-size: 14px;
        font-weight: normal;
        font-family: almoniDL700;
        line-height: 24px;
        margin: 0;
    }

    #imgMobileHero {
        margin: 60px 15px 27px 0;
        width: 75%
    }

    #galleryContent {
        grid-template-columns: auto auto;
        gap: 25px;
    }

    #singleFolderContent.gallery h1 {
        font-size: 60px;
    }

    #singleFolderContent.gallery .share {
        zoom: 70%;
        top: 30px;
    }



    .hpSB .lnkSB:hover {
        position: static;
        box-shadow: none
    }



    #singleFolderContent .subTitle, .promos .adFolderData h5 {
        font-size: 18px;
 
        margin-bottom: 50px;
    }

    #singleFolderContent .subTitle {
        font-family: OpenSansHebrew
    }

    .groupType2, .groupType1, .promos {
        display: block;
        margin-top: 50px;
    }

    #ratingList .group3 .cmpRating {
         
    }

    #ratingList.categories .cmpRating {
        height: 178px
    }


    #ratingList .group3 .cmpRating .num {
        font-size: 44px;
        right: 10px;
    }

    .artSingle .titleEl {
        font-size: 20px;
        line-height: 23px;
        margin: 10px 0 0 0 !important;
        padding: 0 14px !important;
        border: 0 !important;
        flex: 1;
    }

   



    #madadFilter .artGroup.groupType3 .artSingle .titleEl,
    #madadFilter .artGroup.groupType4 .artSingle .titleEl {
        margin: 0;
    }

    #folderContent {
        max-width: 100%
    }

    #secFilter, #folderContent, #artContent {
        max-width: 100%
    }

    .artSingle.child1 .subTitleEl, .artSingle.child1 .subTitleEl p {
        font-size: 18px;
    }

    #artContent .kidumArticle .titleEl {
        font-size: 28px;
        border-top: 2px var(--colorBlack) solid;
        margin: 0 !important;
        padding-top: 20px !important;
        min-height: initial
    }

    #madadBody.hp #ratingList .num {
        top: 27px;
        right: 7px;
        font-size: 56px;
    }

    #madadBody.hp #ratingList .share {
        left: 12px;
        top: 12px;
        background: url(https://res.cloudinary.com/globes/image/upload/v1687358667/Digital/madad/2023/Share_icn_rpvcn3.svg);
        width: 20px;
        height: 21px;
    }





    #madadBody.hp #ratingList .group3 .num {
        top: 17px;
        right: 7px;
        font-family: demibold;
        font-size: 28px;
    }

    #madadBody.hp #ratingList .group3 .share {
        top: 15px;
        left: 11px;
        right: auto;
    }

    #madadBody.hp #ratingList .group3 .cmpRating {
        margin-bottom: 10px
    }

    #madadBody.hp #ratingList .group1 .cmpRating, #madadBody.hp #ratingList .group2 .cmpRating {
        height: 127px
    }

    #madadBody.hp #ratingList .group1, #madadBody.hp #ratingList .group2 {
        margin-bottom: 20px;
        grid-gap: 20px
    }

        #madadBody.hp #ratingList .group1 .cmpRating .logo, #madadBody.hp #ratingList .group2 .cmpRating .logo {
            /*position: absolute;
                left: -10px;
                top: -32px;*/
            margin: 0
        }



    #madadBody.hp #ratingList .cmpRating .catPlace .place {
        display: inline
    }



    #madadBody.hp #ratingList .group1 .firstBottomLink {
        left: 0;
        right: 0;
    }



    .relatedCompanies .rl .name {
        margin-right: 10px
    }

    .madadFilter .bottom .item .artSingle img {
        margin-bottom: 0
    }



    .artSingle {
        padding-bottom: 0;
        grid-template-columns: 150px auto;
        margin-bottom: 20px
    }

    #divArticleContent .bottom .addArticles .artSingle.child1 {
        grid-template-columns: auto;
        padding-bottom: 10px
    }

    #divArticleContent .bottom.dea .addArticles .artSingle {
        grid-template-columns: 150px auto;
        padding-bottom: 0
    }

        #divArticleContent .bottom.dea .addArticles .artSingle .titleEl {
            font-size: 22px;
        }



    #folderContent #singleFolderContent.groupType1 .artSingle {
        padding-bottom: 10px
    }

    #folderContent #singleFolderContent.special .artSingle {
        padding-bottom: 10px
    }


    #madadBody #singleFolderContent.groupType1 .artSingle.child1 {
        padding-bottom: 10px
    }

    .artGroup.groupType1 .artSingle img .artSingle img {
        display: block;
        margin: 0 auto;
        border-left: 1px #000 solid !important;
        padding-left: 5px;
        width: 150px;
        height: 150px;
        object-fit: cover;
    }

    .kidumArticle .artSingle img {
        width: 100% !important;
        border-left: 0 !important
    }

    .kidumArticle {
        margin-bottom: 40px;
        padding-bottom: 20px
    }

    #artContent .artGroup.groupType1 .artSingle,
    #folderContent #singleFolderContent.groupType1 .artSingle {
        display: block;
    }

    #madadFilter .bottom .item .artSingle .titleEl {
        padding-bottom: 0
    }

    #madadFilter .artGroup.groupType1 .artSingle {
        padding-bottom: 10px !important
    }

    #artContent .artGroup.groupType1 .artSingle .titleEl,
    #folderContent #singleFolderContent.groupType1 .artSingle .titleEl {
        font-size: 28px;
        padding-bottom: 0 !important;
    }

    #ratingList, #artContent, #singleFolderContent {
        width: 100%;
        margin-top: 10px;
    }


        #ratingList .cmpExtRating {
            box-shadow: 4px 0 0 0 var(--colorNum);
            width: calc(100% - 40px);
            padding: 23px;
            margin-bottom: 40px;
            display: block
        }

        #ratingList .categoryWr {
            justify-content: flex-start;
            margin-bottom: 40px;
        }

        #ratingList .cmpExtRating h3 {
            font-size: 30px;
 
            line-height: 30px;
            margin-bottom: 0
        }


        #ratingList.categories .cmpExtRating .text h3 {
            font-size: 28px;
            font-family: almoniTzar400;
            line-height: 1;
        }



            #ratingList .categoryWr .cmpExtRating h3 {
                font-size: 40px;
                font-family: almoniTzar700;
            }

            #ratingList .categoryWr .shareCategory {
                background: url(https://res.cloudinary.com/globes/image/upload/v1687358667/Digital/madad/2023/Share_icn_rpvcn3.svg) no-repeat;
                width: 21px;
                height: 22px;zoom:100%;
                margin-right:-25px
            }

 

        #ratingList .cmpExtRating h5 {
            font-size: 18px;
            font-family: almoniDL700;
            line-height: 22px;
            margin-bottom: 10px
        }




                    #ratingList .group1 .cmpRating .num,
                    #ratingList .group2 .cmpRating .num {
                        font-size: 90px;
                        top: 40px;
                    }


        .artGroup.academy .bottom .item {
            grid-gap: 10px
        }

        #ratingList .cmpRating .num,
        #ratingList.categories .cmpRating .num {
            font-size: 40px;
            top: 18px;
            right: 8px;
        }

        #SBTopLinks .table {
            width: 100%;
            height: 48px;
            padding-right: 6px;
            overflow-y: hidden;
        }

        #SBTopLinks .table,
        #SBTopLinks {
            display: flex !important
        }


            #SBTopLinks .table::-webkit-scrollbar {
                display: none;
            }

            #SBTopLinks .lnkSB {
                margin: 0;
                line-height: 30px;
                height: auto;
                min-width: initial;
                max-width: initial;
                font-size: 24px;
                padding: 5px 16px;
            }

        #dvRSB .shareProject {
            background: url(https://res.cloudinary.com/globes/image/upload/v1687358667/Digital/madad/2023/Share_icn_rpvcn3.svg) no-repeat;
            width: 21px;
            height: 21px;
        }
       

        #SBTopLinks {
            
            overflow-x: scroll;
            overflow-y: hidden;
            white-space: nowrap;
            width: calc(100% - 20px);
            padding: 6px 20px 6px 0;
        }
        #lnkSpecialArticles {margin-left:20px !important}

        #SBTopLinks:-webkit-scrollbar {
            display: none;
        }
            #SBTopLinks {border-bottom:0}
            #ratingList .cmpRating .share {
                bottom: 15px;
                zoom: 80%;
                top: auto;
            }

        .promos .adFolderData h4 {
            font-family: almoniTzar500;
            font-size: 56px;
            margin-bottom: 24px
        }

        #singleFolderContent h1 {
            font-size:32px;
            font-family: almoniTzar700;
            line-height: 100%;
            margin:100px 0 16px
        }
        #singleFolderContent {margin-top:60px}
            

            #madadBody #singleFolderContent.groupType1 h1 {
                font-family: almoniTzar700;
                font-size: 40px;
                line-height: 40px;
            }


        #singleFolderContent.groupType2 .artSingle.child1 img {
            width: 100%;
            height: auto;
            margin-bottom: 27px
        }

        .artSingle.child1 .bottom {
            position: static
        }

        #madadBody, .artSingle.child1 .subTitleEl, .artSingle.child1 .bottom {
            margin: 0 auto;
            width: calc(100% - 40px);
        }

    

        /*#filterSlider.sticky {
            position: fixed;
            border-bottom: 1px #000 solid;
            top: 60px;
            background: #fff;
            left: 0;
            width: 100%;
            padding: 5px 0;
            z-index: 3;
            box-shadow: 1px 1px 12px #19080882;
        }*/




        .mobileLogo {
            background: url(https://res.cloudinary.com/globes/image/upload/v1625735176/Digital/icons/a-logo-madad-horizontal_k1avlf.svg) no-repeat;
            width: 151px;
            height: 43px;
            zoom: 80%;
            margin-right: 25px;
            top: 4px;
            position: relative;
            display: none
        }

        .hpSB.sticked .mobileLogo {
            display: block
        }

        #divHomePage {
            overflow: hidden
        }

    #madadBody.hp #ratingList .cmpRating {
        width: 100%;
    }

        #ratingList .group1 .cmpRating,
        #ratingList .group2 .cmpRating {
            height: 170px;
        }

            #ratingList .group1 .cmpRating .logo,
            #ratingList .group2 .cmpRating .logo {
                width: 135px;
                height: auto;
                margin-top: -24px !important;
            }


    .adFolderData.marketing-vp .groupType3 .thWr1,
    .adFolderData.marketing-vp .groupType4 .thWr1 {
        flex-flow: initial;
    }
        .adFolderData.marketing-vp .artSingle {display:block}
        .adFolderData.marketing-vp .artSingle .titleEl {
            font-size: 28px !important
        }

        #secFilter {
            display: block;
        }

        #filterSlider {
            justify-content: center;
        }

        #filterSearch {
            display: block
        }

        #secFilter h2 {
            text-align: center;
            font-size: 32px;
            line-height:32px;
            margin: 20px 0 30px 0;
            font-family: almoniTzar700
        }

        #filterSlider span {
            font-size: 18px;
            max-width: 120px;
        }

        #txtQuickSearch {
         
            width: 100%;
            padding: 0;
            font-size: 20px;
        }

        #ratingList .group1, #ratingList .group2 {
            grid-template-columns: 1fr;
        }

        .adGallery {
            padding: 15px 12px;
            width: 92%;
            margin: 25px auto 35px;
        }

            .adGallery .title {
                font-size: 30px;
                line-height: 30px;
                margin: 0 0 0 20px;
            }

            .adGallery .button {
                display: inline-block;
                margin-right: 0;
            }

        #ratingList .group3 {
            grid-template-columns: 1fr 1fr;
            grid-gap: 8px 13px !important;
        }


        #divArticleContent .top .title {
            font-size: 36px;
            line-height: 1.06;
            margin-bottom: 16px;
        }

        #divArticleContent .text {
            font-size: 18px;
            line-height: 1.44;
        }

            #divArticleContent .text p img {
                width: 100% !important;
                height: auto;
                position: static !important;
            }

        #divArticleContent .bottom .addArticles {
            grid-template-columns: 1fr;
            justify-content: center;
            grid-gap: 12px
        }
            #divArticleContent .bottom .addArticles .artSingle {grid-template-columns:auto; padding-bottom:10px}
            #divArticleContent .bottom .addArticles .artSingle img {
                width: 100% !important;
                height: auto !important;
            }


        #ratingList.categories .items {
            grid-template-columns: repeat(2, 1fr);
            grid-gap:  20px;
            justify-content: center;
        }
        
        #ratingList.categories .items>div:nth-child(n+6) {
           display:none;
        }

        #ratingList .relatedCompanies{
            display:none;
        }
 
        #ratingList, #filterSearch {
            margin-top: 30px
        }

        #ddlCategories {
            width: 100%;
            font-size: 20px;
        }

        #divHomePage #divArticleContent .subTitle {
            font-size: 18px;
            line-height: 22px;
        }

    .relatedCompanies .rlWr {
        padding:0;
    }



    }




    @media only screen and (max-width:375px) {
        #madadFilter #intro img {
            max-width: 260px;
        
        }
    
            
            .relatedCompanies .rlWr .num {min-width:initial}
        .relatedCompanies .rl .name { font-size:32px }



            #madadBody, .artSingle.child1 .subTitleEl, .artSingle.child1 .bottom {
            width: calc(100% - 30px);
        }

        #ratingList .cmpExtRating {
            width: calc(100% - 20px);
            padding:10px;
        }

        #sponsersLogo img {
            max-width: 135px;
        }

        .adGallery .title {
            font-size: 31px;
            line-height: 32px;
        }
        #footerContent p a:not(:last-child):after {
            display: none
        }
    }

@media only screen and (max-width:320px) {
 
    #lnkLogo {
        font-size: 28px;

    }
    .marketing-vp #addFolderContent.groupType4 {
        
        grid-template-columns: 1fr 1fr !important;
    }
 
    #SBTopLinks .lnkSB {padding-bottom:0}
    .hpSB { padding-bottom:2px   }
    #ratingList.categories .cmpRating .logo {
        max-width: 90px;
        margin-right: 0;
    }

    #singleFolderContent h1 {
        font-size: 36px;
    }

    .groupType2, .groupType1, .groupType3, .groupType4 {
        grid-gap:10px
    }


    }