.header {
    background-color: var(--header-bg);
    width: 100%;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}

.burger{
    display: none;
}

.header__left{
    padding: 20px 0 20px 47px;
}

.header__right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/*.header__right-bottom{*/
/*    transform: translateY(75%);*/
/*}*/

.header__right-top {
    display: flex;
    align-self: flex-end;
    align-items: flex-end;
}


.social-block svg {
    width: 30px;
    height: 30px;
    fill: var(--white-color);
}

.social-block a{
    margin-right: 20px;
}

.social-login {
    font-family: 'DIN2014-Demi', sans-serif;
    display: inline-flex;
    align-items: flex-end;
    padding: 10px 13px 3px;
    background-color: var(--login-bg-color);
    border-bottom-left-radius: 15px;
    font-size: 30px;
    color: var(--white-color);
    width: 160px;
    justify-content: center;
}

#btl .btl-panel{
    text-align: right!important;
}

.header__right-bottom .header-img{
    transform: translateY(100px);
}

body .header__right-bottom #btl-panel-login{
    font-family: 'DIN2014-Demi', sans-serif;
    display: inline-flex;
    align-items: flex-end;
    padding: 10px 13px 3px!important;
    background-color: var(--login-bg-color) !important;
    border-bottom-left-radius: 15px!important;
    font-size: 30px;
    color: var(--white-color) !important;
    width: 140px!important;
    justify-content: center;
    box-shadow: none!important;
    height: 50px!important;
    text-align: center;
    margin: 0!important;
}

.header-search.pull-right{
    float: none;
    display: flex;
    justify-content: flex-end;
}


.rssocial-center{
    margin: 0!important;
}