@media screen and (min-width: 1921px) {
    body.compensate-for-scrollbar {
        margin-right: auto !important;
    }
}

/**
 * RWD PANEL
 */

@media screen and (min-width: 1140px) {
    .rwdPanel {
        display: none;
    }

    .rwdPanel-action-open,
    .rwdPanel-action-toggle {
        display: none !important;
    }
}

@media screen and (max-width: 1139px) {
    .rwdPanel {
        overflow-x: hidden;
        overflow-y: auto;
        position: fixed;
        z-index: 1000;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        background: #fff;
        transition-duration: 0.5s;
        transition-timing-function: ease;
        transition-property: transform, -webkit-transform, -ms-transform;
        /* Closed: */
        pointer-events: none;
        transform: translateY(100%);
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
    }

    header.stickable .rwdPanel {
        z-index: -1;
    }

    .rwdPanel.active {
        pointer-events: all;
        transform: none;
        -webkit-transform: none;
        -ms-transform: none;
    }

    .rwdPanel-scrollLock body {
        position: fixed;
        width: 100%;
        overflow-y: scroll;
    }
}

/**
 * RWD MENU
 */

.rwdMenu {
    font-size: 1rem;
}

.rwdMenu ul {
    display: block;
    width: 100%;
    padding: 0;
}

.rwdMenu:not(:first-child) > ul {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.rwdMenu + .rwdMenu > ul {
    border-top: none;
}

.rwdMenu ul ul {
    display: none;
    box-shadow: inset 0 3px 5px -1px rgba(0, 0, 0, 0.12);
    background-color: rgba(0, 0, 0, 0.1);
}

.rwdMenu li {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.rwdMenu li.slided {
    border-bottom: none;
}

.rwdMenu a {
    color: inherit;
}

.rwdMenu li > *:first-child {
    flex: 1 0 0px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    min-height: 46px;
    padding: 5px var(--container-padding);
    text-align: left;
    word-break: break-word;
    color: #000;
    border: none;
}

.rwdMenu li > *:first-child:hover {
    text-decoration: none;
}

.rwdMenu li.active > *:first-child {
    font-weight: 700;
    color: inherit;
}

.rwdMenu > ul > li > *:first-child {
    text-transform: uppercase;
}

.rwdMenu > ul > li > ul {
    font-size: 0.875rem;
}

.rwdMenu > ul > li > ul > li > *:first-child {
    padding-left: calc(var(--container-padding) + 15px);
}

.rwdMenu > ul > li > ul > li > ul > li > *:first-child {
    padding-left: calc(var(--container-padding) + 30px);
}

.rwdMenu > ul > li > ul > li > ul > li > ul > li > *:first-child {
    padding-left: calc(var(--container-padding) + 45px);
}

.rwdMenu > ul > li > ul > li > ul > li > ul > li > ul > li > *:first-child {
    padding-left: calc(var(--container-padding) + 60px);
}

.rwdMenu > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > *:first-child {
    padding-left: calc(var(--container-padding) + 75px);
}

.rwdMenu li > *:first-child > .fa,
.rwdMenu li > *:first-child > .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    font-size: 22px;
    flex-shrink: 0;
    margin: -9px 6px -9px -9px;
}

.rwdMenu li > *:first-child > .icon img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.rwdMenu li > *:first-child > .caption {
    flex: 1 0 0;
}

.rwdMenu li > *:first-child > .caption * {
    display: inline-block;
}

.rwdMenu li > *:first-child > .caption ~ * {
    margin-left: 10px;
}

.rwdMenu .rwdMenu-count {
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2em;
    height: 2em;
    text-align: center;
    font-size: 14px;
    color: #000;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.rwdMenu .user-nav li + li:before {
    display: none;
}

.cloneMenu-toggle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 46px;
    padding: 0;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: 1px solid rgba(0, 0, 0, 0.04);
    background: rgba(0, 0, 0, 0.06);
}

.cloneMenu-toggle::before {
    content: "\f107";
    display: block;
    font-family: 'FontAwesome', sans-serif;
    transition: all 0.3s;
}

