.footer-container {
    background-color: #000000;
}

.footer-container .footer-wrapper {
    max-width: 1200px;
    padding: 33px 0 40px 0;
    color: #ffffff;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.footer-container .footer-wrapper .footer-descriptions-content .footer-descriptions-row .footer-descriptions-item {
    display: flex;
    margin-bottom: 15px;
}

.footer-container .footer-wrapper .footer-descriptions-content .footer-descriptions-row .footer-descriptions-item .footer-descriptions-item-label:after {
    content: ":";
    position: relative;
    top: -0.5px;
    margin: 0 8px 0 2px;
}

.footer-container .footer-wrapper .footer-descriptions-content .footer-descriptions-row .footer-descriptions-item .footer-descriptions-item-content .descriptions-menu-list {
    display: flex;
}

.footer-container .footer-wrapper .footer-descriptions-content .footer-descriptions-row .footer-descriptions-item .footer-descriptions-item-content .descriptions-menu-list .descriptions-menu-item:not(:last-child):after {
    content: "|";
    position: relative;
    top: -0.5px;
    margin: 0 8px;
}

.footer-container .footer-wrapper .footer-descriptions-content .footer-descriptions-row .footer-descriptions-item .technical-support-descriptions {
    margin-left: 20px;
}

.footer-container .footer-wrapper .footer-link-content .link-descriptions-con {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-container .footer-wrapper .footer-link-content .link-descriptions-con .link-descriptions-img {
    width: 150px;
    height: 150px;
}

.footer-container .footer-wrapper .footer-link-content .link-descriptions-con .link-descriptions-img img {
    width: 100%;
    height: 100%;
}

.footer-container .footer-wrapper .footer-link-content .link-descriptions-con .link-descriptions-text {
    margin-top: 10px;
    font-size: 14px;
}
