﻿
body, #GPage_main{
    background: #fff;
}
@font-face {
    font-family: 'almoniTzar400';
    font-weight: 400;
    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: 'demibold';
    font-weight: 900;
    font-style: normal;
    src: url('/Static/fonts/almoni2019/almoni-neue-demibold-aaa.eot');
    src: url('/Static/fonts/almoni2019/almoni-neue-demibold-aaa.eot?#iefix') format('embedded-opentype'), url('/Static/fonts/almoni2019/almoni-neue-demibold-aaa.woff2') format('woff2'), url('/Static/fonts/almoni2019/almoni-neue-demibold-aaa.woff') format('woff')
}
#wrapper {
    max-width: 100%;
}
#aboutProject, #SBFilterData, .conference, #altmanTips, #SBFooter, .participantTitle, .page_gallery{
    width:calc(100% - 40px);
    margin:auto;

}
#aboutProject, #SBFilterData, #altmanTips, .participantTitle, .page_gallery{
    max-width:1440px;
}
.hpSB {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    align-items: center;
    background-color: #fff;
    position: fixed;
    width: calc(100% - 40px);
    z-index:1;
    box-shadow: 0 2px 16px 0 rgb(0 0 0 / 13%);
    
}
header{
    height: 65px;
}
header.sticked {
    display: flex;
}
#logos, #dvRSB {
    display: flex;
    align-items: center;
}
#logos{
    width:100%;
    position:relative;
}
.hpSB  .globesLink, .sponser_1 {
    margin-left: 30px;
}
#logos .imgShare {
    margin: 0px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background-image: url(https://res.cloudinary.com/globes/image/upload/v1622978993/Digital/%D7%97%D7%A9%D7%99%D7%A4%D7%94%20%D7%9C%D7%A2%D7%AA%D7%99%D7%93/a-icon-share_1_nkfub8.svg);
    background-repeat: no-repeat;
    position: absolute;
    left: 20px;
}
#dvRSB .shareText {
    font-family: 'almoniDL400';
    font-size: 15px;
    margin-left: 10px;
    color:#484848;
    padding: 4px 30px 4px 0;
    border-right: 1px solid #c8c8c8;
    margin-top: 0;
}
.kidumImg {
    width: 100%;
    margin-top: 65px;
}
#aboutProject {
    margin: 60px auto;
}
.mWr {
    display: flex;
    justify-content: space-between;
    column-gap:30px;
}
#aboutProject .m{
    flex:0 1 650px;
}
#aboutProject h2, .divSBTitle  h2{
    color:#004878;
    font-size:46px;
    font-family: 'almoniTzar700';
    text-align: right;
    margin: 0;
    line-height: 1;
    border-bottom: 1px #979797 solid;
    position: relative;
    padding-bottom: 10px;
}

.m h2:before, .divSBTitle h2:before {
    border-bottom: 4px solid;
    border-radius: 2px;
    content: "";
    position: absolute;
    width: 85px;
    right: 0;
    bottom: -2px;
}
.m1 h2:before {
    border-color:#9bcd2b;
}
.m2 h2:before {
    border-color:#69a7d1;
}
.participantTitle h2:before {
    border-color:#2bbcfb;
}
.conference h2:nth-child(1):before {
    border-color:#ff8000;
}

