@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) {
    .user-zone-sub-box-wrapper .user-zone-title .title-icon {
        margin: 0;
    }

    .user-zone-sub-box-wrapper .user-zone-title {
        width: 100%;
        justify-content: center;
        align-items: center;
        gap: 20px;
        flex-wrap: wrap;
    }

    .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%);
        -ms-transform: translateY(100%);
    }

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

    .rwdPanel.active {
        pointer-events: all;
        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:first-child {
    border-top: 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 0;
    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: var(--color-primary);
}

.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);
    -ms-transform: rotateZ(180deg);
}

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

.rwdMenu .social-list > ul > li a {
    padding: 0;
}

.rwdMenu .social-list > ul > li {
    border: 0 none;
}

/**
 * RWD BUTTON
 */

.rwdButton {
    float: right;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 46px;
    height: 46px;
    padding: 0;
    font-size: 15px;
    border: 1px solid #fff;
    background-color: transparent;
    transition: all 0.4s;
    border-radius: 50%;
    margin: 5px 0 5px 10px;
}

.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);
    -ms-transform: scale(0.4);
}

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

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

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

@media screen and (max-width: 1720px) {
    .technical-box-header {
        margin-right: calc(var(--container-padding) * -1);
    }

    .latest-forum-posts-header:before {
        width: unset;
        right: -15px;
        left: -15px;
    }
}

@media screen and (max-width: 1670px) {
    .files-box-wrapper {
        padding-left: var(--space-60);
    }

    .benefits-box-container {
        position: relative;
    }

    .benefits-box-wrapper {
        padding-bottom: calc(var(--space-40) + var(--space-40) + 5px);
    }

    .benefits-box-mobile-dots {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        position: absolute;
        left: var(--container-padding);
        right: var(--container-padding);
        bottom: calc((var(--space-40) + var(--space-40) + 5px) / 2);
        transform: translateY(50%);
    }

    .benefits-box-mobile-dots span {
        width: 10px;
        height: 10px;
        display: block;
        border-radius: 50%;
        border: 1px solid #fff;
        background-color: #fff;
        transition: all .2s linear;
    }

    .benefits-box-mobile-dots span.active {
        background-color: var(--color-primary);
        border-color: var(--color-primary);
    }

    .packages-box-watermark {
        margin-left: 0;
        font-size: 4vw;
    }
}

@media screen and (max-width: 1600px) {
    .online-shop-photo {
        width: 42.2%;
        margin-top: -16px;
        margin-bottom: -16px;
    }

    .new-item {
        width: 34%;
    }

    .newsletter {
        width: 32%;
    }

    .news-box-container {
        padding-top: calc(var(--space-50) + 5px);
    }

    .about-box-container {
        padding-top: calc(var(--space-50) + 5px);
    }

    .faq-box-container {
        padding-top: calc(var(--space-50) + 5px);
    }

    .contact-box-container {
        padding-top: calc(var(--space-50) + 5px);
    }

    .packages-box-container {
        padding-top: calc(var(--space-50) + 5px);
    }

    .user-zone-container.user-zone-subpage {
        padding-top: calc(var(--space-50) + 5px);
    }

    .news-details-container {
        padding-top: calc(var(--space-50) + 5px);
    }

    .pagination-wrapper ul li.next, .pagination-wrapper ul li.prev {
        padding: 0 100px;
    }

    .software-right {
        width: 44%;
        margin-right: 0;
        position: relative;
        padding-right: 30px;
    }

    .packages-right {
        margin-right: 0;
    }

    .latest-files-container:before {
        width: calc(100% - var(--container-padding));
    }

    .packages-list-item {

        padding: 10px;
    }

    .packages-list {
        margin: -10px;
    }

    .grid-text {
        width: 48%;
    }
}

@media screen and (max-width: 1440px) {
    .files.files-all > ul{
        grid-template-columns: repeat(8, 1fr);
    }

    .new-box:before {
        width: 100%;
    }

    header .btn.shop-online .btn-icon {
        margin-right: 0;
    }

    header .top-right .btn-caption {
        display: none;
    }

    header .btn.user-zone .btn-icon {
        display: flex;
        align-items: center;
        margin-right: -1px;
        justify-content: center;
    }

    header .btn.user-zone {
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 46px;
        height: 46px;
    }

    .package-name, .package-left-bottom {
        padding: 0;
        margin-bottom: var(--space-25);
    }

    .update-user-page {
        padding-top: 70px;
    }

    .functions-box .btn {
        padding: 0 var(--space-25);
        margin-left: 0;
    }

    .packages-list-item-width-long .package-link {
        padding: 15px 15px 15px;
    }

    .header-bottom-inner .btn-user-item {
        margin: 0 10px;
    }

    .online-shop-box:before {
        width: 103%;
    }

    #main-menu li a {
        font-size: 15px;
        padding: 10px 22px;
    }

    .pagination-wrapper ul li.next, .pagination-wrapper ul li.prev {
        padding: 0 80px;
    }
}

@media screen and (max-width: 1366px) {
    .btn.btn-login.btn-primary.has-arrow {
        width: 290px;
        height: 60px;
        line-height: 48px;
    }

    .new-box {
        margin-right: 0;
    }

    .new-box:before {
        width: 103%;
    }

    .small-box {
        padding: 20px;
        padding-top: 91px;
    }

    .small-boxes {
        margin: -20px;
    }

    #main-menu li a {
        padding: 10px 16px;
    }

    .btn-user-icon {
        margin-right: 10px;
    }

    .small-boxes-container {
        padding-top: 140px;
    }

    .user-zone-photo-title {
        margin-bottom: 10px;
    }

    .qr-box {
        margin-bottom: 10px;
    }

    .newsletter-text {
        font-size: var(--font-18);
    }

    .newsletter {
        width: 32%;
        padding: 15px;
    }

    .newsletter-icon {
        width: 34%;
    }

    .slide-left {
        padding: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .slide-buttons .btn {
        margin-right: 3px;
        min-width: auto;
        padding: 0 20px;
    }

    .title2-right {
        margin-bottom: 10px;
    }

    .description-right {
        text-align: center;
        padding: 0 10px;
        margin-bottom: 10px;
    }


    .slider {
        height: auto;
        padding-bottom: 50px;
    }

    .slider .container {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        top: auto;

    }


    .news-box {
        margin: -20px;
    }

    .news-item {
        padding: 20px;
    }

    .pagination-wrapper ul li.next, .pagination-wrapper ul li.prev {
        padding: 0 60px;
    }

    .about-left-content {
        padding-left: 0;
        max-width: 100%;
    }

    .about-left {
        width: 54%;
        padding-right: 30px;
    }

    .about-video {
        width: 46%;
    }

    .modules-box ul li {
        margin: 5px;
    }

    .modules-box ul li span {
        padding: 8px 30px;
    }

    .user-zone-sub-item {
        padding: 30px;
    }

    .long .package-link {
        padding: 20px;
    }

    .package-link {
        padding: 10px;
    }

    .form-box-container .form-box-wrapper {
        padding: 50px 18%;
    }

    .login-box {
        padding: 25px;
    }

    .small-boxes-wrapper {
        margin: 0;
    }

    .small-boxes-container {
        padding-top: 100px;
    }
}

