body .v2-footer {
    /* line-height: 0; */
    margin-top: 60px;;
}

body .v2-footer .footer-line {
    width: 100%;
    height: 140px;
    overflow: hidden;
    z-index: -1;
}

body .v2-footer .footer-line img {
    width: 100%;
}

body .v2-footer .site-section {
    background-color: var(--color-blue-light);
    overflow: visible !important;
    padding-bottom: 30px !important;
}

body .v2-footer .site-section .container {
    position: relative;
    z-index: 1;
}

body .v2-footer .site-section .container .footer-hands {
    width: 337px;
    height: 209px;
    overflow:hidden;
    position: absolute;
    right: 0;
    top: -209px;
}

body .v2-footer .site-section .container .footer-hand img {
    width: 100%;
}

body .v2-footer .site-section .container .footer-student {
    width: 303px;
    height: 343px;
    overflow:hidden;
    position: absolute;
    right: 0;
    bottom: -30px;
}

body .v2-footer .site-section .container .footer-student img {
    width: 100%;
}

body .v2-footer .site-section .container .footer-student img.mobile {
    display: none;
}



body .v2-footer .site-section .container .inner {
    min-height: 300px;
    width: 100%;
    border-radius: 12px;
    padding: 30px;
    background-color: var(--color-white) !important;
    display: flex;
    flex-wrap: wrap;
    gap: 30px 10px;
    justify-content: space-between;
}

body .v2-footer .site-section .container .inner .section1,
body .v2-footer .site-section .container .inner .section2 {
    width: 20%;
    min-width: 400px;
    /* flex: 1 1 0; */
    display: flex;
    flex-direction: column;
    gap: 30px;
}

body .v2-footer .site-section .container .inner .section1 img {
    height: 55px;
    width: auto;
}

body .v2-footer .site-section .container .inner .section1 .contacts {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

body .v2-footer .site-section .container .inner .section1 .contacts button {
    display: none;
}

body .v2-footer .site-section .container .inner .section2 {
    gap: 10px;
    font-size: 14px;
    color: var(--color-blue);
}

body .v2-footer .site-section .container .inner .section2 .social {
    display: flex;
    gap: 10px;
}

body .v2-footer .site-section .container .inner .section2 .social img {
    width: 40px;
    height: 40px;
}

body .v2-footer .site-section .container .inner .section_menu {
    width: 20%;
    /* flex: 1 1 0; */
    display: flex;
    justify-content: left;
}

body .v2-footer .site-section .container .inner .section_menu .inside {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

body .v2-footer .site-section .container .inner .section_menu a {
    font-size: 14px;
    font-weight: 300;
}

body .v2-footer .site-section .container .inner .section_menu a:hover {
    text-decoration: underline;
}

body .v2-footer .site-section .container .inner .section_menu.down a {
    font-weight: 400;
}

body .v2-footer .site-section .container .inner .section_menu .parent {
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 500;
}

body .v2-footer .site-section .container .inner .section_button,
body .v2-footer .site-section .container .inner .section_clean {
    width: 20%;
    text-align: right;
    color: var(--color-blue);
    /* flex: 1 1 0; */
}

body .v2-footer .site-section .container .inner .section_clean .copyright {
    display: none;
}

.mobile-button {
    display: none;
}


@media (max-width: 1300px) {
    body .v2-footer .site-section .container .inner .section1,
    body .v2-footer .site-section .container .inner .section2{
        min-width: 300px;
        width: 25%;
    }

    body .v2-footer .site-section .container .inner .section1 img {
        min-width: 300px;
        height: 51px;
    }

    body .v2-footer .site-section .container .inner .section_menu {
        width: 25%;
    }

    body .v2-footer .site-section .container .footer-student,
    body .v2-footer .site-section .container .inner .section_button,
    body .v2-footer .site-section .container .inner .section_clean {
        display: none;
    }
}

@media (max-width: 768px) {
    body .v2-footer {
        margin-top: 0;
    }

    body .v2-footer .site-section .container .footer-hands {
        width: 235px;
        height: 150px;
        top: -150px;
    }
    body .v2-footer .site-section .container .inner {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    body .v2-footer .site-section .container .inner .section1 {
        order: 1;
        gap: 15px;
    }

    body .v2-footer .site-section .container .inner .section2 {
        order: 2;
    }

    body .v2-footer .site-section .container .inner .section1,
    body .v2-footer .site-section .container .inner .section2 {
        width: 100%;
        grid-column: 1 / -1;
    }

    body .v2-footer .site-section .container .inner .section1 img {
        width: 330px;
        max-width: 100%;
        height: auto;
    }

    body .v2-footer .site-section .container .inner .section1 .contacts {
        align-items: start;
    }

    body .v2-footer .site-section .container .inner .section1 .contacts button {
        display: block;
        margin-top: 25px;
    }

    body .v2-footer .site-section .container .inner .section1 .contacts a {
        font-size: 14px;
    }

    body .v2-footer .site-section .container .inner .section2 .copyright {
        display: none;
    }

    body .v2-footer .site-section .container .inner .section2 {
        font-size: 13px;
    }

    body .v2-footer .site-section .container .inner .section_menu {
        width: 100%;
    }

    body .v2-footer .site-section .container .inner .section_menu .parent {
        font-size: 14px;
    }

    body .v2-footer .site-section .container .inner .section_menu a {
        font-size: 12px;
    }

    body .v2-footer .site-section .container .inner .section_menu.menu1 {
        order: 3;
        grid-column: 1;
        grid-row: 3 / 7;
    }

    body .v2-footer .site-section .container .inner .section_menu.menu2 {
        order: 4;
        grid-column: 2;
    }

    body .v2-footer .site-section .container .inner .section_menu.menu3 {
        order: 6;
        grid-column: 2;
    }

    body .v2-footer .site-section .container .inner .section_menu.menu4 {
        order: 5;
        grid-column: 2;
    }

    body .v2-footer .site-section .container .inner .section_clean,
    body .v2-footer .site-section .container .inner .section_clean .copyright {
        display: block;
    }

    body .v2-footer .site-section .container .inner .section_clean {
        width: 100%;
        order: 7;
        grid-column: 1 / -1;
        display: flex;
        justify-content: center;
    }

    body .v2-footer .site-section .container .footer-student {
        display: block;
        right: unset;
        left: 0;
        height: 385px;
        width: 265px;
    }

    body .v2-footer .site-section .container .footer-student img.mobile {
        display: block;
        width: auto;
        height: 100%;
    }

    body .v2-footer .site-section .container .footer-student img.desktop {
        display: none;
    }



    .mobile-button {
        display: flex;
        height: 70px;
        background: red;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);

        position: fixed !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;

        transform: translateY(100%);
        opacity: 0;
        pointer-events: none;

        transition: transform 0.3s ease, opacity 0.3s ease;
        z-index: 999 !important;
    }

    .mobile-button.is-visible {
        transform: translateY(0);
        opacity: 1;
        pointer-events: auto;
    }

    .mobile-button .container {
        justify-content: center !important;
    }

    .mobile-button button {
        width: 100%;
    }
}