.aboutus .col-right .button, .tenders .col-right .button, .news-slider .col.col-full .button-group .button, .history-slider .row.row-bottom  {
    display: none;
}

.history-slider .text .img-container {
    display: none;
}

.nav-category-open .category-filter-button {
    background-color: #f37e0f;
    border-color: #f37e0f !important;
    color: white;
}

.side-nav-shade {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #03212e;
    z-index: 9;
    visibility: hidden;
    top: 0;
    left: 0;
    opacity: 0;
}



.close-side-nav {
position: fixed;
font-size: 22px;
color: white;
margin-right: 6px;
width: 36px;
height: 36px;
line-height: 36px;
text-align: center;
margin-top: 9px;
top: 100px;
background-color: #ff850f;
border-radius: 3px;
z-index: 11;
border: none;
right: 50%;
margin-right: -490px;
visibility: hidden;
}




@media screen and (max-width: 1460px) {
    .text-section.items:nth-child(2n) .img-left .img-container {
        margin-left: 0;
        width: 100%;
    }

    .text-section.items:nth-child(2n+1) .img-right .img-container {
        margin-right: 0;
        width: 100%;
    }
}    



@media screen and (max-width: 1400px) {
    .history-slider .swiper-slide .text {
        padding-left: 76px;
    }

    .history-slider .swiper-slide.right .text {
        padding-left: 0;
        padding-right: 76px;
    }

    .history-slider .swiper-pagination-bullet {
        height: 4px;
        width: 22px;
    }

    .history-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: #ff850f;
        height: 4px;
        width: 44px;
    }

}   

