.footer { box-shadow:0px 0px 4px rgba(158, 159, 157, 1); background: #534B4B; color: #ffff; width:100%; height:80px; display: table; .footer_link { color: #ffff; } .footer_block a:visited { color: #ffff; /* Цвет посещенных ссылок */ } .footer_block a:active { color: #ffff; /* Цвет активных ссылок */ } .footer_block { float: left; position: static; display: flex; height: 80px; color: #ffff; flex-direction: column; justify-content: center; align-items: center; text-align: center; /* border: solid; */ } .footer_feedback{ min-width: 75px; } .footer_compound{ width: calc(100% - 750px); min-width: 375px; } .footer_about { min-width: 375px; } }