.footer{
    padding: 15px 30px;
    /*background-size: 100% 100%;*/
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.footer_type_main{
    /*background: url("../pictures/footer.png") no-repeat center center;*/
    background-color: #848484;
}

/*.logo-footer:hover .logo-footer__pic {*/
/*    filter: drop-shadow(0 0 10px #ffe066); !* Добавляет свечение *!*/
/*    transition: filter 0.3s ease; !* Плавность *!*/
/*}*/

.logo-footer{
    display: flex;
    gap: 10px;
    align-items: center;
}

.logo-footer__pic{
    width: 38px;
    height: 38px;
}
.logo-footer__word{
    width: max-content;
    height: 30px;
}