@media (min-width: 1024px) {
    .container-98 {
        max-width: 98%;
    }
    .w-35 {
        width: 35%;
    }
    .w-65 {
        width: 65%;
    }
    .w-40 {
        width: 40%;
    }
    .w-60 {
        width: 60%;
    }
}

@media (max-width: 1023px) {
    .toggle-menu {
        width: 12px;
        height: 3px;
        background: #fff;
        border-radius: 2px;
        position: relative;
        display: block;
        margin-left: auto;
    }

    .toggle-menu:before, .toggle-menu:after {
        content: "";
        position: absolute;
        top: 8px;
        right: 0;
        width: 24px;
        height: 3px;
        background: #fff;
        border-radius: 2px;
    }

    .toggle-menu:after {
        top: auto;
        bottom: 8px;
    }

    header {
        height: 70px;
    }

    .logo {
        width: 50%;
    }

    .home_text_center {
        padding: 45px 60px;
        font-size: 12px;
    }

    footer p {
        font-size: 12px;
    }

    .bg-cover {
        position: fixed;
        background: rgba(0,0,0,.5);
        width: 100%;
        height: 100vh;
        top: 0;
        right: 0;
        z-index: 8;
        transition: all .4s;
        display: none;
    }

    .header_menu {
        position: fixed;
        width: 80% !important;
        right: 0;
        top: 0;
        background: #fff;
        height: 100vh;
        z-index: 9;
        transform: translateX(100%);
        transition: all .4s;
    }

    .toggle {
        transform: translateX(0);
    }

    .aspect-ratio-1 {
        aspect-ratio: 1/1;
        object-fit: cover;
    }

    .aspect-ratio-34 {
        aspect-ratio: 3/4;
        object-fit: cover;
    }

    .header_menu {
        flex-direction: column;
        align-items: flex-start !important;
        justify-content: flex-start !important;
        padding: 0 0 20px;
    }

    .header_menu>li {
        padding: 15px 20px;
        height: auto;
        width: 100%;
        position: relative;
    }

    .header_menu>li.logo_mobile {
        padding: 0 20px;

    }

    .header_menu>li.logo_mobile>i {
        position: absolute;
        top: 18px;
        right: 18px;
        color: #000;
        font-size: 22px;
    }

    .header_menu>li>a {
        color: #000;
    }

    .logo_mobile img {
        width: 80px;
        filter: invert(1);
    }

    .fancybox-toolbar {
        z-index: 99999;
        opacity: 1;
        visibility: visible;
    }

    .fancybox-slide--iframe .fancybox-content {
        width: 100% !important;
        height: 100% !important;
    }

    .fancybox-slide {
        padding: 0;
    }

    .designer-title {
        font-size: 32px;
        margin-top: 50px;
    }

    .designer_list__item.col-md-6 {
        margin: 20px 0;
    }

    .certification_item:last-child {
        margin-bottom: 30px;
    }

    .info_content .product_description:last-child {
        margin-bottom: 40px !important;
    }
}