﻿.ItemKidom .logoImg {display:none}
.ItemKidom .social {display:none}
header {
    display: block !important;
    background: #1A3366;
    height:66px;
    top:0
}

.logoImg {
    background: url(https://res.cloudinary.com/globes/image/upload/v1700040283/Digital/Globes_commercial_LOGO_g5jtpr.svg);
}

header .logoImg {
    height: 52px;
    margin: 7px -5px;
    width: 152px !important;
    background-repeat: no-repeat;
}

header .ttl {
    color: #fff;
    font-size: 45px;
    font-family:almoniTzar500;
    margin-right:40px
}
    /*header .ttl:before {
        content: "";
        font-weight: normal;
        padding-left: 15px;
        border-right: 1px #fff solid;
    }*/

header .logoImg:after {
    border-left: 1px #fff3f3 solid;
    top: 19px;
    padding-left: 170px;
    height: 29px;
    content: '';
    position: absolute;
}

header .social:before {zoom:100% !important}

#p2048 .socialIconsArt a {
    background-color: #4EBEE5;
}
#p2048 .socialIconsArt a:hover {
    background-color: #1A3366;
}



header .social:before {
    content: url(https://images.globes.co.il/globes/icn-share.svg) !important;
}

.ItemKidom i, header i {display:none}
header .social {
    margin-left: 10px !important;
}


.ItemKidom .text h3:before {
    background-image: linear-gradient(180deg, #4EBEE5 -11.1%, #1A3366 100%);
}

#divFooter {background: #1A3366;}
#divFooter > div:after {color: #fff}


@media only screen and (max-width:480px) {

    header.sticked .social:before {
        margin: -6px 0 0 14px;
    }


    header {height:54px;}
   #p2048 header .social {
        margin-top: 10px;
        margin-left:0
   }

    header.sticked .social {
        margin: 18px 0 0 10px !important;


    }
    header .ttl {
        font-size: 36px
    }

    header .title {height:0}


    header .logoImg {
        height: 83px !important;
        zoom: 64%;
        width: 134px !important;
    }

    header .ttl {
        margin-right: 119px;
    }

    header .logoImg:after {
        border-left: 1px #fff3f3 solid;
        top: 6px;
        padding-left: 160px;
        height: 41px;
    }


     }