@media screen and (max-width: 1280px) {
    .user-zone-text {
        padding: 30px 8.6% 30px 30px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .footer-box .text.txt, .footer-box ul li, .footer-box ul li a {
        font-size: 14px;
    }


    .new-package-box {
        padding-right: 5%;
    }

    .user-name-info .mobile-only {
        display: block;
    }

    .user-name-info .desktop-only {
        display: none;
    }

    .small-box-inner {
        padding: 0 50px;
    }

    #main-menu li a {
        padding: 10px 10px;
        font-size: 14px;
    }

    .small-boxes-container {
        padding-top: 90px;
    }

    .btn-user-icon {
        margin-right: 10px;
        width: 80px;
    }

    .logotype-img {
        height: 90px;
    }

    .slide-right .btn.has-icon .btn-icon {
        margin-right: 0;
    }

    .news-box {
        margin: -15px;
    }

    .news-item {
        padding: 15px;
    }

    .pagination-wrapper ul li.next, .pagination-wrapper ul li.prev {
        padding: 0 50px;
    }

    .form-box-container .form-box-wrapper {
        padding: 40px 17%;
    }

    .small-box {
        padding: 20px;
        padding-top: 89px;
    }

    .map-right-content {
        max-height: 400px !important;
    }

    .dealers-map .map-right-content {
        max-height: min(875px, 45vw) !important;
    }
}

@media screen and (max-width: 1200px) {
    #main-menu li a {
        padding: 10px 5px;
        font-size: 14px;
    }

    .small-boxes-container {
        padding-top: 120px;
    }

    .btn.btn-login.btn-primary.has-arrow {
        width: 250px;
        margin-right: 20px;
    }

    .btn-user-icon {
        margin-right: 10px;
        width: 70px;
    }

    .logotype-img {
        height: 80px;
    }

    .slide-buttons .btn {
        margin: 5px;
    }

    .slide-buttons {
        margin: -5px;
    }

    .slide-right {
        padding: 15px;
    }

    .pagination-wrapper ul li.next, .pagination-wrapper ul li.prev {
        padding: 0 30px;
    }

    .files-list ul {
        margin: -5px -20px;
    }

    .files-list ul li {
        padding: 5px 20px;
    }


    .interface-box-wrapper {
        padding-left: 0;
    }

    .interface-box-wrapper:before {
        border-radius: 0 15px 15px 0;
    }

    .packages-list-item.long {
        width: 100%;
    }

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

    .form-box-container .form-box-wrapper {
        padding: 40px 16%;
    }

    .user-zone-sub-box-wrapper {
        padding-right: 0;
    }

    .small-box {
        padding-top: 81px;
    }

    .small-boxes-container {
        padding-top: 50px;
    }

    .packages-list-item-width-long .package-link {
        flex-direction: column;
        align-items: center;
    }

    .packages-list-item-width-long .package-link {
        padding: 10px;
    }

    .packages-list-item-width-long .package-name {
        margin-bottom: var(--space-25);
    }

    .package-info-icon img {
        width: 100%;
        max-height: 42px;
        object-fit: contain;
    }

    .package-info {
        flex-grow: 1;
        height: 100%;
    }

    .package-info-icon {
        width: 50px;
        flex-grow: 1;
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }

    .package-left {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        flex-grow: 1;
    }

    .package-link, .packages-list-item-width-long .package-link {
        padding: 20px;
    }

    .package-name,
    .package-left-bottom {
        margin-bottom: 20px;
    }

    .packages-list-item-width-long .package-link .btn {
        height: 37px;
        border: 1px solid var(--color-secondary);
        line-height: 37px;
    }

}

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

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

