@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;
    }
	
	.rwdMenu .rwd-basket.rwd-basket {
    color: #fff;
    background-color: var(--color-primary);
}
}

/**
 * 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 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: 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);
    -webkit-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: 40px;
    height: 40px;
    padding: 0;
    margin: 6px 15px 6px 0;
    font-size: 18px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #fff;
    transition: all 0.4s;
    border-radius: 6px;
}

.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: 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: 1800px) {
.subcategory-box-container .subcategory-name {
    width: 55%;
}
}

@media screen and (max-width: 1670px) {
    .about-right-content {
        padding-left: var(--container-padding);
        padding-right: var(--container-padding);
        max-width: 100%;
    }

    .category-main-box-container .about-right-content {
        padding-left: var(--container-padding);
        padding-right: var(--container-padding);
        max-width: 100%;
    }

    .category-main-box-container .about-left-content {
        padding-left: var(--container-padding);
        padding-right: var(--container-padding);
        max-width: 100%;
    }

    .subcategory-box-container .subcategory-name {
        width: 54%;
    }

    .mainpage .subcategory-box-container .subcategory-icon {
        width: 140px;
        height: 140px;
    }
}

@media screen and (max-width: 1600px) {
    .news-link {
        padding: 10%;
    }

    .about-box-container .about-right {
        justify-content: center;
    }

    .about-box-container .about-right-content {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .slider-slogans {
        padding-left: var(--container-padding);
        padding-right: var(--container-padding);
    }

    .subcategory-box-container .subcategory-link {
        padding: 80px;
    }

    .subcategory-box-container .subcategory-name {
        width: 50%;
    }

    .news-bottom {
        display: flex;
        align-items: center;
        max-width: 100%;
        flex-wrap: wrap;
    }

    .slider-news-arrows button {
        margin-left: 0;
    }


    .files-list ul {
        margin: -35px;
    }

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

    .cloud {
        margin: 35px;
        margin-bottom: -2px;
        width: calc(400% - 70px);
    }

    img.icon-info {
        position: absolute;
        right: 8px;
        top: 8px;
        z-index: 1;
    }

    .cloud:after {
        left: calc(25% - 97px);
    }

    .files-list ul li:nth-child(4n+2) .cloud:after {
        left: calc(50% - 80px);
    }

    .files-list ul li:nth-child(4n+3) .cloud:after {
        left: calc(75% - 62px);
    }

    .files-list ul li:nth-child(4n+4) .cloud:after {
        left: calc(100% - 45px);
    }

    .subcategory-box-container .subcategory-link {
        padding: 80px 60px;
    }
	
		#main-menu ul .submenu-full > ul li {
    width: 20%;
    margin-bottom: -1px;
}

.controls.captcha-container .col-xs-12.col-sm-6 {
    width: 100%;
    margin-bottom: 10px;
}

.form .before-consent-row {
    padding-top: 0;
}

#main-menu ul .submenu-full > ul li a {
    padding-bottom: 20px;
}
}

@media screen and (max-width: 1440px) {
    .logo a img {
        height: 80px;
    }

    .user {
        width: 80px;
        height: 80px;
    }

    .mainsearch-submit {
        width: 80px;
        height: 80px;
    }

    .mainsearch input.form-control {
        margin-top: 16px;
    }

    .active .mainsearch-close {
        top: 16px;
    }

    .mainsearch .form-element-container {
        right: calc(100% - 80px);
    }

    .lang-button {
        width: 80px;
        height: 80px;
    }

    #main-menu li a {
        padding-top: 30px;
        padding-bottom: 29px;
    }

    .logo a {
        display: block;
        width: 335px;
    }

    .logo {
        width: auto;
    }

    #main-menu {
        width: 50%;
    }

    .mainpage .alert-container {
        top: 80px;
    }
    .mainpage.logged-in  .alert-container {
        top: 140px;
    }
	
	

    .subcategory-box-container .subcategory-link {
        padding: 70px 50px;
    }

    .subcategory-box-container .subcategory-icon {
        width: 120px;
        height: 120px;
    }

    .subcategory-box-container .subcategory-name {
        width: 50%;
    }

    .subcategory-box-container .subcategory-icons-small {
        position: relative;
        width: 100%;
        top: auto;
        right: auto;
        justify-content: flex-end;
        margin-top: -50px;
        margin-bottom: 10px;
    }

    .subcategory-sub-box .subcategory-icons-small {
        top: 20px;
        right: 25px;
    }

    .subcategory-sub-box .subcategory-link {
        padding-top: 130px;
    }

    .subcategory-sub-box .subcategory-name {
        padding: 0;
    }

.year {
    font-size: 40px;
}

    .files-list ul {
        margin: -15px;
    }

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

    .cloud {
        margin: 15px;
        margin-bottom: 2px;
        width: calc(400% - 30px);
    }

    .cloud:after {
        left: calc(25% - 67px);
    }

    .files-list ul li:nth-child(4n+2) .cloud:after {
        left: calc(50% - 60px);
    }

    .files-list ul li:nth-child(4n+3) .cloud:after {
        left: calc(75% - 52px);
    }

    .files-list ul li:nth-child(4n+4) .cloud:after {
        left: calc(100% - 45px);
    }

    .user-bar-header-left {
        width: 43%;
    }

    .subcategory-box-container .subcategory-link {
        padding: 70px 20px;
    }
	
	.submenu-full {
    top: 80px;

}


.form-main-box {
    padding-bottom: var(--space-60);
}

.form-box-container {
    margin-bottom: 30px;
}
}

@media screen and (max-width: 1366px) {
    .slider-about-arrows {
        margin-bottom: 30px;
        padding-right: 30px;
    }

    .subcategory-box-container .subcategory-link {
        padding: 60px 30px;
    }

    .subcategory-box-container .subcategory-icon {
        width: 110px;
        height: 110px;
        margin-right: 20px;
    }

    .subcategory-box-container .subcategory-name {
        width: 56%;
    }

    .ue-left {
        width: 46%;
    }

    .subcategory-box-container .subcategory-desc {
        padding-right: var(--container-padding);
    }

.history-desc {
    padding: 0;
}

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

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

    .product-list {
        margin: -35px -10px 3px;
    }

    .product-item {
        padding: 35px 10px;
    }

    .product-right {
        width: 52%;
    }

    .price-label {
        margin-right: 20px;
    }

    .buy-box .btn.has-icon {
        min-width: 150px;
        padding-right: 10px;
        padding-left: 0;
    }

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

    .buy-box {
        align-items: center;
    }

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

    .product-specification ul {
        margin: -15px;
    }

    .product-specification ul li {
        padding: 15px;
        width: 50%;
    }

    .cloud {
        margin: 10px;
        margin-bottom: 8px;
        width: calc(400% - 20px);
    }

    .cloud:after {
        left: calc(25% - 60px);
    }

    .files-list ul li:nth-child(4n+2) .cloud:after {
        left: calc(50% - 54px);
    }

    .files-list ul li:nth-child(4n+3) .cloud:after {
        left: calc(75% - 49px);
    }

    .files-list ul li:nth-child(4n+4) .cloud:after {
        left: calc(100% - 45px);
    }
	
	
	.form-offset {
    padding: 0 30px;
}
#main-menu ul .submenu-full > ul li {
    width: 25%;
}
}

@media screen and (max-width: 1280px) {
    #main-menu li a {
        font-size: 13px;
        padding-left: 5px;
        padding-right: 5px;
    }

    #main-menu {
        width: auto;
    }

    .subcategory-box-container .subcategory-link {
        padding: 50px;
    }

    .subcategory-box-container .subcategory-icon {
        width: 100px;
        height: 100px;
    }

    .subcategory-box-container .subcategory-name {
        width: 46%;
    }

    .subcategory-box-container .subcategory-icons-small {
        margin-top: -25px;
        margin-bottom: 10px;
    }

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

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

    .cloud {
        margin: 10px 5px;
        margin-bottom: 9px;
        width: calc(400% - 10px);
    }

    .cloud:after {
        left: calc(25% - 52px);
    }

    .files-list ul li:nth-child(4n+2) .cloud:after {
        left: calc(50% - 50px);
    }

    .files-list ul li:nth-child(4n+3) .cloud:after {
        left: calc(75% - 46px);
    }

    .files-list ul li:nth-child(4n+4) .cloud:after {
        left: calc(100% - 43px);
    }

    .footer-left-content {
        padding-right: 30px;
    }

}

@media screen and (max-width: 1200px) {
    .subcategory-box-container .subcategory-link {
        padding: 40px;
    }

    .subcategory-box-container .subcategory-icon {
        width: 90px;
        height: 90px;
    }

    .subcategory-box-container .subcategory-name {
        width: 46%;
    }
	
	
.panel-middle-center {
    display: none;
}

.panel-middle-right {
    width: 50%;
}

.panel-middle-left {
    width: 50%;
}

}

@media screen and (max-width: 1199px) {
.filter-form-content .form-group.form-group-lg.col-sm-6.col-md-4.col-lg-3 {
    width: 50%;
}

.filter-form-content  .filter-form-content .form-group.form-group-lg.col-sm-6.col-md-4.col-lg-3:nth-child(3) {
    width: 50%;
}

.filter-form-content .form-group.form-group-lg.col-sm-6.col-md-4.col-lg-3:nth-child(3) {
    width: 50%;
}
}
@media screen and (min-width: 1140px) {
    .mainsearch {
        top: 0 !important;
    }

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

@media screen and (max-width: 1139px) {
    .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;
        color: var(--color-primary);
    }

    .mainsearch.rwdPanel .mainsearch-search {
        background-color: #fff;
        width: 100%;
    }

    .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: 100%;
        flex-grow: 0;
        right: auto;
        position: relative;
    }

    .mainsearch.rwdPanel .mainsearch-submit {
        width: 50px;
        height: 50px;
        border: 1px solid #e5e5e5;
        color: #e5e5e5;
        background-color: var(--color-primary);
        opacity: 1;
    }

    .mainsearch.rwdPanel input {
        width: 100%;
        margin: 0;
    }

    .mainsearch.rwdPanel .mainsearch-search {
        width: 100%;
        display: flex;
    }


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

    .active .mainsearch-close {
        display: none;
    }

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

    .user {
        border: 1px solid rgba(255, 255, 255, 0.3);
        width: 46px;
        height: 46px;
        margin-left: 6px;
        margin-right: 6px;
    }

    button.lang-rwd-button {
        background: transparent;
        border-radius: 0;
        width: 46px;
        height: 46px;
        border-color: rgba(255, 255, 255, 0.3);
        margin-right: 0;
    }

    button.mainsearch-rwd-button {
        margin: 0;
        background: url(../images/icons/loupe_white.svg) center center / 93%;
        border-color: rgba(255, 255, 255, 0.3);
        border-radius: 0;
        color: #fff;
        width: 46px;
        height: 46px;
    }


    .logo a img {
        height: 60px;
    }

    .slider {
        height: auto;
        min-height: 1px;
    }

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

    .slider .slider-photo {
        position: absolute;
        height: 100%;
        left: 0;
        top: 0;
        width: 100%;
    }

    .slider-slogans {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        padding-top: 60px;
        margin-bottom: 70px;
        width: 100%;
    }

    .logged-in .slider-slogans {
        top: auto;
        padding-top: 100px;
    }

    .slider-box {
        padding-bottom: 50px;
    }

    .slider-bottom-arrows {
        display: none !important;
    }

    .subcategory-box-container .subcategory-name {
        width: 42%;
    }

    .subcategory-box-container .subcategory-icon {
        width: 80px;
        height: 80px;
    }

    .subcategory-box-container .subcategory-icon-small, .subcategory-sub-box .subcategory-icon-small {
        width: 50px;
        height: 50px;
        flex-shrink: 0;
    }

    .subcategory-sub-box .subcategory-link {
        padding-left: 40px;
        padding-right: 40px;
    }

    .subcategory-sub-box .subcategory-name {
        padding: 0;
        margin-bottom: 10px;
    }

    .logo a {
        display: block;
        width: auto;
    }

    .subpage #content {
        padding-top: 60px;
    }

    .buttons-center {
        padding-bottom: 15px;
        flex-wrap: wrap;
    }

    header {
        background: url(../images/top_bg.jpg) no-repeat center bottom;
    }

    .category-main-box-container .about-box {
        padding-bottom: 20px;
    }

    .subcategory-box-container .subcategory-link {
        padding: 40px 15px;
    }


    .mainpage .subcategory-box-container .subcategory-icon {
        width: 120px;
        height: 120px;
        margin-right: 5px;
    }

    .footer-box:first-child {
        width: auto;
    }

    .footer-box:last-child {
        width: auto;
    }

    .footer-box .text {
        text-align: left;
    }

    .news-slider {
        width: 100%;
        min-height: 100%;
    }

    .news-slider .slick-list {
        height: 100%;
    }

    .news-slider .slick-track {
        height: 100%;
    }

    .news-link {
        height: 100%;
    }

    span.user-nav-item-inner-caption-text {
        display: none;
    }

    .user-bar-header-left {
        width: auto;
    }

    .user-nav-item-inner {
        margin-right: 15px;
    }

    .corner-left-top {
        display: none;
    }

    .corner-right-top {
        display: none;
    }

    .corner-left-bottom {
        display: none;
    }

    .corner-right-bottom {
        display: none;
    }

    .sidebar-side-left + .sidebar-side-right {
        width: 100% !important;
    }

    .subpage header {
        background: var(--color-primary);
    }

    header {
        background: var(--color-primary);
    }

    .user-bar-header-box {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    button.mainsearch-rwd-button i.fa.fa-search {
        opacity: 0;
    }
.text-intro {
    margin: 0 auto 20px;
}

.logged-in.subpage #content {
    padding-top: 121px;
}

.form-offset .form-group.form-group-lg.col-xs-12.col-sm-6 {
    width: 100%;
}

.form-offset .col-xs-12.col-sm-6 {
    width: 100%;
    margin-bottom: 10px;
}

.form-offset { padding: 0 15px;}

.category-box-title {
    letter-spacing: 0.7em;
}



.alert-container {
    padding: 0 5px;
}

.alert-container>.alert:first-child {
    margin-top: 5px;
    margin-bottom: 5px;
}


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

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

    .mainpage .alert-container {
        top: 60px;
    }
    .mainpage.logged-in  .alert-container {
        top: 120px;
    }
	
	.shop-product-variant.row.shop-variant-attribute{
    width: 33.33%;
}

	.shop-variant-attribute {
      width: 33.33%;
}
}

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

    .footer-right {
        display: none;
    }

    .footer-left {
        width: 100%;
    }

    .form-img {
        display: none;
    }

    .form-box-wrapper {
        width: 100%;
    }

    .form-main-box {
        flex-wrap: wrap;
        padding-bottom: 30px;
    }

    .form .consent-all-row {
        margin-bottom: 30px;
    }

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

    .news-box .news-item {
        width: 50%;
    }

    .form-box-inner {
        padding-right: var(--container-padding);
        max-width: 100%;
    }

    .subcategory-box-container .subcategory-link {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 100%;
    }

    .subcategory-box-container .subcategory-link .subcategory-name {
        width: 100%;
        text-align: center;
        padding: 0 10px;
    }
    .form-box-container {
        margin-bottom: 0;
    }
.mainpage .subcategory-box-container .subcategory-icon {
    margin-right: 0;
    margin-bottom: 15px;
}

    .cloud {
        width: calc(300% - 10px);
    }
	
	    .cloud:after {
        left: calc(33% - 47px);
    }
	
	    .files-list ul li:nth-child(4n+2) .cloud:after {
        left: calc(67% - 50px);
    }
	
	
	    .files-list ul li:nth-child(4n+3) .cloud:after {
        left: calc(100% - 46px);
    }
	
	.files-list ul li:nth-child(4n+4) .cloud {
    left: 0;
}

    .files-list ul li:nth-child(4n+4) .cloud:after {
        left: calc(33% - 47px);
    }
	
	    .files-list ul li:nth-child(4n+4) .cloud {
        left: -200%;
    }
	
	    .files-list ul li:nth-child(4n+4) .cloud:after {
        left: calc(100% - 47px);
    }
}

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


@media screen and (max-width: 900px) {
    .footer-bar {
        text-align: center;
        padding: 13px 0;
        line-height: normal;
    }

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

    .contact-item {
        width: 50%;
    }

    .product-item {
        width: 33.33%;
    }

    .subcategory-desc {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .subcategory-desc .text.txt {
        margin-bottom: 20px;
    }

    .subcategory-title {
        margin-bottom: 5px;
    }
	
	
	.history-content {
    flex-direction: column!important;
}

.history-desc {
    width: 100%;
    margin-bottom: 30px;
}

.year-line,
.year-line-bottom {
    display: none;
}

.year-box {
    margin-bottom: 30px;
}

.history-img {
    width: 100%;
}

.history-img img {
    margin: 0 auto;
}

.history-item {
    padding-bottom: 40px;
    border-bottom: 1px solid var(--color-primary);
    margin-bottom: 40px;
}

    .history-item:last-child {
        padding-bottom: 0;
        border-bottom: 0 none;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 800px) {
.grid-item {
    flex-wrap: wrap;
    flex-direction: column-reverse;
}

.grid-content {
    width: 100%;
}

.grid-photo {
    width: 100%;
}

.grid-photo img {
    width: 100%;
}

.buttons-center:last-child {
    margin-bottom: 30px;
}

.job-details-container {
    padding-bottom: 0;
}

    .panel-middle {
        flex-wrap: wrap;
    }

    .panel-middle-left {
        width: 100%;
    }

    .panel-middle-center {
        width: 100%;
    }

    .panel-middle-right {
        width: 100%;
    }
	
	    .panel-middle {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
	
	.text {

    text-align: left;
}

.form .checkboxradio-container {
    padding-right: 42.5px;
}
}

@media screen and (max-width: 767px) {
    .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;
    }

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

    .slider-text-box {
        flex-direction: column;
    }

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

    .slider-desc {
        width: 100%;
        text-align: center;
    }

    .slider-slogans {
        margin-bottom: 30px;
    }

    .slogan-left {
        width: 45%;
        max-width: 45%;
    }

    .slogan-right {
        width: 45%;
        max-width: 45%;
    }

    .slider-slogans {
        margin-bottom: 30px;
        padding: 40px 0 0;
    }

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

    .about-left {
        width: 100%;
    }

    .about-left-content {
        width: 100%;
        display: flex;
        max-width: 100%;
        flex-direction: row;
        align-items: center;
    }

    .slider-about-arrows {
        margin-bottom: 0;
    }

    .about-middle {
        width: 50%;
    }

    .about-box-container .about-right {
        width: 50%;
    }

    .about-photo-row img {
        max-width: 50%;
    }

    .category-main-box-container .about-left {
        width: 100%;
    }

    .category-main-box-container .about-middle {
        width: 100%;
        padding-top: 0;
    }

    .category-main-box-container .about-middle img {
        width: 100%;
    }

    .category-main-box-container .about-right {
        width: 100%;
    }

    .category-main-box-container .about-left-content {
        padding-top: 30px;
        flex-direction: column;
        padding-bottom: 30px;
    }

    .category-main-box-container .about-right-content {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .subcategory-box-container .subcategory-left {
        width: 100%;
    }

    .subcategory-box-container .subcategory-left-content {
        max-width: 100%;
    }

    .subcategory-box-container .subcategory-desc .text.txt {
        margin-bottom: 30px;
    }

    .subcategory-box-container .subcategory-right {
        width: 100%;
    }

    .subcategory-box-container .subcategory-desc {
        padding-bottom: 40px;
    }

    .news-bottom {
        justify-content: space-between;
        width: 100%;
    }

    .subcategory-box-container .subcategory-link {
        padding: 40px 20px;
    }

    .footer-right {
        display: none;
    }

    .footer-left {
        width: 100%;
        padding-bottom: 10px;
    }

    .footer-left-content {
        padding-right: var(--container-padding);
    }

    .footer-box:first-child {
        width: 55%;
    }

    .footer-box:last-child {
        width: 45%;
    }

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

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

    .ue-right {
        width: 100%;
    }

    .oig-box .slogan-left {
        max-width: 20%;
    }

    .oig-box .slogan-right {
        max-width: 20%;
    }

    .subcategory-sub-box .subcategory-item {
        width: 50%;
    }

    .news-box-container .subcategory-left {
        width: 100%;
    }

    .subcategory-desc-top {
        margin-bottom: 30px;
    }

    .subcategory-desc {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .news-box-container .subcategory-right {
        width: 100%;
    }

    .job-item {
        width: 100%;
    }

    .job-link {
        padding: 30px;
    }

    .job-content {
        padding-right: 50px;
    }

    .product-details-photo {
        width: 100%;
        margin-bottom: 30px;
    }

    .product-details {
        flex-wrap: wrap;
    }

    .product-right {
        width: 100%;
    }

    .subcategory-left-content {
        max-width: 100%;
    }

    .category-main-box-container .about-box {
        padding-bottom: 0;
    }
	
	.pagination-wrapper {

    padding: 0;
}
}

@media screen and (max-width: 680px) {
    .grid-item {
        flex-wrap: wrap;
    }

    .grid-content {
        width: 100%;
        margin-bottom: 30px;
    }

    .grid-photo {
        width: 100%;
    }
	
	    .oig-box .slogan-left {
        max-width: 28%;
    }

    .oig-box .slogan-right {
        max-width: 28%;
    }
	
	.oig {
    width: 33.33%;
}
}

@media screen and (max-width: 650px) {
    .shop-product-variant.row.shop-variant-attribute{
        width: 50%;
    }
		.shop-variant-attribute {
      width: 50%;
}
}
@media screen and (max-width: 639px) {
    .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;
    }

    .about-photo-row.photo-top {
    }


    .about-middle {
        width: 100%;
        padding-top: 30px;
    }

    .about-right {
        width: 100%;
    }

    .about-photo-row img {
        width: 100%;
        max-width: 100%;
    }


    .about-left {
        padding-top: 30px;
    }

    .about-box-title {
        width: auto;
        text-align: left;
    }

    .category-main-box-container .about-left-content {
        padding-top: 0;
        flex-direction: column;
    }

    .category-main-box-container .about-right-content {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .slider-about-arrows button {
        margin-left: 0;
    }

    .about-box-container .about-right {
        width: 100%;
    }

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

    .contact-item {
        width: 100%;
    }

    .product-item {
        width: 100%;
    }

    .panel-middle {
        flex-wrap: wrap;
    }

    .panel-middle-left {
        width: 100%;
    }

    .panel-middle-center {
        width: 100%;
    }

    .panel-middle-right {
        width: 100%;
    }
	
	    .panel-middle {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
	
	    .cloud {
        width: calc(200% - 10px);
    }
	
	    .cloud:after {
        left: calc(51% - 52px);
    }
	
	.files-list ul li:nth-child(4n+3) .cloud {
    left: 0%;
}

.files-list ul li:nth-child(4n+4) .cloud {
    left: -100%;
}

    .files-list ul li:nth-child(4n+3) .cloud:after {
        left: calc(49% - 46px);
    }
	
	    .files-list ul li:nth-child(4n+2) .cloud:after {
        left: calc(100% - 44px);
    }
	
	.files-list-box ul li {
    width: 100%;

}

}

@media screen and (max-width: 560px) {
    .text {
        word-wrap: break-word;
    }

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

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

    .subcategory-box-container .subcategory-icon {
        width: 70px;
        height: 70px;
        margin-right: 10px;
    }

    .footer-box:first-child, .footer-box:last-child {
        width: 100%;
        margin-bottom: 30px;
        padding-top: 0;
    }

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

    .year {
        width: 125px;
        height: 125px;
        margin-right: 30px;
        padding: 0 20px;
    }

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

    .job-graf {
        width: 100px;
        background-size: contain;
        background-position: bottom right;
    }

    .grid-item:nth-child(even) .job-graf {
        background-size: contain;
        background-position: bottom left;
        width: 100px;
    }

    .text {
        text-align: left;
    }

    .top-right .user {
        display: none
    }

    .user {
        background: var(--color-primary);
        margin: 10px auto;
    }

    button.lang-rwd-button {
        margin-left: 6px;
    }

    .logo a {
        padding-right: 10px;
    }

    .logo a img {
        height: auto;
        max-height: 60px;
    }

    .upload-add-btn.clearfix {
        width: 100%;
        padding-right: 0;
        margin-bottom: 10px;
    }

    .upload-add-dropzone {
        width: 100%;
    }

    .upload-add-container {
        flex-wrap: wrap;
    }

    label.btn.btn-default.btn-file {
        width: 100%;
    }
	
	img.logo-min {
    max-width: 45%;

}
.rwdPanel .user-nav-item-inner {
    padding: 0;
    margin: 0;
}

.alert-container .alert {
    font-size: 12px;
}
.panel .col-xs-4 {
    width: 100%;
}


}

@media screen and (max-width: 520px) {
    .news-box .news-link {
        padding: 35px;
    }
}

@media screen and (max-width: 480px) {
    .modal-footer > .btn {
        width: 100%;
    }

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

    .subcategory-box-container .subcategory-name {
        width: 70%;
    }

    .subcategory-box-container .subcategory-item {
        width: 100%;
    }

    .subcategory-sub-box .subcategory-item {
        width: 100%;
    }

    .job-item .text.txt {
        text-align: left;
    }

    .logotypes-box ul li {
        width: 50%;
        padding: 5px;
    }
	
	button.btn.btn-md.btn-link.btn-shop-reset-variant-filters {
    padding: 0 16px;
	}
}

@media screen and (max-width: 424px) {
    .footer-bar-content.footer-bar-content > * {
        display: block;
        margin-left: 0;
        margin-right: 0;
    }

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

    .year {
        font-size: 18px;
        width: 90px;
        height: 90px;
    }
	
	.history-desc {
    font-size: 18px;
}

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

    .job-link {
        padding: 15px;
    }

    .job-link {
        padding: 15px;
    }

    .logo {
        background: #fff;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .user-nav-item-logout .caption {
        display: none;
    }

    .user-bar-header span.icon.icon-mask.icon-logout {
        margin-left: 0
    }

    .user-nav-item-inner-icon {
        margin-right: 10px;
    }

    .user-bar-header .caption-basket {
        display: none;
    }

    .user-nav-item-inner-icon {
        display: none;
    }

    .user-nav-item-inner {
        display: flex;
        align-items: center;
        height: 100%;
    }

    .logo a img {
        height: auto;
        max-height: 48px;
    }
	
	.filter-form-content .form-group.form-group-lg.col-sm-6.col-md-4.col-lg-3 {
    width: 100%;
}

.filter-form-content  .filter-form-content .form-group.form-group-lg.col-sm-6.col-md-4.col-lg-3:nth-child(3) {
    width: 100%;
}

.filter-form-content .form-group.form-group-lg.col-sm-6.col-md-4.col-lg-3:nth-child(3) {
    width: 100%;
}
.logged-in.subpage #content {
    padding-top: 119px;
}

.basket-view .correct-link .btn.btn-default {
    padding-left: 10px;
    padding-right: 10px;
}
    .cloud {
        width: calc(100% - 10px);
    }
	
	.files-list ul li:nth-child(4n+2) .cloud {
    left: 0;
}

	.files-list ul li:nth-child(4n+1) .cloud:after{
         left: calc(100% - 44px);
}
	
	.files-list ul li:nth-child(4n+2) .cloud:after {
         left: calc(100% - 44px);
}

.files-list ul li:nth-child(4n+3) .cloud:after {
          left: calc(100% - 44px);
}

.files-list ul li:nth-child(4n+4) .cloud:after {
           left: calc(100% - 44px);
}

.files-list ul li:nth-child(4n+4) .cloud {
        left: 0%;
    }
	
	    .shop-product-variant.row.shop-variant-attribute {
        width: 100%;
    }
	
	.shop-variant-attribute {
      width: 100%;
}

    .year {
        margin-right: 15px;
    }
}

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

    .logo a img {

        max-height: 44px;
    }

    .logo {
        padding-top: 7px;
        padding-bottom: 7px;
    }
	
	.menu-box ul li a {
    font-size: 13px;
    padding: 12px 15px;
}

}

@media screen and (max-width: 359px) {
    .logo {
        background: #fff;
        padding-top: 11px;
        padding-bottom: 12px;
    }

    .logo a img {

        max-height: 35px;
    }
	
	.menu-box ul {
    margin: 0px;
}

.basket-heading-title, .userpanel-container .userpanel-title, .search-group-heading-title {
    font-size: 19px;
}

.filter-grid .btn {
    margin-top: 5px;
}
}

@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;

        --font-60: 48px;
        --font-48: 40px;
        --font-40: 36px;
        --font-36: 32px;
        --font-32: 28px;
        --font-30: 26px;
        --font-26: 23px;
        --font-24: 22px;
    }
}

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

        --font-60: 45px;
        --font-48: 36px;
        --font-40: 34px;

        --container-padding: 30px;
    }
}

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

        --font-60: 43px;
        --font-48: 34px;
        --font-40: 32px;
        --font-36: 28px;
        --font-32: 26px;;
        --font-30: 24px;
        --font-18: 17px;
    }
}

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

        --font-60: 40px;
        --font-48: 32px;
        --font-40: 30px;

        --container-padding: 20px;
    }
}

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

        --font-60: 38px;
        --font-48: 30px;
        --font-40: 28px
    }
}

@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;
        --font-60: 36px;
    }
}

@media screen and (max-width: 639px) {
    :root {
        --font-60: 34px;
        --font-48: 30px;
        --font-40: 26px;
        --font-36: 24px;
        --font-32: 23px;
        --font-30: 22px;
        --font-26: 19px;
        --font-24: 18px;
        --font-22: 17px;
        --font-20: 16px;
        --font-18: 16px;
    }
}

@media screen and (max-width: 424px) {
    :root {
        --font-60: 32px;
        --font-48: 24px;
        --font-40: 22px;
        --font-36: 20px;
        --font-32: 20px;
        --font-30: 20px;
        --font-26: 17px;
        --font-24: 17px;
        --font-20: 16px;
        --font-18: 16px;
    }
}