#page-frame__footer {
    background: #0C0C0D;
    padding: 38px 0 34px;
    color: #fff;
}

.footer-main {
    /*justify-content: space-between;*/
}

.footer-logo {
    display: flex;
    align-items: flex-end;
}
.footer-logo__item:not(:last-child) {
    margin-right: 30px;
}
.footer-logo__img {}

.social-block {}
.social-block__title {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.22;
    color: #FFFFFF;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.social-block__list {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.social-block__link {
    flex: 0 0 auto;
}
.social-block__img {}
.social-block_footer {
    margin-top: 35px;
    padding-top: 30px;
    border-top: 1px solid rgba(217, 217, 217, 0.3);
}
.social-block_vertical {
    margin-top: 10px;
}
.social-block_vertical .social-block__list {
    flex-direction: column;
}
.social-block_vertical .social-block__link:nth-child(n) {
    margin: 0;
}
.social-block_vertical .social-block__link:not(:last-child) {
    /*margin: 0 0 15px; */
}

.suvorov-block {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid rgba(217, 217, 217, 0.3);
    display: flex;
    align-items: flex-end;
}
.suvorov-block__img-wrapper {
    flex: 0 0 auto;
    margin-right: 16px;
}
.suvorov-block__img {}
.suvorov-block__text {
    font-weight: 400;
    font-size: 9px;
    line-height: 1.33;
    color: #FFFFFF;
    max-width: 155px;
}

.nav-footer {
    justify-content: space-around;
}
.nav-footer__list {}
.nav-footer__name {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.22;
    color: rgba(255,255,255,0.4);
    margin-bottom: 25px;
    text-transform: uppercase;
}
.nav-footer__item {
    margin-bottom: 18px;
}
.nav-footer__link {
    font-weight: 700;
    font-size: 12px;
    line-height: 1.25;
    color: #FFFFFF;
    text-transform: uppercase;
}
.nav-footer__link:hover {
    color: #ED1D24;
}

.footer-contacts {}
.footer-contacts__title {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.25;
    color: #FFFFFF;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.footer-contacts__item {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.21;
    color: #fff;
    padding-left: 32px;
    position: relative;
}
.footer-contacts__item:before {
    font-family: "ural-icons";
    line-height: 1;
    font-style: normal;
    font-weight: normal;
    position: absolute;
    top: 0;
    left: 0;
}
.footer-contacts__item_icon_marker:before {
    content: "\e90a";
    font-size: 18px;
    left: 3px;
}
.footer-contacts__item_icon_email:before {
    content: "\e909";
    font-size: 17px;
}
.footer-contacts__item_icon_phone:before {
    content: "\e90b";
    font-size: 18px;
}
.footer-contacts__item:not(:last-child) {
    margin-bottom: 35px;
}
.footer-contacts__link {
    color: #fff;
}
.footer-contacts__link_large {
    font-size: 18px;
}
.footer-contacts__link:hover {
    color: #ED1D24;
}

.made-block {
    display: flex;
    align-items: center;
    margin-top: 35px;
    padding-top: 25px;
    border-top: 1px solid rgba(217, 217, 217, 0.3);
}
.made-block__logo {
    margin-right: 17px;
}
.made-block__img-wrapper {}
.made-block__img {}

.footer-bottom {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid rgba(217, 217, 217, 0.3);
}
.footer-text {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.25;
    color: #FFFFFF;
}
.footer-text a:not([class]) {
    color: #fff;
    border: none;
}
.footer-text a:not([class]):hover {
    color: #ED1D24;
}

@media screen and (max-width: 1519px) {
    .footer-main {
        justify-content: space-between;
    }
}
@media screen and (max-width: 991px) {
    .nav-footer {
        margin-bottom: 32px;
    }
}
@media screen and (max-width: 767px) {
    .footer-contacts {
        margin-top: 32px;
    }
}
@media screen and (min-width: 768px) {
    .social-block__list {
        gap: 10px;
    }
    .social-block__list_max_width {
        max-width: 200px;
    }
}
@media screen and (min-width: 992px) {
    .nav-footer__list {
        max-width: 205px;
    }
}