.cloneMenu-toggle.active::before {
    transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
}

.rwdPanel .social-list {
    margin: 15px 0;
    text-align: center;
}

/**
 * RWD BUTTON
 */

.rwdButton {
    float: right;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: var(--square-size);
    height: var(--square-size);
    padding: 0;
    font-size: 18px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #fff;
    transition: all 0.4s;
    border-radius: var(--square-radius);
}

.rwdButton .animIcon {
    opacity: 0;
    position: absolute;
    top: 10%;
    left: 10%;
    right: 10%;
    bottom: 10%;
    width: auto;
}

.rwdButton > * {
    transition: all 0.5s;
}

.rwdButton.rwdPanel-action-toggle.active {
    color: #fff;
    background-color: var(--color-primary);
}

.rwdButton .animIcon--close span {
    background-color: #fff;
}

.rwdButton:not(.active) > .animIcon--close {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
}

.rwdButton.active > .animIcon--close {
    opacity: 1;
}

.rwdButton.active > .animIcon--close ~ * {
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
}

/* --------------- BREAKPOINTS --------------- */

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

    .category-view-right {
        width: calc(78% - var(--space-60));
    }

    .category-view-left {
        width: 22%;
    }

    .category-view-wrapper {
        gap: var(--space-60);
    }

    .footer-contact ul li a {
        font-size: 16px;
    }

    .footer-contact .icon-wrapper {
        margin-right: 10px;
    }
}

@media screen and (max-width: 1280px) {
    .footer-contact {
        flex-direction: column;
        margin: 0 auto;
    }

    .footer-contact ul {
        align-items: flex-start;
        flex-direction: column;
    }

    .footer-left {
        width: 50%;
    }


}

@media screen and (min-width: 1140px) {
    .mainsearch {
        top: 0 !important;
    }

    .menu-box-menu {
        display: block !important;
    }

    .footer-content {
        display: block !important;
    }
}