@media screen and (max-width: 1300px) {
    .wrapper {
        max-width: 1200px;
    }

    header .col-small-menu {
        display: none;
    }

    .main-nav .col {
        width: 100%;
        max-width: 320px;
    }

    .main-nav .img {
        left: 320px;
        width: calc(100% - 320px);
    }

    .section.contact-info, .section.contact-form {
        width: 100%;
    }

    .section.contact-form .col {
        padding-left: 12px;
    }

    .section.contact-info, .section.contact-form {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .section.contact-info .wrapper, .section.contact-form .wrapper {
        max-width: 1200px;
    }

}

@media screen and (max-width: 1200px) {
    .wrapper {
        max-width: 1024px;
    }

    .offer-slider .text-container-slider p {
        width: 70%;
        margin-left: 15%;
    }

    .tenders .button, .aboutus .button {
        margin-bottom: 12px;
    }

    .products-page .grid .filters .category-filter-button {
        display: block;
    }

    .products-page .grid {
        grid-template-areas:
        'top   ' 
        'main  ' 
        'footer';
        grid-template-columns: 100%;
        grid-template-rows: 84px;
        grid-column-gap: 12px;
        grid-row-gap: 0;
        justify-content: flex-start;
        align-items: flex-start;
        margin-top: 24px;
        margin-bottom: 24px;
        width: calc(100% + 12px);
        padding-left: 12px;
        padding-right: 12px;
    }

    .products-page {
        position: relative;
    }

    .products-page .grid .side-nav .nav {
        background-color: #f2f2f2;
    }

    .products-page .grid .side-nav {
        margin: 0;
        grid-area: none;
        position: fixed;
        z-index: 100;
        top: 0;
        left: 0;
        max-width: 320px;
        overflow: auto;
        margin-top: 0;
        height: calc(100% - 85px);
        margin-top: 85px;
        background-color: #f2f2f2;
        transform: translateX(-320px) !important;
        box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.3);
        z-index: 10;
    }



    .nav-category-open .products-page .grid .side-nav {
        visibility: visible;
        opacity: 1;
        transform: translateX(0px) !important;
    }


    body.nav-category-open {
        overflow: hidden;
    }

    .nav-category-open .side-nav-shade {
        visibility: visible;
        opacity: 0.75;
    }
    
    .nav-category-open .close-side-nav {
        visibility: visible;
        opacity: 1;
    }

    .section.pagination.padding {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .section.pagination a.prev {
        margin-right: 12px;
        margin-left: 12px;
    }
    
    .section.pagination a.next {
        margin-left: 12px;
        margin-right: 12px;
    }

    

    .section.products-page .pagination-flex {
        width: 100%;
        padding: 0;
        justify-content: center;
    }

    .section.white.products-page .section.pagination .col.info {
        width: 100%;
        padding: 0;
        margin: 0;
        display: none;
    }

    .section.pagination a.prev, .section.pagination a.next {
        margin-left: 3px;
        margin-right: 3px;
    }

    .section.pagination a.prev span, .section.pagination a.next span {
        display: none;
    }


}

@media screen and (max-width: 1024px) {
    .wrapper {
        padding-left: 9px;
        padding-right: 9px;
    }

    .close-side-nav {
        right: 0;
        margin-right: 24px;
    }


}

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

    header .col-logo img {
        height: 40px;
        margin-top: 5px;
        margin-left: -9px;
        position: absolute;
    }

    header .col-logo img:last-child {
        margin-left: 38px;
    }

    header .col-logo img:first-child {
        height: 55px;
    }

    .nav-fixed header {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    header .col-logo {
        height: 50px;
    }

    header .col-main-nav {
        height: 50px;
    }

    header .col-main-nav ul li .mobile-menu {
        width: 30px;
        height: 30px;
    }

    .main-nav .col-logo {
        height: 50px;
        position: absolute;
        top: 0;
        left: 0;
    }

    .main-nav .col-logo img:first-child, .main-nav .col-logo img:last-child {
        height: 55px;
        margin-top: 18px;
        margin-left: 6px;
        position: absolute;
        left: 0;
        top: 0;
    }

    .main-nav .col-logo img:last-child {
        height: 40px;
        margin-left: 55px;
    }



    .main-nav .mobile-menu {
        position: absolute;
        right: 0;
        font-size: 22px;
        color: white;
        margin-right: 6px;
        width: 36px;
        height: 36px;
        line-height: 36px;
        text-align: center;
        margin-top: 9px;
        top: 12px;
        background-color: #ff850f;
        border-radius: 3px;
    }


    .main-nav .col.col1 ul {
        position: relative;
        margin-top: 120px;
        padding-left: 12px;
        padding-right: 24px;
        margin-bottom: 48px;
    }

    .main-nav .col.col1 ul li a {
        padding-top: 9px;
        padding-bottom: 9px;
        font-size: 18px;
    }

    .mobile-menu span {
        width: 100%;
        height: 2px;;
        left: 0;
        margin-top: -1px;
    }

    .mobile-menu span:first-child {
        margin-top: -11px;
        left: 0;
    }

    .mobile-menu span:last-child {
        margin-top: 8px;
        left: 0;
    }

    header .col-main-nav ul li a {
        font-size: 20px;
    }

    header .col-main-nav ul li.language {
        margin-left: 6px;
    }

    header .col-main-nav ul li.last-menu {
        margin-left: 12px;
        margin-left: 6px;
    }

    footer .h3 {
        font-size: 16px;
        margin-bottom: 36px;
    }

    footer a, footer li {
        font-size: 14px;
    }

    footer .row {
        justify-content: space-between;
        flex-wrap: wrap;
    }

    footer .col1, footer .col2, footer .col3, footer .col4 {
        width: auto;
        padding-top: 18px;
        padding-bottom: 18px;
        padding-left: 18px;
        padding-right: 18px;
    }

    footer .section.bottom {
        padding-top: 22px;
        padding-bottom: 22px;
    }

    footer .section.bottom p span {
        width: 100%;
        margin-top: 12px;
        text-align: right;
    }

    footer .section.top {
        padding-top: 36px;
        padding-bottom: 24px;
    }

    .offer-slider .text-container-slider .h2, .tenders .h2, .news-slider .h2, .aboutus .h2, .newsleter .h2 {
        font-size: 12px;
    }

    .offer-slider .text-container-slider .h2::after, .tenders .h2::after, .news-slider .h2::after, .aboutus .h2::after, .history-slider .top .h2::after, .newsleter .h2::after {
        height: 2px;
    }

    .h1 {
        font-size: 30px;
    }

    .h1 br {
        display: none;
    }

    .newsleter.padding {
        padding-top: 65px;
        padding-bottom: 50px;
    }

    .newsleter .col-left {
        width: 35%;
        padding-right: 24px;
    }

    .newsleter .col-right {
        width: 65%;
        padding-left: 24px;
    }

    .newsleter .col-right .field input {
        width: calc(100% - 204px);
        height: 45px;
        display: block;
        float: left;
        padding-left: 18px;
        padding-right: 18px;
        font-size: 15px;
        border: 2px solid white;
        border-radius: 25px;
    }

    .newsleter .col-right .field .button {
        width: 190px;
        text-align: center;
        height: 45px;
        font-size: 15px;
    }

    .checkbox-container .checkmark {
        height: 20px;
        width: 20px;
        top: 5px;
    }

    .checkbox-container {
        padding-left: 30px;
        margin-bottom: 12px;
        cursor: pointer;
        font-size: 14px;
    }

    .newsleter .checkbox-container .checkmark::after {
        left: 4px;
        top: 1px;
        transform: scale(0.55) rotate(45deg);
    }

    .buisnes p {
        font-size: 20px;
        margin-bottom: 12px;
        margin-top: 0;
    }

    .buisnes .h4 {
        margin-bottom: 12px;
    }

    .img-container a .description {
        padding: 18px;
    }

    .buisnes .grid {
        grid-template-columns: 40% 60%;
    }

    .tenders .col-left, .aboutus .col-left {
        width: 40%;
        padding-right: 12px;
    }

    .tenders .col-right, .aboutus .col-right {
        width: 60%;
        padding-left: 12px;
    }

    .tenders .p1 {
        margin-bottom: 24px;
        font-size: 20px;
    }

    .button {
        padding: 12px;
        padding-left: 16px;
        padding-right: 16px;
        font-size: 14px;
        margin-bottom: 12px;
    }

    .tenders .col-right ul li .bottom {
        padding-top: 18px;
        padding-bottom: 18px;
        padding-left: 36px;
    }

    .tenders .col-right ul li .left {
        top: 18px;
        font-size: 20px;
        margin-top: 0;
    }

    .tenders .col-right ul li .text {
        font-size: 20px;
    }

    .tenders .col-right ul li .text-link {
        margin-top: 9px;
    }

    .aboutus.padding {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .aboutus p, .aboutus .col-right p, .aboutus .col-right ul, .aboutus .col-right ol {
        font-size: 16px;
    }

    .aboutus .col-right p:first-child, .aboutus .col-right p:last-child {
        font-size: 18px;
    }


    .offer-slider .swiper-button-next, .offer-slider .swiper-button-prev, .swiper-button-next, .swiper-button-prev {
        width: 60px;
        height: 60px;
        margin-top: -30px;
        top: 50%;
    }

    .offer-slider .swiper-button-next, .swiper-button-next {
        right: -18px;
    }

    .offer-slider .swiper-button-prev, .swiper-button-prev {
        left: -18px;
    }

    .offer-slider .swiper-button-next::after, .offer-slider .swiper-button-prev::after, .swiper-button-next::after, .swiper-button-prev::after {
        font-size: 18px;

    }

    .news-slider .text .h4 {
        font-size: 19px;
    }

    .news-slider .h1 br {
        display: inherit;
    }

    .offer-slider .text-container-slider p {
        width: 90%;
        margin-left: 5%;
        font-size: 28px;
    }



    .offer-slider .img-container-slider {
        height: calc(40vw + 260px);
        margin: 0;
        padding: 0;
        margin-top: 0;
    }

    .offer-slider .img-container-slider img {
        margin: 0;
        padding: 0;
        width: 90%;
        height: 40vw;
        left: 5%;
        top: 0;
        margin-left: 0;
        margin-top: 110px;
    }

    .offer-slider .text-container-slider .button {
        width: 180px;
        text-align: center;
        margin-left: -90px;
        bottom: 80px;

    }

    .offer-slider.padding  {
        padding-bottom: 0;
        padding-top: 48px;
    }

    .offer-slider .img-container-slider .h3 {
        font-size: 12vw;
        letter-spacing: -2px;
        margin-bottom: -40px;
        margin-top: 10vw;
    }

    .history-slider .swiper-slide .text {
        padding-left: 46px;
    }

    .history-slider .swiper-slide.right .text {
        padding-left: 0;
        padding-right: 46px;
    }

    .history-slider .bottom .h2, .history-slider .top .h2 {
        font-size: 12px;
    }

    .section.main-header {
        min-height: 0;
    }

    .section.main-header .row {
        min-height: 0;
        padding-top: 120px;
        padding-bottom: 24px;
    }

    .section.main-header .h1 {
        font-size: 36px;
        margin-bottom: 24px;
    }


    .col.col-breadcrumb  {
        display: none;
    }

    .search-section .row {
        padding-top: 12px;
        padding-bottom: 12px;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .col.col-search {
        max-width: 480px;
    }

    .search-section input {
        width: calc(100% - 50px);
        height: 42px;
        display: block;
        float: left;
        border-width: 1px;
        line-height: 42px;
        font-size: 15px;
        padding-left: 24px;
        padding-right: 18px;
        border: 1px solid #e6e6e6;
        border-right: none;
        border-top-left-radius: 100px;
        border-bottom-left-radius: 100px;
        font-weight: 300;
        color: #56595e;
    }

    .search-section button {
        width: 50px;
        height: 42px;
        border: 1px solid #ff850f;
        line-height: 40px;
        font-size: 14px;
        background-color: #ff850f;
        color: white;
        border-top-right-radius: 100px;
        border-bottom-right-radius: 100px;
    }

    .search-section button:hover i {
        transform: translateY(0px);
    }

    .section.tenders.blog.padding, .section.tender.padding {
        padding-top: 18px;
        padding-bottom: 18px;
    }


    .blog.tenders .col-right li {
        padding-left: 24px;
        padding-right: 24px;
        padding-top: 18px;
        padding-bottom: 18px;
    }

    .section.tender .col .col-wrapper {
        border-radius: 15px;
        padding-left: 24px;
        padding-right: 24px;
        padding-bottom: 18px;
        padding-top: 18px;
       
    }

    .section.tender .download, .section.article .download {
        padding: 18px;
        width: 100%;
        margin-left: 0;
        margin-bottom: 0;
    }

    .tender .h1 {
        font-size: 26px;
    }

    .text-editor p, .text-editor ul, .text-editor ol, .text-editor table td {
        font-size: 14px;
    }

    .download-list {
        margin-bottom: -24px;
    }

    .download-list li {
        padding-left: 18px;
        justify-content: flex-start;
        align-items: flex-start;
        border: none;
        width: 50%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 24px;
        padding-right: 12px;
    }

    .download-list li .h6 {
      font-size: 18px;
      margin-bottom: 6px;
    }

    .download-list .text .editor p {
        font-size: 14px;
    }

    .download-list .text .editor {
        margin-bottom: 6px;
    }

    .download-list .img-container {
        width: 90px;
        aspect-ratio: 1/1;
        margin-top: 18px;
    } 

    .download-list .text {
        width: calc(100% - 30px);
        padding-left: 18px;
    }

    .newsblog .text {
        padding-left: 12px;
        padding-right: 12px;
    } 

    .aboutus-items.anim .col-img.img-left, .aboutus-items.anim .col-img.img-right {
        align-self: flex-start;
    }

    .text-section:nth-child(2n) .col-text {
        padding-left: 24px;
    }

    .text-section:nth-child(2n+1) .col-text {
        padding-right: 24px;
    }

    .text-section {
        padding-top: 36px;
    } 

    .text-section .col-full-top p, .text-section .col-text p:first-child {
        font-size: 16px;
    }

    .history-slider .row.top {
        margin-top: 36px;
    }

    .section.padding.news-slider {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .section.contact-info, .section.contact-form {
        padding-top: 36px;
        padding-bottom: 36px;
    }

    .text-section.items.management-items .col-text .h3 {
        font-size: 24px;
    }

    .text-section.items.management-items .col-text .h4 {
        font-size: 12px;
    }

    .section.white .distribution .img-container {
        width: 120px;
    }

    .section.white .distribution .text {
        width: calc(100% - 120px);
        padding-left: 24px;
    }

    .h2, h2 {
        font-size: 22px;
    }

    .h3, h3 {
        font-size: 20px;
    }

    .h4, h4 {
        font-size: 18px;
    }

    .h5, h5 {
        font-size: 16px;
    }

    .h6, h6 {
        font-size: 15px;
    }

    .products-page .grid {
        grid-template-columns: 100%;
        grid-template-rows: auto;
        grid-column-gap: 12px;
        grid-row-gap: 0;
        justify-content: flex-start;
        align-items: flex-start;
        margin-top: 12px;
        margin-bottom: 12px;
        width: calc(100% + 32px);
        margin-left: -12px;
    }

    .products-page.one-columns .products {
        margin-top: 12px;
        grid-column-gap: 12px;
        grid-row-gap: 12px;
    }

    .products-page.two-columns .products {
        margin-top: 12px;
        grid-column-gap: 12px;
        grid-row-gap: 12px;
        width: calc(100% - 24px);
    }

    .products-page.thre-columns .products {
        margin-top: 12px;
        grid-column-gap: 12px;
        grid-row-gap: 12px;
        width: calc(100% - 36px);
    }

    .products-page.one-columns .grid .products .product .col-img {
        width: 140px;
        align-self: flex-start;
    }

    .products-page.one-columns .grid .products .product .col-text {
        width: calc(100% - 140px);
        padding-left: 12px;
        align-self: flex-start;
        padding-top: 0;
        padding-bottom: 0;
    }

    .products-page.one-columns .product .product-wrapper {
        padding-top: 12px;
        padding-bottom: 12px;
        padding-left: 12px;
    }

    .products-page.one-columns .grid .products .product .img-container a {
        border-radius: 5px;
    }

    .products-page .product .product-wrapper .h4 {
        font-size: 18px;
    }

    .products-page .grid .side-nav {

    }

    .products-page .grid .side-nav .nav {
        background-color: #f2f2f2;
        border-radius: 0;
    }

    .products-page .grid .side-nav {
        height: calc(100% - 74px);
        margin-top: 74px;
    }

    .close-side-nav {
        margin-right: 18px;
        top: 90px;
    }

    section.product .button {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .tabs .tab-nav li a {
        padding: 12px;
        font-size: 15px;
        padding-left: 18px;
        padding-right: 18px;
    }

    .section.product .col.col-tabs {
        padding-top: 24px;
        margin-top: 0;
    }

    .section.product .col-img .img-container, .section.product .col-img .img-container a, .section.product .col-img .img-container a img {
        border-radius: 5px;
    }





}

@media screen and (max-width: 820px) {
    .history-slider .wrapper, .history-slider .row.bottom .col {
        padding-left: 0;
        padding-right: 0;
    }

    .history-slider .row.top .col, .history-slider .col-right {
        padding-left: 21px;
        padding-right: 21px;
    }

    .history-slider .swiper-slide .img-wrapper {
        display: none;
    }

    .history-slider .swiper-slide.right .text {
        left: 0;
        text-align: left;
        padding-left: 46px;
        
    }

    .history-slider .swiper-slide .text, .history-slider .swiper-slide.right .text {
        width: 100%;
        padding-left: 56px;
        padding-right: 56px;
    }

    .history-slider .swiper-slide .line {
        left: auto;
        right: 24px;
        margin-left: 0;
        display: none;
    }

    .history-slider .right .h2::after {
        right: 0;
        left: auto;
        margin-right: -66px;
        margin-left: 0;
        display: none;
    }

    .history-slider .bottom .h2::after {
        margin-right: -66px;
        display: none;
    }

    .history-slider::before {
        content: '';
        position: absolute;
        width: 76px;
        height: 100%;
        display: block;
        background-color: white;
        top: 0;
        right: 0;
        display: none;
    }

    .history-slider .text .img-container {
        display: block;
        width: 40%;
        float: right;
    }

    .history-slider .text .text-wrapper {
        float: left;
        width: 60%;
        padding-right: 24px;
    }

    .history-slider .bottom .h1 {
        font-size: 20px;
    }

    .products-page .grid .filters .filter-wrapper {
        
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        padding: 0;
        min-height: 1px;
        padding: 9px;
        padding-left: 9px;
        padding-right: 9px;
    }

    .products-page .grid .filters .category-filter-button, .products-page .grid .filters .select, .products-page .grid .filters ul {
        margin: 3px;
    }

    .products-page .grid .filters .select {
        width: calc(100% - 130px);
        max-width: 280px;
    }

    .products-page .grid .filters .category-filter-button {
        width: 40px;
        padding-left: 9px;
        padding-right: 9px;
        text-align: center;
    }

    .products-page .grid .filters .category-filter-button span {
        display: none;
    }

    .products-page .grid .filters .category-filter-button i {
        margin-left: 0;
        float: none;
    }

    .products-page .grid .filters span.left {
        width: 40px;
        margin: 0;
        margin: 3px;
        display: none;
    }

    .products-page .grid .filters span.right {
        margin-right: 0;
        width: 100%;
        text-align: right;
        padding-top: 12px;
        padding-bottom: 9px;
        padding-right: 3px;
        line-height: 120%;
        text-align: left;
        padding-left: 3px;
    }

    .products-page .grid .filters .filter-wrapper .right {
        justify-self: flex-end;
    }



}

@media screen and (max-width: 640px) {
    .newsleter .col-left {
        width: 100%;
        padding-right: 12px;
    }

    .newsleter .col-right {
        width: 100%;
        padding-left: 12px;
        padding-top: 0;
    }

    .tenders .col-left, .aboutus .col-right, .tenders .col-right, .aboutus .col-left {
        width: 100%;
    }

    .aboutus .col-right {
        padding-top: 0;
        padding-bottom: 0;
    }

    .aboutus .h1 {
        margin-bottom: 24px;
    }

    .aboutus .col-left .button, .tenders .col-left .button {
        display: none;
    }

    .aboutus .col-right .button-group, .tenders .col-right .button-group, .news-slider .col.col-full .button-group  {
        width: calc(100% + 12px);
        float: left;
        clear: both;
        margin-bottom: -12px;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap;
        margin-left: -6px;
        margin-top: 12px;
    }

    .aboutus .col-right .button, .tenders .col-right .button, .news-slider .col.col-full .button-group .button {
        width: calc(50% - 12px);
        text-align: center;
        margin-right: 0;
        margin-left: 6px;
        margin-right: 6px;
    }

    .aboutus .col-right .button, .tenders .col-right .button {
        display: inline-block;
        max-width: 260px;
    }

    .newsleter .row, .tenders .row, .aboutus .row  {
       flex-wrap: wrap;
    }

    .buisnes .grid {
        grid-template-columns: 100%;
    }

    .buisnes .grid .col {
        margin-bottom: 24px;
    }

    .buisnes .grid .col:last-child {
        margin-bottom: 0;
    }

    .news-slider .h1 br {
        display: none;
    }

    .news-slider .col-left {
        width: 100%;
    }

    .news-slider .col-right .button {
        display: none;
    }

    .news-slider .col.col-full .button-group {
        margin-top: 48px;
        justify-content: center;
    }

    .news-slider .col.col-full .button-group .button {
        display: inline-block;
        width: 100%;
        max-width: 260px;
    }

    .offer-slider .text-container-slider p {
        -webkit-line-clamp: 3;
    }

    .history-slider .text .img-container {
        display: block;
        width: 100%;
        float: left;
        margin-bottom: 24px;
    }

    .history-slider .text .text-wrapper {
        float: left;
        width: 100%;
        padding-right: 0;
    }



    .history-slider .swiper {
        width: 100%;
        height: auto;
        margin-bottom: 30px;
    }

    .history-slider .swiper-slide .text {
        position: relative;
        padding-top: 60px;
        padding-bottom: 30px;
        
    }

    .history-slider .swiper-slide .text, .history-slider .swiper-slide.right .text {
        padding-left: 21px;
        padding-right: 21px;
    }

    .history-slider .swiper-button-next, .history-slider .swiper-button-prev {
        margin-top: -64px;
    }

    .history-slider .col-right  {
        display: none;
    }

    .history-slider .col-right, .history-slider .col-left {
        width: 100%;
    }

    .history-slider .row.top {
        margin-bottom: 6px;
    }

    .history-slider .row.row-bottom {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .history-slider .row.row-bottom .col {
        width: 100%;
        max-width: 260px;
        margin-bottom: 36px;
    }

    .history-slider .row.row-bottom .col .button {
        width: 100%;
        text-align: center;
    }

    .blog.tenders .col-right ul {
        width: calc(100% + 48px);
        margin-left: -24px;
        border-radius: 0;
    }

    .tenders .col-right ul li .text {
        -webkit-line-clamp: 10;
    }

    .section.tender .col .col-wrapper {
        width: calc(100% + 48px);
        margin-left: -24px;
        border-radius: 0;
    }

    .download-list {
        width: calc(100% + 36px);
        margin-left: -18px;
    }

    .download-list li {
        padding-left: 12px;
        border: none;
        width: calc(100% + 12px);
        padding-right: 12px;
        padding-bottom: 18px;
        margin-bottom: 18px !important;
        border-bottom: 2px solid white;
        margin-left: 0px;
    }

    .download-list li:last-child {
        border-bottom: none !important;
    }

    .section.tender .download, .section.article .download {
        width: calc(100% + 18px);
        margin-left: -9px;
        border-radius: 5px;
    }

    .newsblog .row {
        display: flex;
        flex-wrap: wrap;
    }

    .newsblog .section .col-text {
        margin-top: 24px;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: -12px;
        min-height: 10px;
    }

    .newsblog .section.padding, .section.padding.article, .section.padding.product {
        padding-top: 36px;
        padding-bottom: 36px;
    }

    .section.product .row {
        flex-wrap: wrap;
    }

    .article.service .col-img, .article .col-img, .section.product .col-img {
        width: 100%;
    }

    .section.product .col-img {
        padding-right: 12px;
        padding-left: 12px;
    }

    .section.product .col-full-description {
        width: 100%;
        padding-left: 12px;
        padding-right: 12px;
    }

    .article.service .col-title, .article .col-title {
        width: 100%;
        padding-left: 12px;
        margin-bottom: 12px;
    }

    .newsblog.timeline .section .col-img {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    .newsblog.timeline .section::after, .newsblog.timeline .section::before {  
        display: none;
    }

    .text-section .row {
        flex-wrap: wrap;
    }

    .text-section.items .col-img {
        width: 100%;
    }

    .text-section.items.management-items .col-text {
        width: 100%;
    }

    .text-section.items:nth-child(2n+1) .img-left {
        display: block;
        width: 100%;
    }

    .text-section.items .col-img .img-container {
        width: 100%;
    }

    .text-section.items .col-text {
        width: 100%;
    }

    .aboutus-items.anim .col-img.img-right {
        display: none;
    }

    .aboutus-items.anim .col-img.img-left {
        margin-bottom: 36px;
        margin-top: 12px;
        width: 100%;
    }

    .text-section:nth-child(2n) .col-text {
        padding-left: 12px;
    }

    .text-section:nth-child(2n+1) .col-text {
        padding-right: 12px;
    }

    .text-section.items {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .contact-list li {
        width: 100%;
    }

    .text-section.items.management-items:nth-child(2n) .col-text {
        padding-left: 12px;
    }

    .text-section .col-full-top.no-margin-bottom .h1 {
        margin-bottom: 0;
    }

    .text-section.padding {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .section.white .distribution .text {
        width: 100%;
        padding-left: 0;
        margin-top: 24px;
    }

    .section.white .distribution .h2 {
        
    }

    .products-page.thre-columns .products {
        grid-template-columns: 50% 50%;
        width: calc(100% - 24px);
    }

    .products-page.two-columns .products {
        grid-template-columns: 100%;
        width: calc(100% - 12px);
    }

    .main-nav .img {
        display: none;
    }

    .main-nav .col {
        max-width: 100%;
        overflow-x: hidden;
    }

    .main-nav .col.col1 ul {
        width: calc(100% + 3px);
    }

    .section.product .col.col-tabs {
        width: calc(100% + 148px);
        padding-left: 0;
        padding-right: 0;
        margin-left: -12px;
        margin-right: -12px;
    }

    .tabs .tab-nav {
        padding-left: 24px;
        padding-right: 24px;
    }

    .tabs .tab-nav li {
        width: 33.333%;
    }

    .tabs .tab-nav li a {
        width: 100%;
        text-align: center;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 12px;
    }

    .jobs .skk_container {
        margin-top: 0;
    }

    .skk_offers {
        margin-top: 0 !important;
    }

    .jobs .skk_container {
        margin-top: 12px !important;
        padding-top: 0;
    }

    .section.jobs .row:last-child {
        margin-top: 24px;
      }


}   

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

    .section.white .distribution .img-container {
        width: 100%;
        max-width: 140px;
    }

    .section.white .distribution .h3 {
        margin-bottom: -6px;
    }

    .section.white .distribution .contact-addres, .section.white .distribution .contact-company-info, .section.white .distribution .contact-url {
        float: left;
        width: 100%;
        padding-left: 36px;
        margin-top: 24px;
    }

    .products-page.thre-columns .products {
        grid-template-columns: 100%;
        width: calc(100% - 12px);
    }

    .products-page.thre-columns .grid .filters ul li.two-columns a {
        background-color: #f37e0f;
        color: white;
        border-color: #f37e0f;
    }

    .products-page .grid .filters ul li.thre-columns {
        display: none;
    }

    .products-page .grid .filters ul li.two-columns a {
        border-left: 1px solid #e6e6e6;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    .newsleter .col-right .field input.thre {
        width: 100% !important;
        max-width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-bottom: 24px;
    }

    .newsleter .col-right .field input.thre:last-child {
        margin-bottom: 0;
    }


    .section.jobs .col-half, .section.jobs .col-half:first-child {
        width: 100%;
    }

    .section.jobs .col-half:first-child {
        margin-bottom: 24px;
    }

    


}    



@media screen and (max-width: 480px) {
    .offer-slider .img-container-slider {
        height: calc(40vw + 290px);
    }

    .offer-slider .img-container-slider img {
        margin-top: 160px;
    }

    .tabs .tab-nav {
        padding-left: 0;
        padding-right: 0;
    }

    .tabs .tab-nav .li2 {
        width: 100%;
    }

    .tabs .tab-nav li a {
        padding-left: 12px;
        padding-right: 12px;
        border-radius: 0;
    }



}

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

    .newsleter  .field.group {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
    }

    .newsleter .col-right .field input {
        width: 100%;
        margin-bottom: 24px;
        max-width: 260px;
    }

    .newsleter .col-right .field .button {
        width: 100%;
        max-width: 260px;
    }

}

@media screen and (max-width: 400px) {
    .aboutus .col-right .button, .tenders .col-right .button {
        display: inline-block;
        max-width: 260px;
        width: 100%;
    }
}    

@media screen and (max-width: 380px) {
    .offer-slider .swiper-button-next, .offer-slider .swiper-button-prev, .swiper-button-next, .swiper-button-prev {
        width: 50px;
        height: 50px;
        margin-top: -25px;
        font-size: 14px;
    }

    .offer-slider .swiper-button-prev, .swiper-button-prev {
        left: -12px;
    }

    .offer-slider .swiper-button-next, .swiper-button-next {
        right: -12px;
    }

}

