@charset "UTF-8";



@media screen and (min-width: 1600px){
    .det-slt-pic img{
        height:100%;
        object-fit: cover;
    }
    .bord-rt{
        border: 1px solid #bcbcbc;

        padding: 10px;
        min-height:250px;
    }

}


@media (max-width: 1440px){

    .det-slt-pic img {
        height: 180px;
        object-fit: cover;
    }

}


@media (max-width: 980px){
    .bot-fxt{
        position:static;
    }
    .join-car {
        left: 0;
    }
}


@media (max-width: 579px){
    .inp-t {
        width: 70%;
    }
    .yzm{
        width: 28%;
    }
    .form-list-p input{
        width:100%;
    }
    .personal-rt{
        margin:10px;
    }
}
