

@media (max-width: 768px) {

    /*
    Pina la  768
     */

    .mobil-nav {
        box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 10px -5px;
    }
    .mobil-nav .navbar-nav .nav-item {
        margin-right: 120px;
    }
    .mobil-nav .logo{
        width: 150px;
        margin: 0;
        margin-top: 2px;
        margin-bottom: 5px;
    }
    .navigate{
        display: none;
    }
    .header {
        background-image: url(/assets/images/mobile-bg.png);
        height: 100%!important;
    }
    .header-multumim {
        background-image: url(/assets/images/mobile-bg.png);
        height: 100vh!important;
    }

    .head-triagle{
        margin-top: -30px;
    }
    .header .header-text h1{
        line-height: 1;
    }
    .header .header-text b{
        font-size: 35px;
    }
    .header .header-text h4{
        font-size: 20px;
    }
    .header .col-md-7{
        display: none;
    }
    .header .btn{
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .header .btn:last-of-type{
        margin-bottom: 50px;
        margin-top: 0px;
    }
    .header img {
        margin-top: 0px;
    }
    .title{
        font-size: 2rem;
    }
    .title-orange{
        font-size: 2rem;
    }
    .mtop{
        margin-top: 50px;
    }
    .servicesBlockMainPage{
        padding-top: 10px;
    }
    .servicesBlockMainPage .card .goToLinkContainer {
        bottom: 10px!important;
    }
    .servicesBlockMainPage .card {
        height: 260px;
    }
    .avantaje .avantaje-btn{
        display: none;
    }
    .avantaje {
        background-image: url(/assets/images/mavantaje.png);
    }
    .mnone{
        display: none;
    }
    .avantaje p {
        margin-bottom: 20px;
    }
    .avantaje img {
        margin-top: -10px;
    }
    .mtnone{
        margin-top: 0!important;
    }
    .owl-next {
        right: -6%;
    }
    .owl-prev {
        left: -6%;
    }
    .owl .center .slider-item img {
        box-shadow: 0 0 30px transparent;
    }
    .footer .col-md-5{
        display: none;
    }
    .footer-block h2 {
        font-size: 1.8rem;
    }
    .footer-block button {
        bottom: -15px;
    }
    .footer-block .circleForm {
        right: -150px;
        bottom: -360px;
    }
    .footer-triagle {
        margin-top: -145px;
        z-index: 12;
    }
    .footer-triagle {
        margin-top: -47px;
        z-index: 12;
    }
    footer ul{
        margin-top: 9px;
    }
    footer .btn-warning {
        margin-top: 10px;
    }
    .copyrights{
        text-align: center;
    }
    .copyrights .author {
        float: none;
    }
    .header-patrat .left-border-text p {
        margin-bottom: 20px;
    }
    .header-patrat {
        margin-bottom: 30px;
    }
    .about-headdescr{
        margin-top: 20px;
        text-align: center;
    }
    .about .btn{
        width: 100%;
        margin-top: 20px;
    }
    .contacts-form h1{
        font-size: 1.5rem;
    }
    .contacts-form h4{
        font-size: 1.1rem;
    }
    .contacts-form .btn{
        width: 100%;
        margin-top: 25px!important;
    }
    .contacts-map{
        margin-top: 50px;
    }
    .description-produs .av p {
        margin-bottom: 10px;
    }
    .produs-owl .owl-stage {
        padding-top: 30px!important;
        padding-bottom: 20px!important;
    }
    .produs-owl .owl-next {
        top: 40%;
    }
    .produs-owl .owl-prev{
        top: 40%;
    }
    .why-produs-img{
        position: relative;
        width: 100%;
        bottom: 0;
        left: 0;
        margin-bottom: -75px!important;
    }
    .produs-proces {
        margin-top: 0px;
    }
    .produs-partners{
        padding-top: 20px;
        padding-bottom: 20px
    }
    .mhouse-top {
        display: block;
    }
    .mtop-btns{
        display: flex;
    }
    .desctop-btns{
        display:none;
    }
    .mob-phone{
        width: 35px;
    }
    .footer-block {
        box-shadow: none;
    }
    .mporti{
        display: block;
    }
    .dskporti{
        display: none;
    }
    .produs-owl{
        overflow: hidden;
    }
}

@media (min-width: 768px) {
    /*
    Peste 768
     */

    .mobil-nav {
        display: none;
    }
}

@media (min-width: 1500px) {
    /*
    Peste 768
     */


    .head-triagle{
        margin-top: -120px
    }
    .footer-triagle {
        margin-top: -140px;
    }
}