@media screen and (max-width: 1139px) {
    .files.files-all > ul {
        grid-template-columns: repeat(7, 1fr);
    }

    .files.files-all ul li a{
        padding: 8px;
    }

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

    .slide-right .btn.has-icon {
        padding: 0 10px;
        font-weight: 400;
        font-size: 12px;
    }

    #latest-threads > div:nth-child(2) .latest-forum-posts-header, .forum-sections-wrapper > div:nth-child(2n + 3) .latest-forum-posts-header {
        padding-left: var(--container-padding);
    }

    .slide-left-text {
        width: 100%;
    }

    .slide-buttons {
        display: flex;
        justify-content: center;
    }

    .description-left, .description-right {
        text-align: center;
    }

    .title2-left {
        text-align: center;
    }

    .slide-left-img {
        margin: 0 auto;
    }

    .slide-left-content {
        flex-direction: column-reverse;
    }

    .forum-sections-wrapper div {
        scroll-margin-top: 200px;
    }

    .accordion-box:nth-child(2n) .accordion-box-inner:before {
        left: -4.2%;
    }


    .benefits-slider {
        margin-right: 0;
    }

    .benefit-item {
        padding: 0 10px;
    }

    .contact-links.col-sm-6 {
        width: 100%;
    }

    .contact-links .contact-link {
        padding: 8px 20px 8px 0;
    }

    .header-bottom-inner .btn-user-icon {
        margin: 0;
    }

    .user-zone-container .btn-user-name {
        display: block;
    }

    .btn-user-name {
        display: none;
    }

    .user-name {
        margin-right: 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;
        color: var(--color-primary);
    }

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

    .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: 0;
    }

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

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

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

    .top {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    header {
        background: linear-gradient(-90deg, #5a063d 0%, #0b5eb7 35%, #2d4e70 100%);
    }

    .slider {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
        min-height: fit-content;
        max-height: none;
        background-size: cover;
    }

    div#content {
        padding-top: 72px !important;
    }

    .slide-box {
        margin-right: 0;
    }

    .logotype-img {
        height: 40px;
    }

    .small-box-inner {
        padding: 0 15px;
    }

    .small-box-link {
        border-radius: 15px;
    }

    .small-box-icon {
        margin: -23% auto 15px;
    }

    .online-shop-box:before {
        border-radius: 0 15px 15px 0;
    }

    .new-box:before {
        border-radius: 15px 0 0 15px;
    }

    .btn-user-item {
        margin: 5px;
    }

    .user-zone-box {
        flex-wrap: wrap;
    }

    .user-zone-box-wrapper {
        flex-wrap: wrap;
        width: 100%;
    }

    .user-zone-text {
        width: 100%;
        padding: 30px;
        align-items: center;
        border-radius: 15px;
    }

    .user-zone-box {
        gap: 20px;
        justify-content: center;
        margin-bottom: 10px;
    }

    .user-zone-photo {
        width: 100%;
        position: relative;
        margin: 15px auto;
        max-width: 644px;
    }

    .user-zone-container {
        padding-bottom: 30px;
    }

    .user-zone-container {
        padding-bottom: 30px;
    }

    .footer-top-right {
        width: 60%;
    }

    .slide-right {
        padding: 20px 10px;
    }

    .newsletter-form-box {
        width: 50%;
        padding-right: var(--container-padding);
    }

    .newsletter-box:before {
        border-radius: 0 15px 15px 0;
    }

    .header-top {
        display: none;
    }

    .history-item-content .text.txt {
        padding: 0 15px;
    }

    .forum-search-input-box {
        display: flex;
        flex-wrap: wrap;
    }

    .forum-search-input-box input {
        width: 100%;
        margin: 0 0 10px;
    }

    .forum-search-input-box button {
        margin: 5px;
    }

    .mode-box-wrapper:before {
        border-radius: 15px 0 0 15px;
    }

    .mode-item {
        width: 50%;
        padding: 10px;
        margin: 0;
    }

    .mode-box-wrapper {
        padding-left: 10px;
        border-radius: 15px 0 0 15px;
    }

    .mode-box-wrapper:before {
        border-radius: 15px 0 0 15px;
    }

    .packages-box-watermark {
        display: none;
    }

    .packages-box {
        flex-wrap: wrap;
    }

    .packages-clone .packages-left {
        width: 50%;
    }

    .packages-clone .packages-right {
        width: 50%;
    }

    .accordion-box {
        width: 48%;
    }

    .help-box:before {
        border-radius: 0 15px 15px 0;
    }

    .user-zone-sub-item {
        border-radius: 15px;
    }

    .contact-box-wrapper {
        flex-wrap: wrap;
    }

    .contact-box {
        width: 100%;
        margin-bottom: 30px;
    }

    .form-box-wrapper {
        width: 100%;
        border-radius: 15px;
        padding: 15px;
    }

    .contact-box-links {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
        gap: 10px;
    }

    .contact-box-links .contact-links:first-child {
        width: 100%;
    }

    .contact-phones {
        grid-row-end: 3;
        grid-column: 2;
        grid-row-start: 1;
    }

    .contact-box {
        padding-right: 0;
    }

    .contact-box-links .contact-links, .contact-box-links .contact-links:first-child {
        margin-bottom: 0;
    }

    .contact-box-links .contact-links {
        width: 100%;
    }

    .new-package-box {
        flex-direction: column;
        padding-right: 15px;
    }

    .new-package-icon {
        margin: 0 auto 30px;
    }

    .new-package-text {
        width: 100%;
        margin-right: 0;
        text-align: center;
        margin-bottom: 30px;
    }

    .new-package-btn {
        width: 100%;
    }

    .new-package-box:before {
        border-radius: 0 15px 15px 0;
    }

    .new-package-btn .btn {
        width: auto;
        display: block;
        margin: 0 auto;
        max-width: 256px;
        text-align: center;
    }

    .form-box-container .form-box-wrapper {
        padding: 40px;
    }

    .user-zone-sub-box-wrapper {
        flex-direction: column;
    }

    .user-zone-sub-box-wrapper .user-zone-box {
        width: 100%;
    }

    .login-box {
        padding: 15px;
        border-radius: 15px;
    }

    .login-box .row:last-child {
    }


    .forgot {
        text-align: left;
    }

    .slider .slick-track {
        display: flex !important;
        height: auto;
    }

    .slider .slick-slide {
        height: inherit !important;
    }

    .small-box {
        padding-top: 77px;
    }

    .filter-text {
        width: 100%;
        margin-bottom: 30px;
    }

    .filter-select {
        width: 100%;
    }

    .map-filter-box {
        flex-wrap: wrap;
    }

    form#filter-form .form-element.form-element-text {
        margin-bottom: 0;
    }

    form#filter-form {
        display: flex;
        align-items: flex-end;
        gap: var(--space-25);
        justify-content: space-between;
    }

    .filter-select .form-element-container.form-element-select-container {
        width: 49%;
    }

    .header-bottom-inner .btn-user-item {
        margin: 0 2px;
    }

    .slider-logged {
        min-height: unset;
    }

    .slide-left {
        height: unset;
    }

    .login-box {
        width: 100%;
    }

    .user-zone-photo {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: var(--space-40);
    }

    .login-box-wrapper {
        flex-direction: column;
        align-items: center;
    }
}

@media screen and (max-width: 1000px) {
    .files.files-all > ul {
        grid-template-columns: repeat(6, 1fr);
    }

    form.form.newsletter-form button.btn.btn-primary {
        top: 17px;
    }

    .help-subpage .help-box {
        padding-left: 4%;
    }

    .map-left, .map-right {
        width: 100%;
    }

    .dealers-map .map-container-row .map-left img.map-image {
        border-radius: 30px;
    }

    .dealers-map .map-container-row .map-left {
        margin-left: unset;

    }

    .dealers-map .map-container-row {
        flex-wrap: wrap;
    }

    .dealers-map .map-container-row .map-content-result {
        width: 50%;
        padding: 10px;
    }

    .dealers-map .map-container-row .map-right-content {
        padding: 0 !important;

        display: flex;
        flex-wrap: wrap;
        margin: var(--space-50) -10px -10px -10px;
        max-height: unset !important;
        max-width: unset;

    }

    .dealers-map .map-container-row .map-right {
        width: 100%;
        max-width: unset;
    }

    .new-box {
        flex-wrap: wrap;
        margin: -10px;
        padding: 20px;
    }

    .new-item {
        width: 50%;
        padding: 10px;
        margin: 0 0 15px;
    }

    .newsletter {
        width: 100%;
    }

    .newsletter-icon {
        text-align: center;
        margin: 0 auto 11px;
        max-width: 11%;
    }

    .newsletter .form-control {
        height: 50px;
        line-height: 50px;
    }

    .newsletter form#newsletter-form button.btn.btn-primary {
        width: 50px;
        height: 50px;
    }

    .contact-footer-box-icon {
        margin-right: 15px;
        flex-shrink: 0;
    }

    .interface-box {
        flex-wrap: wrap;
    }

    .interface-item {
        width: 50%;
    }

    .interface-item:last-child {
        width: 100%;
    }

    .small-box {
        padding-top: 66px;
    }

    .newsletter-heading {
        display: flex;
        align-items: center;
        gap: 15px;
        justify-content: center;
    }

    .newsletter {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: var(--space-25);
    }

    .newsletter-heading .newsletter-text {
        text-align: left;
        padding: 0;
    }

    .newsletter-heading .newsletter-title {
        text-align: left;
    }

    .newsletter-heading .newsletter-icon {
        margin: 0 auto 14px;
        max-width: 20%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

}

