@media (max-width: 1024px) {
    .container {
        max-width: calc(100% - 30px);
    }
    .header-loffler {
        border-top: 0;
        box-shadow: 0px 5px 10px 0px #00000012;
    }
    .top-header-right {
        display: none;
    }
    .header-mobile-item {
        display: flex;
        align-items: center;
        gap: 15px;
    }
    .header-mobile-item .mobile-online-support {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 50px;
        height: 37px;
        border-radius: 5px;
        background-color: #990000;
    }
    .mobile-top-header {
        display: block;
        background:#2B2B2B;
    }
    .mobile-top-inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 0;
    }
    .mobile-phone-number {
        /* font-family: Helvetica Neue; */
        font-size: 12px;
        font-weight: 400;
        line-height: 26px;
        letter-spacing: -0.02em;
        color: #ffffff;
        margin: 0;
    }
    .mobile-multi-lang {
        display: flex;
        align-content: center;
        gap: 15px;
    }
    .mobile-multi-lang a svg {
        width: 19px;
        height: 14px;
    }
    .header-nav-menu {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: auto;
        border-radius: 0;
        padding: 30px 30px 20px;
        display: none;
        z-index: 999;
    }
    .header-nav-menu .menu-item {
        width: 100%;
        display: block;
        text-align: center;
    }
    .header-nav-menu .menu-item a {
        width: 100%;
    }
    .header-nav-menu .menu-item-has-children > a {
        border-radius: 0;
    }
    .header-mobile-act {
        position: relative;
        width: 37px;
        height: 37px;
        border-radius: 50%;
        background: #000000;
        cursor: pointer;
    }
    .header-mobile-act::before,
    .header-mobile-act::after,
    .header-mobile-act span {
        content: "";
        position: absolute;
        width: 17px;
        height: 1.8px;
        left: 50%;
        background-color: #ffffff;
        transition: all 0.3s ease;
    }
    .header-mobile-act span {
        top: 50%;
        transform: translateY(-50%) translateX(-50%);
        -webkit-transform: translateY(-50%) translateX(-50%);
    }
    .header-mobile-act::before {
        top: 32%;
        transform: translateY(-32%) translateX(-50%) rotate(0deg);
        -webkit-transform: translateY(-32%) translateX(-50%) rotate(0deg);
    }
    .header-mobile-act::after {
        top: 70%;
        transform: translateY(-70%) translateX(-50%) rotate(0deg);
        -webkit-transform: translateY(-70%) translateX(-50%) rotate(0deg);
    }
    .header-mobile-act.active span {
        opacity: 0;
    }
    .header-mobile-act.active::before {
        top: 46%;
        transform: translateY(-46%) translateX(-50%) rotate(0deg);
        -webkit-transform: translateY(-46%) translateX(-50%) rotate(45deg);
    }
    .header-mobile-act.active::after {
        top: 48%;
        transform: translateY(-48%) translateX(-50%) rotate(0deg);
        -webkit-transform: translateY(-48%) translateX(-50%) rotate(-45deg);
    }
    .header-main {
        padding-bottom: 20px;
    }
    .top-header {
        flex-wrap: wrap;
    }
    .footer-inner {
        column-gap: 0;
        row-gap: 30px;
    }
    .footer-widget-text {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        column-gap: 0;
        row-gap: 30px;
    }
    .footer-widget-text,
    .footer-gmaps {
        grid-column: span 12 / span 12;
    }
    .footer-copyright {
        display: none;
    }
    .footer-social {
        display: none;
    }
    .footer-logo img {
        margin-bottom: 0;
    }
    .footer-mobile-link {
        display: block;
        grid-column: span 12 / span 12;
    }
    .footer-nav-menu {
        list-style: none;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .footer-nav-menu li a {
        position: relative;
        display: inline-block;
        /* font-family: Helvetica Neue; */
        font-size: 10px;
        font-weight: 400;
        line-height: 11.93px;
        color: #ffffff;
    }
    .footer-nav-menu li:not(:last-child) a {
        padding-right: 15px;
        margin-right: 15px;
    }
    .footer-nav-menu li:not(:last-child) a::before {
        content: "";
        position: absolute;
        width: 1px;
        height: 10px;
        top: 50%;
        right: 0;
        background-color: #ffffff;
        transform: translateY(-50%);
        -webkik-transform: translateY(-50%);
    }
    .footer-detail-mobile {
        display: block;
        grid-column: span 12 / span 12;
    }
    .footer-socila-mobile {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 15px;
        margin-bottom: 12px;
    }
    .footer-mobile-copyright {
        display: block;
    }
    .footer-mobile-copyright p {
        /* font-family: Helvetica Neue; */
        font-size: 10px;
        font-weight: 400;
        line-height: 11.93px;
        text-align: left;
        text-align: center;
        color: #ffffff;
        margin: 0;
    }
    .loffer-footer {
        padding: 50px 0;
    }
    .header-nav-menu .sub-menu {
        position: unset;
        transform: unset;
        background-color: #990000;
        border-radius: 0;
    }
}

@media (max-width: 767px) {
    .footer-online-support a {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .header-logo-wrap img {
        width: 139px;
        height: 58px;
        object-fit: scale-down;
    }
}

@media (max-width: 360px) {
    .header-top-menu li a {
        white-space: nowrap;
    }
}

@media (max-width: 320px) {
    .header-top-menu li a {
        font-size: 10px;
    }
}