@media screen and (max-width: 575px) {
    .container_100 {
        max-width: 100%;
    }
}
.footer {
    background: #181818;
}
.footer__top {
    padding: 55px 0 106px 0;
    border-bottom: 1px solid #ED1C24;
}
.footer__top-wrapper {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}
@media screen and (max-width: 1199px) {
    .footer__top-wrapper {
        max-width: 90%;
    }
}
.footer__top-inner {
    display: flex;
}
.footer__nav {
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
}
.footer__column {
    flex-grow: 1;
}
.footer__column-title {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 23px;
    color: #fff;
    margin-bottom: 16px;
    display: block;
    transition: all 0.3s linear;
}
.footer__column-title_contacts {
    font-size: 14px;
}
.footer__column-title:hover {
    color: #ED1C24;
}
.footer__logo {
    margin-right: 88px;
}
.footer__logo-img {
    width: 183px;
}
.footer__link {
    display: block;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    color: #fff;
    margin-bottom: 10px;
    transition: all 0.3s linear;
}
.footer__link:hover {
    color: #ED1C24;
}
.footer__contacts {
    max-width: 263px;
    margin-bottom: 24px;
}
.footer__contacts-info {
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 17px;
    color: #fff;
}
.footer__contacts-info:not(:last-child) {
    margin-bottom: 10px;
}
.footer__button {
    margin-bottom: 30px;
}
.footer__icons {
    display: flex;
    align-items: center;
}
.footer__icon-link:not(:last-child) {
    margin-right: 17px;
}
.footer__bottom {
    padding: 34px 0;
}
.footer__bottom-wrapper {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}
@media screen and (max-width: 1199px) {
    .footer__bottom-wrapper {
        max-width: 90%;
    }
}
.footer__bottom-inner {
    display: flex;
}
.footer__bottom-item {
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 17px;
    color: #fff;
    margin-bottom: 14px;
}
.footer__bottom-column_mod {
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 17px;
    color: #fff;
    max-width: 734px;
}
.footer__bottom-column:not(:last-child) {
    margin-right: 113px;
}
.footer__mobile-nav {
    display: none;
}
.footer__column_contacts_hide {
    display: none;
}
.footer__mobile-nav-footer {
    display: none;
}

.mobile-nav-footer__item {
    padding: 20px 0 8px;
    border-bottom: 1px solid rgba(237, 28, 36, 0.15);
    position: relative;
}
.mobile-nav-footer__item_dropdown::before {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    top: 20px;
    right: 30px;
    background: url("../image/array_down_red.svg") 0 0/contain no-repeat;
    transition: all 0.3s linear;
}
.mobile-nav-footer__item_dropdown_active::before {
    transform: rotate(180deg);
}
.mobile-nav-footer__item_dropdown_active .mobile-nav-footer__link {
    color: #ED1C24;
}
.mobile-nav-footer__item_dropdown_active .mobile-nav-footer__list {
    height: auto;
    overflow: auto;
    opacity: 1;
}
.mobile-nav-footer__link {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 23px;
    color: #fff;
    transition: all 0.3s linear;
}
.mobile-nav-footer__list {
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.3s linear;
}
.mobile-nav-footer__list-inner {
    padding: 30px 0 10px 0;
}
.mobile-nav-footer__list-item {
    display: block;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    color: #fff;
    margin-bottom: 23px;
}
.mobile-nav-footer__list-item:active, .mobile-nav-footer__list-item:hover {
    color: #fff;
}
.mobile-nav-footer__list-item:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1199px) {
    .footer__nav {
        flex-wrap: wrap;
    }
    .footer__column {
        width: 48%;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 575px) {
    .footer__column_contacts_hide {
        display: block;
        margin-top: 30px;
    }
    .footer__logo-img {
        min-width: 120px;
    }
    .footer__logo {
        margin-right: 0;
    }
    .footer__top {
        padding: 30px 0 10px 0;
    }
    .footer__top-inner {
        flex-direction: column;
    }
    .footer__bottom-column_mod {
        font-size: 9px;
    }
    .footer__bottom-column_hide {
        display: none;
    }
    .footer__nav {
        display: none;
    }
    .footer__mobile-nav {
        display: block;
    }
    .footer__column {
        width: 100%;
    }
    .footer__icons {
        justify-content: center;
    }
    .footer__icon {
        width: 28px;
    }
    .footer__icon-link:not(:last-child) {
        margin-right: 28px;
    }
    .footer__mobile-nav-footer {
        display: block;
    }
}