.footer {
    position: relative;
}
.footer .footer-top {
    position: relative;
}
.footer .footer-top:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: calc(50% - 350px);
    transform: translateX(-100%);
    top: 0;
    background: #F2F2F2;
    z-index: 1;
}
.footer .footer-top-content {
    padding: 2.4rem calc(50% - 700px);
}
.footer .footer-top-content {
    padding-top: 3.2rem;
    padding-bottom: 7.5rem;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.footer .footer-top-content .left-content {
    width: 25%;
    padding-right: 3rem;
    margin-right: 5%;
}


.footer .footer-top-content .copy {
    font-size: 1.6rem;
    color: #000;
    font-weight: 500;
    margin-bottom: 1.5rem;
}
.footer .footer-top-content .licence {
    font-size: 1.3rem;
    color: #828282;
}

.footer .footer-top-content .info-column {
    width: 15%;
    margin-right: 10%;
}
.footer .footer-top-content .info-column:last-of-type {
    margin-right: 0;
}
.footer .footer-top-content .footer-link {
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 1.5rem;
}
.footer .footer-top-content .footer-link:hover {
    color: #787878;
}
.footer .footer-top-content .socials {
    padding-top: 2.5rem;
    white-space: nowrap;
}
.footer .footer-top-content .socials a {
    display: inline-block;
    vertical-align: middle;
    margin-right: 1rem;
    margin-bottom: 1rem;
}
.footer .footer-top-content .soc-link.ok svg {
    fill: #EF7D00;
    transition: fill 0.3s;
}
.footer .footer-top-content .soc-link.vk svg {
    fill: #4680C2;
    transition: fill 0.3s;
}
.footer .footer-top-content .soc-link.tw svg {
    fill: #1DA1F2;
    transition: fill 0.3s;
}
.footer .footer-top-content .soc-link.inst svg {
    fill: #E1306C;
    transition: fill 0.3s;
}
.footer .footer-top-content .soc-link.fb svg {
    fill: #0078FF;
    transition: fill 0.3s;
}
.footer .footer-top-content .soc-link:hover svg {
    fill: #787878;
}

.footer .footer-top-content .info-column .def-headline {
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: 1rem;
}
.footer .footer-top-content .info-column .def-content {
    font-size: 1.4rem;
    line-height: 1.5;
}
.footer .footer-top-content .info-column .def-content > span {
    display: block;
    font-size: 1.4rem;
}
.footer .footer-top-content .info-column .def-content a {
    font-size: 1.4rem;
}
.footer .footer-top-content .info-column .def-content a:hover {
    color: #787878;
}


.footer .footer-top-partners {
    position: relative;
    z-index: 2;
    padding-left: calc(50% - 700px);
    padding-bottom: 3rem;
    white-space: nowrap;
    overflow: hidden;
}
.footer .footer-top-partners .partner-item {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5rem;
    white-space: normal;
}
.footer .footer-top-partners .partner-item > img,
.footer .footer-top-partners .partner-item > span {
    display: inline-block;
    vertical-align: middle;
}
.footer .footer-top-partners .partner-item > span {
    max-width: 16rem;
    padding-left: 1.6rem;
    font-size: 1.2rem;
    font-weight: 500;
    color: #656565;
}

.footer .footer-bottom {
    padding: 2.4rem calc(50% - 700px);
    background: #000;
    text-align: right;
}
.footer .footer-bottom .made-by svg {
    fill: #737373;
}
.footer .footer-bottom .made-by svg,
.footer .footer-bottom .made-by span {
    display: inline-block;
    vertical-align: top;
    font-size: 1.2rem;
    line-height: 1.9rem;
    color: #737373;
    margin-left: 1rem;
    transition: color 0.3s, fill 0.3s;
}
.footer .footer-bottom .made-by svg:hover {
    fill: var(--default-color);
}
.footer .footer-bottom .made-by span:hover {
    color: var(--default-color);
}


.banner {
    position: absolute;
    left: calc(50% - 700px);
    top: 40%;
    z-index: 2;
}

.banner-inner {
    width: 6.5rem;
    height: 7rem;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}