@media screen and (max-width: 960px) {
    .functions-box-icon {
        width: 20%;
    }

    .contact-box-container .box-header {
        gap: var(--space-40);
    }

    .packages-list-item-width-long .package-name {
        text-align: center;
    }

    .package-name {
        font-size: var(--font-32);
    }

    .map-masks {
        border-radius: 53px;
    }

    .software-slider {
        margin-right: 0;
    }

    .functions-box .functions-item {
        width: 50%;
        display: flex;
        align-items: center;
        padding-right: 5%;
    }

    .functions-box {
        gap: 0;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .footer-boxes {
        padding-bottom: var(--space-25);
    }

    .contact-box-container .box-header .page-heading-title {
        margin-right: 0;
    }

    .software-left, .software-right, .software-box {
        height: unset;
    }

    .footer-top .social-list > ul > li {
        padding: 5px;
    }

    .footer-top .social-list > ul {
        margin: -5px;
    }

    .footer-top {
        flex-wrap: wrap;
    }

    .footer-top-left {
        width: 100%;
        margin-bottom: 15px;
    }

    .footer-top-right {
        width: 100%;
    }


    .footer-left {
        width: 100%;
        padding: 0 !important;
        margin-bottom: 30px;
    }

    .footer-box {
        padding-right: 10px;
        width: 33.333%;
    }

    .footer-box:has(.qr-code-footer) {
        display: none;
    }

    .footer-right .footer-box {
        width: unset !important;
        flex-grow: 1;
    }

    .footer-right {
        width: 100%
    }

    .footer-bottom {
        flex-wrap: wrap;
    }

    .about-box {
        flex-wrap: wrap;
    }

    .about-left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 30px;
    }

    .about-video {
        width: 100%;
        max-width: 680px;
        margin: 0 auto;
    }

    .functions-box-wrapper {
        flex-wrap: wrap;
    }

    .functions-left {
        width: 100%;
    }

    .functions-box {
        width: 100%;
        padding-left: 20px;
    }

    .software-box {
        flex-wrap: wrap;
    }

    .software-left {
        width: 100%;
        padding-right: 20px;
        margin-bottom: 30px;
    }

    .software-right {
        padding-right: 0;
        width: 100%;
        max-width: 640px;
        margin: 0 auto;
    }

    .packages-right {
        margin-right: 0;
    }

    .packages-box-wrapper {
        flex-wrap: wrap;
    }

    .packages-left {
        width: 100%;
        margin-bottom: 30px;
    }

    .packages-right {
        width: 100%;
        text-align: right;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .packages-right-photo {
        text-align: right;
    }

    .forum-sections {
        flex-wrap: wrap;
    }

    .forum-sections .btn {
        margin: 5px;
    }

    .user-zone-sub-item {
        width: 100%;
        margin-bottom: 30px;
    }

    .contact-box-container .box-header {
        flex-direction: column;
    }

    .small-box {
        padding-top: 63px;
    }

    .functions-left {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: center;
        gap: var(--space-40);
    }

    .latest-forum-posts-header:before {
        width: unset;
        right: -10px;
        left: -10px;
    }


    .functions-box-title {
        margin: 0;
    }

    .footer-bg {
        background: linear-gradient(0deg, rgba(0, 160, 227, 1) 0%, rgba(0, 0, 0, 1) 100%) !important;
    }
}

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


@media screen and (max-width: 900px) {
    .files.files-all > ul{
        grid-template-columns: repeat(5, 1fr);
    }


    .software-slider ul.slick-dots {
        width: 100%;
        margin: 0 auto;
        bottom: 30px;
    }

    .forum-search-box .form-element-container {
        width: 100%;
    }

    .search-buttons {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .files-list ul li .file-name {
        font-size: 11px;
    }

    .download-category-icon {
        height: unset;
    }

    .download-category ul li {
        width: 33.333%;
    }

    .download-category ul li a {
        padding: 5px;
        border-radius: 15px;
        width: unset;
    }

    .download-category-title {
        font-size: 10px;
    }

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

    .modules-box-container .watermark, .history-slider-wrapper .watermark {
        position: static;
        opacity: 1;
        margin: 0;
        margin-bottom: calc(var(--space-40) + var(--space-30));
        transform: none;
        padding: 0 !important;
    }


    .package-info {
        flex-direction: column;
        text-align: center;
        justify-content: flex-end;
        flex-wrap: wrap;
    }

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

    .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;
    }

    .copyright:before {
        display: none;
    }

    .footer-bottom .footer-box {
        padding-left: 0;
    }

    .functions-box {
        padding-left: 15px;
    }

    .software-left {
        padding-right: 15px;
    }

    .small-box {
        padding-top: 59px;
    }

    .box-header-links {
        margin: 10px;
    }

    .box-header-links {
        margin: 10px;
        width: calc(50% - 20px);
    }

    .contact-box-container .box-header .box-header-links .btn {
        width: 100%;
        min-width: 230px;
    }

    .contact-box-container .box-header .box-header-links .btn {
        width: 100%;
        min-width: 230px;
        margin: 0;
    }

    .box-header-links .btn .btn-icon {
        width: unset;
    }

    .map-left {
        width: 100%;
    }

    .map-right {
        width: 100%;
        max-width: 100%;
    }

    .map-right-content {
        width: 100%;
        max-width: 100%;
    }

    .user-zone-container.user-zone-subpage {
        padding-bottom: 0;
    }

}

@media screen and (max-width: 870px) {
    .slide-box {
        height: 100%;
    }
    .slider .slide-box .slide-left-only-image{
        height: 100%;
    }

    .slide-right {
        flex-grow: 1;
        justify-content: center;
    }

    .slide-right-img {
        padding: 0;
    }

    .slide-right-img img {
        position: static;
        transform: none;
    }


    .slide-box {
        flex-wrap: wrap;
    }

    .slide-left {
        width: 100%;
        margin-bottom: 0px;
    }

    .slide-right {
        width: 100%;
    }

    .news-item {
        width: 50%;
    }

    .login-box-wrapper {
        margin-bottom: 0;
        flex-wrap: wrap;
    }

    .login-box {
        width: 100%;
        margin-bottom: 30px;
    }

    .user-zone-subpage .user-zone-photo {
        width: 100%;
        text-align: center;
        margin: 0;
        max-width: 100%;
    }

    .user-zone-photo img {
        margin: 0 auto;
    }

    .benefit-icon {
        width: 60%;
        max-width: unset;
    }

    .small-box {
        padding-top: 58px;
    }
}

@media screen and (max-width: 767px) {
    .files.files-all > ul{
        grid-template-columns: repeat(4, 1fr);
    }

    .forum-posts .table-responsive {
        overflow: unset;
        overflow-y: auto;
        overflow-x: visible;
        min-width: 800px;
    }

    .footer-box {
        width: 50%;
    }

    .footer-boxes {
        gap: 15px 0;
    }

    .forum-posts .table-responsive-wrapper {
        overflow-x: auto;
    }

    .categories-table .forum-posts .table-responsive-wrapper thead, .subthreads .forum-posts .table-responsive-wrapper thead {
        min-width: 800px;
        left: 0;
    }

    .small-boxes-container {
        position: relative;
    }

    .functions-item-btn {
        width: 50%;
        padding-left: 0;
        justify-content: center;
    }

    .contact-footer-box-icon.mobile-only {
        display: flex;
    }

    .small-boxes-mobile-dots {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        position: absolute;
        left: var(--container-padding);
        right: var(--container-padding);
        bottom: calc((var(--space-40) + var(--space-40) + 5px) / 2);
        transform: translateY(50%);
    }

    .small-boxes-mobile-dots span {
        width: 10px;
        height: 10px;
        display: block;
        border-radius: 50%;
        border: 1px solid var(--color-secondary);
        background-color: #fff;
        transition: all .2s linear;
    }

    .small-boxes-mobile-dots span.active {
        background-color: var(--color-secondary);
    }


    .packages-list-item-width-long .package-link .btn {
        width: 180px;
        min-height: 46px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .packages-list-item-width-long .package-left-bottom .package-info {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap;
        text-align: left;
    }

    .packages-list-item-width-long .package-left {
        text-align: left;
        align-items: flex-start;
    }

    .packages-list-item-width-long {
        width: 100%;
    }

    .packages-list-item-theme-white.packages-list-item-width-long .package-link {
        flex-direction: row;
        padding: 15px;
        justify-content: space-between;
    }

    .help-subpage .help-icon {
        margin-right: 0;
    }

    .technical-box-header {
        margin-right: 0;
        margin-left: calc(var(--container-padding) * -1);
    }

    .technical-box-title {
        padding-left: 10%;
        padding-right: 5%;
    }

    .technical-box-header:before {
        border-radius: 0 53px 53px 0;
    }

    .footer-box.mobile-only {
        display: block !important;
    }

    .footer-left .footer-box .qr-code-footer img {
        margin: 0 0 0 15px;
    }

    .footer-left .footer-box {
        width: 50% !important;
    }

    .footer-left {
        display: flex;

    }

    footer .footer-box, .footer-box:last-child {
        padding: 0 10px !important;
        margin: 0 auto !important;
    }

    .footer-boxes {
        flex-wrap: wrap;
    }

    .footer-left {
        width: 100%;
    }

    .footer-right {
        width: 100%;
    }

    .accordion-box:nth-child(2n) .accordion-box-inner:before {
        display: none;
    }

    .help-subpage .help-text {
        padding-right: 0;
    }

    .header-bottom-inner .user-zone-box {
        display: flex;
        flex-wrap: nowrap;
        justify-content: left;
        align-items: center;
    }

    .user-account-buttons .desktop-only {
        display: none;
    }

    .header-bottom-inner .btn {
        display: inline-flex;
        align-items: center;
        font-size: 26px;
        justify-content: center;
        width: 46px;
        padding: 12px;
        height: 46px;
    }

    .user-account-buttons .mobile-only svg *[fill] {
        fill: currentColor;
    }

    .user-account-buttons .mobile-only svg *[stroke] {
        stroke: currentColor;
    }

    .user-account-buttons .mobile-only svg {
        display: block;
        max-width: 100%;
    }

    .user-account-buttons .mobile-only {
        display: flex;
    }

    .user-name {
        display: none;
    }

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

    .forum-posts table th:first-child, .forum-posts table td:first-child {
        width: 25%;
    }

    .categories-table .forum-posts td, .subthreads .forum-posts td, .categories-table .forum-posts th, .subthreads .forum-posts th {
        width: 13%;
    }

    .categories-table .forum-posts .table-responsive, .subthreads .forum-posts .table-responsive {
        max-height: 400px;
    }

    .forum-posts .text: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;
    }

    .forum-posts .text {
        padding-bottom: 20px;
        position: relative;
    }

    .forum-posts .text .table-responsive-wrapper {
        padding-bottom: 0;
    }

    .forum-posts .text .table-responsive-wrapper::after {
        display: none;
    }

    .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;
    }

    .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;
    }

    .controls.captcha-container .col-sm-6 {
        width: 100%;
    }

    .online-shop-box {
        flex-wrap: wrap;
    }

    .online-shop-text {
        width: 100%;
        justify-content: flex-start;
        margin-bottom: 5px;
    }

    .online-shop-icon {
        max-width: 100px;
    }

    .online-shop-photo {
        display: none;
        margin: 0 auto;
        width: 70%;
    }

    .newsletter-box {
        flex-wrap: wrap;
    }

    .newsletter-box .newsletter-icon {
        margin: 0 auto;
        width: 100%;
        text-align: center;
        /* max-width: 102%; */
        margin-bottom: 20px;
    }

    .newsletter-box .newsletter-text {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }

    .newsletter-box .newsletter-icon svg {
        margin: 0 auto;
        display: block;
    }

    .newsletter-box .newsletter-title {
        text-align: center;
    }

    .newsletter-form-box {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .software-right {
        padding-right: 15px;
    }

    .files-list ul {
        margin: -5px -10px;
    }

    .files-list ul li {
        padding: 5px 10px;
    }

    .pagination-box-wrapper {
        flex-direction: column;
    }

    .btn-back {
        margin-bottom: 10px;
    }

    .pagination-wrapper {
        width: 100%;
    }

    .technical-box {
        flex-direction: column;
    }

    .technical-left {
        width: 100%;
        margin-bottom: 30px;
    }

    .technical-right {
        width: 100%;
        text-align: center;
    }

    .technical-right img {
        margin: 0 auto;
    }

    .accordion-box {
        width: 100%;
        margin-bottom: 30px;
    }

    .accordion-box-wrapper {
        flex-wrap: wrap;
    }

    .help-box {
        flex-direction: column;
        padding-right: 20px;
    }

    .help-text {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }

    .help-icon {
        margin-bottom: 13px;
        width: 21%;
    }

    .help-img {
        width: 100%;
        max-width: 410px;
        margin: 0 auto;
    }

    .user-zone-sub-box-wrapper {
        flex-direction: column;
    }

    .user-zone-sub-box-wrapper .user-zone-box {
        width: 100%;
    }

    .small-box {
        padding-top: 76px;
    }
}

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


    .footer-bottom .footer-box:last-child {
        width: 100%;
        padding-bottom: 0;
        text-align: left;
        padding-top: 0;
    }

    .box-header-links {
        flex-wrap: wrap;
        justify-content: center;
    }

    .box-header-links .btn {
        margin: 5px;
    }

    .grid-item {
        flex-wrap: wrap;
    }

    .grid-photo {
        width: 100%;
    }

    .grid-photo img {
        width: 100%
    }

    .grid-text {
        width: 100%;
    }


    .newsletter-icon {
        max-width: 25%;
    }

    form#filter-form {
        display: flex;
        flex-direction: column;
    }

    .map-filter-box form#filter-form {
        flex-direction: row;
    }

    .search-buttons {
        flex-wrap: wrap;
        gap: 10px;
    }
    .packages-info > p{
        font-size: calc(var(--font-36) + 3px);
    }
}

