.footer {
    background: linear-gradient(
            170.5deg,
            #3f3e3e 0.46%,
            #181818 31.32%,
            #181818 100%
    );
    padding: 30px 0px 30px 0px;
    font-family: var(--source-sans-pro);
}

.footer .container {
    position: relative;
}


.footer .links a, .footer .links p {
    color: var(--white);
    text-decoration: none;
    font-size: 14px;
}

.footer ul li {
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
}

.footer .moveUpButton {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ffffff;
    cursor: pointer;
}

.footer .moveUpButton img {
    -webkit-animation: ButtonMove infinite 1s;
    animation: ButtonMove infinite 1s;
}

.footer .logoBlock img {
    height: 30px;
}

@keyframes ButtonMove {
    0% {
        margin-top: 0;
    }
    50% {
        margin-top: 5px;
    }
    100% {
        margin-top: 0;
    }
}

.footer .social p {
    color: var(--grey);
    font-size: 14px;
    line-height: 17px;
    margin-top: 40px;
}


.footer .icon {
    margin-right: 12px;
}

.footer .logoBlock {
    color: #ffffff;
    padding-bottom: 30px;
    grid-column: span 2;
}

.footer .logoBlock p {
    font-size: 14px;
    line-height: 25px;
    margin-top: 20px;
    max-width: 265px;
}

.footer .copyrightAnfdLinks {
    display: grid;
    justify-content: space-between;
    font-size: 12px;
    line-height: 11px;
    color: #ffffff;
    padding-top: 20px;
    align-items: center;
}

.footer .linked-in-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer .copyrightAnfdLinks a {
    color: #ffffff;
    text-decoration: none;
    line-height: 11px;
}

.footer .copyrightAnfdLinks ul {
    display: flex;
    list-style: none;
}

.footer .copyrightAnfdLinks li {
    margin-left: 10px;
}

.footer .arrow_top {
    display: flex;
    align-items: center;
    gap: 12px
}

.footer .footer_top .links {
    padding-bottom: 10px;
}

.footer .footer_top > .links.contacts {
    padding-bottom: 20px;
    border-bottom: 1px solid var(--grey5);
}

.footer .btn1 {
    text-transform: uppercase;
}

.footer .icons a {
    margin-left: auto;
}

.footer .icons img {
    width: 22px;
    height: 22px;
}

.footer .footer_top .btn1 {
    text-transform: none;
}

.footer .footer_top {
    display: block;
    justify-content: space-between;
}

.footer .links .caption2 {
    text-transform: uppercase;
    color: var(--white);
    margin-bottom: 16px;
    display: block;
}

.footer .site_name {
    order: 2;
    grid-column: span 2;
    text-align: center;
    padding-top: 20px;
}


.footer .arrow_top {
    order: 1;
}

.footer .for-mobile {
    display: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.footer .logoBlock p.body6 {
    max-width: 400px;
}

.footer .footer_top > .for-mobile .links {
    display: none
}

.footer .footer_top {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.footer .footer_top .links.contacts {
    order: 1;
    grid-column: span 2;
}

@media screen and (min-width: 1110px) {
    .footer .logoBlock p.body6 {
        max-width: 350px
    }
}

@media screen and (min-width: 1080px) {
    .footer .arrow_top {
        order: 2;
    }

    .footer .footer_top .links {
        padding-bottom: 0;
    }

    .footer .footer_top .links.contacts {
        order: 1;
    }

    .footer .footer_top .links.information {
        order: 2;
    }

    .footer .footer_top > .links.contacts {
        padding-bottom: 0;
        border-bottom: none;
    }

    .footer .copyrightAnfdLinks {
        display: flex;
        padding-top: 0;
        border-top: 1px solid var(--grey5);
    }

    .footer .for-mobile {
        display: none;
    }

    .footer .footer_top {
        display: flex;
        justify-content: space-between;

    }

    .footer .moveUpButton {
        width: 50px;
        height: 50px;
    }

    .footer .footer_top.footer_top {
        padding-bottom: 30px;
    }

    .footer .links_wrap {
        display: flex;
    }

    .footer {
        padding: 50px 30px 41px 30px;
    }

}

@media screen and (min-width: 750px) {


    .footer {
        padding-left: 0;
        padding-right: 0;
    }

    .footer .site_name {
        padding-top: 0px;
    }

    .footer .for-mobile {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .footer .container {
        margin: auto;
        padding: 0 50px;
        max-width: calc(var(--global_container_width) + 100px);
    }

    .footer .social {
        position: absolute;
        right: 50px;
        top: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    .footer .icon {
        margin-left: 12px;
    }

    .footer .logoBlock img {
        width: 139px;
        height: auto;
    }

    .footer .logoBlock p {
        font-size: 16px;
        line-height: 25px;
        margin-top: 28px;

    }

    .footer .copyrightAnfdLinks {
        font-size: 14px;
        padding-top: 20px;
    }
}

@media screen and (min-width: 600px) {
    .footer .logoBlock {
        grid-column: span 3;
    }

    .footer .footer_top .links.contacts {
        grid-column: span 1;
        border-bottom: 0;
    }

    .footer .footer_top {
        border-bottom: 1px solid var(--grey5);
    }

    .footer .footer_top .links.information {
        order: 2;
    }
}