.footer-head{
    background: #34312d; color:white;
}
.footer-head__body{
    padding: 20px 0 20px 0;
}
.footer-head__data{
    display: flex; align-items: center;
}
.footer-head__data-list.mobile{
    display: none;
}
.footer-head__data.mobile{
    display: none;
    margin-top: 30px;
}
.footer-head__data-logo{
    max-width: 100%;
}
.footer-head__data-list{
    margin-left: 20px; display: block;
}
.footer-head__contacts{
    display: flex; flex-direction: column;
}
.footer-head__phone a{
    color:white;
}
.footer-head__phone a:hover{
    color:darkorange;
    text-decoration: none;
}
.footer-head__address{

}
.footer-head__mail{
    color:#af9e88;
}
.footer-head__mail:hover{
    color:darkorange;
    text-decoration: none;
}
.footer-links{
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-links__item {
    margin-right: 10px;
    display: flex;
    height: 50px;
    width: 50px;
    background: #4a433d;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
}
.footer-links__item:hover {
    background: #252220;
}
.footer-bottom{
    background: #252220; color:white;
}
.footer-bottom__body{
    height: 50px;
}
.footer-bottom__link-uw{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.footer-bottom__link-copyright {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.footer-bottom__link-uw-text{
    color:white;
    font-size: 13px;
    text-decoration: underline;
}
.footer-bottom__link-uw-text:hover{
    color: white;
    text-decoration: none;
}

.admin_edit{
    position: absolute;
    width: 100%;
    height: 100%;
    color: transparent;
    top:0;
    left:0;
    overflow: hidden;
}

/* adaptive */
@media (max-width: 1023px) {
    .footer-head__data-list{
        display: none;
    }
    .footer-head__data-list.mobile,
    .footer-head__data.mobile{
        display: block;
    }
    .footer-head__contacts{
        margin-top:30px;
    }
}

@media (max-width: 600px) {
    .footer-head__data-list.mobile,
    .footer-head__data.mobile{
        display: none;
    }
    .footer-bottom__body {
        height: auto;
        text-align: center;
        padding: 25px 0;
        width: 80%;
    }
    .footer-bottom__link-copyright,
    .footer-bottom__link-uw-text{
        margin-bottom: 15px;
    }
}

@media (min-width: 480px) and (max-width: 600px) {
    .footer-head__data{
        max-width: 33%;
    }
    .footer-links{
        max-width: 67%;
    }
}
@media (max-width: 370px) {
    .footer-head__data,
    .footer-links{
        flex:0 0 100%;
        width: 100%;
        max-width: 100%;
        justify-content: center;
    }
    .footer-links {
        margin-top: 30px;
    }
}

/* Fix */
.footer-head__phone {
    margin-top: 15px;
}
.footer__menu-column {
    display: flex;
    flex-direction: column;
    width: 48%;
}
.footer-head__contacts{
    flex-direction: row;
}
@media (max-width: 480px) {
    .footer-head__contacts {
        display: none;
    }
}