#aboutProject p{
    font-size: 17px;
    font-family: OpenSansHebrew;
    text-align: right;
    line-height: 28px;
    margin: 28px 0;
}
 .conference{
    max-width:990px;
    margin:60px auto;
}
.conferenceSec {
    font-family: 'almoniDL400';
    text-align: right;
    margin: 30px auto 50px;
    font-size: 20px;
    line-height: 24px;
}
.conferenceSec strong {
    color: #133341;
    display: inline-block;
    font-family: 'almoniDL700';
    margin-left: 15px;
}
#SBFilterData {
    max-width: 1300px;
    margin: 50px auto 100px;
    display: grid;
    grid-template-columns: repeat(auto-fill, 208px);
    grid-auto-rows: 230px;
    grid-gap: 40px 60px;
    justify-content: space-evenly;
    grid-auto-flow: row dense;
}
.SBCoach{
    background-image:url('https://res.cloudinary.com/globes/image/upload/v1622713705/Digital/%D7%97%D7%A9%D7%99%D7%A4%D7%94%20%D7%9C%D7%A2%D7%AA%D7%99%D7%93/group-2_tuik1n.svg');
    background-repeat: no-repeat;
    padding: 15px 0 0 0;
}
.SBCoach img{
    width:120px;
    border-radius:50%;
}
.SBCoach h4 {
    font-family: demibold;
    font-size: 20px;
    line-height: 22px;
    color: #353c4c;
    margin: 5px 0;
}
.description, .description p {
    font-size: 16px;
    font-family: 'almoniDL400';
    margin: 0;
    color: #353c4c;
    padding: 0 10px;
    line-height: 1;
}
#divSBBanner2 {
    display:none;
}
#altmanTips{
    position:relative;
}
#altmanTips:before{
    content:url('https://res.cloudinary.com/globes/image/upload/v1622975800/Digital/%D7%97%D7%A9%D7%99%D7%A4%D7%94%20%D7%9C%D7%A2%D7%AA%D7%99%D7%93/stroke-3_cdjrnw.svg');
    position:absolute;
    top:-555px;
    left:0;
}
.divSBArtContainer {
    display: flex;
    gap: 40px;
    margin: 30px auto 90px;
    flex-wrap: wrap;
}
.item {
    flex: 0 0 443px;
    border: 1px solid #d4d4d4;
    border-radius: 0 0 20px 20px;
}
.item img{
    width:100%;
}
.item .title {
    font-size: 20px;
    font-family: 'demibold';
    color: #353c4c;
    line-height: 1;
    margin: 30px 10px;
}
.hWr4 {
    color: #8c8c8c;
    font-size: 14px;
    font-family: 'almoniDL400';
    display: flex;
    justify-content: center;
    margin-bottom: 35px;
}
.author {
    margin-left: 10px;
}
.gallery {
    display: grid;
    grid-template-columns:repeat(auto-fill, 330px);
    grid-gap: 10px;
    margin: 30px 0 60px;
}
.gallery img{
    width:100%;
}
#SBFooter {
    display: flex;
    justify-content: space-between;
    height: 60px;
    margin: auto;
}
#SBFooter {
    background:none;
}
#SBFooter p, .copyright{
    font-size: 16px;
    font-family: 'almoniDL400';
    color: #787b83;
}
.copyright {
    margin: 0;
}
.hpSB .globesLink{
    background:none;
}
#p2048 .socialIconsArt a {
    background-color: #004878;
}
#p2048 .socialIconsArt a:hover {
    background-color: #69a7d1;
}
@media only screen and (max-width: 1024px) {
    #altmanTips:before {
        content:none;
    }
}
@media only screen and (max-width: 768px) {
    .hpSB{
        flex-direction:column;
        padding: 0;
        width:100%;
    }
    .sticked #dvRSB{
        display:none;
    }
    #logos{
        justify-content:space-between;
        width: calc(100% - 40px);
        border-bottom: 1px solid #e9e2de;
        padding: 0 20px;
    }
    header {
        height: auto;
    }
    .hpSB .globesLink {
        margin: 0;
    }
    .hpSB span {
    display: inline-block;
}
    .sponser_1 {
        margin-left: 10px;
    }
    #logos .imgShare{
        position:static;
        float:none;
        display:inline-block;
    }
    #dvRSB {
        float: none;
        width: auto;
        margin-top: 0;
        height: auto;
    }
    #dvRSB .shareText {
        font-size: 13px;
        border-right:none;
        padding:0;
    }
    .kidumImg {
        margin-top: 90px;
    }
    .mWr {
        flex-direction: column;
    }
    #aboutProject {
        margin: 60px auto 0;
    }
    #aboutProject h2, .divSBTitle h2 {
        font-size: 40px;
    }
    #aboutProject .m {
        flex: 1;
    }
    #aboutProject p {
        font-size: 16px;
        line-height: 25px;
    }
    #SBFilterData {
        margin: 30px auto 60px;
        display: grid;
        grid-template-columns: repeat(auto-fill, 158px);
        grid-gap: 20px 30px;
        justify-content: space-between;
    }
    .item {
        flex: 0 0 328px;
    }
    .SBCoach {
        background-image: url(https://res.cloudinary.com/globes/image/upload/v1622722025/Digital/%D7%97%D7%A9%D7%99%D7%A4%D7%94%20%D7%9C%D7%A2%D7%AA%D7%99%D7%93/group-2_1_oigo6d.svg);
    }
    .divSBArtContainer {
        overflow-x: scroll;
    }
    #p2048.article .ItemMain {
        margin-top: 90px;
    }
    header.sticked {
       height: 60px;
    }
}
@media only screen and (max-width: 380px) {
    #SBFilterData {
        grid-gap: 15px;
        justify-content: center;
    }
}