.footer2 {
    background: #D8DBE8; 
    padding: 36px 0;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.35px;
    line-height: 18px;
    overflow: hidden;
}

.footer2 .logo {
    max-width: 223px;
    display: block;
    margin-bottom: 20px;
}

.footer2 .nav-link {
    color: #000;
    padding-left: 0;
}

.nav-link:hover {
    color: #e94e1b!important;
}

.footer2 .nav {
    margin-bottom: 20px;
}

.footer2 h3 {
    margin-bottom: 15px;
    font-size: 32px;
    font-weight: 700;
    color: #000;
}

.footer2 .line {
    height: 1px;
    max-width: 400px;
    background: #000;
    margin-bottom: 20px;
}

.footer2 .copyright {
    margin-bottom: 20px;
    color: #000;
}

.footer2 .note {
    opacity: 0.8;
    color: #555;
}

.footer2 .rightside {
    position: relative;
    padding: 40px 20px;
    padding-right: 0;
    height: 100%;
    color: var(--main-color);
}

.footer2 .rightside::before {
    content: "";
    background: #fff;
    border-radius: 20px 0 0 20px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100vw;
}

.footer2 .rekviziti a, .footer2 .rekviziti a:hover {
    color: var(--main-color);
    text-decoration: none;
}

.footer2 .socials {
    display: flex;
    align-items: center;
    margin: 40px 0;
}

.footer2 .socials a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    min-width: 40px;
    margin-right: 8px;
}

.footer2 .socials a img {
    object-fit: contain;
    object-position: center center;
    width: 100%;
    height: 100%;
}

.footer2 .rightside .nav-link {
    font-weight: 600;
    color: var(--main-color);
}

.footer2 .rightside .nav-link:hover {
    color: var(--main-color);
    text-decoration: none;
}