@media screen and (max-width: 1139px) {
    .pagination-wrapper ul {
        gap: 15px;
    }

    .menu-box .menu-box-menu {
        width: 100%;
    }

    .pagination-wrapper ul li.next {
        margin-left: 0;
    }

    .pagination-wrapper ul li.prev {
        margin-right: 0;
    }

    .header-left {
        width: unset;
    }

    .shop-categories-section-title {
        display: none;
    }

    .category-box-bottom .category-teaser {
        padding: 0 10px;
        line-height: 1.8;
        -webkit-line-clamp: 4;
    }

    .category-box-bottom .btn-md {
        min-height: 38px;
        padding: 5px 10px;
        min-width: 148px;
        font-size: 14px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-transform: uppercase;
        gap: 10px;
    }

    .category-box-bottom {
        opacity: 1;
        transform: none;
        pointer-events: auto;
    }

    header .logo {
        width: 140px;
    }

    .header-slogan {
        max-width: 300px;
    }

    .category-view-wrapper {
        gap: 0;
    }

    .category-view-left {
        width: 0;
    }

    .category-view-right {
        width: 100%;
    }

    .btn-aside-toggle.active {
        position: fixed;
        left: 380px;
        background: transparent;
        color: #fff;
        z-index: 101;
        background: var(--color-primary);
        opacity: 1;
        width: 30px;
        height: 30px;
    }

    .btn-aside-toggle.active > * {
        transform: scale(1.3);
    }

    .btn-aside-toggle:not(.active) .icon-close, .btn-aside-toggle.active .icon:not(.icon-close) {
        display: none;
    }

    .aside-page-content {
        width: 100%;
        padding: 0;
    }

    .aside {
        position: fixed;
        top: 69px;
        left: -350px;
        bottom: 0;
        overflow: auto;
        height: calc(100vh - 74px);
        transition: all .2s linear;
        background-color: #fff;
        z-index: 5;
        scrollbar-color: var(--color-primary) #fff;
        scrollbar-width: thin;
    }

    .aside.active {
        position: fixed;
        left: 0;
        padding: 20px 15px;
        top: 69px;
        background: #fff;
        z-index: 100;
        overflow-y: auto;
        max-height: 100vh;
        width: 370px;
    }

    .btn-aside-toggle {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 30px;
        height: 30px;
        position: fixed;
        top: 180px;
        left: 0;
        z-index: 6;
        background-color: var(--color-primary);
        border: none;
        color: #fff;
        transition: all .2s ease-in-out;
    }

    .btn-aside-toggle:not(.active) {
        position: fixed;
        left: 0px;
        top: 180px;
        background: var(--color-primary);
        z-index: 100;
        color: #fff;
    }

    .aside:not(.active) {
    }

    .aside-shadow.active {
        opacity: 1;
        pointer-events: initial;
    }

    .aside-shadow {
        position: fixed;
        z-index: 4;
        bottom: 0;
        top: 74px;
        left: 300px;
        right: 0;
        background-color: rgba(0, 0, 0, 0.2);
        opacity: 0;
        pointer-events: none;
        transition: all .2s ease-in-out;
    }

    .solution-box {
        width: 33.33%;
    }

    .header-inner {
        border-bottom: 0;
        min-height: 69px;
    }

    .header-right .mainsearch {
        padding: 0;
    }

    .link-box-title {
        font-size: 14px;
    }

    .header-top {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .lang {
        font-size: 16px;
    }

    .header-bottom {
        display: none;
    }

    #page #content {
        padding-top: 69px;
    }

    .header-right {
        justify-content: end;
    }

    /* menu box */
    .menu-box-wrapper {
        margin-top: 0;
    }

    .menu-box:not(.sticky) {
        top: 0 !important;
    }

    .menu-box li a {
        display: flex !important;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    .menu-box ul {
        align-items: stretch;
        background: #454545;
        padding: 15px var(--container-padding);
        margin-top: -1px;
    }


    .menu-box .menu-box-menu {
        display: none;
        position: absolute;
        z-index: 1000;
        top: 100%;
    }

    .menu-box {
        position: relative;
        margin-bottom: 0;
    }

    .menu-box ul li {
        flex-grow: 1;
        max-width: 50%;
        width: unset !important;
    }

    .menu-box.sticky {
        top: 72px;
        padding: 0;
    }

    .menu-box-inner {
        display: flex;
        justify-content: center;
    }

    .menu-box-toggle {
        display: inline-flex;
        margin: 0 auto;
        padding: 10px 25px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        justify-content: center;
        cursor: pointer;
        color: #fff;

        border-radius: 10px;
        background: var(--color-primary);
        align-items: center;
    }

    .scroll-section {
        scroll-margin-top: 150px !important;
    }

    .menu-box-toggle .toggle-more {
        display: flex;
        align-items: center;

        gap: 10px
    }

    .footer-mid-content {
        flex-direction: column;
    }

    .footer-menu-wrapper {
        width: 100%;
    }

    .footer-social {
        width: 100%;
    }

    footer .social-list > ul {
        margin: 0;
        display: flex;
        justify-content: center;
    }

    .footer-title {
        margin-bottom: var(--space-40);
    }

    .social-list > ul:not(:has(:nth-child(n + 4):last-child)) {
        margin: 0;
    }

    /* RWD FOOTER */
    .footer-col-title, .footer-title {
        position: relative;
        font-size: 18px;
        padding-bottom: 10px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .footer-menu-wrapper ul {
        columns: unset;
    }

    .footer-title:not(.no-toggle).active:after,
    .footer-col-title:not(.no-toggle).active:after {
        transform: translateY(-50%) scaleY(-1);
    }

    .footer-title:not(.no-toggle),
    .footer-col-title:not(.no-toggle) {
        cursor: pointer;
    }

    .footer-col-content:not(.no-toggle),
    .footer-content:not(.no-toggle) {
        display: none;
    }


    .footer-title:not(.no-toggle):after,
    .footer-col-title:not(.no-toggle):after {
        transition: transform, 500ms;
        position: absolute;
        right: var(--container-padding);
        top: 50%;
        transform: translateY(-50%) rotate(90deg);
        color: #fff;
        width: 10px;
        -webkit-mask-size: contain;
        -mask-size: contain;
        -webkit-mask-position: center;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        background-color: currentColor;
        -webkit-mask-image: url('../images/icons/arrow-right.svg');
        mask-image: url('../images/icons/arrow-right.svg');
        height: 10px;
        content: "";
    }


    .footer-title:not(.no-toggle).active:after,
    .footer-col-title:not(.no-toggle).active:after {
        transform: translateY(-50%) rotate(90deg) scale(-1);
    }

    .footer-cols {
        display: flex;
        flex-direction: column;
    }

    .footer-col {
        width: 100% !important;
        padding: 0 !important;
        text-align: center;
    }

    .footer-col ul li {
        padding: 0 !important;
        width: 100% !important;
    }

    .footer-col ul {
        flex-direction: column !important;
    }


    /* --------- */
    .text table tr td {
        padding: 6px 10px;
    }

    #main-menu {
        display: none;
    }

    .langs-menu {
        display: none !important;
    }

    .rwd-hide {
        display: none;
    }

    .text img {
        max-width: 100%;
        max-width: 100% !important;
    }

    .container {
        width: 100%;
    }

    .article-image {
        margin-right: 25px;
        margin-bottom: 15px;
    }

    .lang .langs-menu-short {
        display: none;
    }

    .lang .langs-menu-long {
        display: block;
    }

    .mainsearch.rwdPanel .mainsearch-search {
        background-color: #000;
    }

    .mainsearch.rwdPanel .dropdown-menu {
        position: static !important;
        width: 100%;
        box-shadow: none;
    }

    .mainsearch.rwdPanel .mainsearch-search,
    .mainsearch.rwdPanel .dropdown-menu {
        padding: 15px;
    }

    .mainsearch.rwdPanel .dropdown-menu .dropdown-search-li.all-search-results {
        margin-top: 15px;
    }

    .mainsearch.rwdPanel .form-element-container {
        width: calc(100% - 46px);
        flex-grow: 1;
    }

    .mainsearch.rwdPanel .mainsearch-submit {
        height: 46px;
    }

    .mainsearch.rwdPanel input,
    .mainsearch.rwdPanel .mainsearch-submit {
        border: none;
    }

    .mainsearch-search {
        position: relative;
    }

    .mainsearch-submit {
        position: absolute;
        right: 15px;
    }

    .header-right .mainsearch-search .icon-loupe {
        color: #000;
    }

    .contact-content-wrapper {
        flex-direction: column;
    }

    .contact-left {
        width: 100%;
        display: flex;
        justify-content: center;
        text-align: center;
    }

    .contact-form-div {
        width: 100%;
        max-width: unset;
    }

    .grid-row {
        flex-direction: column;
    }

    .grid-row:nth-child(2n) {
        flex-direction: column;
    }

    .news-list .grid-row-right {
        width: 100%;
        text-align: center;
        max-width: unset;
    }

    .news-list .grid-row-left {
        width: 65%;
    }

    .news-view-img {
        width: 50%;
    }

    .news-view-text {
        width: 50%;
    }

    .aside-list > li > .menu-group > a {
        padding: 10px 10px;
        min-height: 46px;
    }

    .aside-list > li:last-of-type > .menu-group > a {
        padding: 10px 10px;
        min-height: 46px;
    }


    .mainsearch-search .form-control-feedback {
        right: 25px;
    }

    .starred-news-title {
        margin-left: unset;
        max-width: 60%;
        margin-top: -50px;
    }

    .starred-news-content {
        gap: var(--space-25);
    }


    .main-solution-section .main-section-header {
        display: flex;
        justify-content: space-between;
        gap: var(--space-25);
    }

    .main-solution-section .main-section-title {
        margin: 0;
    }

    .main-icons-list .icon-col {
        flex-direction: column;
    }

    .main-icons-list .icon-row-icon {
        margin: 0;
        margin-bottom: var(--space-50);
    }

    .main-icons-section .main-section-header {
        display: flex;
        justify-content: center;
    }


    .newsletter-box {
        padding: 20px 0;
    }

    .newsletter-box-left {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .newsletter-box-content .newsletter-form {
        width: 100%;
    }

    .main-bottom-news-slider .slick-slide > div + div .grid-row {
        flex-direction: column;
    }

    .newsletter-title {
        font-size: 18px;
    }

    .newsletter-box-content {
        flex-direction: column;
    }

    .main-news .grid-row-right {
        width: 100%;
        align-items: center;
        max-width: unset;
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .main-news .main-section-header {
        display: flex;
        justify-content: space-between;
        gap: var(--space-25);

    }

    .main-news .main-section-title {
        margin: 0;
    }

}

@media screen and (max-width: 1000px) {
    .category-box {
        width: 50%;
    }

    .shop-product-box {
        width: 50%;
    }

}

@media screen and (max-width: 900px) {
    .news-form-box {
        margin: 0 auto;
        margin-top: var(--space-50);
        max-width: 500px;
    }

    .news-form-title {
        font-size: var(--font-40);
    }

    .grid-row-left {
        width: 55%;
    }

    .icon-row-description.text {
        font-size: 14px;
    }

    .icon-row-title {
        font-size: 18px;
    }

    .starred-news-title {
        margin-top: var(--space-50);
        text-align: center;
        max-width: 100%;
    }

    .main-news-top {
        padding: 0;
        justify-content: center;
        flex-direction: column-reverse;
        align-items: center;
    }

    .main-news-section .main-section-header {
        display: flex;
        justify-content: center;
    }

    .starred-news-left {
        width: 50%;
        margin: 0 auto;
        padding: 0;
    }

    .starred-news-right {
        max-width: unset;
    }

    .starred-news-content {
        flex-direction: column;
        align-items: center;
    }

    .link-box-inner {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .link-box-inner .btn {
        margin: 0;
    }

    .product-left {
        width: 75%;
        margin: 0 auto;
    }

    .product-right {
        padding: 0;
    }

    .product-view-title {
        text-align: center;
    }

    .product-teaser {
        text-align: center
    }

    .product-top {
        flex-direction: column;
        gap: var(--space-25);
    }

    .news-view-img {
        width: 85%;
        margin: 0 auto;
    }

    .news-view-text {
        width: 100%;
    }

    .news-view-content {
        flex-direction: column;
    }

    .news-list .grid-row-left {
        width: 75%;
    }

    .footer-left {
        width: 60%;
    }

    .footer-bar {
        text-align: center;
        padding: 13px 0;
        line-height: normal;
    }

    .footer-bar-content > * {
        float: none;
        display: inline-block;
        vertical-align: middle;
    }


    .contactSlider-inner {
        padding-bottom: 70px;
    }

    .contactSlider-content {
        min-height: 300px;
    }

    .contactSlider-inner .text, .contactSlider-line2 {
        font-size: var(--font-60);
    }

    .contactSlider-arrows {
        right: var(--container-padding);
    }

    .footer-bar-content.footer-bar-content > * {
        margin-left: 15px;
        margin-right: 15px;
    }

    .footer-bar .footer-bar-links {
        display: block;
        margin: -3px -8px;
    }

    .footer-bar .footer-bar-links:not(:last-child) {
        margin-bottom: 3px;
    }

    .footer-bar-links > li {
        margin: 3px 8px;
        line-height: 20px;
    }

    .copyright,
    .copyright-undicom {
        margin-top: 4px;
        margin-bottom: 4px;
        line-height: 20px;
    }

    .contact-faq-inner {
        grid-template-columns: repeat(2, 1fr);
    }

    .offer-tile {
        width: 100%;
    }

    .cta-actions .btn-lg {
        min-height: 46px;
        font-size: 14px;
        min-width: unset;
    }

    .cta-text-wrapper .icon {
        width: 90px;
        height: 90px;
    }

    .cta-actions .btn-lg .icon {
        width: 20px;
        height: 20px;
    }

    .number-box-title {
        font-size: 16px;
    }


}

@media screen and (max-width: 767px) {
    .header-right {
        gap: 10px;
    }

    .grid-row-left {
        width: 65%;
    }

    .icon-col:nth-child(2n + 1) {
        border: 0;
    }

    .icon-col {
        border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
    }

    .icon-col:last-of-type {
        border-bottom: 0 !important;
    }

    .menu-box ul li {
        width: 50%;
    }

    .starred-news-left {
        width: 65%;
    }

    .cta-text {
        font-size: 18px;
    }

    .solution-box {
        width: 50%;
    }

    .footer-bar-links:has(li) + .copyright:before {
        display: none;
    }

    .text .table-responsive-wrapper {
        position: relative;
        padding-bottom: 40px;
        margin: 20px 0;
    }

    .text .table-responsive-wrapper::after {
        pointer-events: none;
        content: "";
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 45px;
        background-size: contain;
        background-position: right 15px center;
        background-repeat: no-repeat;
        background-image: url(../images/rwd-table-hand.png);
        -webkit-animation-name: rwd-hand-move;
        animation-name: rwd-hand-move;
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-direction: alternate;
        animation-direction: alternate;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }

    .text .table-responsive {
        margin: 0;
        border: none;
    }

    .icon-col {
        width: 100%;
    }

    .footer-left {
        width: 50%;
        gap: 10px;
        flex-direction: column;
        align-items: center;
    }

    .footer-address {
        margin: 0;
        text-align: center;
    }

    .text table {
        margin: 0;
        min-width: 780px;
    }

    @keyframes rwd-hand-move {
        0% {
            transform: translateX(-30px);
        }
        100% {
            transform: translateX(0);
        }
    }
    @-webkit-keyframes rwd-hand-move {
        0% {
            transform: translateX(-20px);
        }
        100% {
            transform: translateX(0);
        }
    }
    .form .form-element-captcha .captcha-image-wrapper {
        margin-bottom: 15px;
    }

    .contact-map iframe {
        min-height: 400px;
    }

    .parts-box {
        width: 50%;
    }

    .shop-categories-section-title, .shop-categories-section-title .line1 {
        font-size: calc(var(--font-60) * 1.5);
    }

    .shop-categories-section-title .line2 {
        padding-left: var(--space-50);
    }

    .product-actions .btn {
        min-width: unset;
    }

    .number-box {
        width: 50%;
    }

    .main-bananer-title {
        font-size: var(--font-60);
        padding-left: 10%;
    }

    .main-bananer-title::first-letter {
        margin-left: 0;
    }

}

@media screen and (min-width: 706px) {
    footer .show-hide {
        display: block !important;
    }
}

@media screen and (max-width: 639px) {
    .header-right {
        gap: 5px;
    }

    .modal-header button.close {
        border: 1px solid transparent;
        text-shadow: none;
        border-radius: 50%;
        background: #fff !important;
        color: var(--color-primary) !important;
        transition: 300ms;
        opacity: 1;
        right: 20px;
        margin-top: -16px;
        width: 32px;
        border-radius: 50%;
        height: 32px;
        font-size: 32px;
        font-weight: 400;
    }

    .main-news .main-section-header {
        flex-direction: column;
    }


    .main-solution-section .main-section-header {
        flex-direction: column;
    }

    .menu-box ul li {
        width: 60%;
    }

    .main-bananer-title {
        font-size: var(--font-60);
        padding: calc(var(--space-60) * 1.5) 0;
        padding-left: 10%;
    }

    .news-list .grid-row-left {
        width: 100%;
    }

    .cta-content {
        flex-direction: column;
        gap: 10px;
        align-items: center;
    }

    .cta-actions {
        margin: 0;
    }

    .grid-row {
        gap: var(--space-60);
    }

    .tiles-section .grid-row-left {
        width: 75%;
    }

    .contactSlider-inner .text, .contactSlider-line2 {
        font-size: var(--font-40);
    }

    .contactSlider-line2 {
        margin-left: var(--space-50);
    }

    .text img {
        max-width: 100%;
        max-width: 100% !important;
        width: inherit;
        width: inherit !important;
        height: auto;
        height: auto !important;
    }

    .text table,
    .text iframe,
    .text object {
        max-width: 100%;
        max-width: 100% !important;
        width: 100%;
        width: 100% !important;
    }

    .article-image {
        margin-right: 0;
        margin-top: 0;
        width: 100%;
        display: block;
        float: none;
        max-width: none;
        text-align: center;
        line-height: 0;
    }

    .breadcrumb > li:not(:first-child):not(:last-child):not(:nth-last-child(2)) {
        display: none;
    }

    .breadcrumb > li:not(:first-child):not(:last-child) a {
        font-size: 0;
        text-indent: -1000px; /* Apple */
    }

    .breadcrumb > li:not(:last-child) a span {
        display: none;
    }

    .breadcrumb > li:not(:first-child):not(:last-child) a:after {
        content: "...";
        font-size: 12px;
    }

    .breadcrumb > li + li:before {
        padding: 0 6px;
    }

    .breadcrumb > li:first-child a {
        font-size: 0 !important;
        letter-spacing: 0 !important;
    }

    .breadcrumb > li:first-child a:after {
        content: "\f015";
        display: inline-block;
        font-family: FontAwesome, sans-serif;
        font-size: 12px;
    }

    .videos-list-item {
        padding: 9px;
    }

    .videos-list {
        margin: -9px;
    }

    .videos-list-item .video-wrapper .video-hover .icon {
        width: 57px;
        height: 57px;
    }

    .mainSlider-title {
        font-size: var(--font-60);
    }

    .grid-row-left {
        width: 75%;
    }

}

@media screen and (max-width: 560px) {
    .starred-news-left {
        width: 85%;
    }

    header .logo {
        width: 100px;
    }

    .header-slogan {
        display: none;
    }

    .news-form-title {
        font-size: clamp(18px, 2.1vw, 40px);
    }

    .grid-row-left {
        width: 85%;
    }

    .link-box {
        width: 100%;
    }

    .question-form-box {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .question-form-box-title {
        font-size: 16px;
    }

    .product-left {
        width: 100%;
    }

    .question-form-box {
        padding-left: 15px;
        padding-right: 15px;
    }

    .shop-product-box {
        width: 100%;
    }

    .shop-categories-section-title .line2 {
        margin: 0 auto;
        text-align: center;
        padding-left: 0;
    }

    .shop-categories-section-title .line1 {
        margin: 0 auto;
        padding-left: 0;
        text-align: center;
    }

    .shop-categories-section-title {
        width: 100%;
        right: unset;
        margin: 0 auto;
        left: 50%;
        transform: translateX(-50%);
    }

    .category-box {
        width: 100%;
    }

    .news-view-img {
        width: 100%;
    }

    .offer-tile-inner {
        flex-direction: column;
        padding: var(--space-40) var(--space-25) var(--space-40) var(--space-25);
    }

    .text {
        word-wrap: break-word;
    }

    .contact-faq-inner {
        grid-template-columns: repeat(1, 1fr);
    }

    .gallery-list-item {
        width: 50%;
    }

    .footer-top-content {
        gap: 10px;
        flex-direction: column;
    }

    .footer-left {
        width: 100%;
    }

    .icon-row {
        flex-direction: column;
        gap: 15px;
    }

    .menu-box ul li a {
        min-height: 42px;
        border-radius: 8px;
    }

    .pagination-wrapper ul {
        gap: 9px;
    }

    .menu-box ul li {
        flex-grow: 1;
        max-width: 100%;
        width: unset !important;
    }
}

@media screen and (max-width: 480px) {
    .modal-title {
        padding-left: 0;
    }

    .news-form-box-content {
        flex-direction: column;
        text-align: center;
        align-items: center;
        justify-content: center;
    }

    .pagination-wrapper ul {
        gap: 5px;
    }

    .pagination-wrapper ul li a {
        font-size: 12px;
    }

    .header-btn-rwd{
        border-radius: 0 !important;
    }

    .pagination-wrapper ul li.next a, .pagination-wrapper ul li.prev a {
        width: 36px;
        height: 36px;
    }

    .newsletter-form-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        width: 100%;
    }

    .newsletter-form-content .form-element-container .element-row {
        margin-right: 0;
    }

    .newsletter-form-content .form-element-container {
        width: 100%;
    }

    .number-box {
        width: 100%;
    }

    .videos-list-item .video-wrapper .video-hover .icon {
        width: 37px;
        height: 37px;
    }

    .news-view-img .btn-square {
        width: 36px;
        height: 36px;
    }

    .news-list .btn-square {
        width: 36px;
        height: 36px;
    }

    .item-photo-nav {
        right: 15px;
        bottom: 15px;
    }

    .cta-text-wrapper {
        text-align: center;
        flex-direction: column;
        gap: 10px;
    }

    .cta-text-wrapper .icon {
        width: 70px;
        height: 70px;
    }

    .offer-tile-image {
        width: 45%;
    }

    .row-flex-center.my-60 .btn {
        width: unset;
    }

    .row-flex-center.my-50 .btn {
        width: unset;
    }

    .solution-box {
        width: 100%;
    }

    .modal-footer > .btn {
        width: 100%;
    }

    .header-slogan {
        display: none;
    }

    .modal-footer .btn + .btn {
        margin-left: 0;
        margin-top: 5px;
    }

    .btn-aside-toggle.active {
        left: 350px;
    }

    .aside.active {
        width: 340px;
    }

}

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

    .modal-dialog .modal-content #newsletter-modal-form .form-element .input-group {
        display: flex;
        flex-direction: column;
    }

    .modal-dialog .modal-content #newsletter-modal-form .form-element .input-group * {

        width: 100%;

    }

    .modal-dialog .modal-content #newsletter-modal-form .form-element .input-group .input-group-addon{
        border-radius: 4px 4px 0 0;
    }
    .modal-dialog .modal-content #newsletter-modal-form .form-element .input-group .form-control.form-control-email{
        border-radius: 0 0 4px 4px;
    }

    .modal-dialog .modal-content #newsletter-modal-form .form-element-name{
       font-size: 13px;
        text-align: unset;
    }
    .modal-dialog .modal-content #newsletter-modal-form .checkboxradio-container{
       padding: 0 !important;
    }

    .menu-box ul li {
        width: 75%;
    }

    .main-bananer-title {
        font-size: 24px;
    }

    .btn-aside-toggle.active {
        left: 270px;
    }

    .aside.active {
        width: 260px;
    }

    .aside-shadow {
        left: 250px;
    }

    .tiles-section .grid-row-left {
        width: 100%;
    }

    .parts-title {
        font-size: 13px;
    }

    .parts-box {
        padding: 6px;
    }

    .parts-list {
        margin: -6px;
    }

    .header-right {
        gap: 7px;
    }

    .contactSlider-inner .text, .contactSlider-line2 {
        font-size: var(--font-30);
    }

    .footer-bar-content.footer-bar-content > * {
        display: block;
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (max-width: 319px) {
    body {
        width: 320px;
    }
}


/* --------------- GLOBAL VARIABLES --------------- */

@media screen and (max-width: 1600px) {
    :root {
        --space-60: 55px;
        --space-50: 45px;
        --space-40: 35px;

    }
}

@media screen and (max-width: 1440px) {
    :root {
        --space-60: 50px;
        --space-50: 40px;

        --container-padding: 30px;
    }
}

@media screen and (max-width: 1366px) {
    :root {
        --space-25: 20px;

    }
}

@media screen and (max-width: 1280px) {
    :root {
        --space-60: 40px;
        --space-50: 35px;
        --space-40: 30px;


        --container-padding: 20px;
    }
}

@media screen and (max-width: 1139px) {
    :root {
        --space-60: 35px;
        --space-50: 30px;
        --space-40: 25px;
        --space-25: 15px;
    }
}

@media screen and (max-width: 960px) {
    :root {
        --space-60: 30px;
        --space-50: 25px;
        --space-40: 20px;
    }
}

@media screen and (max-width: 900px) {
    :root {
        --container-padding: 15px;
    }
}


