/*==========  Desktop First Method  ==========*/
@media only screen and (min-width : 1920px) {
  .img-head {   
    top: 197px;
    right: 300px;
  }
}

@media only screen and (max-width : 1920px) {
  .img-head {   
    top: 197px;
    right: 300px;
  }
}

@media only screen and (max-width : 1750px) {
  .img-head {   
    top: 197px;
    right: 200px;
  }
}

@media only screen and (max-width : 1450px) {
  .img-head {
    top: 197px;
    right: 130px;
  }
}

@media only screen and (max-width : 1300px) {
  .img-head {
    top: 197px;
    right: 60px;
  }
}

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

@media only screen and (max-width : 1199px) {
  a.make-phone-call{
    float: left;
  }
  .head-text-all-wrap h3{
    font-size: 16px;
  }
  .head-text-all-wrap h1{
    font-size: 38px;
  }
  .img-head img {
    width: 500px;
  }
  .img-head {
    top: 273px;
    right: 90px;
  }
  .table-bordered thead th, .table-bordered thead td {
    border-bottom-width: 2px;
    font-size: 12px;
  }
  .car-price {   
    margin-top: 10px;
  }
  .about-avto h3 {    
    margin-top: 6px;
  }
  .line-nav {
    margin: 245% 0;
  }
  .block_deal {
    width: 201px;
  }
  .map-contact .map {
    position: relative;
  }
  .map-contact {
    padding-bottom: 0;
    padding-top: 80px;
  }
  footer {   
    padding-top: 0;
  }
  .form-box {    
    height: 375px;
  }
}

@media only screen and (max-width : 1100px) {
  .img-head {
    top: 273px;
    right: 60px;
  }
}

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

@media only screen and (max-width : 991px) {
	.logo-img {    
    text-align: center;   
  }
  .cont-wrap-head {
    text-align: center;
  }
  .head-text-all-wrap h1 {
    font-size: 32px;
  }
  .head-icon .icon-item img{
    width: 60px;
  }
  .head-icon .icon-item p{
    font-size: 14px;
  } 
  .img-head img {
    width: 400px;
  }
  .img-head {
    top: 310px;
    right: 60px;
  }
  .about-avto span {    
    display: block;
  }
  .home-gallery-wrap {
    margin-top: 35px;  
  }
  .about-avto h3 {
    margin-top: -25px;
  }
  .second-edge-wrap-img{
    margin-top: 30px;
  }
  .block_deal {
    width: 146px;
  }
  .cons-sect-wrap .logo-img {
    margin-top: 60px;
  }
  .about-avto h3 {   
    font-size: 20px;    
  }
  .form-box {
    height: 460px;
  }
  footer .insta{
	text-align: center;
   }
}

@media only screen and (max-width : 767px) {
	.adress-line p {    
    text-align: center;   
  }
  .adress-line p{
    margin: 0;
  }  
  .adress-line {    
    padding: 5px 0;
  }
  .img-head {
    display: none;
  }
  .own-header-wrap {
    background-position: top center;   
  }
  .head-icon .icon-item{
    margin-bottom: 8px;
    /*text-align: center;*/
	width: 100%;
  }
  .own-header-wrap .head-btn a{
    margin: 24px 0 0;
  }
  /*.head-text-all-wrap{
    text-align: center;
  }*/
  .img-head img {
    width: 50%;
  }
  .about-avto h3 {
    font-size: 25px;
  }
  .about-avto{
    text-align: center;
  }
  .about-avto h3 {
    margin-top: 0;
  }
  .about-avto-btn {
    text-align: center;
    margin: auto;
    position: relative;
    display: table;
    margin-top: 20px;
  }
  .price-wrap{
    padding-bottom: 30px;
  }
  #how ul li{
    float: none;
    text-align: center;
    width: 100%;
    margin: auto;
  }
  .block_deal {
    width: 100%;
    margin-bottom: 30px;
  }
  .line-nav {
    display: none;
  }
  .ht-newsletter h2{
    text-align: center;
    margin-top: 30px;
  }
  .form-box__bg{
    display: none;
  }
}

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

@media only screen and (max-width : 595px) {  
   #top-info li {
    display: block;
    margin-left: 0;
    line-height: 2;
  }
  .logo-img {    
    margin-top: 14px;
    margin-bottom: 14px;
  }
  #top-info{
    margin-bottom: 14px;
  }
}

@media only screen and (max-width : 500px){
  
}

@media only screen and (max-width : 457px){
	
}

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

@media only screen and (max-width : 433px){
  .form-box {
    height: 500px;
  }
}

@media only screen and (max-width : 380px){
  .form-box {
    height: 520px;
  }
  .mfp-close-btn-in .mfp-close {
    /* color: #fff; */
    right: 18px;
    top: 20px;
  }
}

@media only screen and (max-width : 375px){
  .head-text-all-wrap h1 {
    font-size: 28px;
  }
  .head-icon .icon-item p {
    font-size: 14px;
  }  
  .table-bordered thead th, .table-bordered thead td {
    border-bottom-width: 2px;
    font-size: 10px;
  }
}

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

}


/*==========  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) {

}