/* xxl <= 1400px */
@media (max-width: 1400px) {
    .mobile-features-content {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-bottom: unset;
    }
}

/* xl <= 1200px */
@media (max-width: 1200px) {
    .banner-content {
        flex-direction: column;
    }

    .banner {
        min-height: 714px;
    }

    .banner-text {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .banner-box {
        justify-content: center;
    }

    .banner-item {
        display: flex;
        justify-content: center;
    }

    .banner-img {
        margin-top: 60px;
    }

    .banner-characteristics {
        margin-top: 50px;
    }

    .mobile-features {
        margin-top: 50px;
    }

    .oa {
        margin-top: unset;
    }

    .oa-pc {
        margin-top: 20px;
    }

    .oa-pc-item-content {
        flex-direction: column;
    }

    .oa-pc-img {
        margin-top: 20px;
    }

    .oa-pc-description-item {
        padding: 60px 0;
    }
}

/* lg <= 992px */
@media (max-width: 992px) {
    .banner-characteristics-item {
        min-height: 320px;
    }

    .class-plate-swiper .swiper-img {
        min-height: 500px;
    }
}

/* md <= 768px */
@media (max-width: 768px) {
    .banner-phone {
        position: absolute;
        bottom: -40px;
        left: -10px;
        z-index: 2;
    }

    .banner-computer {
        position: absolute;
        bottom: -102px;
        left: 20px;
        z-index: 1;
    }

    .banner-block-1 {
        position: absolute;
        width: 260px;
        height: 260px;
        top: 10px;
        left: -40px;
        background-color: #fff;
        border-radius: 50%;
    }

    .banner-block-2 {
        position: absolute;
        width: 60px;
        height: 60px;
        top: 0px;
        right: 0;
        background-color: #fff;
        border-radius: 50%;
    }

    .banner-characteristics {
        margin-top: unset;
    }

    .banner-characteristics-content {
        flex-direction: column;
    }

    .banner-characteristics-item {
        margin-top: 40px;
    }

    .oa-pc-nav-item>.nav-link {
        font-size: 18px;
        padding: 0 0 20px 0;
    }

    .oa-pc-text>div {
        position: relative;
        font-size: 17px;
    }

    .oa-pc-img {
        width: 500px;
        height: 280px;
        position: relative;
    }

    .oa-pc-description-item {
        flex-direction: column;
    }

    .oa-pc-description-img2 {
        margin-bottom: 100px;
    }
}

/* sm <= 576px */
@media (max-width: 576px) {
    .banner-phone {
        position: absolute;
        bottom: -40px;
        left: -10px;
        z-index: 2;
    }

    .banner-computer {
        position: absolute;
        bottom: -40px;
        left: 20px;
        z-index: 1;
    }

    .mobile-features-text {
        margin-right: unset;
    }

    .mobile-features-text>li {
        font-size: 20px;
    }

    .class-plate-swiper .swiper-img {
        min-height: 300px;
    }

    .oa-pc-img {
        width: 300px;
        height: 200px;
        position: relative;
    }

    .oa-pc-block2 {
        top: -30px;
        right: 0px;
    }

    .swiper-button-prev,
    .swiper-button-next {
        display: none !important;
    }
}