@media screen and (max-width: 1440px) {
    .container {
        width: 100%;
    }
}

@media screen and (max-width: 1025px) {
    body {
        overflow-x: hidden;
    }

    .wrapper {
        margin: 0 50px;
    }

    .menu {
        gap: 0 20px;
        font-size: 15px;
    }

    .header-wrapper .info {
        gap: 0 10px;
    }

    .hero-section {
        .wrapper {
            display: flex;
            justify-content: center;
            width: 100%;
            margin: 0;
        }

        .hero-content {
            width: 70%;
        }

        h1 {
            font-size: 60px;
        }
    }

    .about-section {
        .wrapper {
            padding-top: 60px;
        }
    }

    .section.commander-section {
        .wrapper {
            margin-right: 0;
        }

        .commander-info {
            width: 40%;
            padding-right: 4.878%;
        }

        h2 {
            font-size: 35px;
        }

        .title {
            font-size: 24px;
        }

        .commander-image {
            background-position: 40% center;
        }
    }

    .recruit-section {
        .wrapper {
            width: 40%;
        }
    }

    .section.faq-section {
        .faq-info {
            margin-right: 40px;
            width: 40%;
        }

        .faq {
            width: 60%;
        }

        h2 {
            font-size: 36px;
        }
    }
}

@media screen and (max-width: 1023px) {
    .menu-wrapper {
        order: 2;
    }

    .header-wrapper .info {
        gap: 0 40px;
    }

    .burger {
        display: block;
    }

    .burger::after {
        content: url('/wp-content/themes/CSO/App/assets/images/burger.svg');
        width: 40px;
        height: 40px;

        display: flex;
        justify-content: center;
        align-items: center;

        cursor: pointer;
    }

    .burger-container {
        display: none;
    }

    .burger-container.active {
        position: absolute;
        top: 91px;
        left: 0;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 20px 0;
        background: #00000059;
        backdrop-filter: blur(20px);
    }

    .footer .logo {
        justify-content: start;
    }

    .footer .content {
        width: 30%;
    }

    .footer .content.tel {
        width: 40%;
    }

    .hero-section {
        h1 {
            font-size: 40px;
            line-height: 1;
            width: 100%;
        }
    }

    .recruit-section {
        min-height: 800px;

        .instruction-item {
            padding: 18px 0;
        }

        .wrapper {
            width: 50%;
        }

        .number {
            font-size: 36px;
        }

        .instruction .title {
            font-size: 20px;
        }
    }

    .vacancy-section {
        .wrapper {
            padding-top: 60px;
        }

        .vacancy-content {
            grid-template-columns: repeat(2, 1fr);
        }
    }
}

@media screen and (max-width: 768px) {
    .logo {
        z-index: 100;
    }

    .burger-container.active {
        top: 0;
        height: calc(100vh - 100px);
        background: #081d94;
        padding-top: 100px;
        position: absolute;
        justify-content: space-between;

        flex-direction: column-reverse;

        .text {
            font-size: 24px;
        }

        .button-header {
            font-size: 24px;
        }

        .burger-close {
            display: block;
            position: absolute;
            top: 30px;
            right: 50px;
            width: 40px;
            height: 40px;
        }

        .info {
            margin-bottom: 50px;
        }

        .menu-header-container {
            width: 100%;
            text-align: center;
            border-top: 1px solid;
            padding-top: 20px;
        }
    }

    .menu {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
        margin-bottom: 30px;
        font-size: 24px;
    }
}

@media screen and (max-width: 767px) {

    .footer-wrapper {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    .footer .content, .footer .content.tel {
        width: 100%;
        justify-content: start;
    }

    h2 {
        font-size: 30px;
    }

    .hero-section {
        .wrapper {
            padding-top: 100px;
        }

        .hero-content {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            width: 100%;
        }

        .button {
            margin-bottom: 50px;
            margin-top: 30px;
            padding: 20px;
            font-size: 16px;
        }

        h1 {
            font-size: 26px;
        }

        .subtitle {
            font-size: 16px;
        }

        .hero-slider {

            .swiper-button-next {
                right: var(--swiper-navigation-sides-offset, 15px);
            }

            .swiper-button-prev {
                left: var(--swiper-navigation-sides-offset, 15px);
            }

            .swiper-button::after {
                font-size: 25px;
            }
        }
    }

    .about-section {
        .wrapper {
            padding-top: 30px;
            padding-bottom: 30px;
        }

        .about-content {
            .content-item {
                width: 100%;
            }
        }

        h2 {
            margin-bottom: 40px;
        }

        .title {
            margin-bottom: 15px;
        }

        .about-content {
            flex-direction: column;
            gap: 20px 0;
        }
    }

    .section.commander-section {
        .wrapper {
            margin: 0;
        }

        .commander-info {
            width: 100%;
            padding: 30px 0;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
        }

        .commander-content {
            flex-direction: column-reverse;
        }

        .commander-image {
            height: 400px;
            width: 100%;
        }

        .description {
            padding: 0 50px;
        }
    }

    .recruit-section {
        background: #081d94;
        background-image: none !important;
        min-height: auto;

        .wrapper {
            width: 100%;
            margin: 0;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .instruction {
            margin: 50px;
        }

        .number {
            font-size: 28px;
            margin-right: 30px;
        }

        .instruction .title {
            font-size: 18px;
        }
    }

    .vacancy-section {
        .wrapper {
            padding-top: 30px;
        }

        .vacancy-content {
            grid-template-columns: repeat(1, 1fr);
        }

        h2 {
            margin-bottom: 40px;
        }
    }

    .section.faq-section {
        .wrapper {
            padding: 30px 0;
        }

        .faq-content {
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
        }

        .faq-info {
            width: 100%;
            margin: 0;
        }

        .faq {
            width: 100%;
            margin-top: 30px;
            text-align: start;
        }

        .faq-item {
            padding: 10px 0;
        }

        h2 {
            font-size: 24px;
        }

        .title {
            font-size: 16px;
        }
    }
}

@media screen and (max-width: 430px) {
    .burger-container.active {
        .info {
            flex-direction: column-reverse;
            gap: 20px 0;
        }
    }
}