/*==========  Desktop First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) { /*746  570*/

  


}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) { /*574 290*/
.logo img{
    width:40%;
 } 
 .nik_naim img{
    width:35%;
 }
 .tes_img{
  line-height:0.5;

 }  
 .property{
    padding-top:90px;
 }
 .profi_right{
  margin-top:-50px;
 
}
.profi_right p{
   margin-left:80px;
   margin-top:-50px;
   
 
}
.profi_img i{
  margin-top:20px;

  }
  .tes_img{
    margin-top:30px;
     display:inline-block;
}
 .tes_img i{
    margin-top:100px;
    display: inline-block;
}
 .tes_img strong{
    display: inline-block;
    margin:-30px auto;
   }
.cont h2{
    margin-top:-190px;
}
.zakaz{
    width:70%;
}
}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
 .logo img{
    width:40%;
 } 
 .tes_img{  
 line-height:0.5;
    
  }
  .prof{
    width:100%;
  }  
.profi_right{
  margin-top:10px;
  width:100%;

}
.profi_right p{
   margin-left:70px;
   margin-top:-120px;
  max-width:100%;
}
.profi_img i{
  margin-top:30px;
  max-width:100%;
  display:inline-block;
}
.tes_img{
    margin-top:30px;
    display:inline-block;
    vertical-align:;
}
.tes_img strong{
    display: inline-block;
    margin-top:-30px;

   }
  .profi_right{
    width:100%;
  }
  .zakaz{
    width:90%;
  }
  .zakaz_form h1{
   margin-top:5px;
  }
   .button_wrap{
    width:90%;
    height:50px;
    
   }
   .button{
    width:90%;
    height:50px;
    margin-top:5px;
    font-size:20px;
    padding-top:0px;
   }

}


/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
.logo img{
    height:40%;
 }
 .tes_img{
  
 } 
 .profi_img i{
    margin-top:40px;
   width:50px;
   height:50px;
   }
  .profi_right{
  margin-top:-90px;
 
}
 .profi_right p{
   margin-top:20px; 
  }
  .prof{
    max-width: 700px;
    min-height: 300px;
  }
.tes_img strong{
    display: inline-block;
    margin-top:-30px;
   
   }
   .button_wrap{
    width:90%;
    height:50px;
    font-size:20px;
   }
   .button{
    width:90%;
    height:50px;
   }
  
}


/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

 /* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}