.footer-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0;
    border-top: 1px solid #dedede;
}
.footer-bottom .copyright,
.footer-bottom .desc {
    opacity: 0.5;
    font-size: 12px;
}
.footer-bottom .footer-bottom-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer-bottom .links-wrap {
    font-size: 12px;
    padding-left: 90px;
}
.footer-bottom .link:not(:last-child) {
    margin-right: 20px;
}
.footer-bottom-content .p {
    margin-bottom: 0;
    font-size: 13px;
}
.footer-wrap {
    padding-top: 120px;
}
.footer-wrap_m-t {
    margin-top: -60px;
}
.footer-wrap_p-t {
    padding-top: 60px;
}
.ftr-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 40px;
}
.ftr-menu .menu-item {
    width: 15%;
    padding-left: 10px;
}
.ftr-menu .link-item {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 1.5;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.ftr-menu .link-item:not(:last-child) {
    margin-bottom: 5px;
}
.ftr-menu .link-item:hover {
    color: #444;
}
.ftr-menu .menu-item_catalog {
    width: 39%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
}
.ftr-menu .menu-item_catalog .link-item {
    width: 50%;
    margin-bottom: 5px;
}
.ftr-menu .menu-item_catalog .menu-title {
    width: 100%;
}
.ftr-menu .menu-item_contacts {
    width: 16%;
    padding-left: 0;
}
.ftr-menu .menu-title {
    font-size: 20px;
    font-family: TTNorms-Medium, "Work Sans", sans-serif;
    font-weight: 500;
    color: #b25d5d;
    margin-bottom: 20px;
}
.ftr-menu .phone-number {
    display: block;
    color: #444;
    font-family: TTNorms-Medium, "Work Sans", sans-serif;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 15px;
}
.ftr-menu .work-time {
    font-family: TTNorms-Regular, "Work Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 20px;
    padding-left: 26px;
    position: relative;
    line-height: 16px;
}
.ftr-menu .work-time::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../img/icons/time.svg) center/100% no-repeat;
    margin-right: 10px;
    margin-bottom: -3px;
}
.ftr-menu .social-wrap {
    margin-top: 40px;
}
@media (max-width: 1500px) {
    .ftr-menu .work-time {
        position: relative;
        padding-left: 20px;
        line-height: 1.2;
    }
    .ftr-menu .work-time::before {
        position: absolute;
        left: 0;
        top: 0;
    }
    .footer-bottom .link:first-child {
        margin-right: 20px;
    }
    .footer-bottom .links-wrap {
        padding-left: 50px;
    }
}
@media (max-width: 1220px) {
    .ftr-menu {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .ftr-menu .social-wrap {
        margin-top: 0;
    }
    .ftr-menu .menu-item {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        width: 20%;
    }
    .ftr-menu .menu-item_catalog {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 40%;
    }
    .ftr-menu .menu-item_contacts {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-bottom: 30px;
        margin-bottom: 30px;
        border-bottom: 1px solid #dedede;
    }
    .footer-bottom {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .footer-bottom .footer-bottom-content {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 10px;
    }
    .footer-bottom .copyright {
        width: 50%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .banking-system {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        width: 50%;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
}
@media (max-width: 1000px) {
    .ftr-menu {
        position: relative;
        padding-bottom: 83px;
    }
    .ftr-menu .work-time {
        margin-bottom: 10px;
    }
    .ftr-menu .menu-item.menu-item_contacts {
        width: 100%;
    }
    .ftr-menu .menu-item {
        width: 25%;
    }
    .ftr-menu .menu-item_mob-absolute {
        position: absolute;
        bottom: 20px;
        right: 25%;
    }
    .ftr-menu .menu-item_catalog {
        width: 50%;
    }
    .ftr-menu .menu-item .link-item {
        padding-right: 5px;
    }
    .footer-wrap {
        padding-top: 100px;
    }
    .footer-wrap_p-t {
        padding-top: 60px;
    }
    .footer-bottom .links-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        flex-direction: column;
        align-items: flex-end;
    }
    .footer-bottom .links-wrap .link {
        margin-right: 0;
        display: block;
        text-align: right;
        width: fit-content;
        text-align: right;
    }
    .footer-bottom .links-wrap .link:not(:last-child) {
        margin-bottom: 10px;
    }
}
@media (max-width: 770px) {
    .ftr-menu {
        padding-bottom: 54px;
    }
}
@media (max-width: 620px) {
    .footer-wrap {
        padding-top: 80px;
    }
    .ftr-menu .menu-item.menu-item_contacts {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 0;
        border-bottom: 1px solid #dedede;
        height: auto;
        overflow: visible;
    }
    .ftr-menu .contacts-wrap {
        width: 100%;
    }
    .ftr-menu .social-wrap {
        margin-top: 15px;
    }
    .ftr-menu .work-time {
        margin-bottom: 15px;
    }
    .ftr-menu .menu-item_catalog {
        width: 100%;
    }
    .ftr-menu .menu-item .link-item {
        width: 100%;
        margin-bottom: 11px;
    }
    .ftr-menu .link-item {
        opacity: 0;
        visibility: hidden;
        margin-bottom: 11px;
    }
    .ftr-menu .link-item:last-child {
        margin-bottom: 20px;
    }
    .ftr-menu .menu-item {
        width: 100%;
        padding-left: 0;
        height: 56px;
        border-bottom: 1px solid #dedede;
        overflow: hidden;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
    }
    .ftr-menu .menu-item.active .link-item {
        opacity: 1;
        visibility: visible;
    }
    .ftr-menu .menu-item_mob-absolute {
        position: relative;
        right: auto;
        bottom: auto;
    }
    .ftr-menu .menu-title {
        margin-bottom: 0;
        height: 56px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
    }
    .ftr-menu .menu-title::after {
        content: "";
        display: block;
        width: 23px;
        height: 23px;
        background-image: url(../img/icons/arrow-right-red.svg);
        background-size: 81%;
        background-repeat: no-repeat;
        background-position: center;
        border: 1px solid #b25d5d;
        border-radius: 50%;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
        position: absolute;
        right: 0;
        opacity: 0.5;
        top: 25%;
    }
    .ftr-menu .menu-title.active::after {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    .footer-bottom {
        border-top: none;
        padding-top: 0;
    }
    .footer-bottom .footer-bottom-content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .footer-bottom .desc {
        width: 100%;
    }
    .footer-bottom .links-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-left: 0;
        padding-top: 10px;
        width: 100%;
        align-items: center;
    }
    .footer-bottom .copyright {
        width: auto;
        margin: 10px auto;
    }
    .banking-system {
        width: 100%;
        margin: 0 auto;
        justify-content: center;
    }
    .footer-wrap_p-t {
        padding-top: 60px;
    }
}