
@media (min-width: 1200px){

    .burger-button_col {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1199px){

    .burger-button_col {
        display: none;
    }


    .info,
    .si-product{
        margin-top: 50px;
    }

    .si-r1, .si-r3{
        text-align: left !important;
    }

    .si-r2, .si-r4{
        text-align: right !important;
    }

    .si-product img[data-sm="sm"]{
        width: 70% !important;
    }


}

@media (min-width: 768px) and (max-width: 991px) {

    .info, 
    .form,
    .si-product{
        margin-top: 50px;
    }

    .clients img{
        padding-right: 30px;
        padding-top: 50px;
    }
    
    .burger-button_col {
        display: none;
    }


    .hero-form{
        margin-top: -250px;
    }

    .si-r1, .si-r3{
        text-align: left !important;
    }

    .si-r2, .si-r4{
        text-align: right !important;
    }


}

@media (min-width: 576px) and (max-width: 767px){


    .info, 
    .form,
    .si-product{
        margin-top: 50px;
    }

    .clients img{
        padding-right: 30px;
        padding-top: 50px;
    }

    .burger-button_col{
        margin-top: 50px;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .menu{
        display: none !important;
    }

    .navbar-toggler{
        padding: 0.25rem 0.75rem;
        border: 1px solid #c3c3c3;
        border-radius: 0.25rem;
    }

    .partner img{
        margin-left: 0 !important;
    }


    .burger-forms{
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        border-top: 1px solid rgb(235, 235, 235);
        border-bottom: 1px solid rgb(235, 235, 235);
    }

    .si-r1, .si-r3{
        text-align: left !important;
    }

    .si-r2, .si-r4{
        text-align: right !important;
    }


    .hero-footer .burger-button_col{
        margin-top: 80px;
    }
}

@media (min-width: 460px) and (max-width: 575px){


    .info,
    .form,
    .si-product{
        margin-top: 50px;
    }

    .menu{
        display: none !important;
    }

    .navbar-toggler{
        padding: 0.25rem 0.75rem;
        border: 1px solid #c3c3c3;
        border-radius: 0.25rem;
    }

    .d-col{
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center !important;
            -ms-flex-pack: center !important;
                justify-content: center !important;
    }

    .partner img{
        margin-left: 0 !important;
    }

    .info-number, 
    .info-mail{
        display: none;
    }

    .hero-header .info {
        -webkit-box-pack: center !important;
            -ms-flex-pack: center !important;
                justify-content: center !important;
    }



    .clients img{
        padding-right: 30px;
        padding-top: 50px;
    }

    .burger-button_col{
        margin-top: 50px;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .si-r1, .si-r3{
        text-align: left !important;
    }

    .si-r2, .si-r4{
        text-align: right !important;
    }

    .form-text p{
        padding: 15px 30px !important;
        font-size: 18px !important;
    }



    .hero-footer .burger-button_col{
        margin-top: 80px;
    }


}

@media (max-width: 459px){



    .info-number, 
    .info-mail{
        display: none;
    }

    .hero-header .info {
        -webkit-box-pack: center !important;
            -ms-flex-pack: center !important;
                justify-content: center !important;
    }
    
    .menu{
        display: none !important;
    }

    .d-col{
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center !important;
            -ms-flex-pack: center !important;
                justify-content: center !important;
    }

    .partner img{
        margin-left: 0 !important;
    }

    .info,
    .form,
    .si-product{
        margin-top: 50px;
    }


    .navbar-toggler{
        padding: 0.25rem 0.75rem;
        border: 1px solid #c3c3c3;
        border-radius: 0.25rem;
    }

    .clients img{
        padding-right: 30px;
        padding-top: 50px;
    }

    .burger-button_col{
        margin-top: 50px;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .si-r1, .si-r3{
        text-align: left !important;
    }

    .si-r2, .si-r4{
        text-align: right !important;
    }

    .form-text p{
        padding: 15px 30px !important;
        font-size: 18px !important;
    }

    .slide{
        height: 600px !important;
    }

    .form{
        padding: 30px !important;
    }

    .hero-form{
        margin-top: -420px !important;
    }

    .slider-nav{
        top: 10%;
    }


    .hero-footer{
        padding-bottom: 40px !important;
    }

    .footer-contact .info{
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-top: 0 !important;
    }

    .footer-contact .info div{
        text-align: center;
    }

    .footer-contact .info div:first-child{
        padding-bottom: 20px;
    }
}