/* Devices */
.boss-img img{
  width: 1275px;
}
.bosss-img img{
  height: 270px;
}
.homea-imgs {
  margin-bottom: 20px;
  display: grid;
  grid-template-columns: repeat(3 , 1fr);
  gap: 20px;
}
.ss{
  margin: 20px 0;
}
.homea-imgs img{
  width: 410px;
}
.markaa-dev{
  margin: 10px 0;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
.markaa-dev img{
  width: 205px;
  padding-top: 5px;
}







.header-for-phone,.footer-mobile{
  display: none;
}

@media (max-width: 768px) {
  .header-for-phone, .footer-mobile {
    display: block;
  }
  .homeapp-page .app-img{
    width: 390px;
  }
  .homeapp-page .boss-img img{
    height: 200px;
  }
  .homeapp-page .bosss-img img{
    height: 130px;
  }
  .homeapp-page .type-homec, .marka{
    display: none;
  }
}