@media screen and (min-width: 1024px) and (max-width: 1280px) {

    .button {
        font-size: 16px;
    }

    .header-inner {
        padding: 16px 100px;
    }

    .header-logo-text {
        font-size: 50px;
    }

    .nav-list {
        gap: 40px;
    }

    .nav-list li a {
        font-size: 16px;
    }

    .header-info h5 {
        font-size: 30px;
    }

    .header-icon {
        display: none;
    }

    .content {
        padding: 100px;
    }

    .product {
        padding: 0;
    }

}

@media screen and (min-width: 767px) and (max-width: 1023px) {
    .header-inner {
        display: block;
        position: relative;
        height: 153px;
    }

    .header-logo-text {
        position: absolute;
        left: 50%;
        top: 16px;
        transform: translateX(-50%);
        width: 350px;

        font-size: 48px;
        top: 16px;
    }

    .header-icon {
        position: relative;
        display: block;
        top: 50%;
        transform: translateY(-50%);
    }

    .header-icon:hover {
        cursor: pointer;
    }

    .nav-list {
        display: none;
    }

    .nav {
        display: block;
        flex-direction: column;
    }

    .navbar-ui {
        display: block;
        position: fixed;
        top: 0;
        left: -100%;
        overflow: hidden;
        z-index: 99;
    }

    .navbar-ui.active {
        left: 0;
        transition: 350ms;
    }

    .close {
        position: absolute;
        right: 30px;
        top: 10px;
    }

    /* .disable-scroll {
        touch-action: none;
        overflow: hidden;
        position: fixed;
        max-width: 100vw;
    } */


    .header-inner {
        padding: 16px 24px;
    }

    .header-item {
        flex: 0;
    }

    .header-icon {
        display: inline-flex;
        align-items: flex-start;
        width: 40px;
        height: 40px;
    }


    .header-info h5 {
        font-size: 28px;
    }

    .button {
        font-size: 16px;
    }

    .content {
        padding: 48px 24px;
    }

    .product {
        flex-wrap: wrap;
        gap: 32px;
        justify-content: center;
        padding: 0 24px 48px;
        margin-bottom: 0;
    }

    .product-item img {
        width: 365px;
        height: 365px;
        object-fit: cover;
    }

    .heading-alone {
        margin-bottom: 40px;
    }

    .form-group {
        width: 658px;
    }

    .form-group-modal {
        width: 100%;
    }
}


@media screen and (max-width: 767px) {


    .header-inner {
        display: block;
        position: relative;
        height: 166px;
        overflow: hidden;
    }

    .header-logo-text {
        position: absolute;
        left: 50%;
        top: 16px;
        transform: translateX(-50%);
        max-width: 340px;

        font-size: 40px;
        top: 16px;
    }

    .header-icon {
        position: relative;
        display: block;
        top: 50%;
        transform: translateY(-50%);
    }

    .header-icon:hover {
        cursor: pointer;
    }

    .nav-list {
        display: none;
    }

    .nav {
        display: block;
        flex-direction: column;
    }

    .navbar-ui {
        display: block;
        position: fixed;
        top: 0;
        left: -100%;
        overflow-x: hidden;
        z-index: 99;
    }

    .navbar-ui.active {
        left: 0;
        transition: 350ms;
    }

    .close {
        position: absolute;
        right: 30px;
        top: 10px;
    }

    .disable-scroll {
        touch-action: none;
        overflow: hidden;
        position: fixed;
        max-width: 100vw;
    }


    .header-inner {
        padding: 16px 24px;
    }

    .header-item {
        flex: 0;
    }

    .header-inner {
        justify-content: center;
    }

    .header-icon {
        display: inline-flex;
        align-items: flex-start;
        width: 40px;
        height: 40px;
    }



    .header-info h5 {
        font-size: 28px;
        padding: 0 32px;
    }

    .button {
        font-size: 16px;
        margin: 0 24px
    }

    .content {
        padding: 40px 24px 24px 24px;
    }

    .content-part {
        flex-wrap: wrap;
    }

    .content-part-item {
        flex-basis: 100%;
    }

    .content-full h5,
    .content-part h5 {
        font-size: 20px;
    }

    .content-full p,
    .content-part p {
        font-size: 14px;
    }

    .footer {
        flex-wrap: wrap;
        padding: 24px;
    }

    .footer p {
        flex-basis: 100%;

    }

    .footer p:nth-child(1) {
        order: 1;
    }

    .footer p:last-child {
        justify-content: center;
        order: 2;
    }

    .footer-phone {
        margin-top: 0;
    }

    .product {
        flex-wrap: wrap;
        gap: 32px;
        justify-content: center;
        padding: 0px 24px;
        margin-bottom: 48px;
    }


    .product-item img {
        width: 365px;
        height: 365px;
        object-fit: cover;
    }

    .heading-alone {
        margin-bottom: 40px;
    }



    .form-info-right h5,
    .form-info-left h5 {
        margin-bottom: 10px;
    }

    .form-info-bottom {
        flex-direction: column;
        gap: 32px;
        margin-top: 48px;
    }

    /* Form modal */

    .button-modal {
        margin: 0 auto;
    }

    .form-modal {
        max-width: 100%;
        right: 0;
        left: 0;
        max-height: 100vh;
        height: 100vh;
        border-radius: 0
    }

    .close-icon {
        position: absolute;
        z-index: 10;
        bottom: 0px;
        right: 0px;
    }

    .heading-modal {
        width: 100%;
    }

    .contain-field {
        padding-bottom: 0;
    }

}