@media (max-width: 1510px){

    #header{
        background-color:rgba(34, 35, 37, 1);
    }

    #header .menu-toggle-button {
        display: block;
    }

    #header > .container{
        margin-bottom: 0;
        padding-top: 20px;
        padding-bottom: 20px;
        display: block;
    }

    #header .logo{
        max-width: 140px;
    }

    #header .navigation {
        display: none;
        position: relative;
        left: 0;
        right: 0;
        margin: 60px 0 -20px;
        padding-bottom: 15px;
        width: 100%;
    }

    #header .navigation.visible{
    }

    #header .navigation .nav > li{
        display: block;
    }

    #header .navigation nav {
        margin-left: 0;
    }

    #header .navigation .nav {
        margin: 0 0 -2px;
        float: none !important;
        text-align: center;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    #header .navigation .nav > li{
        margin: 0;
    }

    #header .navigation .nav > li a{
        padding: 15px 0;
        line-height: 1.5;
        display: inline-block;
    }

    #header .navigation .nav > li:after{
        display: none;
    }

    #header .other-menu{
        right: 250px;
        top: 38px;
    }


    .ccm-image-slider{
        margin: 0 auto 0;
    }
    .rslides_nav{display: none;}
    .slidernav{bottom: 5px;}


    .product .description, .category .description{
        padding: 30px 15px;
    }

    .markcon-gallery .images .image{
        width: 33.33%;
    }

    #content .popup .closeButton{
        top: 0;
        right: 0;
    }
}

@media (min-width: 769px){
    .mobile-visible{
        display: none !important;
    }
}
@media (max-width: 768px){
    .mobile-hidden{
        display: none;
    }
    
    
    #content .highlighted-info{
        text-align: center;
    }

    .parallax .parallax-content .title{
        font-size: 44px;
        line-height: 1.3;
    }

    .news.list{
        padding: 30px 15px;
    }

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

    .markcon-gallery .images .image{
        width: 50%;
        padding: 10px;
    }


    .topimage-wrapper .top-info .description h3{
        font-size: 34px;
        margin-top: 0;
    }

    .topimage-wrapper .top-info .description h4,
    .product .description h4, .category .description h4{
        font-size: 20px;
    }


    #content .highlighted-info .container{
        padding: 30px 15px;
        background-image: none;
    }

    #content .highlighted-info .highlighted-image{
        text-align: center;
        max-width: 400px;
    }

    #content .highlighted-info .highlighted-image img{
        max-width: 100%;
    }

    .topimage-wrapper.has-image{
        margin-top: 0;
        margin-bottom: 30px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        min-height: 0;
    }
    .topimage-wrapper .container{
        position: relative;
        bottom: auto;
        right: auto;
    }

    .topimage-wrapper .top-image{
        position: relative;
    }

    .topimage-wrapper .top-info{
        position: relative;
        bottom: auto;
        right: auto;
        margin-top: -25px;
    }

    .topimage-wrapper .top-info .description{
        padding: 15px 15px;
    }



    .contact-site .contacts{
        margin: 30px 0;
    }

    .contact-site .contacts > div{
        width: 33%;
    }

    .tender h2,
    #content.contact-site h2{
        font-size: 34px;
        font-weight: bold;
    }


    .colleagues-wrapper .colleague {
        width: calc(50% - 20px);
        padding-bottom: 70%;
        margin: 10px 10px;
    }


    footer .footer-bar > .container > .row > div{
        border: none;
    }

    .footer-links,
    .copyright{
        text-align: center;
    }

    footer .eu-link.link-1{
        margin: 0;
    }

}


@media (max-width: 650px) {

    #header .other-menu{
        right: 184px;
    }
}



@media (max-width: 600px) {

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



@media (max-width: 540px) {

    #header .other-menu{
        position: relative;
        margin-top: 50px;
        right: 0;
        display: flex;
    }

    #header .social-links{
        position: relative;
        left: auto;
        display: flex !important;
        margin-left: 0;
    }

    #header .social-links a{
        margin-left: 10px;
    }
}


@media (max-width: 510px){

    .ccm-multilingual-switch-language-list li a{
        font-size: 12px;
        width: 20px;
    }

    #header .social-links a{
        width: 24px;
        height: 24px;
    }
    
    #content .popup .closeButton{
        top: -30px;
        right: 10px;
    }

    #layout .btn{
        font-size: 16px;
        padding: 16px 25px;
    }

    #floating-menu{
        right: 15px;
    }

    #floating-menu ul li{
        height: 52px;
    }

    #floating-menu ul li > a{
        width: 52px;
        padding: 12px 32px 5px 0;
        background-size:  32px;
        background-position: center right 10px;
    }

    #floating-menu ul li:hover > a, #floating-menu ul li.selected > a{
        padding: 12px 52px 0 22px;
    }


    .product.row, .category.row{
        margin-bottom: 15px;
    }

    .product .description h3,
    .category .description h3{
        font-size: 30px;
    }

    .tender #tender .add-product{
        margin-top: 0;
    }

    .contact-site .contacts > div{
        width: 50%;
    }

    .showrooms .showroom{
        width:100%;
        text-align: center;
    }

    .colleagues-wrapper .colleague {
        width: 100%;
        padding-bottom: 142%;
        margin: 10px auto;
    }

    .colleagues-wrapper .colleague .image {
        opacity: 1;
    }

    .colleagues-wrapper .colleague .info-wrapper .contact-info{
        opacity: 1;
        max-height: 60px;
        padding: 5px 0;
    }


    .bottom-slider .swiper-container{
        height: auto;
        padding: 15px 0;
    }
}

@media (max-width: 390px){
    #header .other-menu{
        flex-direction: column;
    }
    #header .other-menu > div{
        text-align: center;
        margin: 5px auto;
    }

    #header .social-links{
        left: -10px;
    }
}