/*<NEW FOOTER>*/
.new-footer {
    color: #333058;
    font-family: "IBM_Plex_Sans", sans-serif;
    font-weight: 500;
    padding-top: 60px;
    background: white;
    border-radius: 24px 24px 0 0;
    display: flex;
    flex-direction: column;
    gap: 48px;
    text-align: left;
    margin-top: 70px;
}
.new-footer .top {
    display: flex;
    flex-direction: column;
    gap: 48px;
    padding: 0 80px;
}
.new-footer .top .first-area {
    display: grid;
    grid-template-areas: "company support products contacts";
    column-gap: 16px;
    grid-template-columns: repeat(4, minmax(0, 1fr))
}
.new-footer .top .first-area .company {
    grid-area: company;
}
.new-footer .top .first-area .support {
    grid-area: support;
}
.new-footer .top .first-area .products {
    grid-area: products;
}
.new-footer .top .first-area .contacts {
    grid-area: contacts;
}
.new-footer .top .first-area .title {
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -.5px;
}
.new-footer .top .first-area .area-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.new-footer .top .first-area .area-item {
    text-decoration: none;
    color: #85839B;
    font-size: 16px;
    line-height: 24px;
}
.new-footer .top .first-area .contact-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.new-footer .top .first-area .contact-list > * {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 16px;
    line-height: 24px;
}
.new-footer .top .first-area .contact-list a {
    color: #333058;
}
.new-footer .tg-support {
    border-radius: 12px;
    border: 1px solid #ED534F;
    padding: 8px 12px;
    margin-top: 16px;
    display: flex;
    gap: 6px;
    align-items: center;
    width: fit-content;
    color: #ED534F;
    text-decoration: none;
}
.new-footer .top .second-area {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: 16px;
}
.new-footer .top .second-area > div {
    padding: 9px 12px;
    display: flex;
    align-items: center;
}
.new-footer .top .second-area > div:nth-child(2) img {
    width: 150px;
}
.new-footer .top .second-area > div:nth-child(3) img {
    width: 165px;
}
.new-footer .top .second-area > div:nth-child(4) img {
    width: 150px;
}
.new-styles .desktop-block {
    display: block;
}
.new-styles .mobile-block {
    display: none;
}
.new-footer .bottom {
    padding: 40px 80px 60px 80px;
    background: #F6F6F6;
    display: flex;
    gap: 16px;
}
.new-footer .bottom p {
    margin: 0;
    padding: 0;
    color: #85839B;
    font-size: 13px;
    line-height: 20px;
    max-width: 840px;
}
.new-footer .bottom .left {
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: 308px;
}
.new-footer .bottom .left img {
    width: 157px;
}
.new-footer .bottom .left .sk-text {
    font-size: 16px;
    line-height: 24px;
    color: #85839B;
}
.new-footer .bottom p a {
    color: #333058;
}
.new-footer .bottom > a {
    text-decoration: none;
    color: inherit;
}
.new-footer .mobile-block {
    display: none;
}
.new-footer .desktop-block {
    display: block;
}
@media screen and (max-width: 1200px) {
    .new-footer {
        padding-bottom: 150px;
    }
}
@media screen and (max-width: 800px) {
    .new-footer {
        padding-top: 24px;
        padding-left: 14px;
        padding-right: 14px;
        border-radius: 16px 16px 0 0;
        gap: 28px;
    }
    .new-footer .top {
        gap: 32px;
    }
    .new-footer .top .first-area {
        grid-template-areas:
                "products company"
                "support contacts";
        row-gap: 20px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .new-footer .top .first-area .title {
        font-size: 18px;
        line-height: 24px;
    }
    .new-footer .top .first-area .area-item {
        font-size: 14px;
        line-height: 20px;
    }
    .new-footer .top .first-area .contact-list > * {
        font-size: 14px;
        line-height: 20px;
    }
    .new-footer .tg-support {
        width: auto;
        justify-content: center;
    }
    .new-footer .top .second-area {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: repeat(2, minmax(0, 1fr));
        gap: 0;
    }
    .new-footer .top .second-area>div {
        padding: 12px 16px;
    }
    .new-footer .top .second-area>div:nth-child(1) svg {
        width: 107px;
    }
    .new-footer .top .second-area>div:nth-child(2) img {
        width: 113px;
    }
    .new-footer .top .second-area>div:nth-child(3) img {
        width: 115px;
    }
    .new-footer .top .second-area>div:nth-child(4) img {
        width: 113px;
    }
    .new-footer .top, .new-footer .bottom {
        padding: 0;
    }
    .new-footer .bottom {
        background: white;
        flex-direction: column;
    }
    .new-footer .bottom p {
        font-size: 12px;
        line-height: 18px;
    }
    .new-footer .mobile-block {
        display: block;
    }
    .new-footer .desktop-block {
        display: none;
    }
}
/*</NEW FOOTER>*/