@media screen and (min-resolution: 140dpi) {
    html {
        font-size: 65% !important;
    }
}

@media screen and (min-resolution: 120dpi) {
    html {
        font-size: 85%;
    }
}

@media screen and (max-width: 1600px) {
    html {
        font-size: 65%;
    }

    .cnt-85 {
        max-width: 90%;
    }

    .banner-bloc .content {
        width: 90%;
    }

    .inner-banner-section .arrow-section {
        width: 90%;
    }
    
    .right-header li.mema2022:after {
        top: 2px;
    }
}

@media screen and (max-width: 1023px) {
    header .desk {
        display: none;
    }

    header .mob {
        display: block;
    }

    .right-header-mob {
        position: relative;
    }

    .nav-ham .btns {
        width: 40px;
        cursor: pointer;
    }

    .nav-ham span {
        display: block;
        width: 100%;
        border-radius: 3px;
        height: 5px;
        background: #002C6C;
        transition: all .3s;
        position: relative;
    }

    .nav-ham .open span:nth-child(1) {
        animation: ease .7s top forwards;
    }

    .nav-ham .not-open span:nth-child(1) {
        animation: ease .7s top-2 forwards;
    }

    .nav-ham .open span:nth-child(2) {
        animation: ease .7s scaled forwards;
        margin-top: 16px;
    }

    .nav-ham .not-open span:nth-child(2) {
        animation: ease .7s scaled-2 forwards;
        margin-top: 8px;
    }

    .nav-ham .open span:nth-child(3) {
        animation: ease .7s bottom forwards;
        margin-top: 17px;
    }

    .nav-ham .not-open span:nth-child(3) {
        animation: ease .7s bottom-2 forwards;
        margin-top: 8px;
    }

    @keyframes top {
        0% {
            top: 0;
            transform: rotate(0);
        }
        50% {
            top: 22px;
            transform: rotate(0);
        }
        100% {
            top: 22px;
            transform: rotate(45deg);
        }
    }

    @keyframes top-2 {
        0% {
            top: 22px;
            transform: rotate(45deg);
        }
        50% {
            top: 22px;
            transform: rotate(0deg);
        }
        100% {
            top: 0;
            transform: rotate(0deg);
        }
    }

    @keyframes bottom {
        0% {
            bottom: 0;
            transform: rotate(0);
        }
        50% {
            bottom: 22px;
            transform: rotate(0);
        }
        100% {
            bottom: 22px;
            transform: rotate(135deg);
        }
    }

    @keyframes bottom-2 {
        0% {
            bottom: 22px;
            transform: rotate(135deg);
        }
        50% {
            bottom: 22px;
            transform: rotate(0);
        }
        100% {
            bottom: 0;
            transform: rotate(0);
        }
    }

    @keyframes scaled {
        50% {
            transform: scale(0);
        }
        100% {
            transform: scale(0);
        }
    }

    @keyframes scaled-2 {
        0% {
            transform: scale(0);
        }
        50% {
            transform: scale(0);
        }
        100% {
            transform: scale(1);
        }
    }

    .inner-header-mob {
        padding: 25px 0;
    }

    .menu-mob {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 137px;
        left: -100%;
        background: #002C6C;
        visibility: hidden;
        opacity: 0;
        z-index: -1;
        max-height: 0;
        overflow-y: scroll;
        transition: 0.7s cubic-bezier(0.68, -0.55, 0.27, 1.55) left;
    }
    
    .menu-mob.open {
        visibility: visible;
        left: 0;
        opacity: 1;
        z-index: 1;
        max-height: 100%;
    }

    .inner-menu-mob {
        padding: 30px 0 50px;
    }

    .inner-menu-mob .top li:not(:last-child) {
        padding-bottom: 15px;
    }

    .inner-menu-mob .top li:last-child {
        padding-bottom: 30px;
    }

    .inner-menu-mob nav.bottom {
        padding-top: 30px;
    }

    .inner-menu-mob nav.bottom:before {
        content: '';
        background: rgba(255, 255, 255, 0.4);
        width: calc(100% + 20px);
        height: 1px; 
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .inner-menu-mob ul {
        display: block;
    }

    .inner-menu-mob li a {
        font-size: 1.5rem;
        line-height: 150%;
        color: #fff;
        width: 100%;
    }

    .inner-menu-mob nav.bottom li a {
        display: table;
        font-size: 1.25rem;
        line-height: 150%;
        color: #fff;
        width: 100%;
        font-family: 'font-light', sans-serif;
    }

    .inner-menu-mob nav.bottom li .icon-menu svg {
        fill: #fff;
    }

    .inner-menu-mob nav.bottom li:not(:last-child) {
        padding-bottom: 15px;
    }

    .inner-menu-mob nav.bottom li.section-icon {
        margin-top: 30px;
    }

    .inner-menu-mob nav.bottom li .icon-menu:not(:last-child) {
        margin-right: 20px;
    }

    .submenu-mob {
        background: #F0F5FA;
        opacity: 0;
        visibility: hidden;
        z-index: -1;
        width: 100%;
        position: relative;
        text-align: left;
        box-shadow: 0 2px 2px 0px rgb(0 0 0 / 10%);
        display: block;
        transition: all 0.5s ease-in-out 0s;
        z-index: 1;
    }

    .submenu-mob.open {
        padding: 20px;
        opacity: 1;
        visibility: visible;
        margin-top: 15px;
    }
    
    .submenu-mob ul {
        display: none;
    }
    
    .submenu-mob.open ul {
        display: block;
    }
    
    .submenu-mob li a {
        display: flex;
        color: #002C6C;
    }

    .submenu-mob a .icn {
        fill: #002C6C;
        transition: all 0.5s ease-in-out 0s;
    }

    .submenu-mob a.open {
        color: #CD3C0D;
    }
    
    .sub-mob {
        opacity: 0;
        visibility: hidden;
        max-height: 0;
        transition: all 0.5s ease-in-out 0s;
    }
    
    .sub-mob.open {
        opacity: 1;
        visibility: visible;
        max-height: 100%;
        padding: 20px 20px 0;
    }
    
    .submenu-mob.open ul .sub-mob ul {
        display: none;
    }
    
    .submenu-mob.open ul .sub-mob.open ul {
        display: block;
    }
    
    .submenu-mob li .sub-mob a {
        font-size: 1.35rem;
        color: #262626;
    }
    
    .subs.open .icn {
        fill: #CD3C0D;
        transform: rotate(90deg);
    }

    .ipad-order1 {
        width: 100%;
        order: 1;
    }

    .ipad-order2 {
        width: 100%;
        order: 2;
    }

    .ipad-100 {
        width: 100%;
    }

    .ipad-pdt50 {
        padding-top: 50px;
    }

    .ipad-pdb50 {
        padding-bottom: 50px;
    }

    .ipad-mx100 {
        max-width: 100%;
    }

    .ss-repeated {
        margin-right: 0 !important;
        margin-bottom: 20px;
    }

    .title-gs1 {
        font-size: 1.875rem;
    }

    .inner-training-section .photo {
        background-size: cover;
        height: 40rem;
        background-position: 72%;
    }

    .training-repeated {
        width: 100%;
    }

    .training-repeated:not(:last-child) {
        margin-bottom: 20px;
    }

    .banner-bloc .photo .no img {
        min-height: 500px;
        object-fit: cover;
        object-position: 82%;
    }

    .left-footer {
        width: 100%;
        max-width: 30%;
        margin: 0 0 50px;
    }

    .right-footer {
        width: 100%;
    }

    .right-gs1 .left-photo {
        width: 100%
    }

    .right-gs1 .right-photo {
        width: 100%;
        margin-top: 20px;
    }

    .training-repeated:not(:last-child):after {
        display: none;
    }
    
    .support-repeated {
        width: 100%;
        margin-right: 0;
    }
    
    .support-bloc.member .support-repeated {
        margin-right: 0;
    }
    
    .footer-text {
        width: 100%;
    }
    
    .bloc-support-cnt .bottom-content .photo {
        width: 100%;
    }
    
    .gs1-data-repeated {
        width: 100%;
    }
    
    .left-big-news {
        width: 100%;
    }
    
    .right-big-news {
        width: 100%;
        margin: 30px 0 50px;
    }
    
    .left-contact {
        background: #ffffff;
        width: 100%;
    }
    
    .inner-left-contact {
        max-width: 85%;
        padding: 50px 0 125px;
    }
    
    .right-contact {
        width: 100%;
    }
    
    .inner-right-contact {
        max-width: 85%;
        margin: 0 auto;
    }
    
    .left-contact-map {
        width: 100%;
    }
    
    .right-contact-map {
        width: 100%;
    }
    
    .contact-map-section {
        left: 0;
        top: -100px;
        margin-bottom: -100px;
    }
    
    .support-repeated.home {
        width: 100%;
        margin-right: 0;
    }
    
    
    
    
    
    
    
    
    
}

@media screen and (max-width: 767px) {
    html {
        font-size: 70%;
    }

    .banner-bloc .inner-content {
        width: 80%;
    }

    .ss-repeated .content {
        padding: 30px;
    }

    .left-footer {
        max-width: 100%;
    }

    .menu-mob {
        top: 110px;
    }

    .left-header-mob {
        width: 35%;
    }

    .nav-ham span {
        height: 3px;
    }

    .nav-ham .btns {
        width: 35px;
    }

    .nav-ham .open span:nth-child(2) {
        margin-top: 20px;
    }

    .nav-ham .not-open span:nth-child(2) {
        margin-top: 7px;
    }

    .nav-ham .not-open span:nth-child(3) {
        margin-top: 7px;
    }
    
    .support-bloc.member .support-repeated {
        width: 100%;
    }

    .search-form input {
        font-size: 18px;
    }

    .search-form input::placeholder {
        font-size: 18px;
    }
    
    .inner-block-content {
        width: 80%;
    }
    
    .right-footer-repeated {
        width: 49%;
        position: relative;
        margin-bottom: 30px;
        padding-right: 0;
    }
    
    .right-footer-bloc {
        justify-content: flex-start;
    }
    
    .right-footer-repeated .title {
        font-size: 1.125rem;
    }
    
    .right-footer-repeated li a {
        font-size: 1rem;
    }
    
    .whoweare .banner-section img {
        min-height: 300px;
        object-fit: cover;
        object-position: 80%;
    }
    
    .ourboard .banner-section img {
        min-height: 300px;
        object-fit: cover;
        object-position: 80%;
    }
    
    .standardsBanner .banner-section img {
        min-height: 300px;
        object-fit: cover;
        object-position: 80%;
    }
    
    .innerBanner .banner-section img {
        min-height: 300px;
        object-fit: cover;
        object-position: 80%;
    }
    
    .retailBanner .banner-section img {
        min-height: 300px;
        object-fit: cover;
        object-position: 80%;
    }
    
    .highlightsBanner .banner-section img {
        min-height: 300px;
        object-fit: cover;
        object-position: 80%;
    }
    
    .barcodeBanner .banner-section img {
        min-height: 300px;
        object-fit: cover;
        object-position: 80%;
    }
    
    .contactBanner .banner-section img {
        min-height: 300px;
        object-fit: cover;
        object-position: 80%;
    }
    
    .popup-content-mema {
        width: 75%;
    }
    
    .inner-popup-mema {
        padding: 1.875rem;
    }
    
    .yearsofinnovation .ss .photo > img {
        min-height: 100%;
    }
    
    
    
    
    
    
    
    


}