.footer {
    padding: 29px 16px;
    background-color: #7D8493;
}
.footer .container-redesign {
    padding: 0;
}
.footer-custom  {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.footer-custom__logo-block {
    display: block;
    margin-left: 4px;
}
.footer-custom__logo-block .logo {
    width: 167px;
}
.footer-custom__logo-block .logo svg {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.footer-custom__logo-block .logo-text,
.footer-custom__contact-block .phone-footer {
    display: none;
}
.footer-custom__first_bottom_menu {
    display: block;
    margin-top: 11px;
}
.footer-custom__first_bottom_menu .bottom-menu.second {
    margin: 0;
}
.footer-custom__contact-block {
    display: flex;
    flex-direction: column;
    align-items: start;
}
.footer-custom__contacts {
    display: flex;
    flex-direction: column;
    margin-top: 19px;
    margin-left: 3px;
}
.footer-custom__contacts .phone-footer svg {
    stroke: white;
}
.footer-custom__contacts .adress {
    column-gap: 9px;
    display: flex;
    align-items: flex-start;
}
.footer-custom__contacts .email {
    display: flex;
    align-items: center;
    column-gap: 6px;
}
.footer-custom__contacts .adress svg,
.footer-custom__contacts .email svg {
    min-width: 14px;
    margin-top: 6px;
    stroke: #ffffff;
}
.footer-custom__contacts,
.footer-custom__contacts a,
.footer-custom__links a,
.footer-custom__links,
.footer-custom__first_bottom_menu a,
.footer-custom__callback-btn,
.footer-custom__subscribe-btn {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    transition: all 0.5s;
}
.footer-custom__contacts a:hover,
.footer-custom__links a:hover,
.footer-custom__first_bottom_menu a:hover {
    color: #C10230;
}
.footer-custom__first_bottom_menu a,
.footer-custom__callback-btn,
.footer-custom__subscribe-btn,
.footer-custom__links a,
.footer-custom__links {
    line-height: 27px;
}
.footer-custom__callback {
    margin-top: 21px;
    width: 100%;
}
.footer-custom__callback-btn {
    color: #C10230;
    border: 1px solid #C10230;
    border-radius: 17px;
    padding: 10px 20px 9px;
    width: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    column-gap: 5px;
}
.footer-custom__callback-btn:hover {
    box-shadow: 0 0 77px 0 #4C4E55E5;
    background: #9FA3AB;
    box-shadow: 0px 0px 77px 0px #4C4E55E5;
}
.footer-custom__callback-btn:active {
    background: radial-gradient(104.21% 102.35% at 50.25% 57.08%, #C7CAD0 0%, #9FA3AB 100%);
}
.footer-custom__subscribe {
    margin-top: 8px;
    width: 100%;
}
.footer-custom__subscribe-btn {
    border: 1px solid white;
    border-radius: 17px;
    padding: 10px 20px 9px;
    width: 100%;
    display: block;
    text-align: center;
}
.footer-custom__subscribe-btn:hover {
    box-shadow: 0 0 77px 0 #4C4E55E5;
    background: #9FA3AB;
    box-shadow: 0px 0px 77px 0px #4C4E55E5;
}
.footer-custom__subscribe-btn:active {
    background: radial-gradient(104.21% 102.35% at 50.25% 57.08%, #C7CAD0 0%, #9FA3AB 100%);
}
.footer-custom .bottom-menu .items {
    display: flex;
    flex-wrap: wrap;
    gap: 0 6px;
}
.footer-custom .bottom-menu .item .title a {
    padding: 0;
}
.footer-custom .bottom-menu .item {
    width: 187px;
}
.footer-custom__links {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    margin-top: 25px;
}
@media (min-width: 375px) {
    .footer-custom__first_bottom_menu {
        min-width: 135px;
        margin-top: 22px;
    }
}
@media (min-width: 768px) {
    .footer-custom__contacts .phone-footer,
    .footer-custom__contact-block .phone-footer svg {
        display: none;
    }
    .footer-custom__contact-block .phone-footer {
        display: flex;
    }
    .footer-custom {
        display: grid;
        grid-template-columns: 0.8fr 1fr 0.8fr;
        grid-gap: 30px 20px;
    }
    .footer-custom__logo-block {
        grid-row: 1;
        grid-column: 1;
    }
    .footer-custom__first_bottom_menu {
        grid-row: 2;
        grid-column: 1;
        margin-top: 0;
    }
    .footer-custom__contact-block {
        grid-row: 1/3;
        grid-column: 3;
        align-items: stretch;
    }
    .footer-custom__contacts {
        grid-row: 1;
        grid-column: 2;
        margin-top: 0;
    }
    .footer-custom__contacts .email svg {
        margin-top: 0;
    }
    .footer-custom__links {
        grid-row: 2;
        grid-column: 2;
        gap: 10px;
        align-items: flex-start;
        margin-top: 0;
    }
    .footer-custom .bottom-menu .items {
        gap: 10px;
    }
    .footer-custom .bottom-menu .item {
        width: fit-content;
    }
    .footer-custom__first_bottom_menu a,
    .footer-custom__contacts, 
    .footer-custom__contacts a, 
    .footer-custom__links a, 
    .footer-custom__links,
    .footer-custom__callback-btn,
    .footer-custom__subscribe-btn {
        font-weight: 600;
        font-size: 14px;
        line-height: 24px;
    }
    .footer-custom__subscribe {
        display: block;
    }
    .footer-custom__contact-block .phone-footer {
        font-family: 'Open Sans', sans-serif;
        font-weight: 300;
        font-size: 24px;
        line-height: 24px;
        color: white;
        transition: all 0.5s;
    }
    .footer-custom__contact-block .phone-footer:hover {
        color: #C10230;
    }
    .footer-custom__logo-block .logo-text {
        display: block;
        font-family: "Century Gothic", sans-serif;
        font-weight: 700;
        font-size: 14px;
        line-height: 100%;
        letter-spacing: -1px;
        color: #C10230;
    }
    .footer-custom__callback-btn,
    .footer-custom__subscribe-btn {
        padding: 10px 10px 9px;
    }
    .footer-custom__callback-btn svg {
        stroke: #C10230;
    }
}
@media (min-width: 1024px) {
    .footer {
        padding: 47px 16px 113px;
    }
    .footer-custom__logo-block .logo {
        width: 250px;
    }
}
@media (min-width: 1320px) {
    .footer {
        padding: 47px 20px 113px;
    }
    .footer-custom {
        padding: 0 1px;
        grid-row-gap: 30px;
        grid-template-columns: 0.9fr 1fr 0.8fr;
        grid-column-gap: 60px;
    }
    .footer-custom__logo-block {
        row-gap: 19px;
        display: flex;
        flex-direction: column;
    }
    .footer-custom__logo-block .logo {
        width: 304px;
    }
    .footer-custom__first_bottom_menu {
        margin-top: 7px;
    }
    .footer-custom__contacts {
        padding-left: 23px;
        display: flex;
        flex-direction: column;
        row-gap: 6px;
    }
    .footer-custom__contacts .adress, .footer-custom__contacts .email {
        column-gap: 13px;
    }
    .footer-custom__links {
        padding-left: 60px;
    }
    .footer-custom__contacts {
        padding-left: 24px;
        margin-top: 2px;
    }
    .footer-custom__callback {
        margin-top: 35px;
    }
    .footer-custom__subscribe {
        margin-top: 6px;
    }
    .footer-custom__contact-block .phone-footer {
        font-weight: 300;
        font-size: 40px;
        line-height: 1;
    }
    .footer-custom__links {
        gap: 1px;
        padding-left: 21px;
        flex-direction: column;
        align-items: flex-start;
    }
    .footer-custom .bottom-menu .items {
        gap: 17px 37px;
        margin-left: -2px;
    }
    .footer-custom__contact-block {
        padding-left: 13px;
        width: 100%;
    }
    .footer-custom__callback-btn,
    .footer-custom__subscribe-btn {
        min-width: 335px;
        padding: 11px;
    }
    .footer-custom__logo-block .logo-text {
        letter-spacing: 0.7px;
    }
}