/* new-footer */

footer.footer-new {
    background: #23272f;   
}
footer .footer-section {
    padding-left: 20px;
    padding-right: 20px;
}
.footer-top {
    padding-top: 30px;
    padding-bottom: 30px;
}
.footer-top svg {
    margin-bottom: 20px;
}
.footer-top-title {
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    color: #d5d5d5; 
    line-height: 109%;
}
.footer-top-title span {
    color: #FFD600;
}

.footer-top, .footer-middle {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.footer-middle {
    background: #000;
    padding-top: 45px;
    padding-bottom: 45px;
}
.footer-middle-mb {
    margin-bottom: 40px;
}
.footer-middle, .footer-middle a {
    color: #fffaff;
    font-weight: 400;
    font-size: 14px;
    text-decoration: none;
}
.footer-middle-contacts div {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.footer-middle-contacts div svg {
    margin-right: 10px;
}
.footer-middle-contacts div:nth-child(1), .footer-middle-contacts div:nth-child(2), .footer-middle-contacts div:nth-child(1) a, .footer-middle-contacts div:nth-child(2) a {
    font-weight: 600;
    font-size: 18px;
}
.footer-middle-contacts div:nth-child(2) {
    align-items: start;
}
.footer-middle-contacts div:nth-child(2) span {
    margin-top: 3px;
}
.footer-middle-contacts div:nth-child(2) span la {
    font-weight: 400;
    font-size: 12px;
    color: #FFD600;
    max-width: 130px;
    margin-top: 4px;
    display: inline-block;
}
.footer-middle-contacts div:nth-child(3) a:hover {
    color: #FFD600;
}
.footer-middle-delivery {
    font-weight: 700;
    font-size: 18px;
    line-height: 111%;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}
.footer-middle-delivery-types {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-right: -8px;
    margin-left: -8px;
}
.footer-middle-delivery-types div {
    width: 50%;
    margin-right: 8px;
    margin-left: 8px;
    height: 96px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #23272f;
}
.footer-middle-soc {
    max-width: 197px;
}
.footer-middle-soc-title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 111%;
    color: #fff;
    margin-bottom: 20px;
}
.footer-middle-soc-title svg {
    min-width: 43px;
    margin-right: 10px;
}
.footer-middle-soc-els {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-middle-soc-els a svg {
    transition: all .2s ease-in-out;
}
.footer-middle-soc-els a svg:hover {
    scale: 1.15;
}
.footer-bottom {
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    font-size: 12px;
}
.footer-bottom a {
    text-decoration: none;
    color: #fff;
}
.footer-bottom a:hover {
    text-decoration: underline;
}
.footer-middle-contacts-conf:hover {
    text-decoration: underline;
}

@media screen and (min-width: 576px) {
    .footer-new {
        margin-bottom: 40px;
    }
}

@media screen and (min-width: 992px) {
    .footer-top, .footer-middle {
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
    }
    .footer-top svg {
        margin-bottom: 0;
    }
    .footer-middle-mb {
        margin-bottom: 0;
    }
    .footer-middle-contacts {
        width: 20%;
    }
    .footer-middle-contacts div:nth-child(1) a {
        pointer-events: none;
    }
    .footer-middle-delivery {
        width: 40%;
        text-align: left;
    }
    .footer-middle-soc {

    }
    .footer-middle-delivery-types {
        max-width: 260px;
    }
}
/* new-footer */