@media screen and (max-width: 639px) {
    .files ul li a{
        font-size: 13px;
    }

    .mainpage form.form.newsletter-form{
        max-width: 70%;
    }

    .benefit-icon {
        width: 70%;
        max-width: unset;
    }

    .functions-item-btn {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .form .last-row {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .form .last-row .btn {
        align-self: center;
    }

    .package-name {
        font-size: calc(var(--font-32) - 3px);
    }


    .no-user a {
        display: block;
    }

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

    .forum-sections a {
        width: 100%;
    }

    .functions-box .functions-item {
        width: 100%;
    }

    .page-heading-title {
        font-size: 38px;
    }

    .dealers-map .map-container-row .map-content-result {
        width: 100%;
    }

    .forum-post-top-wrapper:after {
        width: 100%;
    }

    .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;
    }

    .small-box {
        padding: 20px 10px;
    }

    .small-boxes {
        margin: -20px -10px;
    }

    .small-box-link {
        padding-top: 30px;
    }

    .small-box {
        width: 100%;
    }

    .small-boxes {
        flex-wrap: wrap;
    }

    .small-box-icon {
        width: 100px;
        margin: 0;
        margin-bottom: 15px;
    }

    .small-boxes-container {
        padding-top: 40px;
    }

    .btn.shop-online .btn-caption {
        display: none;
    }

    .btn.shop-online .btn-icon {
        margin-right: 0;
    }

    .btn.shop-online {
        padding-right: 0;
        margin-right: 10px;
        padding-left: 0;
    }

    .btn.user-zone .btn-caption {
        display: none;
    }

    .btn.user-zone {
        padding: 0;
    }

    .btn.user-zone .btn-icon {
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .functions-box {
        column-count: 1;
    }

    .functions-item {
        padding-right: 0;
        margin-bottom: 15px;
    }

    .interface-item {
        width: 100%;
    }

    .packages-box-watermark {
        display: none;

    }

    .packages-clone .packages-left {
        width: 100%;
    }

    .packages-clone .packages-right-photo {
        margin: 0 auto;
    }

    .packages-clone .packages-right {
        width: 100%;
        margin: 0;
    }

    .package-link {
        flex-direction: column;
    }

    .package-left {
        width: 100%;
    }

    .long .package-link {
        padding: 20px;
        flex-direction: column;
    }

    .other-box-wrapper .box-header {
        flex-wrap: wrap;
        flex-direction: column;
        gap: var(--space-25);
    }

    .other-box-wrapper .box-header .btn {
        position: relative;
        top: auto;
        margin: 0 auto;
    }

    .contact-box-container .box-header .box-header-links .btn {
        min-width: 1px;
    }

    .contact-box-container .box-header .box-header-links .btn .btn-caption {
        margin-right: 25px;
    }

    .functions-box {
        display: flex;
        flex-direction: column;
    }

    .functions-box .btn {
        margin: 0 auto;
    }

    .help-icon, .newsletter-icon {
        width: 30%;
    }

    .box-header-links .btn {
        padding: 0 calc(var(--space-25) + 5px);
    }

    .form-box-title strong {
        font-size: 30px;
    }

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

    .form-box-title strong {
        margin-right: 10px;
    }

    .dealers-map .map-container-row .map-content-result {
        margin-bottom: 5px;
    }

    .login-box .row:last-child .btn {
        padding-right: 40px;
    }

    .packages-buttons {
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
        margin-right: 0;
    }

    .user-zone-box .btn-user-item .btn-user-icon {
        margin-right: 0;
    }

    .user-zone-box {
        justify-content: space-evenly;
        width: 100%;
    }

    .user-zone-box .btn-user-item {
        display: flex;
        gap: 10px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .modules-box ul li span {
        border-radius: 100px;
    }

    .packages-clone .packages-left ul li {
        min-height: unset;
    }

    .footer-bottom .footer-box {
        width: 50% !important;
    }

    .footer-right {
        flex-wrap: wrap;
    }

    .footer-bottom > .footer-left {
        display: none !important;
    }

    .footer-bottom .footer-box.mobile-only img {
        display: block;
        max-width: 100%;
    }

    .footer-bottom .footer-box.mobile-only {
        display: flex !important;
        width: 50%;
        align-items: center;
    }

    .newsletter-heading .newsletter-icon {
        width: 120px;
        max-width: unset;
    }
    .category-list{
        padding-bottom: 10px;
        margin-bottom: var(--space-50);
        border-bottom: 1px solid rgba(0,0,0,0.1);
    }
}

@media screen and (min-width: 561px) {
    .btn-wrapper.mobile-only {
        display: none !important;
    }
}

@media screen and (max-width: 560px) {
    .files.files-all > ul{
        grid-template-columns: repeat(3, 1fr);
    }

    .files ul li{
        padding: 5px;
    }

    .files ul{
        margin: -5px;
    }


    .benefit-icon {
        margin-bottom: 0;
        width: 180px;
    }

    .user-zone-bottom .btn.btn-login.btn-primary.has-arrow {
        margin-top: 15px;
    }

    .newsletter .form-control {
        font-weight: 500;
    }

    .newsletter .form-control-feedback {
        display: none;
    }

    .btn-wrapper.mobile-only {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: var(--space-40);
    }

    .files-box-wrapper .box-header .btn {
        display: none;
    }

    .footer-bottom .footer-box {
        width: 100% !important;
    }

    .footer-box {
        width: 100% !important;
    }

    .no-user {
        text-align: center;
    }

    .newsletter-heading {
        gap: 0;
    }

    .packages-list-item-width-long .package-left-bottom .package-info {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        text-align: left;
        align-content: flex-start;
        align-items: flex-start;
    }

    .packages-list-item-width-long .package-left-bottom {
        align-items: flex-end;
    }

    .packages-list-item-width-long .package-link .btn {
        width: 148px;
        min-height: 36px;
    }

    .newsletter {
        gap: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer-box:has(.qr-code-footer) {
        display: block !important;
    }

    .footer-box.mobile-only {
        display: none !important;
    }
    .login-box .login-box-header{
        margin-top: 10px;
    }
    .newsletter-heading {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .newsletter .form-element-container.form-element-email-container{
        height: unset;
    }
    .newsletter{
        padding: var(--space-40) 0;
    }
    .newsletter-heading .newsletter-text {
        text-align: center;
        padding: 0;
        margin-bottom: 10px;
    }

    .newsletter-heading .newsletter-title {
        text-align: center;
    }

    .logotypes-box-container {
        padding: 0 0 var(--space-60) 0;
    }

    .files ul li a {
        padding: 10px 15px;
        font-size: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .footer-left .footer-box .qr-code-footer img {
        margin: 0 auto;
    }

    .footer-left .footer-box {
        width: 100% !important;
    }

    .box-top, .box-bottom {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .footer-left {
        gap: 10px;
        flex-direction: column-reverse;
    }

    form#filter-form {
        display: flex;
        flex-direction: column;
    }

    .contact-box-links {
        display: flex;
        flex-direction: column;
    }

    .logotype-slider .slick-track .slick-slide {
        height: unset;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .logotype-slider .slick-track {
        display: flex;
        align-items: stretch;
    }

    .logotype-img {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-grow: 1;
        height: unset !important;
    }

    .packages-box-note {
        font-size: 12px;
        margin-right: 0;
    }

    .logotype-img img {
        height: unset;
        transform: none !important;
        position: static;
    }

    .login-box .form-element-name {
        text-align: center;
    }


    .packages-box-watermark {
        display: none;
    }

    .user-zone-sub-box-wrapper .user-zone-title {
        margin-bottom: var(--space-40);
    }

    .about-box-container .about-left-content .text.txt p:not([style^="text-align:"]) {
        text-align: justify;
    }

    .reset-box-wrapper-container .login-box-icon {
        margin-right: 0;
    }

    .login-box .row:last-child {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .login-box .row:last-child .form-group {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .online-shop-text {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .online-shop-content {
        text-align: center;
    }

    .online-shop-icon {
        width: 30%;
        margin-right: 0;
        margin-bottom: 15px;
    }

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

    .mode-box-wrapper .watermark2 {
        left: 0;
        right: 0;
        width: 100%;
        text-align: center;
        position: absolute;
        top: 5%;

        padding: 0 5px;
        font-weight: 700;
        font-size: 13.8vw;
        line-height: 1;

    }

    .footer-right {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
    }

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

    .pagination-wrapper ul li.next, .pagination-wrapper ul li.prev {
        margin: 0;
        padding: 0;
    }

    .user-zone-bottom {
        flex-wrap: wrap;
        justify-content: center;
    }

    .btn.btn-login.btn-primary.has-arrow {
        margin: 0 auto 20px;
        width: 100%;
    }

    .footer-left {
        text-align: center;
        padding-right: 0;
        margin-bottom: 0;
    }

    .footer-top-left {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .footer-bottom .footer-box:last-child {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .footer-bottom .footer-right .footer-box:last-child {
        margin-bottom: 0 !important;
    }

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

    .footer-box {
        padding: 0 !important;
        margin-top: var(--space-25);
        margin-bottom: var(--space-40);
        text-align: center !important;
    }

    .footer-box, .footer-box:first-child {
        width: unset;
        padding: 0;
    }

    .contact-footer-box-icon {
        justify-content: center;
        align-items: center;
        margin: 0 auto 15px;
        padding: 0;
    }

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

    .footer-top-right {
        flex-wrap: wrap;
    }

    .footer-top-right .social-list {
        padding: 10px;
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }

    .btn.find-dealer {
        margin: 0 auto;
    }

    .top-right {
        padding-left: 10px;
    }

    .files-list ul li {
        width: 100%;
    }

    .box-header {
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column;
    }

    .lastest-files-title {
        margin-right: 10px;
    }

    .files ul {
        justify-content: center;
    }

    .mode-item {
        width: 100%;
    }

    .mode-box {
        flex-wrap: wrap;
    }

    .contact-box-links .contact-links:first-child {
        width: 100%;
    }

    .login-box-header {
        flex-direction: column;
    }

    .login-box-header .btn {
        margin: 0 auto;
        margin-top: 10px;
    }

    .filter-select .form-element-container.form-element-select-container {
        width: 100%;
    }

    .map-filter-box form#filter-form {
        flex-direction: column;
    }

    .packages-list-item-width-long .package-name {
        text-align: center;
    }

    .packages-list-container .box-header .btn {
        min-width: unset;
    }

}

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

    .support-form-container .upload-add-container{
        flex-direction: column;
        align-items: stretch;
    }

    .support-form-container .upload-add-container .btn-file.btn{
        width: 100%;
    }

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

    .packages-list-item-width-long .package-left {
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .packages-list-item-width-long .package-left-bottom .package-info {
        justify-content: center;
        align-items: center;
    }

    .packages-list-item-theme-white.packages-list-item-width-long .package-link {
        flex-direction: column;
    }

    .header-bottom-inner .btn-user-item {
        width: unset !important;
    }

    .header-bottom-inner .user-zone-box {
        gap: 10px;
    }

    .newsletter-heading {
        flex-direction: column;
        text-align: center;
        margin-bottom: 0;
    }

    .newsletter-heading .newsletter-title {
        text-align: center;
    }

    .newsletter-heading .newsletter-icon {
        max-width: 50%;
    }

    .functions-left {
        flex-direction: column;
    }

    .user-zone-title {
        padding-right: 0;
        flex-direction: column;
        text-align: center !important;
        align-items: center;
        justify-content: center;
    }

    .package-info-text {
        text-align: center;
        max-width: 100px;
    }

    .packages-list-item-width-long .package-name {
        margin-bottom: var(--space-40);
    }

    .package-name, .package-left-bottom {
        margin-bottom: var(--space-40);
    }

    .package-link {
        padding: var(--space-40) 15px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .package-left {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .package-name {
        margin-bottom: 0;
    }

    .package-left-bottom {
        padding: 0;
    }

    .package-left {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .download-category ul {
        margin: -2px;
    }

    .download-category-icon {
        width: 100%;
    }

    .download-category-title {
        font-size: 9px;
        padding: 0;
    }

    .download-category ul li {
        padding: 2px;
    }

    .functions-box .btn {
        font-size: 13px;
        padding: 0 10px;
    }

    .map-marker {
        width: 20px;
    }

    .map-marker.starred {
        max-width: 60px;
    }

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

    .slide-left-content {
        flex-wrap: wrap;
    }

    .title2-left {
        text-align: center;
    }

    .slide-left-text {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    .slide-left-img {
        width: 100%;
    }

    .new-item {
        width: 100%;
    }

    .online-shop-box:before {
        width: 110%;
    }

    .documentation-box .btn {
        width: 90%;
        min-width: 1px;
    }

    .documentation-box {
        border-radius: 15px;
    }

    .forum-sections .btn {
        width: auto;
    }

    .contact-box-links .contact-links {
        width: 100%;
    }

    .packages-list-item {
        width: 100%;
    }

    .package-label {
        text-align: center;
    }

    .long .package-name {
        text-align: center;
    }

    .package-info {
        flex-wrap: wrap;
        padding: 5px;
    }

    .long .package-left-bottom {
        flex-wrap: wrap;
    }

    .box-header-links {
        width: 100%;
    }

    .category-list ul li a {
        padding: 0 15px;
    }
}

@media screen and (max-width: 420px) {
    .files.files-all > ul{
        grid-template-columns: repeat(2, 1fr);
    }

    .category-list ul li a {
        padding: 0 14px;
        height: 32px;
        font-size: 12px;
        line-height: 30px;
    }

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

    .pagination-wrapper ul li {
        padding: 0;
    }

    .newsletter .form-control {
        height: 50px;
        line-height: 50px;
        font-size: 14px;
    }

    .logotype-img {
        height: 40px;
        padding: 0 10px;
    }

    .logotype-name {
        font-size: 12px;
    }

    .news-item {
        width: 100%;
    }

    .btn.catalog-card {
        width: 100%;
        font-size: 13px;
    }

    .form-box-container .form-box-wrapper {
        padding: 20px;
    }

    .user-zone-title .title-icon {
        margin-right: 0;
    }

    .user-zone-title {
        flex-direction: column;
        text-align: center;

    }

    .user-zone-sub-box-wrapper .user-zone-title {
        text-align: center;
        padding-right: 0;
    }

    .header-bottom-inner .btn-user-item + .btn-user-item {
        margin-top: 0 !important;
    }


}

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

    .btn-user-icon {
        margin-right: 0;
    }

    .btn-user-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .btn-user-icon {
        margin-right: 10px;
        width: 56px;
        height: 56px;
    }

    .user-zone-box {
        gap: 0;
        margin: -2px;
    }

    .btn-user-item {
        margin: 0;
        padding: 2px;
        width: 33.3333%;
        font-size: 15px;
    }

    .logotype-name {
        font-size: 11px;
    }

    .packages-box-note {
        font-size: 10px;
        margin-right: 0;
    }
}

@media screen and (max-width: 360px) {
    .rwdButton {
        margin-left: 6px;
    }

    .btn.shop-online {
        margin-right: 6px;
    }

    .forum-search-input-box button {
        margin: 5px;
        padding: 0 14px;
        width: 100%;
    }

}

@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;
        --space-30: 25px;

        --font-50: 42px;
        --font-48: 40px;
        --font-40: 36px;
        --font-36: 32px;
        --font-35: 30px;
        --font-33: 29px;
        --font-32: 27px;
        --font-30: 26px;
        --font-25: 23px;
        --font-24: 22px;
        --font-21: 20px;
    }
}

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

        --font-50: 38px;
        --font-48: 36px;
        --font-40: 34px;
        --font-25: 22px;

        --container-padding: 30px;
    }
}

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

        --font-50: 35px;
        --font-48: 34px;
        --font-40: 32px;
        --font-36: 28px;
        --font-35: 27px;
        --font-33: 26px;
        --font-32: 25px;
        --font-30: 24px;
        --font-25: 21px;
        --font-21: 19px;
        --font-18: 17px;
    }
}

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

        --font-50: 33px;
        --font-40: 30px;

        --container-padding: 20px;
    }
}

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

        --font-50: 31px;
        --font-40: 28px;
    }
}

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

@media screen and (max-width: 900px) {
    :root {
        --container-padding: 15px;
        --font-25: 20px;
        --font-21: 18px;
    }
}

@media screen and (max-width: 639px) {
    :root {
        --font-50: 29px;
        --font-40: 26px;
        --font-36: 24px;
        --font-35: 24px;
        --font-33: 23px;
        --font-32: 22px;
        --font-30: 22px;
        --font-25: 19px;
        --font-24: 18px;
        --font-22: 17px;
        --font-21: 17px;
        --font-20: 16px;
        --font-18: 16px;
    }
}

@media screen and (max-width: 424px) {
    :root {
        --font-50: 25px;
        --font-48: 24px;
        --font-40: 22px;
        --font-36: 23px;

        --font-35: 22px;
        --font-33: 21px;
        --font-32: 20px;
        --font-30: 20px;
        --font-25: 17px;
        --font-24: 17px;
        --font-21: 17px;
        --font-20: 16px;
        --font-18: 16px;
    }
}