


@media (max-width: 1800px) {
  h1 {

    font-size: 3.2vw;
  }
}


@media (max-width: 960px) {

    .hero{
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) ), url('../img/hero-fon.webp');
    background-size: cover; background-repeat: no-repeat;
    }

  h1 {
    font-size: 3.2vw;
  }


  .logo {
    justify-content: center;
  }

  .h1-text {
    text-align: center;
  } 

  .div-flex {
    justify-content: center;
  }

}


@media (max-width: 960px) { 

  h1 {
    font-size: 30px;
  }

  h2 {
    text-align: center;
  }

.pg-left {
    padding: 5px;
    padding-top: 20px;
}

.div-flex-mob {
    display: flex;
    flex-direction: column;
}

.fone-wh {
    border-radius: 0 0 10px 10px;
    width: 300px;
}

.answ-text {
    font-size: 14px;
}

.div-flex div p {
    font-size: 16px;
}

.flex-sqr-mob {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

}



@media (max-width: 760px) { 

.best-auto {
   /* display: none; */
   flex-wrap: wrap;
}

.best-auto .text {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

}


@media (max-width: 480px) { 
  h1 {
    font-size: 20px;
  }

    h2 {
    font-size: 18px;
  }

}

@media (max-width: 380px) { 
.botton-yel {
    width: 290px;

}

.fone-wh {

    width: 270px;

}

}