@media only screen and (max-width:1280px) {
    .res-carrr{
        height: 1000px;
    }

    .carr-img{
        height: 635px !important;
    }
}

@media only screen and (max-width:912px){
    .res-carrr {
        height: 1350px;
    }

    .carr-img {
        height: 325px !important;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width:800px){
    .carr-img {
        height: 350px !important;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width:712px){
    .carr-img {
        height: 370px !important;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width:600px){
    .carr-none{
        display: none;
    }
    
       .res-carrr{
        height: auto !important;
        background-color: black;
    }
.text-center-center{
    text-align: center !important;
}

    .low-block{
        display: block !important;
        margin-top: 0px !important;
        text-align: center;
    }

    .second-p{
        display: none;
    }

    .carr-img {
        height: 200px !important;
        margin-bottom: 20px;
    }



}

@media only screen and (max-width:480px){
    .carr-img {
        height: 250px !important;
        margin-bottom: 20px;
    }

    .form-group{
        width: 100% !important;
    }

    .texti{
        margin-top: 30px !important;
    }
}

@media only screen and (max-width:393px){
    .carr-img {
        height: 320px !important;
        margin-bottom: 20px;
    }
}