@media (min-width: 1100px){
    .parallax.video .text-wrapper .title{
        font-size: 44px;
    }
    .parallax.video .text-wrapper .subtitle{
        font-size: 24px;
    }
}

@media (max-width: 1300px){

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

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

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

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

    #header .navigation {
        position: absolute;
        left: 0;
        right: 0;
        margin: 79px 0 0;
        width: 100%;
        padding: 0;
        display: flex;
        height: auto;
    }


    #header .navigation .nav:not(.visible) {
        display: none;
    }


    #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;
        flex-direction: column;
        background: rgba(17, 21, 21, 0.98);
        padding: 15px;
        width: 100%;
    }

    #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{
        position: absolute;
        right: 60px;
        top: -41px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    #header .navigation .nav > li:last-of-type > a{
        height: 60px;
        margin-bottom: 15px;
        padding-bottom: 0;
    }


    #header .submenu{
        position: relative;
        top: 0;
        max-height: unset !important;
        display: none;
        background: transparent;
        padding-top: 10px;
    }

    #header .submenu.visible{
        display: flex;
    }

    #header .submenu .wrapper{
        padding: 0;
        flex-wrap: wrap;
    }

    #header .submenu .wrapper a{
        padding-top: 0 !important;
    }

    #header .submenu .wrapper>div{
        margin: 0 5px;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    #header .submenu .wrapper>div .image{
        width: 100px;
        height: 124px;
        margin: auto;
    }
    #header .submenu .wrapper>div span{
        margin-top: 5px;
        font-size: 13px;
    }


    .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: 34px;
        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 .wrapper{
        margin-bottom: 30px;
    }

    footer .wrapper .form-group.captcha{
        width: 100%;
        flex-wrap: wrap;
    }

    footer .wrapper .form-group.captcha > *{
        margin-bottom: 15px;
    }

    footer .wrapper .form-group.captcha .ccm-input-captcha{
        width: 150px;
    }


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

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

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

}


@media (max-width: 700px) {

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

    #reference-grid .column{
        width: 100% !important;
    }

    #reference-grid .box{
        height: auto !important;
        padding-bottom: 50%;
    }

    .parallax{
        height: 520px;
    }

    .parallax.video .text-wrapper{
        max-width: 100%;
        text-align: center;
        padding: 15px 30px;
    }

    .parallax .text-wrapper .title{
        font-size: 32px !important;
    }

    .parallax.video .text-wrapper .separator-line{
        margin: 15px auto;
    }

    .parallax.video .text-wrapper .subtitle{
        font-size: 18px;
    }


    #whychoose .column{
        width: 100%;
    }

    #whychoose .image-wrapper{
        width: 100%;
        padding: 15px 15px 15px;
        margin: 0 auto 30px;
        max-width: 430px;
    }

    #whychoose .description-wrapper{
        padding: 0;
    }

    #whychoose .description-wrapper h2{
        text-align: center;
    }

    #whychoose .argument-list{
        padding-left: 50px;
        padding-bottom: 15px;
        padding-top: 30px;
    }

    #iamanarchitect .container{
        flex-wrap: wrap;
    }

    #iamanarchitect .logo-wrapper{
        width: 100%;
        padding: 30px 15px 15px;
        max-width: 380px;
    }

    #iamanarchitect .description-wrapper{
        width: 100%;
        padding: 15px;
    }

    #iamanarchitect .description p{
        margin-bottom: 15px;
    }

    #iamanarchitect .description .buttons{
        justify-content: center;
    }


    #catalogues .catalogues-wrapper{
        padding-top: 15px;
    }

    #catalogues .catalogues-wrapper .catalogue{
        margin: 10px;
        min-width: 200px;
        height: 110px;
        padding: 10px 40px 0;
    }

    #catalogues .catalogues-wrapper .catalogue .title{
        font-size: 16px;
    }

    .news.list > .row.more-news{
        margin-top: 0 !important;
    }

    footer .footer-bar{
        padding-top: 30px;
    }

    footer h4{
        margin-bottom: 15px;
        font-size: 22px;
    }

    footer .footer-bar .contact-list{
        margin-bottom: 30px;
    }

    footer .eu-link{
        max-width: 100%;
        margin: 10px 0 !important;
    }
}


@media (max-width: 510px){
    #product-selector{
        padding: 30px 15px;
    }

    #reference-grid{
        padding: 30px 15px;
    }

    #catalogues{
        padding: 30px 15px;
    }


    .ccm-image-slider-text{
        bottom: 9vw;
    }

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

    #header .social-links a{
        width: 24px;
        height: 24px;
        background-size: 28px;
    }

    .main-content h2.title-light,
    #whychoose .description-wrapper h2{
        font-size: 35px;
        text-align: center;
    }

    #product-selector .select-wrapper .item a{
        display: flex;
        align-items: center;
    }

    #catalogues .catalogues-wrapper .catalogue,
    #product-selector .select-wrapper .item{
        margin: 10px;
        min-width: 200px;
        padding-bottom: 0;
        padding-top: 0;
        height: 100px;
        width: 100%;
        min-height: 0;
        display: flex;
        align-items: center;
    }

    #content .popup .closeButton{
        top: -30px;
        right: 10px;
    }

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


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

    footer h4 {
        margin-bottom: 15px;
        font-size: 18px;
        letter-spacing: 1px;
        font-weight: bold;
    }
}

@media (max-width: 650px){
    #header{
        /*height: 120px;*/
    }

    #header .navigation{
        /*margin-top: 120px;*/
    }
    
    #header .other-menu{
        left: auto;
        right: 52px;
    }

    .main-content h2.title-light,
    #whychoose .description-wrapper h2{
        font-size: 24px;
    }

    #header .menu-toggle-button{
        right: 15px;
    }

    footer .wrapper .form-group.message + .form-group{
        width: 100%;
    }
}


/* CAD */
@media (max-width: 960px) {
    #cad-wrapper #toptext h3{
        font-size:22px;
    }

    #cad-wrapper .container{
        padding: 0 15px;
    }

    #cad-wrapper .whychooseus .block{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    #cad-wrapper .whychooseus .block > div{
        width: 100%;
        margin: 0 auto;
    }

    #cad-wrapper .whychooseus .block .image-wrapper{
        max-width: 660px;
    }

    #cad-wrapper .whychooseus .block.image-left .image-wrapper{
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: auto;
    }

    #cad-wrapper .whychooseus .block .description{
        padding: 30px 15px;
    }

    #cad-wrapper .parallax{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    #cad-wrapper .parallax .parallax-content{
        position: relative;
        top: auto;

        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    #cad-wrapper .showrooms-wrapper .showrooms{
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    #cad-wrapper .showrooms-wrapper .showrooms .showroom{
        width:200px;
        margin: 15px 15px;
    }

}

@media (max-width: 760px) {

    #cad-wrapper #toptext h3{
        font-size:18px;
    }

    #cad-wrapper #topimage .image{
        height: calc(80vh - 110px);
    }

    #cad-wrapper .section{
        padding-top: 45px;
        padding-bottom: 45px;
    }

    #cad-wrapper .parallax .parallax-content .title{
        font-size: 26px !important;
    }

    #cad-wrapper  .smallprint{
        font-size:20px;
    }

}