body{
    display: flex;
    justify-content: center;
}



header{
    display: flex;
    justify-content: space-between;
    
    height: 112px;
    align-items: center;
    
}
nav{
    display: flex;
    justify-content: space-around;
    
    width: 33%;
    
}

nav .Ch{
    margin-left: 64px;
}
nav a{
    text-decoration:none;
    
}

nav p{
    font-family: 'Sofia Pro';
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    /* identical to box height, or 196% */
    color: #FFFFFF;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.logoimgcontainer{
    width: 33%;
    display: flex;
    justify-content: center;
}
.logo{
    width: 201px;
    height: 40px;
}
.socialnetLinks{
    display: flex;
    justify-content: right;
    width: 33%;
}
.ds{
    margin-right: 34px;
    width: 50px;
    height: 37px;
    
 /*    НЕ АКТИВНА! */
    display: none;
}
.tw{
    margin-right: 74px;
    width: 47px;
    height: 38px;
}
.inst-ico{
    padding-right: 20px;
}