footer ul{
    list-style: none;
    padding: 0 !important;
}

footer a{
    text-decoration: none;
}
.footer-stripe__container a{
    color: #DEE7EB;
}

.footer-columns_content {
    max-width: 1240px;
    margin: 0 auto !important;
}

.footer-stripe_content {
    background: #333C41;
}



.footer-stripe > .footer-stripe__container {
    padding-top: 26px;
    padding-bottom: 26px;
}
.footer-link__text{
    font-weight: 700;
}

.footer-list_documents{
    display: flex;
}

.footer-list_documents li{
    margin-right: 30px;
}

.footer-contact{
    margin-top: -10px;
}

.footer-contact__item{
    color: #fff;
    margin-top: 11px;
}

.footer-contact__columns{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-menu__item{
    margin-top: 12px;
}

.footer-columns_content {
    display: flex;
    margin-left: -20px;
    flex-wrap: wrap;
    align-items: flex-start;
}

.footer-menu__link{
    transition: 0.5s;
}

.footer-menu__link:hover{
    text-decoration: underline;
}

@media screen and (min-width: 480px) {
    .footer-columns_content {
        margin-left: -40px;
    }
}

.footer-columns_content > .footer-column {
    padding-left: 20px;
    box-sizing: border-box;
}

@media screen and (min-width: 480px) {
    .footer-columns_content > .footer-column {
        padding-left: 40px;
    }
}

.footer-columns_content > .footer-column_layout_a {
    order: 1;
    width: 50%;
}

@media screen and (min-width: 768px) {
    .footer-columns_content > .footer-column_layout_a {
        width: 33.333%;
    }
}

.footer-columns_content > .footer-column_layout_b {
    order: 2;
    width: 50%;
}

@media screen and (min-width: 768px) {
    .footer-columns_content > .footer-column_layout_b {
        width: 33.333%;
    }
}

.footer-columns_content > .footer-column_layout_c {
    position: relative;
    order: 4;
    width: 100%;
    margin-top: 30px;
    padding-top: 29px;
}

@media screen and (min-width: 480px) {
    .footer-columns_content > .footer-column_layout_c {
        width: 50%;
    }
}

@media screen and (min-width: 768px) {
    .footer-columns_content > .footer-column_layout_c {
        order: 3;
        width: 33.333%;
        margin-top: 0;
        padding-top: 0;
    }
}

.footer-columns_content > .footer-column_layout_c:before {
    position: absolute;
    content: "";
    top: 0;
    left: 20px;
    right: 0;
    border-top: 1px solid #5D6668;
}

@media screen and (min-width: 480px) {
    .footer-columns_content > .footer-column_layout_c:before {
        left: 0;
    }
}

@media screen and (min-width: 768px) {
    .footer-columns_content > .footer-column_layout_c:before {
        display: none;
    }
}

.footer-columns_content > .footer-column_layout_d {
    position: relative;
    order: 3;
    width: 100%;
    margin-top: 30px;
    padding-top: 29px;
}

@media screen and (min-width: 480px) {
    .footer-columns_content > .footer-column_layout_d {
        width: 50%;
    }
}

@media screen and (min-width: 768px) {
    .footer-columns_content > .footer-column_layout_d {
        order: 4;
        width: 100%;
    }
}

.footer-columns_content > .footer-column_layout_d:before {
    position: absolute;
    content: "";
    top: 0;
    left: 20px;
    right: 0;
    border-top: 1px solid #5D6668;
}

@media screen and (max-width: 760px) {
    .footer-list_documents{
        display: block;
    }

    .footer-list_documents li{
        margin-bottom: 10px;
    }
}

@media screen and (min-width: 480px) {
    .footer-columns_content > .footer-column_layout_d:before {
        left: 40px;
    }
}