/* SUNDUQ v404 — отдельная индексируемая страница автомобиля */

.auto404Toolbar{
  display:flex;
  align-items:center;
  margin-bottom:18px;
}

.auto404Card{
  margin:0 auto;
  max-height:none;
  overflow:hidden;
}

.auto404Card .auto180ModalInfo h1{
  font-size:38px;
  line-height:1.05;
  margin:9px 20px 13px 0;
  letter-spacing:-.025em;
}

.auto404Card .auto180ModalPhoto img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}

.auto404NotFound{
  margin-top:0;
}

.auto404NotFound .auto180Empty{
  min-height:420px;
}

.auto404NotFound .auto180Primary{
  justify-self:center;
  text-decoration:none;
}

@media(max-width:820px){
  .auto404Card .auto180ModalInfo h1{
    font-size:30px;
  }
}

@media(max-width:560px){
  .auto404Toolbar{
    margin-bottom:12px;
  }

  .auto404Toolbar .auto180Secondary{
    width:100%;
  }

  .auto404Card .auto180ModalInfo h1{
    font-size:28px;
  }
}
