@media only screen and (max-width : 1360px){
    html{
        font-size: 15px;
    }

    .safe-area{
        width: 90%;
    }

    .mobile{
        display: initial;
    }

    a.logo img{
        height: 100px;
    }

    .header-bar-content > ul > li:last-child{
        display: flex;
        flex-direction: column;    
        align-items: flex-end;
    }    
   
    nav.menu-desktop{
        display: none;
    }

    section.header.floated .header-bar-content > ul > li:last-child > div{
        display: flex !important;
    }

    .ham-menu{
        display: block;
    }

    .ham-menu > i{
        width: 48px;
        height: 48px;
        background-color: var(--color-pallet-primary);
    }  

    .header-bar-content > ul > li:last-child > div{
        margin-bottom: 10px;
    }

    .header-quote{
        top: 250px;
        width: 90%;
    }

    ul.process-titles{
        flex-direction: column;
        align-items: center;
        width: 100%;
        background-color: #fff;
        border-bottom: solid 1px #fff;
    }

    ul.process-titles > li{
        margin-top: 60px;
        width: 90%;
        padding: 0px;
        overflow: hidden;
        border-radius:  0px 0px 12px 12px;
    }

    ul.process-titles > li >strong{
        padding: 15px;        
        margin-bottom: 0px;
    }

    ul.process-titles > li > p{
        padding: 15px; 
        padding-top: 0px;       
    }

    ul.process-titles > li > img{
        display: initial;
        width: 100%;
    }

    .process-pics{
        display: none;
    }

    section.aboutus .caption, section.features .caption{
        margin-bottom: 40px;
    }

    section.aboutus .caption, section.features .caption::after{
        line-height: 1.3;
    }

    ul.about-content{
        flex-direction: column !important;
    }

    ul.about-content > li{
        width: 100% !important;
    }

    ul.about-content > li:last-child > img{
        width: 100%;
        margin-top: 50px;
    }

    ul.about-content > li:last-child > span{
        line-height: 1.3;
    }

    .swiper.gallerySwiper{
        width: 100%;
    }

    .swiper-button-prev{
        left: 80px;
    }

    .swiper-button-next{
        right: 80px;
    }

    section.aboutus .caption, section.features .caption{
        line-height: 1.3;
    }

    ul.features-items{
        flex-direction: column;
    }

    ul.features-items > li{
        width: 100%;
        margin: 0px;
        margin-bottom: 60px;
    }

    ul.features-items > li:last-child{
        margin-bottom: 0px;
    }

    section.contacts > ul{
        flex-direction: column;
        align-items: flex-start;
    }

    section.contacts > ul > li{
        line-height: 1.3;
        margin-bottom: 20px;
    }

    section.contacts > ul > li:last-child{
        margin-bottom: 0px;
    }

    section.footer > ul{
        flex-direction: column;
    }

    section.footer > ul.footer-content > li{
        width: 100%;
    }

    .footer-social{
        margin-bottom: 40px;
        justify-content: center;
    }

    .footer-links {
        display: flex;
        flex-wrap: wrap;
    }

    section.footer > ul.footer-bottom > li > ul{
        flex-direction: column;
    }

    section.footer > ul.footer-bottom > li > ul > li{
        text-align: center;
    }

    section.footer > ul.footer-bottom > li > ul > li:first-child{
        line-height: 1.3;
        margin-bottom: 15px;
    }

    section .caption{
        line-height: 1.5;
    }

    .gallery-group > div{
        flex-direction: column;
    }

    .gallery-group > div > a{
        margin-bottom: 30px;
    }

    .gallery-group > div > a:last-child{
        margin-bottom: 0px;
    }
    
}